var/cache/dev_h5be3b8674d2cfdff320ee4b185083993/ContainerFBOCBUo/Shopware_Core_KernelDevDebugContainer.php line 35783

Open in your IDE?
  1. <?php
  2. namespace ContainerFBOCBUo;
  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.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  44.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  45.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  46.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  47.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  48.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  49.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  50.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  51.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  52.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  53.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  54.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  55.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  56.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  57.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  58.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  59.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  60.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  61.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  62.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  63.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  64.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  65.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  66.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  67.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  68.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  69.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  70.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  71.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  72.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  73.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  74.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  75.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  76.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  77.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  78.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  79.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  80.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  81.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  82.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  83.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  84.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  85.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  86.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  87.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  88.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute' => 'getDownloadRouteService',
  89.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  90.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  91.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  92.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  93.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  94.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  95.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  96.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  97.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  98.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  99.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  100.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  101.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  102.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  103.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  104.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  105.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  106.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  107.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  108.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  109.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  110.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  111.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  112.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  113.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinitionService',
  114.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  115.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  116.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  117.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  118.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  121.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  123.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  124.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  125.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  126.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  127.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  128.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  130.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  131.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  132.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  133.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  134.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  135.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  136.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  137.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  138.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  140.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  146.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  147.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  148.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  149.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  150.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  152.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  153.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  154.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  155.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  156.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  157.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  158.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  159.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  160.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  161.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  162.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  163.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  164.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  165.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  166.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  167.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  168.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  169.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  170.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  171.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  172.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  173.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  174.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  175.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  176.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinitionService',
  177.             'Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer' => 'getFlowTemplateConfigFieldSerializerService',
  178.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  179.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  180.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  181.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  182.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  183.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  184.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  185.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  186.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  187.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  188.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  189.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  190.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  191.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  192.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  193.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  194.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  195.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  196.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  197.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  198.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  199.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  200.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  201.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  202.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  203.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  204.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  205.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  206.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  207.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  208.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  209.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  210.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  211.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  212.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  213.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  214.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  215.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  216.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  217.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  218.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  219.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  220.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  221.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  222.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  223.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  224.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  225.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  226.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  227.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  228.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  229.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  230.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  231.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  232.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  233.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  234.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  235.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  236.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  237.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  238.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  239.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  240.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  241.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  242.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  243.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  244.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  245.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinitionService',
  246.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  247.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  248.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  249.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  250.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  251.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  252.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  253.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  254.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  255.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  256.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  257.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  258.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  259.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  260.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  261.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  262.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  263.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  264.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  265.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  266.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  267.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  268.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  269.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  270.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  271.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  272.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  273.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  274.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  275.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  276.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  277.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  278.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  279.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  280.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  281.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  282.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  283.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  284.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  285.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  286.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  287.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  288.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  290.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  291.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  292.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  293.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  294.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  295.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  296.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  297.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  298.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  299.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  300.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  301.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  302.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  303.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  304.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  305.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  306.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  307.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  308.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  309.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  310.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  311.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  312.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  313.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  314.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  315.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  316.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  317.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  318.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  319.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  320.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  321.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  322.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  323.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  324.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  325.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  326.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  327.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  328.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  329.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  330.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  331.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  332.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  333.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  334.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  335.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  336.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  337.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  338.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  339.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  340.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  341.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  342.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  343.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  344.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  345.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  346.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  347.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  348.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  349.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  350.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  351.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  352.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  353.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  354.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  355.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  356.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  357.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  358.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  359.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  360.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  361.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  362.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  363.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  364.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  365.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  366.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  367.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  368.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  369.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  370.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  371.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  372.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  373.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  374.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  375.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  376.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  377.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  378.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  382.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  383.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  384.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  385.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  386.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  387.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  388.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  389.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  390.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  391.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  392.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  393.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  394.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  395.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  396.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  397.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  398.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  399.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  400.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  401.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  402.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  403.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  404.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  405.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  406.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  407.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  408.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  425.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  426.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  427.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  428.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  429.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  430.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  431.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  432.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  433.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  434.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  435.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  436.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  437.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  438.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  439.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  440.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  441.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  442.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  443.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  444.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  445.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  446.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  447.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  448.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  449.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  450.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  451.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  452.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  453.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  454.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  455.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  456.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  457.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  458.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  459.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  460.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  461.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  462.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  463.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  464.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  465.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  466.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  467.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  468.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  469.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  470.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  471.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  472.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  473.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  474.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  475.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  476.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  477.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  478.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  479.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  480.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  481.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  482.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  483.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  484.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  485.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  486.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  487.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  488.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  489.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  490.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  491.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  492.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  493.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  494.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  495.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  496.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  497.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  498.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  499.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  500.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  501.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  502.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  503.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  504.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  505.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  506.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  507.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  508.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  509.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  510.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  511.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  512.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  513.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  514.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  515.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  516.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  517.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  518.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  519.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  520.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  521.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  522.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  523.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  524.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  525.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  526.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  527.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  528.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  529.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  530.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  531.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  532.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  533.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  534.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  535.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  536.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  537.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  538.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  539.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  540.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  541.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  542.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  543.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  544.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  545.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  546.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  547.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  548.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  549.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  550.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  551.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  552.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  553.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  554.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  555.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  556.             'Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper' => 'getAdminElasticsearchHelperService',
  557.             'Shopware\\Elasticsearch\\Admin\\AdminSearchController' => 'getAdminSearchController2Service',
  558.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  559.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  560.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  561.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  562.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  563.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  564.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  565.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  566.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  567.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  568.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  569.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  570.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  571.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  572.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  573.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  574.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  575.             'Shopware\\Storefront\\Controller\\DownloadController' => 'getDownloadControllerService',
  576.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  577.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  578.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  579.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  580.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  581.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  582.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  583.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  584.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  585.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  586.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  587.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  588.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  589.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  590.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  591.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  592.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  593.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  594.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  595.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  596.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  597.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  598.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  599.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  600.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  601.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  602.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  603.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  604.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  605.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  606.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  607.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  608.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  609.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  610.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  611.             'acl_role.repository' => 'getAclRole_RepositoryService',
  612.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  613.             'admin.openSearch.client' => 'getAdmin_OpenSearch_ClientService',
  614.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  615.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  616.             'app.repository' => 'getApp_RepositoryService',
  617.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  618.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  619.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  620.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  621.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  622.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  623.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  624.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  625.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  626.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  627.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  628.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  629.             'cache.app' => 'getCache_AppService',
  630.             'cache.app_clearer' => 'getCache_AppClearerService',
  631.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  632.             'cache.system' => 'getCache_SystemService',
  633.             'cache.system_clearer' => 'getCache_SystemClearerService',
  634.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  635.             'cache_warmer' => 'getCacheWarmerService',
  636.             'category.repository' => 'getCategory_RepositoryService',
  637.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  638.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  639.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  640.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  641.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  642.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  643.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  644.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  645.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  646.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  647.             'console.command_loader' => 'getConsole_CommandLoaderService',
  648.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  649.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  650.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  651.             'country.repository' => 'getCountry_RepositoryService',
  652.             'country_state.repository' => 'getCountryState_RepositoryService',
  653.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  654.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  655.             'currency.repository' => 'getCurrency_RepositoryService',
  656.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  657.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  658.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  659.             'custom_field.repository' => 'getCustomField_RepositoryService',
  660.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  661.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  662.             'customer.repository' => 'getCustomer_RepositoryService',
  663.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  664.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  665.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  666.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  667.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  668.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  669.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  670.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  671.             'data_collector.dump' => 'getDataCollector_DumpService',
  672.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  673.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  674.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  675.             'document.repository' => 'getDocument_RepositoryService',
  676.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  677.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  678.             'document_type.repository' => 'getDocumentType_RepositoryService',
  679.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  680.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  681.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  682.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  683.             'error_controller' => 'getErrorController2Service',
  684.             'event_action.repository' => 'getEventAction_RepositoryService',
  685.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  686.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  687.             'event_dispatcher' => 'getEventDispatcherService',
  688.             'flow.repository' => 'getFlow_RepositoryService',
  689.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  690.             'flow_template.repository' => 'getFlowTemplate_RepositoryService',
  691.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  692.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  693.             'http_kernel' => 'getHttpKernelService',
  694.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  695.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  696.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  697.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  698.             'integration.repository' => 'getIntegration_RepositoryService',
  699.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  700.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  701.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  702.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  703.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  704.             'language.repository' => 'getLanguage_RepositoryService',
  705.             'locale.repository' => 'getLocale_RepositoryService',
  706.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  707.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  708.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  709.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  710.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  711.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  712.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  713.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  714.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  715.             'main_category.repository' => 'getMainCategory_RepositoryService',
  716.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  717.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  718.             'media.repository' => 'getMedia_RepositoryService',
  719.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  720.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  721.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  722.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  723.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  724.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  725.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  726.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  727.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  728.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  729.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  730.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  731.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  732.             'notification.repository' => 'getNotification_RepositoryService',
  733.             'number_range.repository' => 'getNumberRange_RepositoryService',
  734.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  735.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  736.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  737.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  738.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  739.             'order.repository' => 'getOrder_RepositoryService',
  740.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  741.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  742.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  743.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  744.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  745.             'order_line_item_download.repository' => 'getOrderLineItemDownload_RepositoryService',
  746.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  747.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  748.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  749.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  750.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  751.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  752.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  753.             'plugin.repository' => 'getPlugin_RepositoryService',
  754.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  755.             'product.repository' => 'getProduct_RepositoryService',
  756.             'product_category.repository' => 'getProductCategory_RepositoryService',
  757.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  758.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  759.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  760.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  761.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  762.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  763.             'product_download.repository' => 'getProductDownload_RepositoryService',
  764.             'product_export.repository' => 'getProductExport_RepositoryService',
  765.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  766.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  767.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  768.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  769.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  770.             'product_media.repository' => 'getProductMedia_RepositoryService',
  771.             'product_option.repository' => 'getProductOption_RepositoryService',
  772.             'product_price.repository' => 'getProductPrice_RepositoryService',
  773.             'product_property.repository' => 'getProductProperty_RepositoryService',
  774.             'product_review.repository' => 'getProductReview_RepositoryService',
  775.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  776.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  777.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  778.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  779.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  780.             'product_stream.repository' => 'getProductStream_RepositoryService',
  781.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  782.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  783.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  784.             'product_tag.repository' => 'getProductTag_RepositoryService',
  785.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  786.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  787.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  788.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  789.             'promotion.repository' => 'getPromotion_RepositoryService',
  790.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  791.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  792.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  793.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  794.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  795.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  796.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  797.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  798.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  799.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  800.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  801.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  802.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  803.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  804.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  805.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  806.             'request_stack' => 'getRequestStackService',
  807.             'router' => 'getRouterService',
  808.             'routing.loader' => 'getRouting_LoaderService',
  809.             'rule.repository' => 'getRule_RepositoryService',
  810.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  811.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  812.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  813.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  814.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  815.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  816.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  817.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  818.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  819.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  820.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  821.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  822.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  823.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  824.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  825.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  826.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  827.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  828.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  829.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  830.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  831.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  832.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  833.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  834.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  835.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  836.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  837.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  838.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  839.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  840.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  841.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  842.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  843.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  844.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  845.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  846.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  847.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  848.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  849.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinition2Service',
  850.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  851.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  852.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  853.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  854.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  855.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  856.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  857.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  858.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  859.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  860.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  861.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  862.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  863.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  864.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  865.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  866.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  867.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  868.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  869.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  870.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  871.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  872.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  873.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  874.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  875.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  876.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  877.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  878.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  879.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  880.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  881.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  882.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  883.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinition2Service',
  884.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  885.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  886.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  887.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  888.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  889.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  890.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  891.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  892.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  893.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  894.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  895.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  896.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  897.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  898.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  899.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  900.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  901.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  902.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  903.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  904.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  905.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  906.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  907.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  999.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1000.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1002.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1003.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1004.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1012.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1013.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1015.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1016.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1017.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1023.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1024.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1034.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1035.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1036.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1037.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1038.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1039.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1040.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1041.             'salutation.repository' => 'getSalutation_RepositoryService',
  1042.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1043.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1044.             'script.repository' => 'getScript_RepositoryService',
  1045.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1046.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1047.             'services_resetter' => 'getServicesResetterService',
  1048.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1049.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1050.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1051.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1052.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1053.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1054.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1055.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1056.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1057.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1058.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1059.             'shopware.store_client' => 'getShopware_StoreClientService',
  1060.             'snippet.repository' => 'getSnippet_RepositoryService',
  1061.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1062.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1063.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1064.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1065.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1066.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1067.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1068.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1069.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1070.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1071.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1072.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1073.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1074.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1075.             'tag.repository' => 'getTag_RepositoryService',
  1076.             'tax.repository' => 'getTax_RepositoryService',
  1077.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1078.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1079.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1080.             'theme.repository' => 'getTheme_RepositoryService',
  1081.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1082.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1083.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1084.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1085.             'translator' => 'getTranslatorService',
  1086.             'unit.repository' => 'getUnit_RepositoryService',
  1087.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1088.             'user.repository' => 'getUser_RepositoryService',
  1089.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1090.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1091.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1092.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1093.             'version.repository' => 'getVersion_RepositoryService',
  1094.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1095.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1096.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1097.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1098.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1099.             'webhook.repository' => 'getWebhook_RepositoryService',
  1100.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1101.             'cache_clearer' => 'getCacheClearerService',
  1102.             'filesystem' => 'getFilesystemService',
  1103.             'serializer' => 'getSerializerService',
  1104.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1105.             'profiler' => 'getProfiler2Service',
  1106.             'twig' => 'getTwigService',
  1107.             'session' => 'getSessionService',
  1108.             'validator' => 'getValidatorService',
  1109.         ];
  1110.         $this->aliases = [
  1111.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1112.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1113.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1114.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1115.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1116.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1117.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1118.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1119.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1120.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1121.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1122.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1123.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1124.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1125.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1126.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1127.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1128.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1129.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1130.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1131.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1132.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1133.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1134.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1135.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1136.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1137.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1138.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1139.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1140.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1141.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1142.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1143.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1144.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1145.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1146.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1147.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1148.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1149.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1150.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1151.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1152.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1153.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1154.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1155.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1156.         ];
  1157.         $this->privates['service_container'] = function () {
  1158.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductDownload/ProductDownloadDefinition.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/LineItemDownloadLoader.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1864.             include_once __DIR__.'/proxy-classes.php';
  1865.         };
  1866.     }
  1867.     public function compile(): void
  1868.     {
  1869.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1870.     }
  1871.     public function isCompiled(): bool
  1872.     {
  1873.         return true;
  1874.     }
  1875.     public function getRemovedIds(): array
  1876.     {
  1877.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1878.     }
  1879.     protected function createProxy($class\Closure $factory)
  1880.     {
  1881.         return $factory();
  1882.     }
  1883.     /**
  1884.      * Gets the public '.container.private.cache_clearer' shared service.
  1885.      *
  1886.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1887.      */
  1888.     protected function get_Container_Private_CacheClearerService()
  1889.     {
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1892.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1893.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1894.         }, 1));
  1895.     }
  1896.     /**
  1897.      * Gets the public '.container.private.filesystem' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\Filesystem\Filesystem
  1900.      */
  1901.     protected function get_Container_Private_FilesystemService()
  1902.     {
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1904.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1905.     }
  1906.     /**
  1907.      * Gets the public '.container.private.profiler' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1910.      */
  1911.     protected function get_Container_Private_ProfilerService()
  1912.     {
  1913.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1914.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1915.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1916.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  1917.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1918.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1919.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1920.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1921.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1922.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1923.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1924.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1925.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1926.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1927.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1928.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1929.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1930.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  1931.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  1932.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  1933.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1934.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1935.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1936.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1937.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1938.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1939.         if ($this->has('kernel')) {
  1940.             $g->setKernel($b);
  1941.         }
  1942.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1943.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1944.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1945.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1946.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1947.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1948.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  1949.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1950.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1951.         $instance->add($d);
  1952.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1953.         $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())));
  1954.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1955.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  1956.         $instance->add($e);
  1957.         $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())));
  1958.         $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())));
  1959.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  1960.         $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()))));
  1961.         $instance->add($f);
  1962.         $instance->add($g);
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1969.      */
  1970.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1971.     {
  1972.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1973.         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);
  1974.     }
  1975.     /**
  1976.      * Gets the public '.container.private.serializer' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\Serializer\Serializer
  1979.      */
  1980.     protected function get_Container_Private_SerializerService()
  1981.     {
  1982.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1983.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1984.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1985.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  1986.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1987.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1988.         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\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => 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()]);
  1989.     }
  1990.     /**
  1991.      * Gets the public '.container.private.session' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1994.      */
  1995.     protected function get_Container_Private_SessionService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1999.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2000.         if (isset($this->services['.container.private.session'])) {
  2001.             return $this->services['.container.private.session'];
  2002.         }
  2003.         return $this->services['.container.private.session'] = $a->createSession();
  2004.     }
  2005.     /**
  2006.      * Gets the public '.container.private.twig' shared service.
  2007.      *
  2008.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2009.      */
  2010.     protected function get_Container_Private_TwigService()
  2011.     {
  2012.         $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']);
  2013.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2014.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2015.         $c = ($this->services['router'] ?? $this->getRouterService());
  2016.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2017.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2018.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2019.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2020.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2021.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2022.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2023.         $i->setEnvironment('dev');
  2024.         $i->setDebug(true);
  2025.         if ($this->has('request_stack')) {
  2026.             $i->setRequestStack($e);
  2027.         }
  2028.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2029.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2030.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2031.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2032.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__4), 'UTF-8'));
  2033.         $instance->addExtension($d);
  2034.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2035.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2036.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2037.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2038.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2039.         $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())));
  2040.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2041.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2042.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2043.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2044.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2045.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2046.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2047.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2048.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2049.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\SecurityExtension([]));
  2050.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2051.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2052.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2053.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2054.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2055.         $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())));
  2056.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2057.         $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()))));
  2058.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2059.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2060.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2061.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2062.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2063.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2064.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2065.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2066.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2067.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2068.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2069.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2070.         ], [
  2071.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2072.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2073.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2074.         ])));
  2075.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2076.         return $instance;
  2077.     }
  2078.     /**
  2079.      * Gets the public '.container.private.validator' shared service.
  2080.      *
  2081.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2082.      */
  2083.     protected function get_Container_Private_ValidatorService()
  2084.     {
  2085.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2086.         if (isset($this->services['.container.private.validator'])) {
  2087.             return $this->services['.container.private.validator'];
  2088.         }
  2089.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2090.     }
  2091.     /**
  2092.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2093.      *
  2094.      * @return \Doctrine\DBAL\Connection
  2095.      */
  2096.     protected function getConnectionService()
  2097.     {
  2098.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2099.     }
  2100.     /**
  2101.      * Gets the public 'Elasticsearch\Client' shared service.
  2102.      *
  2103.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2104.      */
  2105.     protected function getClientService()
  2106.     {
  2107.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2108.     }
  2109.     /**
  2110.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2111.      *
  2112.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2113.      */
  2114.     protected function getAdminExtensionApiControllerService()
  2115.     {
  2116.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2117.         $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()));
  2118.         $instance->setContainer($this);
  2119.         return $instance;
  2120.     }
  2121.     /**
  2122.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2123.      *
  2124.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2125.      */
  2126.     protected function getAdminProductStreamControllerService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  2129.         $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()));
  2130.         $instance->setContainer($this);
  2131.         return $instance;
  2132.     }
  2133.     /**
  2134.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  2135.      *
  2136.      * @return \Shopware\Administration\Controller\AdminSearchController
  2137.      */
  2138.     protected function getAdminSearchControllerService()
  2139.     {
  2140.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  2142.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2143.         $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()));
  2144.         $instance->setContainer($this);
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  2149.      *
  2150.      * @return \Shopware\Administration\Controller\AdminTagController
  2151.      */
  2152.     protected function getAdminTagControllerService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  2155.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  2156.         $instance->setContainer($this);
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  2161.      *
  2162.      * @return \Shopware\Administration\Controller\AdministrationController
  2163.      */
  2164.     protected function getAdministrationControllerService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  2172.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2173.         $this->services['Shopware\\Administration\\Controller\\AdministrationController'] = $instance = new \Shopware\Administration\Controller\AdministrationController(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] ?? $this->getFirstRunWizardClientService()), new \Shopware\Administration\Snippet\CachedSnippetFinder(new \Shopware\Administration\Snippet\SnippetFinder(($this->services['kernel'] ?? $this->get('kernel'1)), $a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), $this->parameters['kernel.supported_api_versions'], new \Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector(), $a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), (\dirname(__DIR__4).'/vendor/shopware/core'), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2174.         $instance->setContainer($this);
  2175.         return $instance;
  2176.     }
  2177.     /**
  2178.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  2179.      *
  2180.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  2181.      */
  2182.     protected function getDocumentServiceDeprecationControllerService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  2185.         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()));
  2186.     }
  2187.     /**
  2188.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  2189.      *
  2190.      * @return \Shopware\Administration\Controller\NotificationController
  2191.      */
  2192.     protected function getNotificationControllerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  2195.         $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()));
  2196.         $instance->setContainer($this);
  2197.         return $instance;
  2198.     }
  2199.     /**
  2200.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  2201.      *
  2202.      * @return \Shopware\Administration\Controller\UserConfigController
  2203.      */
  2204.     protected function getUserConfigControllerService()
  2205.     {
  2206.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  2207.         $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()));
  2208.         $instance->setContainer($this);
  2209.         return $instance;
  2210.     }
  2211.     /**
  2212.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  2213.      *
  2214.      * @return \Shopware\Administration\Notification\NotificationDefinition
  2215.      */
  2216.     protected function getNotificationDefinitionService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  2219.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  2220.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  2225.      *
  2226.      * @return \Shopware\Administration\Notification\NotificationService
  2227.      */
  2228.     protected function getNotificationServiceService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  2231.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  2232.     }
  2233.     /**
  2234.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  2235.      *
  2236.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  2237.      */
  2238.     protected function getAppAdministrationSnippetDefinitionService()
  2239.     {
  2240.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  2241.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  2242.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2243.         return $instance;
  2244.     }
  2245.     /**
  2246.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  2247.      *
  2248.      * @return \Shopware\Core\Checkout\Cart\Calculator
  2249.      */
  2250.     protected function getCalculatorService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  2253.         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()));
  2254.     }
  2255.     /**
  2256.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  2257.      *
  2258.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  2259.      */
  2260.     protected function getCartFacadeHookFactoryService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  2264.         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()));
  2265.     }
  2266.     /**
  2267.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  2268.      *
  2269.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  2270.      */
  2271.     protected function getOrderConverterControllerService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  2274.         $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()));
  2275.         $instance->setContainer($this);
  2276.         return $instance;
  2277.     }
  2278.     /**
  2279.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  2280.      *
  2281.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  2282.      */
  2283.     protected function getOrderRecalculationControllerService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  2288.         $this->services['Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController'] = $instance = new \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController(new \Shopware\Core\Checkout\Cart\Order\RecalculationService(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService()), ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->privates['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()))));
  2289.         $instance->setContainer($this);
  2290.         return $instance;
  2291.     }
  2292.     /**
  2293.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  2294.      *
  2295.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  2296.      */
  2297.     protected function getPriceActionControllerService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  2300.         $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()));
  2301.         $instance->setContainer($this);
  2302.         return $instance;
  2303.     }
  2304.     /**
  2305.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  2306.      *
  2307.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  2308.      */
  2309.     protected function getCartDeleteRouteService()
  2310.     {
  2311.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2312.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2313.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2314.         }
  2315.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2316.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2317.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2318.         }
  2319.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($a$b);
  2320.     }
  2321.     /**
  2322.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  2323.      *
  2324.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  2325.      */
  2326.     protected function getCartItemAddRouteService()
  2327.     {
  2328.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2329.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2330.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2331.         }
  2332.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2333.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2334.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2335.         }
  2336.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2337.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2338.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2339.         }
  2340.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  2341.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2342.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2343.         }
  2344.         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);
  2345.     }
  2346.     /**
  2347.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  2348.      *
  2349.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  2350.      */
  2351.     protected function getCartItemRemoveRouteService()
  2352.     {
  2353.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2354.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2355.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2356.         }
  2357.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2358.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2359.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2360.         }
  2361.         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);
  2362.     }
  2363.     /**
  2364.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  2365.      *
  2366.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  2367.      */
  2368.     protected function getCartItemUpdateRouteService()
  2369.     {
  2370.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2371.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2372.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2373.         }
  2374.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2375.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2376.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2377.         }
  2378.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2379.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2380.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2381.         }
  2382.         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);
  2383.     }
  2384.     /**
  2385.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  2386.      *
  2387.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  2388.      */
  2389.     protected function getCartLoadRouteService()
  2390.     {
  2391.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2392.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2393.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2394.         }
  2395.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2396.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2397.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2398.         }
  2399.         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()));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  2403.      *
  2404.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  2405.      */
  2406.     protected function getCartOrderRouteService()
  2407.     {
  2408.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  2409.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2410.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2411.         }
  2412.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  2413.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2414.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2415.         }
  2416.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2417.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2418.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2419.         }
  2420.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2421.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2422.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2423.         }
  2424.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  2425.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2426.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2427.         }
  2428.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  2429.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2430.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2431.         }
  2432.         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())));
  2433.     }
  2434.     /**
  2435.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  2436.      *
  2437.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  2438.      */
  2439.     protected function getCartServiceService()
  2440.     {
  2441.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2442.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2443.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2444.         }
  2445.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  2446.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2447.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2448.         }
  2449.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  2450.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2451.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2452.         }
  2453.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  2454.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2455.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2456.         }
  2457.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  2458.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2459.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2460.         }
  2461.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  2462.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2463.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2464.         }
  2465.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  2466.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2467.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2468.         }
  2469.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  2470.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2471.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2472.         }
  2473.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  2474.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2475.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2476.         }
  2477.         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);
  2478.     }
  2479.     /**
  2480.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  2481.      *
  2482.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  2483.      */
  2484.     protected function getCustomerAddressDefinitionService()
  2485.     {
  2486.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  2487.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  2492.      *
  2493.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  2494.      */
  2495.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  2498.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  2499.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  2504.      *
  2505.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  2506.      */
  2507.     protected function getCustomerGroupTranslationDefinitionService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  2511.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  2512.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2513.         return $instance;
  2514.     }
  2515.     /**
  2516.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  2517.      *
  2518.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  2519.      */
  2520.     protected function getCustomerGroupDefinitionService()
  2521.     {
  2522.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  2523.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2524.         return $instance;
  2525.     }
  2526.     /**
  2527.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  2528.      *
  2529.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  2530.      */
  2531.     protected function getCustomerRecoveryDefinitionService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  2534.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  2535.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2536.         return $instance;
  2537.     }
  2538.     /**
  2539.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  2540.      *
  2541.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  2542.      */
  2543.     protected function getCustomerTagDefinitionService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  2546.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  2547.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2548.         return $instance;
  2549.     }
  2550.     /**
  2551.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  2552.      *
  2553.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  2554.      */
  2555.     protected function getCustomerWishlistProductDefinitionService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  2558.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  2559.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2560.         return $instance;
  2561.     }
  2562.     /**
  2563.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  2564.      *
  2565.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  2566.      */
  2567.     protected function getCustomerWishlistDefinitionService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  2570.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  2571.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  2576.      *
  2577.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  2578.      */
  2579.     protected function getCustomerGroupRegistrationActionControllerService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  2582.         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()));
  2583.     }
  2584.     /**
  2585.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  2586.      *
  2587.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  2588.      */
  2589.     protected function getCustomerDefinitionService()
  2590.     {
  2591.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  2592.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2593.         return $instance;
  2594.     }
  2595.     /**
  2596.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  2597.      *
  2598.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  2599.      */
  2600.     protected function getAccountNewsletterRecipientRouteService()
  2601.     {
  2602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  2604.         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()));
  2605.     }
  2606.     /**
  2607.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  2608.      *
  2609.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  2610.      */
  2611.     protected function getAddWishlistProductRouteService()
  2612.     {
  2613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  2615.         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()));
  2616.     }
  2617.     /**
  2618.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  2619.      *
  2620.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  2621.      */
  2622.     protected function getChangeCustomerProfileRouteService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  2626.         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()));
  2627.     }
  2628.     /**
  2629.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  2630.      *
  2631.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  2632.      */
  2633.     protected function getChangeEmailRouteService()
  2634.     {
  2635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  2637.         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()));
  2638.     }
  2639.     /**
  2640.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  2641.      *
  2642.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  2643.      */
  2644.     protected function getChangeLanguageRouteService()
  2645.     {
  2646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  2648.         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()));
  2649.     }
  2650.     /**
  2651.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  2652.      *
  2653.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  2654.      */
  2655.     protected function getChangePasswordRouteService()
  2656.     {
  2657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  2659.         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()));
  2660.     }
  2661.     /**
  2662.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  2663.      *
  2664.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  2665.      */
  2666.     protected function getChangePaymentMethodRouteService()
  2667.     {
  2668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  2670.         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()));
  2671.     }
  2672.     /**
  2673.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  2674.      *
  2675.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  2676.      */
  2677.     protected function getCustomerGroupRegistrationSettingsRouteService()
  2678.     {
  2679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  2681.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  2682.     }
  2683.     /**
  2684.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  2685.      *
  2686.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  2687.      */
  2688.     protected function getCustomerRecoveryIsExpiredRouteService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  2692.         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()));
  2693.     }
  2694.     /**
  2695.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  2696.      *
  2697.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  2698.      */
  2699.     protected function getCustomerRouteService()
  2700.     {
  2701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  2702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  2703.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2704.     }
  2705.     /**
  2706.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  2707.      *
  2708.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  2709.      */
  2710.     protected function getDeleteAddressRouteService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  2715.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  2716.     }
  2717.     /**
  2718.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  2719.      *
  2720.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  2721.      */
  2722.     protected function getDeleteCustomerRouteService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  2726.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2727.     }
  2728.     /**
  2729.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute' shared service.
  2730.      *
  2731.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute
  2732.      */
  2733.     protected function getDownloadRouteService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDownloadRoute.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DownloadRoute.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/DownloadResponseGenerator.php';
  2738.         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'));
  2739.     }
  2740.     /**
  2741.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  2742.      *
  2743.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  2744.      */
  2745.     protected function getListAddressRouteService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  2749.         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()));
  2750.     }
  2751.     /**
  2752.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  2753.      *
  2754.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  2755.      */
  2756.     protected function getLoadWishlistRouteService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  2762.         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())));
  2763.     }
  2764.     /**
  2765.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  2766.      *
  2767.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  2768.      */
  2769.     protected function getLoginRouteService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  2773.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  2774.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  2775.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2776.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  2777.         $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));
  2778.         $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));
  2779.         $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));
  2780.         $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));
  2781.         $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));
  2782.         $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));
  2783.         $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));
  2784.         $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));
  2785.         $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));
  2786.         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);
  2787.     }
  2788.     /**
  2789.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  2790.      *
  2791.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  2792.      */
  2793.     protected function getLogoutRouteService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  2797.         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->getCartServiceService()));
  2798.     }
  2799.     /**
  2800.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  2801.      *
  2802.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  2803.      */
  2804.     protected function getMergeWishlistProductRouteService()
  2805.     {
  2806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  2807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  2808.         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()));
  2809.     }
  2810.     /**
  2811.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  2812.      *
  2813.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  2814.      */
  2815.     protected function getRegisterConfirmRouteService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  2819.         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()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  2823.      *
  2824.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  2825.      */
  2826.     protected function getRegisterRouteService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  2832.         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()));
  2833.     }
  2834.     /**
  2835.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  2836.      *
  2837.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  2838.      */
  2839.     protected function getRemoveWishlistProductRouteService()
  2840.     {
  2841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  2843.         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()));
  2844.     }
  2845.     /**
  2846.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  2847.      *
  2848.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  2849.      */
  2850.     protected function getResetPasswordRouteService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  2854.         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()));
  2855.     }
  2856.     /**
  2857.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  2858.      *
  2859.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  2860.      */
  2861.     protected function getSendPasswordRecoveryMailRouteService()
  2862.     {
  2863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  2865.         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()));
  2866.     }
  2867.     /**
  2868.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  2869.      *
  2870.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  2871.      */
  2872.     protected function getSwitchDefaultAddressRouteService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  2877.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  2878.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2879.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2880.         }
  2881.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  2882.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2883.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2884.         }
  2885.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2886.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2887.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2888.         }
  2889.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($a$b$c);
  2890.     }
  2891.     /**
  2892.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  2893.      *
  2894.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  2895.      */
  2896.     protected function getUpsertAddressRouteService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  2901.         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()));
  2902.     }
  2903.     /**
  2904.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  2905.      *
  2906.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  2907.      */
  2908.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  2911.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  2912.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2913.         return $instance;
  2914.     }
  2915.     /**
  2916.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  2917.      *
  2918.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  2919.      */
  2920.     protected function getDocumentBaseConfigDefinitionService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  2923.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  2924.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2925.         return $instance;
  2926.     }
  2927.     /**
  2928.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  2929.      *
  2930.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  2931.      */
  2932.     protected function getDocumentTypeTranslationDefinitionService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  2936.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  2937.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2938.         return $instance;
  2939.     }
  2940.     /**
  2941.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  2942.      *
  2943.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  2944.      */
  2945.     protected function getDocumentTypeDefinitionService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  2948.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  2949.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  2954.      *
  2955.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  2956.      */
  2957.     protected function getDocumentControllerService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  2963.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  2964.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  2965.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  2966.         $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);
  2967.         $instance->setContainer($this);
  2968.         return $instance;
  2969.     }
  2970.     /**
  2971.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  2972.      *
  2973.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  2974.      */
  2975.     protected function getDocumentDefinitionService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  2978.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  2979.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2980.         return $instance;
  2981.     }
  2982.     /**
  2983.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  2984.      *
  2985.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  2986.      */
  2987.     protected function getDocumentGeneratorControllerService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  2990.         $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()));
  2991.         $instance->setContainer($this);
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  2996.      *
  2997.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  2998.      */
  2999.     protected function getDocumentRouteService()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  3002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  3003.         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()));
  3004.     }
  3005.     /**
  3006.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3007.      *
  3008.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3009.      */
  3010.     protected function getOrderAddressDefinitionService()
  3011.     {
  3012.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3013.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3014.         return $instance;
  3015.     }
  3016.     /**
  3017.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3018.      *
  3019.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3020.      */
  3021.     protected function getOrderCustomerDefinitionService()
  3022.     {
  3023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3024.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3030.      *
  3031.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3032.      */
  3033.     protected function getOrderDeliveryPositionDefinitionService()
  3034.     {
  3035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3036.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3042.      *
  3043.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3044.      */
  3045.     protected function getOrderDeliveryDefinitionService()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3048.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3049.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  3054.      *
  3055.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  3056.      */
  3057.     protected function getOrderLineItemDownloadDefinitionService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  3060.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  3061.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3062.         return $instance;
  3063.     }
  3064.     /**
  3065.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3066.      *
  3067.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3068.      */
  3069.     protected function getOrderLineItemDefinitionService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3072.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3073.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3078.      *
  3079.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3080.      */
  3081.     protected function getOrderTagDefinitionService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3084.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3085.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3090.      *
  3091.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3092.      */
  3093.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3096.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3097.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3102.      *
  3103.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3104.      */
  3105.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3108.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3109.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3114.      *
  3115.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3116.      */
  3117.     protected function getOrderTransactionCaptureDefinitionService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3120.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3121.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3126.      *
  3127.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3128.      */
  3129.     protected function getOrderTransactionDefinitionService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  3132.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  3133.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  3138.      *
  3139.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  3140.      */
  3141.     protected function getOrderActionControllerService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  3144.         $this->services['Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController'] = $instance = new \Shopware\Core\Checkout\Order\Api\OrderActionController(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] ?? $this->getPaymentRefundProcessorService()));
  3145.         $instance->setContainer($this);
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  3150.      *
  3151.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  3152.      */
  3153.     protected function getOrderDefinitionService()
  3154.     {
  3155.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  3156.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3157.         return $instance;
  3158.     }
  3159.     /**
  3160.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  3161.      *
  3162.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  3163.      */
  3164.     protected function getCancelOrderRouteService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  3168.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  3169.     }
  3170.     /**
  3171.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  3172.      *
  3173.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  3174.      */
  3175.     protected function getOrderRouteService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  3179.         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()));
  3180.     }
  3181.     /**
  3182.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  3183.      *
  3184.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  3185.      */
  3186.     protected function getSetPaymentOrderRouteService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  3190.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  3191.     }
  3192.     /**
  3193.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  3194.      *
  3195.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  3196.      */
  3197.     protected function getPaymentMethodTranslationDefinitionService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  3201.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  3202.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3203.         return $instance;
  3204.     }
  3205.     /**
  3206.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  3207.      *
  3208.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  3209.      */
  3210.     protected function getPaymentRefundProcessorService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  3214.         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()));
  3215.     }
  3216.     /**
  3217.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  3218.      *
  3219.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  3220.      */
  3221.     protected function getPaymentControllerService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  3224.         $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()));
  3225.         $instance->setContainer($this);
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  3230.      *
  3231.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  3232.      */
  3233.     protected function getPaymentMethodDefinitionService()
  3234.     {
  3235.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  3236.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3237.         return $instance;
  3238.     }
  3239.     /**
  3240.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  3241.      *
  3242.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  3243.      */
  3244.     protected function getCachedPaymentMethodRouteService()
  3245.     {
  3246.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  3247.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3248.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3249.         }
  3250.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3251.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3252.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3253.         }
  3254.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3255.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3256.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3257.         }
  3258.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($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, []);
  3259.     }
  3260.     /**
  3261.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  3262.      *
  3263.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  3264.      */
  3265.     protected function getHandlePaymentMethodRouteService()
  3266.     {
  3267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  3269.         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()));
  3270.     }
  3271.     /**
  3272.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  3273.      *
  3274.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  3275.      */
  3276.     protected function getSalesChannelPaymentMethodDefinitionService()
  3277.     {
  3278.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  3279.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  3284.      *
  3285.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  3286.      */
  3287.     protected function getSortedPaymentMethodRouteService()
  3288.     {
  3289.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  3290.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  3291.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  3292.         }
  3293.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  3294.     }
  3295.     /**
  3296.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  3297.      *
  3298.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  3299.      */
  3300.     protected function getPromotionCartRuleDefinitionService()
  3301.     {
  3302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  3303.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  3304.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3305.         return $instance;
  3306.     }
  3307.     /**
  3308.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  3309.      *
  3310.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  3311.      */
  3312.     protected function getPromotionDiscountPriceDefinitionService()
  3313.     {
  3314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  3315.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  3316.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3317.         return $instance;
  3318.     }
  3319.     /**
  3320.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  3321.      *
  3322.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  3323.      */
  3324.     protected function getPromotionDiscountRuleDefinitionService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  3327.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  3328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  3333.      *
  3334.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  3335.      */
  3336.     protected function getPromotionDiscountDefinitionService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  3339.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  3340.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3341.         return $instance;
  3342.     }
  3343.     /**
  3344.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  3345.      *
  3346.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  3347.      */
  3348.     protected function getPromotionIndividualCodeDefinitionService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  3351.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  3352.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3353.         return $instance;
  3354.     }
  3355.     /**
  3356.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  3357.      *
  3358.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  3359.      */
  3360.     protected function getPromotionOrderRuleDefinitionService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  3363.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  3364.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3365.         return $instance;
  3366.     }
  3367.     /**
  3368.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  3369.      *
  3370.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  3371.      */
  3372.     protected function getPromotionPersonaCustomerDefinitionService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  3375.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  3376.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3377.         return $instance;
  3378.     }
  3379.     /**
  3380.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  3381.      *
  3382.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  3383.      */
  3384.     protected function getPromotionPersonaRuleDefinitionService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  3387.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  3388.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3389.         return $instance;
  3390.     }
  3391.     /**
  3392.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  3393.      *
  3394.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  3395.      */
  3396.     protected function getPromotionSalesChannelDefinitionService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  3399.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  3400.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3401.         return $instance;
  3402.     }
  3403.     /**
  3404.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  3405.      *
  3406.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  3407.      */
  3408.     protected function getPromotionSetGroupRuleDefinitionService()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  3411.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  3412.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  3417.      *
  3418.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  3419.      */
  3420.     protected function getPromotionSetGroupDefinitionService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  3423.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  3424.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3425.         return $instance;
  3426.     }
  3427.     /**
  3428.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  3429.      *
  3430.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  3431.      */
  3432.     protected function getPromotionTranslationDefinitionService()
  3433.     {
  3434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  3436.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  3437.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  3442.      *
  3443.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  3444.      */
  3445.     protected function getPromotionActionControllerService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  3450.         $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()));
  3451.         $instance->setContainer($this);
  3452.         return $instance;
  3453.     }
  3454.     /**
  3455.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  3456.      *
  3457.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  3458.      */
  3459.     protected function getPromotionControllerService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  3463.         $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())));
  3464.         $instance->setContainer($this);
  3465.         return $instance;
  3466.     }
  3467.     /**
  3468.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  3469.      *
  3470.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  3471.      */
  3472.     protected function getPromotionDefinitionService()
  3473.     {
  3474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  3475.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  3476.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3477.         return $instance;
  3478.     }
  3479.     /**
  3480.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  3481.      *
  3482.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  3483.      */
  3484.     protected function getShippingMethodPriceDefinitionService()
  3485.     {
  3486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  3487.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  3488.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3489.         return $instance;
  3490.     }
  3491.     /**
  3492.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  3493.      *
  3494.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  3495.      */
  3496.     protected function getShippingMethodTagDefinitionService()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  3499.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  3500.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3501.         return $instance;
  3502.     }
  3503.     /**
  3504.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  3505.      *
  3506.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  3507.      */
  3508.     protected function getShippingMethodTranslationDefinitionService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  3512.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  3513.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  3518.      *
  3519.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  3520.      */
  3521.     protected function getCachedShippingMethodRouteService()
  3522.     {
  3523.         $a = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  3524.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3525.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3526.         }
  3527.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3528.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3529.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3530.         }
  3531.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3532.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3533.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3534.         }
  3535.         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, []);
  3536.     }
  3537.     /**
  3538.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  3539.      *
  3540.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  3541.      */
  3542.     protected function getSalesChannelShippingMethodDefinitionService()
  3543.     {
  3544.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  3545.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3546.         return $instance;
  3547.     }
  3548.     /**
  3549.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  3550.      *
  3551.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  3552.      */
  3553.     protected function getSortedShippingMethodRouteService()
  3554.     {
  3555.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  3556.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  3557.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  3558.         }
  3559.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  3560.     }
  3561.     /**
  3562.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  3563.      *
  3564.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  3565.      */
  3566.     protected function getShippingMethodDefinitionService()
  3567.     {
  3568.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  3569.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3570.         return $instance;
  3571.     }
  3572.     /**
  3573.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  3574.      *
  3575.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  3576.      */
  3577.     protected function getCategoryTagDefinitionService()
  3578.     {
  3579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  3580.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  3581.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3582.         return $instance;
  3583.     }
  3584.     /**
  3585.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3586.      *
  3587.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3588.      */
  3589.     protected function getCategoryTranslationDefinitionService()
  3590.     {
  3591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3593.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3594.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3595.         return $instance;
  3596.     }
  3597.     /**
  3598.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  3599.      *
  3600.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  3601.      */
  3602.     protected function getCategoryDefinitionService()
  3603.     {
  3604.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  3605.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3606.         return $instance;
  3607.     }
  3608.     /**
  3609.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  3610.      *
  3611.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  3612.      */
  3613.     protected function getCategoryHydratorService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  3616.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  3617.     }
  3618.     /**
  3619.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  3620.      *
  3621.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  3622.      */
  3623.     protected function getCachedCategoryRouteService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  3628.         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()), []);
  3629.     }
  3630.     /**
  3631.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  3632.      *
  3633.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  3634.      */
  3635.     protected function getCachedNavigationRouteService()
  3636.     {
  3637.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  3638.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3639.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3640.         }
  3641.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3642.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3643.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3644.         }
  3645.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3646.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3647.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3648.         }
  3649.         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, []);
  3650.     }
  3651.     /**
  3652.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  3653.      *
  3654.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  3655.      */
  3656.     protected function getCategoryListRouteService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  3660.         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()));
  3661.     }
  3662.     /**
  3663.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  3664.      *
  3665.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  3666.      */
  3667.     protected function getSalesChannelCategoryDefinitionService()
  3668.     {
  3669.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  3670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3671.         return $instance;
  3672.     }
  3673.     /**
  3674.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  3675.      *
  3676.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  3677.      */
  3678.     protected function getTreeBuildingNavigationRouteService()
  3679.     {
  3680.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  3681.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  3682.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  3683.         }
  3684.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  3685.     }
  3686.     /**
  3687.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  3688.      *
  3689.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  3690.      */
  3691.     protected function getCmsBlockDefinitionService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  3694.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  3695.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3696.         return $instance;
  3697.     }
  3698.     /**
  3699.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  3700.      *
  3701.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  3702.      */
  3703.     protected function getCmsPageTranslationDefinitionService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  3707.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  3708.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3709.         return $instance;
  3710.     }
  3711.     /**
  3712.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  3713.      *
  3714.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  3715.      */
  3716.     protected function getCmsSectionDefinitionService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  3719.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  3720.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3721.         return $instance;
  3722.     }
  3723.     /**
  3724.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  3725.      *
  3726.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  3727.      */
  3728.     protected function getCmsSlotTranslationDefinitionService()
  3729.     {
  3730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  3732.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  3733.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3734.         return $instance;
  3735.     }
  3736.     /**
  3737.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  3738.      *
  3739.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  3740.      */
  3741.     protected function getCmsSlotDefinitionService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  3744.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  3745.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3746.         return $instance;
  3747.     }
  3748.     /**
  3749.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  3750.      *
  3751.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  3752.      */
  3753.     protected function getCmsPageDefinitionService()
  3754.     {
  3755.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  3756.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3757.         return $instance;
  3758.     }
  3759.     /**
  3760.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  3761.      *
  3762.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  3763.      */
  3764.     protected function getSlotConfigFieldSerializerService()
  3765.     {
  3766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  3770.         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()));
  3771.     }
  3772.     /**
  3773.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  3774.      *
  3775.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  3776.      */
  3777.     protected function getCmsSlotsDataResolverService()
  3778.     {
  3779.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  3780.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  3781.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  3782.         }
  3783.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  3784.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  3785.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  3786.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  3787.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  3788.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  3789.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  3790.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  3791.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  3792.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  3793.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  3794.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  3795.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  3796.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  3797.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  3798.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  3799.         }, 15), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3800.     }
  3801.     /**
  3802.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  3803.      *
  3804.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  3805.      */
  3806.     protected function getCmsRouteService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  3810.         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()));
  3811.     }
  3812.     /**
  3813.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  3814.      *
  3815.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  3816.      *
  3817.      * @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.
  3818.      */
  3819.     protected function getSalesChannelCmsPageRepositoryService()
  3820.     {
  3821.         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.');
  3822.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  3823.     }
  3824.     /**
  3825.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  3826.      *
  3827.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  3828.      */
  3829.     protected function getContactFormRouteService()
  3830.     {
  3831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  3835.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3836.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3837.         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()));
  3838.     }
  3839.     /**
  3840.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  3841.      *
  3842.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  3843.      */
  3844.     protected function getFlowSequenceDefinitionService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  3847.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  3848.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3849.         return $instance;
  3850.     }
  3851.     /**
  3852.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  3853.      *
  3854.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  3855.      */
  3856.     protected function getFlowTemplateDefinitionService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  3859.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  3860.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3861.         return $instance;
  3862.     }
  3863.     /**
  3864.      * Gets the public 'Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer' shared service.
  3865.      *
  3866.      * @return \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer
  3867.      */
  3868.     protected function getFlowTemplateConfigFieldSerializerService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php';
  3874.         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()));
  3875.     }
  3876.     /**
  3877.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  3878.      *
  3879.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  3880.      */
  3881.     protected function getCachedFlowLoaderService()
  3882.     {
  3883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  3886.         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()));
  3887.     }
  3888.     /**
  3889.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  3890.      *
  3891.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  3892.      */
  3893.     protected function getFlowExecutorService()
  3894.     {
  3895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  3898.         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 () {
  3899.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  3900.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  3901.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  3902.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  3903.         }, 4)), new RewindableGenerator(function () {
  3904.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  3905.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  3906.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  3907.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  3908.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  3909.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  3910.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  3911.             yield 'action.grant.download.access' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  3912.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  3913.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  3914.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  3915.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  3916.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  3917.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  3918.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  3919.             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()));
  3920.         }, 16));
  3921.     }
  3922.     /**
  3923.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  3924.      *
  3925.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  3926.      */
  3927.     protected function getFlowFactoryService()
  3928.     {
  3929.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  3930.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  3931.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  3932.             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()));
  3933.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  3934.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  3935.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  3936.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  3937.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  3938.             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()));
  3939.             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()));
  3940.             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()));
  3941.             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()));
  3942.             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()));
  3943.             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()));
  3944.             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()));
  3945.             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()));
  3946.             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()));
  3947.             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()));
  3948.             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()));
  3949.             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()));
  3950.             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()));
  3951.         }, 21));
  3952.     }
  3953.     /**
  3954.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  3955.      *
  3956.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  3957.      */
  3958.     protected function getFlowDefinitionService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  3961.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  3962.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3963.         return $instance;
  3964.     }
  3965.     /**
  3966.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  3967.      *
  3968.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  3969.      */
  3970.     protected function getImportExportFileDefinitionService()
  3971.     {
  3972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  3973.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  3974.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3975.         return $instance;
  3976.     }
  3977.     /**
  3978.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  3979.      *
  3980.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  3981.      */
  3982.     protected function getImportExportLogDefinitionService()
  3983.     {
  3984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  3985.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  3986.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3987.         return $instance;
  3988.     }
  3989.     /**
  3990.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  3991.      *
  3992.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  3993.      */
  3994.     protected function getImportExportActionControllerService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  4001.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  4002.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4003.         $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));
  4004.         $instance->setContainer($this);
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  4009.      *
  4010.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  4011.      */
  4012.     protected function getImportExportFactoryService()
  4013.     {
  4014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  4015.         $a = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  4016.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4017.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4018.         }
  4019.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4020.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4021.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4022.         }
  4023.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  4024.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4025.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4026.         }
  4027.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  4028.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4029.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4030.         }
  4031.         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 () {
  4032.             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()));
  4033.         }, 1), new RewindableGenerator(function () {
  4034.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  4035.         }, 1), new RewindableGenerator(function () {
  4036.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  4037.         }, 1));
  4038.     }
  4039.     /**
  4040.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  4041.      *
  4042.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  4043.      */
  4044.     protected function getImportExportProfileDefinitionService()
  4045.     {
  4046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  4047.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  4048.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  4053.      *
  4054.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  4055.      */
  4056.     protected function getImportExportProfileTranslationDefinitionService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  4060.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  4061.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4062.         return $instance;
  4063.     }
  4064.     /**
  4065.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  4066.      *
  4067.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  4068.      */
  4069.     protected function getImportExportHandlerService()
  4070.     {
  4071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  4072.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4073.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4074.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4075.         }
  4076.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  4077.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4078.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4079.         }
  4080.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  4081.     }
  4082.     /**
  4083.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  4084.      *
  4085.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  4086.      */
  4087.     protected function getLandingPageSalesChannelDefinitionService()
  4088.     {
  4089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  4090.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  4091.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4092.         return $instance;
  4093.     }
  4094.     /**
  4095.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  4096.      *
  4097.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  4098.      */
  4099.     protected function getLandingPageTagDefinitionService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  4102.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  4103.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4104.         return $instance;
  4105.     }
  4106.     /**
  4107.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  4108.      *
  4109.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  4110.      */
  4111.     protected function getLandingPageTranslationDefinitionService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  4115.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  4116.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4117.         return $instance;
  4118.     }
  4119.     /**
  4120.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  4121.      *
  4122.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  4123.      */
  4124.     protected function getLandingPageDefinitionService()
  4125.     {
  4126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4127.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  4128.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4129.         return $instance;
  4130.     }
  4131.     /**
  4132.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  4133.      *
  4134.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  4135.      */
  4136.     protected function getCachedLandingPageRouteService()
  4137.     {
  4138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  4141.         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()), []);
  4142.     }
  4143.     /**
  4144.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  4145.      *
  4146.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  4147.      */
  4148.     protected function getSalesChannelLandingPageDefinitionService()
  4149.     {
  4150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  4152.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  4153.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4154.         return $instance;
  4155.     }
  4156.     /**
  4157.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  4158.      *
  4159.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  4160.      */
  4161.     protected function getMailHeaderFooterTranslationDefinitionService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  4165.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  4166.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4167.         return $instance;
  4168.     }
  4169.     /**
  4170.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  4171.      *
  4172.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  4173.      */
  4174.     protected function getMailHeaderFooterDefinitionService()
  4175.     {
  4176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  4177.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  4178.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4179.         return $instance;
  4180.     }
  4181.     /**
  4182.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  4183.      *
  4184.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  4185.      */
  4186.     protected function getMailTemplateMediaDefinitionService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  4189.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  4190.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4191.         return $instance;
  4192.     }
  4193.     /**
  4194.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  4195.      *
  4196.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  4197.      */
  4198.     protected function getMailTemplateTranslationDefinitionService()
  4199.     {
  4200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  4202.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  4203.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4204.         return $instance;
  4205.     }
  4206.     /**
  4207.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  4208.      *
  4209.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  4210.      */
  4211.     protected function getMailTemplateTypeTranslationDefinitionService()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  4215.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  4216.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4217.         return $instance;
  4218.     }
  4219.     /**
  4220.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  4221.      *
  4222.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  4223.      */
  4224.     protected function getMailTemplateTypeDefinitionService()
  4225.     {
  4226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  4227.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  4228.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4229.         return $instance;
  4230.     }
  4231.     /**
  4232.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  4233.      *
  4234.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  4235.      */
  4236.     protected function getMailActionControllerService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  4240.         $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())));
  4241.         $instance->setContainer($this);
  4242.         return $instance;
  4243.     }
  4244.     /**
  4245.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  4246.      *
  4247.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  4248.      */
  4249.     protected function getMailTemplateDefinitionService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  4252.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  4253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  4258.      *
  4259.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  4260.      */
  4261.     protected function getMailFactoryService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  4265.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4266.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  4267.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  4268.         }
  4269.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a);
  4270.     }
  4271.     /**
  4272.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  4273.      *
  4274.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  4275.      */
  4276.     protected function getMailSenderService()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4282.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4283.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4284.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4285.         }
  4286.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4287.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4288.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4289.         }
  4290.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4291.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4292.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4293.         }
  4294.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  4295.     }
  4296.     /**
  4297.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  4298.      *
  4299.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  4300.      */
  4301.     protected function getMediaDefaultFolderDefinitionService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  4304.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  4305.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4306.         return $instance;
  4307.     }
  4308.     /**
  4309.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  4310.      *
  4311.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  4312.      */
  4313.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  4316.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  4317.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  4322.      *
  4323.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  4324.      */
  4325.     protected function getMediaFolderConfigurationDefinitionService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  4328.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  4329.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4330.         return $instance;
  4331.     }
  4332.     /**
  4333.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  4334.      *
  4335.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  4336.      */
  4337.     protected function getMediaFolderDefinitionService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  4340.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  4341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  4346.      *
  4347.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  4348.      */
  4349.     protected function getMediaTagDefinitionService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  4352.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  4353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4354.         return $instance;
  4355.     }
  4356.     /**
  4357.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  4358.      *
  4359.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  4360.      */
  4361.     protected function getMediaThumbnailSizeDefinitionService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  4364.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  4365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4366.         return $instance;
  4367.     }
  4368.     /**
  4369.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  4370.      *
  4371.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  4372.      */
  4373.     protected function getMediaThumbnailDefinitionService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  4376.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  4377.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4378.         return $instance;
  4379.     }
  4380.     /**
  4381.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  4382.      *
  4383.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  4384.      */
  4385.     protected function getMediaTranslationDefinitionService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  4389.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  4390.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4391.         return $instance;
  4392.     }
  4393.     /**
  4394.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  4395.      *
  4396.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  4397.      */
  4398.     protected function getMediaFolderControllerService()
  4399.     {
  4400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  4402.         $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())));
  4403.         $instance->setContainer($this);
  4404.         return $instance;
  4405.     }
  4406.     /**
  4407.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  4408.      *
  4409.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  4410.      */
  4411.     protected function getMediaUploadControllerService()
  4412.     {
  4413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  4414.         $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()));
  4415.         $instance->setContainer($this);
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  4420.      *
  4421.      * @return \Shopware\Core\Content\Media\File\FileSaver
  4422.      */
  4423.     protected function getFileSaverService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  4427.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  4428.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4429.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4430.         }
  4431.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  4432.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4433.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4434.         }
  4435.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4436.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4437.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4438.         }
  4439.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4440.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4441.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4442.         }
  4443.         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 () {
  4444.             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()));
  4445.         }, 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']);
  4446.     }
  4447.     /**
  4448.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  4449.      *
  4450.      * @return \Shopware\Core\Content\Media\MediaDefinition
  4451.      */
  4452.     protected function getMediaDefinitionService()
  4453.     {
  4454.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  4455.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  4460.      *
  4461.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  4462.      */
  4463.     protected function getNewsletterRecipientTagDefinitionService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  4466.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  4467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4468.         return $instance;
  4469.     }
  4470.     /**
  4471.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  4472.      *
  4473.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  4474.      */
  4475.     protected function getNewsletterRecipientDefinitionService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4478.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  4479.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4480.         return $instance;
  4481.     }
  4482.     /**
  4483.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  4484.      *
  4485.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  4486.      */
  4487.     protected function getNewsletterConfirmRouteService()
  4488.     {
  4489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  4491.         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()));
  4492.     }
  4493.     /**
  4494.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  4495.      *
  4496.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  4497.      */
  4498.     protected function getNewsletterSubscribeRouteService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  4502.         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())));
  4503.     }
  4504.     /**
  4505.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  4506.      *
  4507.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  4508.      */
  4509.     protected function getNewsletterUnsubscribeRouteService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  4513.         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()));
  4514.     }
  4515.     /**
  4516.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  4517.      *
  4518.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  4519.      */
  4520.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  4521.     {
  4522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  4524.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  4525.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4526.         return $instance;
  4527.     }
  4528.     /**
  4529.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  4530.      *
  4531.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  4532.      */
  4533.     protected function getProductExportControllerService()
  4534.     {
  4535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  4536.         $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()));
  4537.         $instance->setContainer($this);
  4538.         return $instance;
  4539.     }
  4540.     /**
  4541.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  4542.      *
  4543.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  4544.      */
  4545.     protected function getProductExportDefinitionService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  4548.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  4549.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  4554.      *
  4555.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  4556.      */
  4557.     protected function getProductExportHydratorService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  4560.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  4561.     }
  4562.     /**
  4563.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  4564.      *
  4565.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  4566.      */
  4567.     protected function getExportControllerService()
  4568.     {
  4569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  4570.         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()));
  4571.     }
  4572.     /**
  4573.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  4574.      *
  4575.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  4576.      */
  4577.     protected function getProductExportGeneratorService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  4580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  4583.         $a = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  4584.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4585.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4586.         }
  4587.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  4588.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4589.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4590.         }
  4591.         $c = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  4592.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4593.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4594.         }
  4595.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4596.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4597.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4598.         }
  4599.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  4600.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4601.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4602.         }
  4603.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  4604.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4605.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4606.         }
  4607.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  4608.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4609.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4610.         }
  4611.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  4612.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4613.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4614.         }
  4615.         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 () {
  4616.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  4617.         }, 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()));
  4618.     }
  4619.     /**
  4620.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  4621.      *
  4622.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  4623.      */
  4624.     protected function getProductExporterService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  4628.         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()));
  4629.     }
  4630.     /**
  4631.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  4632.      *
  4633.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  4634.      */
  4635.     protected function getProductStreamFilterDefinitionService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  4638.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  4639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  4644.      *
  4645.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  4646.      */
  4647.     protected function getProductStreamFilterHydratorService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  4650.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  4651.     }
  4652.     /**
  4653.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  4654.      *
  4655.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  4656.      */
  4657.     protected function getProductStreamTranslationDefinitionService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  4661.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  4662.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  4667.      *
  4668.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  4669.      */
  4670.     protected function getProductStreamDefinitionService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  4673.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  4674.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4675.         return $instance;
  4676.     }
  4677.     /**
  4678.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  4679.      *
  4680.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  4681.      */
  4682.     protected function getProductStreamHydratorService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  4685.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  4686.     }
  4687.     /**
  4688.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  4689.      *
  4690.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  4691.      */
  4692.     protected function getProductStreamBuilderService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  4696.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  4697.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  4698.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  4699.         }
  4700.         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()));
  4701.     }
  4702.     /**
  4703.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  4704.      *
  4705.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  4706.      */
  4707.     protected function getProductCategoryTreeDefinitionService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  4710.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  4711.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4712.         return $instance;
  4713.     }
  4714.     /**
  4715.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  4716.      *
  4717.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  4718.      */
  4719.     protected function getProductCategoryDefinitionService()
  4720.     {
  4721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  4722.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  4723.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  4728.      *
  4729.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  4730.      */
  4731.     protected function getProductConfiguratorSettingDefinitionService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  4734.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  4735.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4736.         return $instance;
  4737.     }
  4738.     /**
  4739.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  4740.      *
  4741.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  4742.      */
  4743.     protected function getProductConfiguratorSettingHydratorService()
  4744.     {
  4745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  4746.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  4747.     }
  4748.     /**
  4749.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  4750.      *
  4751.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  4752.      */
  4753.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  4756.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  4757.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4758.         return $instance;
  4759.     }
  4760.     /**
  4761.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  4762.      *
  4763.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  4764.      */
  4765.     protected function getProductCrossSellingAssignedProductsHydratorService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  4768.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  4769.     }
  4770.     /**
  4771.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  4772.      *
  4773.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  4774.      */
  4775.     protected function getProductCrossSellingTranslationDefinitionService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  4779.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  4780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4781.         return $instance;
  4782.     }
  4783.     /**
  4784.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  4785.      *
  4786.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  4787.      */
  4788.     protected function getProductCrossSellingDefinitionService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  4791.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  4792.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4793.         return $instance;
  4794.     }
  4795.     /**
  4796.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  4797.      *
  4798.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  4799.      */
  4800.     protected function getProductCrossSellingHydratorService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  4803.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  4804.     }
  4805.     /**
  4806.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  4807.      *
  4808.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  4809.      */
  4810.     protected function getProductCustomFieldSetDefinitionService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  4813.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  4814.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  4819.      *
  4820.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  4821.      */
  4822.     protected function getProductDownloadDefinitionService()
  4823.     {
  4824.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  4825.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4826.         return $instance;
  4827.     }
  4828.     /**
  4829.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  4830.      *
  4831.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  4832.      */
  4833.     protected function getProductFeatureSetTranslationDefinitionService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  4837.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  4838.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4839.         return $instance;
  4840.     }
  4841.     /**
  4842.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  4843.      *
  4844.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  4845.      */
  4846.     protected function getProductFeatureSetDefinitionService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  4849.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  4850.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4851.         return $instance;
  4852.     }
  4853.     /**
  4854.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  4855.      *
  4856.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  4857.      */
  4858.     protected function getProductFeatureSetHydratorService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  4861.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  4862.     }
  4863.     /**
  4864.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  4865.      *
  4866.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  4867.      */
  4868.     protected function getProductKeywordDictionaryDefinitionService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  4871.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  4872.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  4877.      *
  4878.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  4879.      */
  4880.     protected function getProductKeywordDictionaryHydratorService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  4883.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  4884.     }
  4885.     /**
  4886.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  4887.      *
  4888.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  4889.      */
  4890.     protected function getProductManufacturerTranslationDefinitionService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  4894.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  4895.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4896.         return $instance;
  4897.     }
  4898.     /**
  4899.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  4900.      *
  4901.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  4902.      */
  4903.     protected function getProductManufacturerDefinitionService()
  4904.     {
  4905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  4906.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  4907.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4908.         return $instance;
  4909.     }
  4910.     /**
  4911.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  4912.      *
  4913.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  4914.      */
  4915.     protected function getProductManufacturerHydratorService()
  4916.     {
  4917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  4918.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  4919.     }
  4920.     /**
  4921.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  4922.      *
  4923.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  4924.      */
  4925.     protected function getProductMediaDefinitionService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  4928.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  4929.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4930.         return $instance;
  4931.     }
  4932.     /**
  4933.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  4934.      *
  4935.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  4936.      */
  4937.     protected function getProductMediaHydratorService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  4940.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  4941.     }
  4942.     /**
  4943.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  4944.      *
  4945.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  4946.      */
  4947.     protected function getProductOptionDefinitionService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  4950.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  4951.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4952.         return $instance;
  4953.     }
  4954.     /**
  4955.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  4956.      *
  4957.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  4958.      */
  4959.     protected function getProductPriceDefinitionService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  4962.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  4963.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  4968.      *
  4969.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  4970.      */
  4971.     protected function getProductPriceHydratorService()
  4972.     {
  4973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  4974.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  4975.     }
  4976.     /**
  4977.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  4978.      *
  4979.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  4980.      */
  4981.     protected function getProductPropertyDefinitionService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  4984.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  4985.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4986.         return $instance;
  4987.     }
  4988.     /**
  4989.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  4990.      *
  4991.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  4992.      */
  4993.     protected function getProductReviewDefinitionService()
  4994.     {
  4995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  4996.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  4997.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4998.         return $instance;
  4999.     }
  5000.     /**
  5001.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  5002.      *
  5003.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  5004.      */
  5005.     protected function getProductReviewHydratorService()
  5006.     {
  5007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  5008.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  5009.     }
  5010.     /**
  5011.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  5012.      *
  5013.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  5014.      */
  5015.     protected function getProductSearchConfigFieldDefinitionService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  5018.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  5019.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5020.         return $instance;
  5021.     }
  5022.     /**
  5023.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  5024.      *
  5025.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  5026.      */
  5027.     protected function getProductSearchConfigFieldHydratorService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  5030.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  5031.     }
  5032.     /**
  5033.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  5034.      *
  5035.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  5036.      */
  5037.     protected function getProductSearchConfigDefinitionService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  5040.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  5041.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5042.         return $instance;
  5043.     }
  5044.     /**
  5045.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  5046.      *
  5047.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  5048.      */
  5049.     protected function getProductSearchConfigHydratorService()
  5050.     {
  5051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  5052.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  5053.     }
  5054.     /**
  5055.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  5056.      *
  5057.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  5058.      */
  5059.     protected function getProductSearchKeywordDefinitionService()
  5060.     {
  5061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  5062.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  5063.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  5068.      *
  5069.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  5070.      */
  5071.     protected function getProductSearchKeywordHydratorService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  5074.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  5075.     }
  5076.     /**
  5077.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  5078.      *
  5079.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  5080.      */
  5081.     protected function getProductStreamMappingDefinitionService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  5084.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  5085.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5086.         return $instance;
  5087.     }
  5088.     /**
  5089.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  5090.      *
  5091.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  5092.      */
  5093.     protected function getProductTagDefinitionService()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  5096.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  5097.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5098.         return $instance;
  5099.     }
  5100.     /**
  5101.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  5102.      *
  5103.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  5104.      */
  5105.     protected function getProductTranslationDefinitionService()
  5106.     {
  5107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  5109.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  5110.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5111.         return $instance;
  5112.     }
  5113.     /**
  5114.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  5115.      *
  5116.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  5117.      */
  5118.     protected function getProductVisibilityDefinitionService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  5121.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  5122.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5123.         return $instance;
  5124.     }
  5125.     /**
  5126.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  5127.      *
  5128.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  5129.      */
  5130.     protected function getProductVisibilityHydratorService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  5133.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  5134.     }
  5135.     /**
  5136.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  5137.      *
  5138.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  5139.      */
  5140.     protected function getProductActionControllerService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  5144.         $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())));
  5145.         $instance->setContainer($this);
  5146.         return $instance;
  5147.     }
  5148.     /**
  5149.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  5150.      *
  5151.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  5152.      */
  5153.     protected function getCheapestPriceAccessorBuilderService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  5157.         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()));
  5158.     }
  5159.     /**
  5160.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  5161.      *
  5162.      * @return \Shopware\Core\Content\Product\ProductDefinition
  5163.      */
  5164.     protected function getProductDefinitionService()
  5165.     {
  5166.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  5167.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  5172.      *
  5173.      * @return \Shopware\Core\Content\Product\ProductHydrator
  5174.      */
  5175.     protected function getProductHydratorService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  5178.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  5179.     }
  5180.     /**
  5181.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  5182.      *
  5183.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  5184.      */
  5185.     protected function getCachedProductCrossSellingRouteService()
  5186.     {
  5187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5192.         $a = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  5193.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5194.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5195.         }
  5196.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5197.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5198.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5199.         }
  5200.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5201.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5202.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5203.         }
  5204.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5205.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5206.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5207.         }
  5208.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5209.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5210.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5211.         }
  5212.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5213.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5214.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5215.         }
  5216.         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, []);
  5217.     }
  5218.     /**
  5219.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  5220.      *
  5221.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  5222.      */
  5223.     protected function getCachedProductDetailRouteService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5230.         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()), []);
  5231.     }
  5232.     /**
  5233.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  5234.      *
  5235.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  5236.      */
  5237.     protected function getFindProductVariantRouteService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  5241.         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()));
  5242.     }
  5243.     /**
  5244.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  5245.      *
  5246.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  5247.      */
  5248.     protected function getCachedProductListingRouteService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  5253.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5254.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5255.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5256.         }
  5257.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5258.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5259.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5260.         }
  5261.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  5262.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5263.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5264.         }
  5265.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5266.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5267.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5268.         }
  5269.         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, []);
  5270.     }
  5271.     /**
  5272.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  5273.      *
  5274.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  5275.      */
  5276.     protected function getResolveCriteriaProductListingRouteService()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  5280.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  5281.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5282.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5283.         }
  5284.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5285.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5286.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5287.         }
  5288.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($a$b);
  5289.     }
  5290.     /**
  5291.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  5292.      *
  5293.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  5294.      */
  5295.     protected function getProductListRouteService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  5299.         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()));
  5300.     }
  5301.     /**
  5302.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  5303.      *
  5304.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  5305.      */
  5306.     protected function getCachedProductReviewRouteService()
  5307.     {
  5308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  5311.         $a = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  5312.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5313.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5314.         }
  5315.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5316.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5317.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5318.         }
  5319.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5320.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5321.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5322.         }
  5323.         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, []);
  5324.     }
  5325.     /**
  5326.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  5327.      *
  5328.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  5329.      */
  5330.     protected function getProductReviewSaveRouteService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  5334.         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()));
  5335.     }
  5336.     /**
  5337.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  5338.      *
  5339.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  5340.      */
  5341.     protected function getSalesChannelProductDefinitionService()
  5342.     {
  5343.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  5344.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5345.         return $instance;
  5346.     }
  5347.     /**
  5348.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  5349.      *
  5350.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  5351.      */
  5352.     protected function getCachedProductSearchRouteService()
  5353.     {
  5354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  5357.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5358.         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, []);
  5359.     }
  5360.     /**
  5361.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  5362.      *
  5363.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  5364.      */
  5365.     protected function getResolvedCriteriaProductSearchRouteService()
  5366.     {
  5367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  5369.         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()));
  5370.     }
  5371.     /**
  5372.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  5373.      *
  5374.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  5375.      */
  5376.     protected function getProductSortingDefinitionService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  5379.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  5380.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  5385.      *
  5386.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  5387.      */
  5388.     protected function getProductSortingHydratorService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  5391.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  5392.     }
  5393.     /**
  5394.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  5395.      *
  5396.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  5397.      */
  5398.     protected function getProductSortingTranslationDefinitionService()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  5402.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  5403.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5404.         return $instance;
  5405.     }
  5406.     /**
  5407.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  5408.      *
  5409.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  5410.      */
  5411.     protected function getCachedProductSuggestRouteService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  5416.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5417.         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, []);
  5418.     }
  5419.     /**
  5420.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  5421.      *
  5422.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  5423.      */
  5424.     protected function getPropertyGroupOptionTranslationDefinitionService()
  5425.     {
  5426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  5428.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  5429.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5430.         return $instance;
  5431.     }
  5432.     /**
  5433.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  5434.      *
  5435.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  5436.      */
  5437.     protected function getPropertyGroupOptionDefinitionService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  5440.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  5441.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5442.         return $instance;
  5443.     }
  5444.     /**
  5445.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  5446.      *
  5447.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  5448.      */
  5449.     protected function getPropertyGroupOptionHydratorService()
  5450.     {
  5451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  5452.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  5453.     }
  5454.     /**
  5455.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  5456.      *
  5457.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  5458.      */
  5459.     protected function getPropertyGroupTranslationDefinitionService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  5463.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  5464.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5465.         return $instance;
  5466.     }
  5467.     /**
  5468.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  5469.      *
  5470.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  5471.      */
  5472.     protected function getPropertyGroupDefinitionService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  5475.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  5476.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5477.         return $instance;
  5478.     }
  5479.     /**
  5480.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  5481.      *
  5482.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  5483.      */
  5484.     protected function getPropertyGroupHydratorService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  5487.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  5488.     }
  5489.     /**
  5490.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  5491.      *
  5492.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  5493.      */
  5494.     protected function getRuleConditionDefinitionService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  5497.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  5498.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5499.         return $instance;
  5500.     }
  5501.     /**
  5502.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  5503.      *
  5504.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  5505.      */
  5506.     protected function getRuleTagDefinitionService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  5509.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  5510.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5511.         return $instance;
  5512.     }
  5513.     /**
  5514.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  5515.      *
  5516.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  5517.      */
  5518.     protected function getRuleDefinitionService()
  5519.     {
  5520.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  5521.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5522.         return $instance;
  5523.     }
  5524.     /**
  5525.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  5526.      *
  5527.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  5528.      */
  5529.     protected function getSeoActionControllerService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  5534.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5535.         $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);
  5536.         $instance->setContainer($this);
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  5541.      *
  5542.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  5543.      */
  5544.     protected function getCachedSeoResolverService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  5549.         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()));
  5550.     }
  5551.     /**
  5552.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  5553.      *
  5554.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  5555.      */
  5556.     protected function getEmptyPathInfoResolverService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  5560.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  5561.     }
  5562.     /**
  5563.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  5564.      *
  5565.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  5566.      */
  5567.     protected function getSeoUrlAssociationFieldResolverService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  5571.         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())));
  5572.     }
  5573.     /**
  5574.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  5575.      *
  5576.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  5577.      */
  5578.     protected function getSeoUrlFieldSerializerService()
  5579.     {
  5580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  5583.         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()));
  5584.     }
  5585.     /**
  5586.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  5587.      *
  5588.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  5589.      */
  5590.     protected function getMainCategoryDefinitionService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5593.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  5594.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5595.         return $instance;
  5596.     }
  5597.     /**
  5598.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  5599.      *
  5600.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  5601.      */
  5602.     protected function getSalesChannelMainCategoryDefinitionService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  5606.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  5607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5608.         return $instance;
  5609.     }
  5610.     /**
  5611.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  5612.      *
  5613.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  5614.      */
  5615.     protected function getSeoUrlRouteService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  5619.         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()));
  5620.     }
  5621.     /**
  5622.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  5623.      *
  5624.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  5625.      */
  5626.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  5627.     {
  5628.         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()));
  5629.     }
  5630.     /**
  5631.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  5632.      *
  5633.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  5634.      */
  5635.     protected function getSeoUrlTemplateDefinitionService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  5638.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  5639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5640.         return $instance;
  5641.     }
  5642.     /**
  5643.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  5644.      *
  5645.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  5646.      */
  5647.     protected function getSalesChannelSeoUrlDefinitionService()
  5648.     {
  5649.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  5650.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5651.         return $instance;
  5652.     }
  5653.     /**
  5654.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  5655.      *
  5656.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  5657.      */
  5658.     protected function getSeoUrlDefinitionService()
  5659.     {
  5660.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  5661.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5662.         return $instance;
  5663.     }
  5664.     /**
  5665.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  5666.      *
  5667.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  5668.      */
  5669.     protected function getCachedSitemapRouteService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  5676.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5677.         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);
  5678.     }
  5679.     /**
  5680.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  5681.      *
  5682.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  5683.      */
  5684.     protected function getAssetPackageServiceService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  5687.         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()));
  5688.     }
  5689.     /**
  5690.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  5691.      *
  5692.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  5693.      */
  5694.     protected function getCacheIdLoaderService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  5697.         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()));
  5698.     }
  5699.     /**
  5700.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  5701.      *
  5702.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  5703.      */
  5704.     protected function getCacheInvalidatorFacadeHookFactoryService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  5708.         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()));
  5709.     }
  5710.     /**
  5711.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  5712.      *
  5713.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  5714.      */
  5715.     protected function getAppTemplateIteratorService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  5718.         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()));
  5719.     }
  5720.     /**
  5721.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  5722.      *
  5723.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  5724.      */
  5725.     protected function getTemplateFinderService()
  5726.     {
  5727.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5728.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  5729.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  5730.         }
  5731.         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 () {
  5732.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  5733.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  5734.         }, 2)));
  5735.     }
  5736.     /**
  5737.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  5738.      *
  5739.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  5740.      */
  5741.     protected function getTemplateIteratorService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5745.         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']);
  5746.     }
  5747.     /**
  5748.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  5749.      *
  5750.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  5751.      */
  5752.     protected function getAclCriteriaValidatorService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  5755.         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()));
  5756.     }
  5757.     /**
  5758.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  5759.      *
  5760.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  5761.      */
  5762.     protected function getAclRoleDefinitionService()
  5763.     {
  5764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  5765.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  5766.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5767.         return $instance;
  5768.     }
  5769.     /**
  5770.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  5771.      *
  5772.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  5773.      */
  5774.     protected function getAclUserRoleDefinitionService()
  5775.     {
  5776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  5777.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  5778.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5779.         return $instance;
  5780.     }
  5781.     /**
  5782.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  5783.      *
  5784.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  5785.      */
  5786.     protected function getAccessKeyControllerService()
  5787.     {
  5788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  5789.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  5790.         $instance->setContainer($this);
  5791.         return $instance;
  5792.     }
  5793.     /**
  5794.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  5795.      *
  5796.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  5797.      */
  5798.     protected function getAclControllerService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  5801.         $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()));
  5802.         $instance->setContainer($this);
  5803.         return $instance;
  5804.     }
  5805.     /**
  5806.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  5807.      *
  5808.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  5809.      */
  5810.     protected function getApiControllerService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  5816.         $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()));
  5817.         $instance->setContainer($this);
  5818.         return $instance;
  5819.     }
  5820.     /**
  5821.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  5822.      *
  5823.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  5824.      */
  5825.     protected function getAuthControllerService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  5828.         $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()));
  5829.         $instance->setContainer($this);
  5830.         return $instance;
  5831.     }
  5832.     /**
  5833.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  5834.      *
  5835.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  5836.      */
  5837.     protected function getCacheControllerService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  5840.         $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()));
  5841.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5842.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5843.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5844.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5845.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5846.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5847.             'router' => ['services''router''getRouterService'false],
  5848.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5849.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5850.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5851.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5852.         ], [
  5853.             'http_kernel' => '?',
  5854.             'message_bus' => '?',
  5855.             'messenger.default_bus' => '?',
  5856.             'parameter_bag' => '?',
  5857.             'request_stack' => '?',
  5858.             'router' => '?',
  5859.             'security.csrf.token_manager' => '?',
  5860.             'serializer' => '?',
  5861.             'session' => '.session.deprecated',
  5862.             'twig' => '?',
  5863.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  5864.         return $instance;
  5865.     }
  5866.     /**
  5867.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  5868.      *
  5869.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  5870.      */
  5871.     protected function getCustomSnippetFormatControllerService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  5874.         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()));
  5875.     }
  5876.     /**
  5877.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  5878.      *
  5879.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  5880.      */
  5881.     protected function getFallbackControllerService()
  5882.     {
  5883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  5884.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  5885.         $instance->setContainer($this);
  5886.         return $instance;
  5887.     }
  5888.     /**
  5889.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  5890.      *
  5891.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  5892.      */
  5893.     protected function getIndexingControllerService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  5896.         $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()));
  5897.         $instance->setContainer($this);
  5898.         return $instance;
  5899.     }
  5900.     /**
  5901.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  5902.      *
  5903.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  5904.      */
  5905.     protected function getInfoControllerService()
  5906.     {
  5907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  5909.         $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']);
  5910.         $instance->setContainer($this);
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  5915.      *
  5916.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  5917.      */
  5918.     protected function getIntegrationControllerService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  5921.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  5922.         $instance->setContainer($this);
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  5927.      *
  5928.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  5929.      */
  5930.     protected function getSalesChannelProxyControllerService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  5934.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5935.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  5936.         $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())));
  5937.         $instance->setContainer($this);
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  5942.      *
  5943.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  5944.      */
  5945.     protected function getSyncControllerService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  5948.         $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()));
  5949.         $instance->setContainer($this);
  5950.         return $instance;
  5951.     }
  5952.     /**
  5953.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  5954.      *
  5955.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  5956.      */
  5957.     protected function getUserControllerService()
  5958.     {
  5959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  5960.         $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()));
  5961.         $instance->setContainer($this);
  5962.         return $instance;
  5963.     }
  5964.     /**
  5965.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  5966.      *
  5967.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  5968.      */
  5969.     protected function getSyncServiceService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  5973.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  5974.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  5975.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  5976.         }
  5977.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5978.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  5979.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  5980.         }
  5981.         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);
  5982.     }
  5983.     /**
  5984.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  5985.      *
  5986.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  5987.      */
  5988.     protected function getActionButtonTranslationDefinitionService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  5992.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  5993.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5994.         return $instance;
  5995.     }
  5996.     /**
  5997.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  5998.      *
  5999.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  6000.      */
  6001.     protected function getActionButtonDefinitionService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  6004.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  6005.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6006.         return $instance;
  6007.     }
  6008.     /**
  6009.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  6010.      *
  6011.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  6012.      */
  6013.     protected function getAppPaymentMethodDefinitionService()
  6014.     {
  6015.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  6016.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  6021.      *
  6022.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  6023.      */
  6024.     protected function getAppScriptConditionTranslationDefinitionService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  6028.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  6029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  6034.      *
  6035.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  6036.      */
  6037.     protected function getAppScriptConditionDefinitionService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  6040.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  6041.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6042.         return $instance;
  6043.     }
  6044.     /**
  6045.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  6046.      *
  6047.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  6048.      */
  6049.     protected function getAppTranslationDefinitionService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  6053.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  6054.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6055.         return $instance;
  6056.     }
  6057.     /**
  6058.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  6059.      *
  6060.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  6061.      */
  6062.     protected function getAppCmsBlockTranslationDefinitionService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  6066.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  6067.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6068.         return $instance;
  6069.     }
  6070.     /**
  6071.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  6072.      *
  6073.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  6074.      */
  6075.     protected function getAppCmsBlockDefinitionService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  6078.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  6079.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6080.         return $instance;
  6081.     }
  6082.     /**
  6083.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  6084.      *
  6085.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  6086.      */
  6087.     protected function getAppFlowActionTranslationDefinitionService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  6091.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  6092.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6093.         return $instance;
  6094.     }
  6095.     /**
  6096.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  6097.      *
  6098.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  6099.      */
  6100.     protected function getAppFlowActionDefinitionService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  6103.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  6104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6105.         return $instance;
  6106.     }
  6107.     /**
  6108.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  6109.      *
  6110.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  6111.      */
  6112.     protected function getAppActionControllerService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  6118.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  6119.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  6120.         $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())));
  6121.         $instance->setContainer($this);
  6122.         return $instance;
  6123.     }
  6124.     /**
  6125.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  6126.      *
  6127.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  6128.      */
  6129.     protected function getAppCmsControllerService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  6132.         $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()));
  6133.         $instance->setContainer($this);
  6134.         return $instance;
  6135.     }
  6136.     /**
  6137.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  6138.      *
  6139.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  6140.      */
  6141.     protected function getAppUrlChangeControllerService()
  6142.     {
  6143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  6144.         $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()));
  6145.         $instance->setContainer($this);
  6146.         return $instance;
  6147.     }
  6148.     /**
  6149.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  6150.      *
  6151.      * @return \Shopware\Core\Framework\App\AppDefinition
  6152.      */
  6153.     protected function getAppDefinitionService()
  6154.     {
  6155.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  6156.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6157.         return $instance;
  6158.     }
  6159.     /**
  6160.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  6161.      *
  6162.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  6163.      */
  6164.     protected function getAppLocaleProviderService()
  6165.     {
  6166.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  6167.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  6168.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  6169.         }
  6170.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6171.     }
  6172.     /**
  6173.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  6174.      *
  6175.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  6176.      */
  6177.     protected function getResolverService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  6180.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  6181.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  6182.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  6183.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  6184.         }, 3));
  6185.     }
  6186.     /**
  6187.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  6188.      *
  6189.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  6190.      */
  6191.     protected function getAppFlowActionProviderService()
  6192.     {
  6193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  6194.         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()));
  6195.     }
  6196.     /**
  6197.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  6198.      *
  6199.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  6200.      */
  6201.     protected function getShopIdProviderService()
  6202.     {
  6203.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6204.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6205.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6206.         }
  6207.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  6208.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6209.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6210.         }
  6211.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  6212.     }
  6213.     /**
  6214.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  6215.      *
  6216.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  6217.      */
  6218.     protected function getTemplateDefinitionService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  6221.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  6222.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6223.         return $instance;
  6224.     }
  6225.     /**
  6226.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  6227.      *
  6228.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  6229.      */
  6230.     protected function getTemplateStateServiceService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  6233.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  6234.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  6235.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  6236.         }
  6237.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  6238.     }
  6239.     /**
  6240.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  6241.      *
  6242.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  6243.      */
  6244.     protected function getEntityCacheKeyGeneratorService()
  6245.     {
  6246.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  6247.     }
  6248.     /**
  6249.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  6250.      *
  6251.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  6252.      */
  6253.     protected function getEntityHydratorService()
  6254.     {
  6255.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  6256.     }
  6257.     /**
  6258.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  6259.      *
  6260.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  6261.      */
  6262.     protected function getConfigJsonFieldAccessorBuilderService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  6267.         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()));
  6268.     }
  6269.     /**
  6270.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  6271.      *
  6272.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  6273.      */
  6274.     protected function getCustomFieldsAccessorBuilderService()
  6275.     {
  6276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  6279.         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()));
  6280.     }
  6281.     /**
  6282.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  6283.      *
  6284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  6285.      */
  6286.     protected function getDefaultFieldAccessorBuilderService()
  6287.     {
  6288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  6290.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  6291.     }
  6292.     /**
  6293.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  6294.      *
  6295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  6296.      */
  6297.     protected function getJsonFieldAccessorBuilderService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6301.         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()));
  6302.     }
  6303.     /**
  6304.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  6305.      *
  6306.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  6307.      */
  6308.     protected function getPriceFieldAccessorBuilderService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  6312.         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()));
  6313.     }
  6314.     /**
  6315.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  6316.      *
  6317.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  6318.      */
  6319.     protected function getManyToManyAssociationFieldResolverService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  6323.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  6324.     }
  6325.     /**
  6326.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  6327.      *
  6328.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  6329.      */
  6330.     protected function getManyToOneAssociationFieldResolverService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  6334.         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())));
  6335.     }
  6336.     /**
  6337.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  6338.      *
  6339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  6340.      */
  6341.     protected function getOneToManyAssociationFieldResolverService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  6345.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  6346.     }
  6347.     /**
  6348.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  6349.      *
  6350.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  6351.      */
  6352.     protected function getTranslationFieldResolverService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  6356.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  6357.     }
  6358.     /**
  6359.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  6360.      *
  6361.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  6362.      */
  6363.     protected function getJoinGroupBuilderService()
  6364.     {
  6365.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  6366.     }
  6367.     /**
  6368.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  6369.      *
  6370.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  6371.      */
  6372.     protected function getDefinitionInstanceRegistryService()
  6373.     {
  6374.         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'], ['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']);
  6375.     }
  6376.     /**
  6377.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  6378.      *
  6379.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  6380.      */
  6381.     protected function getEntityLoadedEventFactoryService()
  6382.     {
  6383.         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()));
  6384.     }
  6385.     /**
  6386.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  6387.      *
  6388.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  6389.      */
  6390.     protected function getExtensionRegistryService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  6393.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  6394.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  6395.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  6396.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  6397.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  6398.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  6399.         }, 5));
  6400.     }
  6401.     /**
  6402.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  6403.      *
  6404.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  6405.      */
  6406.     protected function getRepositoryFacadeHookFactoryService()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  6410.         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()));
  6411.     }
  6412.     /**
  6413.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  6414.      *
  6415.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  6416.      */
  6417.     protected function getRepositoryWriterFacadeHookFactoryService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  6421.         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()));
  6422.     }
  6423.     /**
  6424.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  6425.      *
  6426.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  6427.      */
  6428.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  6429.     {
  6430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  6432.         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()));
  6433.     }
  6434.     /**
  6435.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  6436.      *
  6437.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  6438.      */
  6439.     protected function getBlobFieldSerializerService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  6443.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  6444.     }
  6445.     /**
  6446.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  6447.      *
  6448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  6449.      */
  6450.     protected function getBoolFieldSerializerService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  6455.         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()));
  6456.     }
  6457.     /**
  6458.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  6459.      *
  6460.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  6461.      */
  6462.     protected function getCalculatedPriceFieldSerializerService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  6468.         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()));
  6469.     }
  6470.     /**
  6471.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  6472.      *
  6473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  6474.      */
  6475.     protected function getCartPriceFieldSerializerService()
  6476.     {
  6477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  6481.         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()));
  6482.     }
  6483.     /**
  6484.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  6485.      *
  6486.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  6487.      */
  6488.     protected function getCashRoundingConfigFieldSerializerService()
  6489.     {
  6490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  6494.         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()));
  6495.     }
  6496.     /**
  6497.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  6498.      *
  6499.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  6500.      */
  6501.     protected function getConfigJsonFieldSerializerService()
  6502.     {
  6503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  6507.         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()));
  6508.     }
  6509.     /**
  6510.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  6511.      *
  6512.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  6513.      */
  6514.     protected function getCreatedAtFieldSerializerService()
  6515.     {
  6516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  6520.         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()));
  6521.     }
  6522.     /**
  6523.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  6524.      *
  6525.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  6526.      */
  6527.     protected function getCreatedByFieldSerializerService()
  6528.     {
  6529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  6533.         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()));
  6534.     }
  6535.     /**
  6536.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  6537.      *
  6538.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  6539.      */
  6540.     protected function getCustomFieldsSerializerService()
  6541.     {
  6542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  6546.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6547.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6548.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6549.         }
  6550.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  6551.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6552.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6553.         }
  6554.         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);
  6555.     }
  6556.     /**
  6557.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  6558.      *
  6559.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  6560.      */
  6561.     protected function getDateFieldSerializerService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  6566.         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()));
  6567.     }
  6568.     /**
  6569.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  6570.      *
  6571.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  6572.      */
  6573.     protected function getDateTimeFieldSerializerService()
  6574.     {
  6575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6578.         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()));
  6579.     }
  6580.     /**
  6581.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  6582.      *
  6583.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  6584.      */
  6585.     protected function getEmailFieldSerializerService()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  6590.         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()));
  6591.     }
  6592.     /**
  6593.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  6594.      *
  6595.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  6596.      */
  6597.     protected function getFkFieldSerializerService()
  6598.     {
  6599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6602.         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()));
  6603.     }
  6604.     /**
  6605.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  6606.      *
  6607.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  6608.      */
  6609.     protected function getFloatFieldSerializerService()
  6610.     {
  6611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  6614.         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()));
  6615.     }
  6616.     /**
  6617.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  6618.      *
  6619.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  6620.      */
  6621.     protected function getIdFieldSerializerService()
  6622.     {
  6623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  6626.         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()));
  6627.     }
  6628.     /**
  6629.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  6630.      *
  6631.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  6632.      */
  6633.     protected function getIntFieldSerializerService()
  6634.     {
  6635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  6638.         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()));
  6639.     }
  6640.     /**
  6641.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  6642.      *
  6643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  6644.      */
  6645.     protected function getJsonFieldSerializerService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6650.         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()));
  6651.     }
  6652.     /**
  6653.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  6654.      *
  6655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  6656.      */
  6657.     protected function getListFieldSerializerService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  6662.         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()));
  6663.     }
  6664.     /**
  6665.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  6666.      *
  6667.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  6668.      */
  6669.     protected function getLongTextFieldSerializerService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  6674.         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()));
  6675.     }
  6676.     /**
  6677.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  6678.      *
  6679.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  6680.      */
  6681.     protected function getManyToManyAssociationFieldSerializerService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  6685.         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()));
  6686.     }
  6687.     /**
  6688.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  6689.      *
  6690.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  6691.      */
  6692.     protected function getManyToOneAssociationFieldSerializerService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  6696.         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()));
  6697.     }
  6698.     /**
  6699.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  6700.      *
  6701.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  6702.      */
  6703.     protected function getOneToManyAssociationFieldSerializerService()
  6704.     {
  6705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6707.         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()));
  6708.     }
  6709.     /**
  6710.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  6711.      *
  6712.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  6713.      */
  6714.     protected function getOneToOneAssociationFieldSerializerService()
  6715.     {
  6716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  6718.         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()));
  6719.     }
  6720.     /**
  6721.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  6722.      *
  6723.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  6724.      */
  6725.     protected function getPHPUnserializeFieldSerializerService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  6730.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  6731.     }
  6732.     /**
  6733.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  6734.      *
  6735.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  6736.      */
  6737.     protected function getPasswordFieldSerializerService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  6742.         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()));
  6743.     }
  6744.     /**
  6745.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  6746.      *
  6747.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  6748.      */
  6749.     protected function getPriceDefinitionFieldSerializerService()
  6750.     {
  6751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  6755.         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()));
  6756.     }
  6757.     /**
  6758.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  6759.      *
  6760.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  6761.      */
  6762.     protected function getPriceFieldSerializerService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  6767.         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()));
  6768.     }
  6769.     /**
  6770.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  6771.      *
  6772.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  6773.      */
  6774.     protected function getReferenceVersionFieldSerializerService()
  6775.     {
  6776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  6778.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  6779.     }
  6780.     /**
  6781.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  6782.      *
  6783.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  6784.      */
  6785.     protected function getRemoteAddressFieldSerializerService()
  6786.     {
  6787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  6790.         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()));
  6791.     }
  6792.     /**
  6793.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  6794.      *
  6795.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  6796.      */
  6797.     protected function getStateMachineStateFieldSerializerService()
  6798.     {
  6799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  6803.         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()));
  6804.     }
  6805.     /**
  6806.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  6807.      *
  6808.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  6809.      */
  6810.     protected function getStringFieldSerializerService()
  6811.     {
  6812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  6815.         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()));
  6816.     }
  6817.     /**
  6818.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  6819.      *
  6820.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  6821.      */
  6822.     protected function getTaxFreeConfigFieldSerializerService()
  6823.     {
  6824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  6828.         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()));
  6829.     }
  6830.     /**
  6831.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  6832.      *
  6833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  6834.      */
  6835.     protected function getTimeZoneFieldSerializerService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  6840.         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()));
  6841.     }
  6842.     /**
  6843.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  6844.      *
  6845.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  6846.      */
  6847.     protected function getTranslatedFieldSerializerService()
  6848.     {
  6849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  6851.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  6852.     }
  6853.     /**
  6854.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  6855.      *
  6856.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  6857.      */
  6858.     protected function getTranslationsAssociationFieldSerializerService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  6862.         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()));
  6863.     }
  6864.     /**
  6865.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  6866.      *
  6867.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  6868.      */
  6869.     protected function getUpdatedAtFieldSerializerService()
  6870.     {
  6871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  6875.         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()));
  6876.     }
  6877.     /**
  6878.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  6879.      *
  6880.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  6881.      */
  6882.     protected function getUpdatedByFieldSerializerService()
  6883.     {
  6884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  6888.         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()));
  6889.     }
  6890.     /**
  6891.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  6892.      *
  6893.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  6894.      */
  6895.     protected function getVariantListingConfigFieldSerializerService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  6900.         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()));
  6901.     }
  6902.     /**
  6903.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  6904.      *
  6905.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  6906.      */
  6907.     protected function getVersionDataPayloadFieldSerializerService()
  6908.     {
  6909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  6911.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  6912.     }
  6913.     /**
  6914.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  6915.      *
  6916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  6917.      */
  6918.     protected function getVersionFieldSerializerService()
  6919.     {
  6920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  6922.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  6923.     }
  6924.     /**
  6925.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  6926.      *
  6927.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  6928.      */
  6929.     protected function getEntityIndexerRegistryService()
  6930.     {
  6931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  6932.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6933.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  6934.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  6935.         }
  6936.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6937.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  6938.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  6939.         }
  6940.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  6941.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  6942.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  6943.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  6944.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  6945.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  6946.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  6947.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  6948.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  6949.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  6950.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  6951.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  6952.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  6953.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  6954.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  6955.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  6956.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  6957.         }, 16), $a$b);
  6958.     }
  6959.     /**
  6960.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  6961.      *
  6962.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  6963.      */
  6964.     protected function getEntityReaderInterfaceService()
  6965.     {
  6966.         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()));
  6967.     }
  6968.     /**
  6969.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  6970.      *
  6971.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  6972.      */
  6973.     protected function getEntityAggregatorInterfaceService()
  6974.     {
  6975.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  6976.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  6977.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  6978.         }
  6979.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6980.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  6981.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  6982.         }
  6983.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6984.         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);
  6985.     }
  6986.     /**
  6987.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  6988.      *
  6989.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  6990.      */
  6991.     protected function getEntitySearcherInterfaceService()
  6992.     {
  6993.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  6994.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  6995.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  6996.         }
  6997.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6998.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  6999.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7000.         }
  7001.         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);
  7002.     }
  7003.     /**
  7004.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  7005.      *
  7006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  7007.      */
  7008.     protected function getVersionManagerService()
  7009.     {
  7010.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  7011.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7012.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7013.         }
  7014.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  7015.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7016.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7017.         }
  7018.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7019.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7020.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7021.         }
  7022.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7023.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7024.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7025.         }
  7026.         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()));
  7027.     }
  7028.     /**
  7029.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  7030.      *
  7031.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  7032.      */
  7033.     protected function getVersionCommitDataDefinitionService()
  7034.     {
  7035.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  7036.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7037.         return $instance;
  7038.     }
  7039.     /**
  7040.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  7041.      *
  7042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  7043.      */
  7044.     protected function getVersionCommitDefinitionService()
  7045.     {
  7046.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  7047.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7048.         return $instance;
  7049.     }
  7050.     /**
  7051.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  7052.      *
  7053.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  7054.      */
  7055.     protected function getVersionDefinitionService()
  7056.     {
  7057.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  7058.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7059.         return $instance;
  7060.     }
  7061.     /**
  7062.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  7063.      *
  7064.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  7065.      */
  7066.     protected function getEntityWriteGatewayInterfaceService()
  7067.     {
  7068.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7069.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  7070.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  7071.         }
  7072.         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 () {
  7073.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  7074.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  7075.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  7076.             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()));
  7077.             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()));
  7078.             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()));
  7079.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  7080.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  7081.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  7082.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  7083.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7084.     }
  7085.     /**
  7086.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  7087.      *
  7088.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  7089.      */
  7090.     protected function getEntityWriterService()
  7091.     {
  7092.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  7093.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7094.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7095.         }
  7096.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7097.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7098.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7099.         }
  7100.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7101.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7102.         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));
  7103.     }
  7104.     /**
  7105.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  7106.      *
  7107.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  7108.      */
  7109.     protected function getBusinessEventRegistryService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  7112.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  7113.         $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']);
  7114.         return $instance;
  7115.     }
  7116.     /**
  7117.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  7118.      *
  7119.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  7120.      */
  7121.     protected function getEventActionRuleDefinitionService()
  7122.     {
  7123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  7124.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  7125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  7130.      *
  7131.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  7132.      */
  7133.     protected function getEventActionSalesChannelDefinitionService()
  7134.     {
  7135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  7136.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  7137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  7142.      *
  7143.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  7144.      */
  7145.     protected function getEventActionDefinitionService()
  7146.     {
  7147.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  7148.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7149.         return $instance;
  7150.     }
  7151.     /**
  7152.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  7153.      *
  7154.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  7155.      */
  7156.     protected function getIncrementApiControllerService()
  7157.     {
  7158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  7159.         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()));
  7160.     }
  7161.     /**
  7162.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  7163.      *
  7164.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  7165.      */
  7166.     protected function getLogEntryDefinitionService()
  7167.     {
  7168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  7169.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  7170.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  7175.      *
  7176.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  7177.      */
  7178.     protected function getConsumeMessagesControllerService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  7183.         $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');
  7184.         $instance->setContainer($this);
  7185.         return $instance;
  7186.     }
  7187.     /**
  7188.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  7189.      *
  7190.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  7191.      */
  7192.     protected function getDeadMessageDefinitionService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  7195.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  7196.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7197.         return $instance;
  7198.     }
  7199.     /**
  7200.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  7201.      *
  7202.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  7203.      */
  7204.     protected function getMessageQueueStatsDefinitionService()
  7205.     {
  7206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  7207.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  7208.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7209.         return $instance;
  7210.     }
  7211.     /**
  7212.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  7213.      *
  7214.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  7215.      */
  7216.     protected function getScheduledTaskControllerService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  7219.         $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()));
  7220.         $instance->setContainer($this);
  7221.         return $instance;
  7222.     }
  7223.     /**
  7224.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  7225.      *
  7226.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  7227.      */
  7228.     protected function getScheduledTaskDefinitionService()
  7229.     {
  7230.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  7231.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  7236.      *
  7237.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  7238.      */
  7239.     protected function getMigrationControllerService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  7242.         $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');
  7243.         $instance->setContainer($this);
  7244.         return $instance;
  7245.     }
  7246.     /**
  7247.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  7248.      *
  7249.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  7250.      */
  7251.     protected function getIndexerQueuerService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  7254.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7255.     }
  7256.     /**
  7257.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  7258.      *
  7259.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  7260.      */
  7261.     protected function getMigrationCollectionLoaderService()
  7262.     {
  7263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  7265.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7266.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  7267.         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 () {
  7268.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  7269.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  7270.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  7271.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  7272.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  7273.             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'])));
  7274.             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'])));
  7275.             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'])));
  7276.         }, 8), $b);
  7277.     }
  7278.     /**
  7279.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  7280.      *
  7281.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  7282.      */
  7283.     protected function getPluginTranslationDefinitionService()
  7284.     {
  7285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  7287.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  7288.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7289.         return $instance;
  7290.     }
  7291.     /**
  7292.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  7293.      *
  7294.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  7295.      */
  7296.     protected function getKernelPluginCollectionService()
  7297.     {
  7298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  7299.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  7300.     }
  7301.     /**
  7302.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  7303.      *
  7304.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  7305.      */
  7306.     protected function getKernelPluginLoaderService()
  7307.     {
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  7313.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  7314.     }
  7315.     /**
  7316.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  7317.      *
  7318.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  7319.      */
  7320.     protected function getPluginDefinitionService()
  7321.     {
  7322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  7323.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  7324.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7325.         return $instance;
  7326.     }
  7327.     /**
  7328.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  7329.      *
  7330.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  7331.      */
  7332.     protected function getPluginIdProviderService()
  7333.     {
  7334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  7335.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  7336.     }
  7337.     /**
  7338.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  7339.      *
  7340.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  7341.      */
  7342.     protected function getCanonicalRedirectServiceService()
  7343.     {
  7344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  7345.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7346.     }
  7347.     /**
  7348.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  7349.      *
  7350.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  7351.      */
  7352.     protected function getRequestTransformerInterfaceService()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  7360.         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())));
  7361.     }
  7362.     /**
  7363.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  7364.      *
  7365.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  7366.      */
  7367.     protected function getRuleConfigControllerService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  7370.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  7371.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  7372.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  7373.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  7374.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  7375.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  7376.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  7377.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  7378.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  7379.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  7380.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  7381.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  7382.             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()));
  7383.             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()));
  7384.             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()));
  7385.             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()));
  7386.             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()));
  7387.             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()));
  7388.             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()));
  7389.             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()));
  7390.             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()));
  7391.             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()));
  7392.             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()));
  7393.             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()));
  7394.             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()));
  7395.             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()));
  7396.             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()));
  7397.             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()));
  7398.             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()));
  7399.             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()));
  7400.             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()));
  7401.             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()));
  7402.             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()));
  7403.             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()));
  7404.             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()));
  7405.             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()));
  7406.             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()));
  7407.             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()));
  7408.             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()));
  7409.             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()));
  7410.             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()));
  7411.             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()));
  7412.             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()));
  7413.             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()));
  7414.             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()));
  7415.             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()));
  7416.             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()));
  7417.             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()));
  7418.             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()));
  7419.             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()));
  7420.             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()));
  7421.             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()));
  7422.             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()));
  7423.             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()));
  7424.             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()));
  7425.             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()));
  7426.             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()));
  7427.             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()));
  7428.             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()));
  7429.             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()));
  7430.             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()));
  7431.             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()));
  7432.             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()));
  7433.             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()));
  7434.             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()));
  7435.             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()));
  7436.             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()));
  7437.             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()));
  7438.             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()));
  7439.             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()));
  7440.             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()));
  7441.             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()));
  7442.             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()));
  7443.             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()));
  7444.             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()));
  7445.             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()));
  7446.             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()));
  7447.             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()));
  7448.             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()));
  7449.             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()));
  7450.             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()));
  7451.             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()));
  7452.             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()));
  7453.             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()));
  7454.             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()));
  7455.             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()));
  7456.             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()));
  7457.             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()));
  7458.             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()));
  7459.             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()));
  7460.             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()));
  7461.             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()));
  7462.             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()));
  7463.         }, 92));
  7464.         $instance->setContainer($this);
  7465.         return $instance;
  7466.     }
  7467.     /**
  7468.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  7469.      *
  7470.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  7471.      */
  7472.     protected function getScriptApiRouteService()
  7473.     {
  7474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  7475.         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()));
  7476.     }
  7477.     /**
  7478.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  7479.      *
  7480.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  7481.      */
  7482.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  7486.         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()));
  7487.     }
  7488.     /**
  7489.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  7490.      *
  7491.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  7492.      */
  7493.     protected function getScriptStoreApiRouteService()
  7494.     {
  7495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  7496.         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()));
  7497.     }
  7498.     /**
  7499.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  7500.      *
  7501.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  7502.      */
  7503.     protected function getScriptExecutorService()
  7504.     {
  7505.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  7506.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7507.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7508.         }
  7509.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  7510.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7511.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7512.         }
  7513.         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);
  7514.     }
  7515.     /**
  7516.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  7517.      *
  7518.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  7519.      */
  7520.     protected function getScriptDefinitionService()
  7521.     {
  7522.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  7523.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7524.         return $instance;
  7525.     }
  7526.     /**
  7527.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  7528.      *
  7529.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  7530.      */
  7531.     protected function getExtensionStoreActionsControllerService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  7534.         $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()));
  7535.         $instance->setContainer($this);
  7536.         return $instance;
  7537.     }
  7538.     /**
  7539.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  7540.      *
  7541.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  7542.      */
  7543.     protected function getExtensionStoreDataControllerService()
  7544.     {
  7545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  7546.         $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()));
  7547.         $instance->setContainer($this);
  7548.         return $instance;
  7549.     }
  7550.     /**
  7551.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  7552.      *
  7553.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  7554.      */
  7555.     protected function getExtensionStoreLicensesControllerService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  7560.         $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())));
  7561.         $instance->setContainer($this);
  7562.         return $instance;
  7563.     }
  7564.     /**
  7565.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  7566.      *
  7567.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  7568.      */
  7569.     protected function getFirstRunWizardControllerService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  7572.         $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()));
  7573.         $instance->setContainer($this);
  7574.         return $instance;
  7575.     }
  7576.     /**
  7577.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  7578.      *
  7579.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  7580.      */
  7581.     protected function getStoreControllerService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  7584.         $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()));
  7585.         $instance->setContainer($this);
  7586.         return $instance;
  7587.     }
  7588.     /**
  7589.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  7590.      *
  7591.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  7592.      */
  7593.     protected function getStoreRequestOptionsProviderService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  7598.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  7599.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7600.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7601.         }
  7602.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7603.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7604.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7605.         }
  7606.         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()));
  7607.     }
  7608.     /**
  7609.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  7610.      *
  7611.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  7612.      */
  7613.     protected function getShopSecretInvalidMiddlewareService()
  7614.     {
  7615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  7617.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7618.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  7619.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  7620.         }
  7621.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  7622.     }
  7623.     /**
  7624.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  7625.      *
  7626.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  7627.      */
  7628.     protected function getStoreSessionExpiredMiddlewareService()
  7629.     {
  7630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  7632.         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())));
  7633.     }
  7634.     /**
  7635.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  7636.      *
  7637.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  7638.      */
  7639.     protected function getVerifyResponseSignatureMiddlewareService()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7644.         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')]))));
  7645.     }
  7646.     /**
  7647.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  7648.      *
  7649.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  7650.      */
  7651.     protected function getUpdateControllerService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7659.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7660.         $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 () {
  7661.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  7662.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  7663.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  7664.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  7665.         }, 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'));
  7666.         $instance->setContainer($this);
  7667.         return $instance;
  7668.     }
  7669.     /**
  7670.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  7671.      *
  7672.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  7673.      */
  7674.     protected function getHtmlSanitizerService()
  7675.     {
  7676.         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']);
  7677.     }
  7678.     /**
  7679.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  7680.      *
  7681.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  7682.      */
  7683.     protected function getWebhookEventLogDefinitionService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  7686.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  7687.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7688.         return $instance;
  7689.     }
  7690.     /**
  7691.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  7692.      *
  7693.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  7694.      */
  7695.     protected function getWebhookDefinitionService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  7698.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  7699.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7700.         return $instance;
  7701.     }
  7702.     /**
  7703.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  7704.      *
  7705.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  7706.      */
  7707.     protected function getSalesChannelCreatorService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  7710.         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()));
  7711.     }
  7712.     /**
  7713.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  7714.      *
  7715.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  7716.      */
  7717.     protected function getUserProvisionerService()
  7718.     {
  7719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  7720.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7721.     }
  7722.     /**
  7723.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  7724.      *
  7725.      * @return \Shopware\Core\Profiling\Profiler
  7726.      */
  7727.     protected function getProfilerService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  7730.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  7731.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  7732.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  7733.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  7734.         }, 3), $this->parameters['shopware.profiler.integrations']);
  7735.     }
  7736.     /**
  7737.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  7738.      *
  7739.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  7740.      */
  7741.     protected function getCountryStateTranslationDefinitionService()
  7742.     {
  7743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  7745.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  7746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7747.         return $instance;
  7748.     }
  7749.     /**
  7750.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  7751.      *
  7752.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  7753.      */
  7754.     protected function getCountryStateDefinitionService()
  7755.     {
  7756.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  7757.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7758.         return $instance;
  7759.     }
  7760.     /**
  7761.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  7762.      *
  7763.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  7764.      */
  7765.     protected function getSalesChannelCountryStateDefinitionService()
  7766.     {
  7767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  7768.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  7769.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7770.         return $instance;
  7771.     }
  7772.     /**
  7773.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  7774.      *
  7775.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  7776.      */
  7777.     protected function getCountryTranslationDefinitionService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  7781.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  7782.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7783.         return $instance;
  7784.     }
  7785.     /**
  7786.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  7787.      *
  7788.      * @return \Shopware\Core\System\Country\CountryDefinition
  7789.      */
  7790.     protected function getCountryDefinitionService()
  7791.     {
  7792.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  7793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7794.         return $instance;
  7795.     }
  7796.     /**
  7797.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  7798.      *
  7799.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  7800.      */
  7801.     protected function getCachedCountryRouteService()
  7802.     {
  7803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  7806.         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()), []);
  7807.     }
  7808.     /**
  7809.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  7810.      *
  7811.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  7812.      */
  7813.     protected function getCachedCountryStateRouteService()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  7816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  7818.         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()), []);
  7819.     }
  7820.     /**
  7821.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  7822.      *
  7823.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  7824.      */
  7825.     protected function getSalesChannelCountryDefinitionService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  7828.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  7829.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7830.         return $instance;
  7831.     }
  7832.     /**
  7833.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  7834.      *
  7835.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  7836.      */
  7837.     protected function getCurrencyCountryRoundingDefinitionService()
  7838.     {
  7839.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  7840.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7841.         return $instance;
  7842.     }
  7843.     /**
  7844.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  7845.      *
  7846.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  7847.      */
  7848.     protected function getCurrencyTranslationDefinitionService()
  7849.     {
  7850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  7852.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  7853.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7854.         return $instance;
  7855.     }
  7856.     /**
  7857.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  7858.      *
  7859.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  7860.      */
  7861.     protected function getCurrencyDefinitionService()
  7862.     {
  7863.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  7864.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7865.         return $instance;
  7866.     }
  7867.     /**
  7868.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  7869.      *
  7870.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  7871.      */
  7872.     protected function getCurrencyFormatterService()
  7873.     {
  7874.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7875.     }
  7876.     /**
  7877.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  7878.      *
  7879.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  7880.      */
  7881.     protected function getCachedCurrencyRouteService()
  7882.     {
  7883.         $a = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  7884.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7885.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7886.         }
  7887.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7888.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7889.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7890.         }
  7891.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7892.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7893.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7894.         }
  7895.         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, []);
  7896.     }
  7897.     /**
  7898.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  7899.      *
  7900.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  7901.      */
  7902.     protected function getSalesChannelCurrencyDefinitionService()
  7903.     {
  7904.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  7905.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7906.         return $instance;
  7907.     }
  7908.     /**
  7909.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  7910.      *
  7911.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  7912.      */
  7913.     protected function getCustomEntityApiControllerService()
  7914.     {
  7915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7918.         $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()));
  7919.         $instance->setContainer($this);
  7920.         return $instance;
  7921.     }
  7922.     /**
  7923.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  7924.      *
  7925.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  7926.      */
  7927.     protected function getCustomEntityDefinitionService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  7930.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  7931.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7932.         return $instance;
  7933.     }
  7934.     /**
  7935.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  7936.      *
  7937.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  7938.      */
  7939.     protected function getCustomEntityRegistrarService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  7942.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  7943.     }
  7944.     /**
  7945.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  7946.      *
  7947.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  7948.      */
  7949.     protected function getCustomEntitySchemaUpdaterService()
  7950.     {
  7951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  7953.         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());
  7954.     }
  7955.     /**
  7956.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  7957.      *
  7958.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  7959.      */
  7960.     protected function getCustomFieldSetRelationDefinitionService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  7963.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  7964.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7965.         return $instance;
  7966.     }
  7967.     /**
  7968.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  7969.      *
  7970.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  7971.      */
  7972.     protected function getCustomFieldSetDefinitionService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  7975.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  7976.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7977.         return $instance;
  7978.     }
  7979.     /**
  7980.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  7981.      *
  7982.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  7983.      */
  7984.     protected function getCustomFieldSetActionControllerService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  7987.         $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()));
  7988.         $instance->setContainer($this);
  7989.         return $instance;
  7990.     }
  7991.     /**
  7992.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  7993.      *
  7994.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  7995.      */
  7996.     protected function getCustomFieldDefinitionService()
  7997.     {
  7998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  7999.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  8000.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8001.         return $instance;
  8002.     }
  8003.     /**
  8004.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  8005.      *
  8006.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  8007.      */
  8008.     protected function getDeliveryTimeTranslationDefinitionService()
  8009.     {
  8010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  8012.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  8013.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8014.         return $instance;
  8015.     }
  8016.     /**
  8017.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  8018.      *
  8019.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  8020.      */
  8021.     protected function getDeliveryTimeDefinitionService()
  8022.     {
  8023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  8024.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  8025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8026.         return $instance;
  8027.     }
  8028.     /**
  8029.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  8030.      *
  8031.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  8032.      */
  8033.     protected function getIntegrationRoleDefinitionService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  8036.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  8037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8038.         return $instance;
  8039.     }
  8040.     /**
  8041.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  8042.      *
  8043.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  8044.      */
  8045.     protected function getIntegrationDefinitionService()
  8046.     {
  8047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  8048.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  8049.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8050.         return $instance;
  8051.     }
  8052.     /**
  8053.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  8054.      *
  8055.      * @return \Shopware\Core\System\Language\LanguageDefinition
  8056.      */
  8057.     protected function getLanguageDefinitionService()
  8058.     {
  8059.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  8060.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8061.         return $instance;
  8062.     }
  8063.     /**
  8064.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  8065.      *
  8066.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  8067.      */
  8068.     protected function getCachedLanguageRouteService()
  8069.     {
  8070.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  8071.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8072.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8073.         }
  8074.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8075.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8076.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8077.         }
  8078.         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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $b, []);
  8079.     }
  8080.     /**
  8081.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  8082.      *
  8083.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  8084.      */
  8085.     protected function getSalesChannelLanguageDefinitionService()
  8086.     {
  8087.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  8088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8089.         return $instance;
  8090.     }
  8091.     /**
  8092.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  8093.      *
  8094.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  8095.      */
  8096.     protected function getLocaleTranslationDefinitionService()
  8097.     {
  8098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  8100.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  8101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8102.         return $instance;
  8103.     }
  8104.     /**
  8105.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  8106.      *
  8107.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  8108.      */
  8109.     protected function getLocaleDefinitionService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  8112.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  8113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8114.         return $instance;
  8115.     }
  8116.     /**
  8117.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  8118.      *
  8119.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  8120.      */
  8121.     protected function getNumberRangeSalesChannelDefinitionService()
  8122.     {
  8123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  8124.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  8125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8126.         return $instance;
  8127.     }
  8128.     /**
  8129.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  8130.      *
  8131.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  8132.      */
  8133.     protected function getNumberRangeStateDefinitionService()
  8134.     {
  8135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  8136.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  8137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8138.         return $instance;
  8139.     }
  8140.     /**
  8141.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  8142.      *
  8143.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  8144.      */
  8145.     protected function getNumberRangeTranslationDefinitionService()
  8146.     {
  8147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  8149.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  8150.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8151.         return $instance;
  8152.     }
  8153.     /**
  8154.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  8155.      *
  8156.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  8157.      */
  8158.     protected function getNumberRangeTypeTranslationDefinitionService()
  8159.     {
  8160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  8162.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  8163.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8164.         return $instance;
  8165.     }
  8166.     /**
  8167.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  8168.      *
  8169.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  8170.      */
  8171.     protected function getNumberRangeTypeDefinitionService()
  8172.     {
  8173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  8174.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  8175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8176.         return $instance;
  8177.     }
  8178.     /**
  8179.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  8180.      *
  8181.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  8182.      */
  8183.     protected function getNumberRangeControllerService()
  8184.     {
  8185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  8186.         $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()));
  8187.         $instance->setContainer($this);
  8188.         return $instance;
  8189.     }
  8190.     /**
  8191.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  8192.      *
  8193.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  8194.      */
  8195.     protected function getNumberRangeDefinitionService()
  8196.     {
  8197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  8198.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  8199.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8200.         return $instance;
  8201.     }
  8202.     /**
  8203.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  8204.      *
  8205.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  8206.      */
  8207.     protected function getNumberRangeValueGeneratorInterfaceService()
  8208.     {
  8209.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8210.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  8211.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  8212.         }
  8213.         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 () {
  8214.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  8215.             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()));
  8216.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8217.     }
  8218.     /**
  8219.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  8220.      *
  8221.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  8222.      */
  8223.     protected function getSalesChannelAnalyticsDefinitionService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  8226.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  8227.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8228.         return $instance;
  8229.     }
  8230.     /**
  8231.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  8232.      *
  8233.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  8234.      */
  8235.     protected function getSalesChannelCountryDefinition2Service()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  8238.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  8239.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8240.         return $instance;
  8241.     }
  8242.     /**
  8243.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  8244.      *
  8245.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  8246.      */
  8247.     protected function getSalesChannelCurrencyDefinition2Service()
  8248.     {
  8249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  8250.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  8251.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8252.         return $instance;
  8253.     }
  8254.     /**
  8255.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  8256.      *
  8257.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  8258.      */
  8259.     protected function getSalesChannelDomainDefinitionService()
  8260.     {
  8261.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  8262.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8263.         return $instance;
  8264.     }
  8265.     /**
  8266.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  8267.      *
  8268.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  8269.      */
  8270.     protected function getSalesChannelLanguageDefinition2Service()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  8273.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  8274.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8275.         return $instance;
  8276.     }
  8277.     /**
  8278.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  8279.      *
  8280.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  8281.      */
  8282.     protected function getSalesChannelPaymentMethodDefinition2Service()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  8285.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  8286.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8287.         return $instance;
  8288.     }
  8289.     /**
  8290.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  8291.      *
  8292.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  8293.      */
  8294.     protected function getSalesChannelShippingMethodDefinition2Service()
  8295.     {
  8296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  8297.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  8298.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8299.         return $instance;
  8300.     }
  8301.     /**
  8302.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  8303.      *
  8304.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  8305.      */
  8306.     protected function getSalesChannelTranslationDefinitionService()
  8307.     {
  8308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  8310.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  8311.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8312.         return $instance;
  8313.     }
  8314.     /**
  8315.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  8316.      *
  8317.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  8318.      */
  8319.     protected function getSalesChannelTypeTranslationDefinitionService()
  8320.     {
  8321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  8323.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  8324.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8325.         return $instance;
  8326.     }
  8327.     /**
  8328.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  8329.      *
  8330.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  8331.      */
  8332.     protected function getSalesChannelTypeDefinitionService()
  8333.     {
  8334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  8335.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  8336.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8337.         return $instance;
  8338.     }
  8339.     /**
  8340.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  8341.      *
  8342.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  8343.      */
  8344.     protected function getSalesChannelContextFactoryService()
  8345.     {
  8346.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  8347.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8348.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8349.         }
  8350.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  8351.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8352.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8353.         }
  8354.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  8355.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8356.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8357.         }
  8358.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  8359.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8360.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8361.         }
  8362.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8363.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8364.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8365.         }
  8366.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  8367.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8368.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8369.         }
  8370.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  8371.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8372.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8373.         }
  8374.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  8375.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8376.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8377.         }
  8378.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  8379.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8380.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8381.         }
  8382.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  8383.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8384.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8385.         }
  8386.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  8387.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8388.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8389.         }
  8390.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  8391.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8392.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8393.         }
  8394.         $m = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8395.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8396.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8397.         }
  8398.         $n = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  8399.         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 () {
  8400.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  8401.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  8402.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  8403.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  8404.         }, 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);
  8405.     }
  8406.     /**
  8407.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  8408.      *
  8409.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  8410.      */
  8411.     protected function getSalesChannelDefinitionInstanceRegistryService()
  8412.     {
  8413.         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'], ['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']);
  8414.     }
  8415.     /**
  8416.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  8417.      *
  8418.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  8419.      */
  8420.     protected function getSalesChannelDefinitionService()
  8421.     {
  8422.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  8423.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8424.         return $instance;
  8425.     }
  8426.     /**
  8427.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  8428.      *
  8429.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  8430.      */
  8431.     protected function getContextSwitchRouteService()
  8432.     {
  8433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  8435.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] = new \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8436.     }
  8437.     /**
  8438.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  8439.      *
  8440.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  8441.      */
  8442.     protected function getStoreApiInfoControllerService()
  8443.     {
  8444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  8445.         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']);
  8446.     }
  8447.     /**
  8448.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  8449.      *
  8450.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  8451.      */
  8452.     protected function getSalutationTranslationDefinitionService()
  8453.     {
  8454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  8456.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  8457.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8458.         return $instance;
  8459.     }
  8460.     /**
  8461.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  8462.      *
  8463.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  8464.      */
  8465.     protected function getCachedSalutationRouteService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  8470.         $a = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  8471.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8472.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8473.         }
  8474.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8475.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8476.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8477.         }
  8478.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8479.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8480.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8481.         }
  8482.         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, []);
  8483.     }
  8484.     /**
  8485.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  8486.      *
  8487.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  8488.      */
  8489.     protected function getSalesChannelSalutationDefinitionService()
  8490.     {
  8491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  8493.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  8494.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8495.         return $instance;
  8496.     }
  8497.     /**
  8498.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  8499.      *
  8500.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  8501.      */
  8502.     protected function getSalutationDefinitionService()
  8503.     {
  8504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8505.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  8506.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8507.         return $instance;
  8508.     }
  8509.     /**
  8510.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  8511.      *
  8512.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  8513.      */
  8514.     protected function getSnippetSetDefinitionService()
  8515.     {
  8516.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  8517.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8518.         return $instance;
  8519.     }
  8520.     /**
  8521.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  8522.      *
  8523.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  8524.      */
  8525.     protected function getSnippetControllerService()
  8526.     {
  8527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  8528.         $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()));
  8529.         $instance->setContainer($this);
  8530.         return $instance;
  8531.     }
  8532.     /**
  8533.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  8534.      *
  8535.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  8536.      */
  8537.     protected function getSnippetFileCollectionService($lazyLoad true)
  8538.     {
  8539.         if ($lazyLoad) {
  8540.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  8541.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8542.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  8543.                     $proxy->setProxyInitializer(null);
  8544.                     return true;
  8545.                 });
  8546.             });
  8547.         }
  8548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  8552.         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();
  8553.     }
  8554.     /**
  8555.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  8556.      *
  8557.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  8558.      */
  8559.     protected function getSnippetFilterFactoryService()
  8560.     {
  8561.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  8562.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  8563.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  8564.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  8565.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  8566.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  8567.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  8568.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  8569.         }, 7));
  8570.     }
  8571.     /**
  8572.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  8573.      *
  8574.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  8575.      */
  8576.     protected function getSnippetDefinitionService()
  8577.     {
  8578.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  8579.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8580.         return $instance;
  8581.     }
  8582.     /**
  8583.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  8584.      *
  8585.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  8586.      */
  8587.     protected function getStateMachineHistoryDefinitionService()
  8588.     {
  8589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  8590.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  8591.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8592.         return $instance;
  8593.     }
  8594.     /**
  8595.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  8596.      *
  8597.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  8598.      */
  8599.     protected function getStateMachineStateDefinitionService()
  8600.     {
  8601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  8602.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  8603.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8604.         return $instance;
  8605.     }
  8606.     /**
  8607.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  8608.      *
  8609.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  8610.      */
  8611.     protected function getStateMachineStateTranslationDefinitionService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  8615.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  8616.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8617.         return $instance;
  8618.     }
  8619.     /**
  8620.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  8621.      *
  8622.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  8623.      */
  8624.     protected function getStateMachineTransitionDefinitionService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  8627.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  8628.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8629.         return $instance;
  8630.     }
  8631.     /**
  8632.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  8633.      *
  8634.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  8635.      */
  8636.     protected function getStateMachineActionControllerService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  8639.         $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()));
  8640.         $instance->setContainer($this);
  8641.         return $instance;
  8642.     }
  8643.     /**
  8644.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  8645.      *
  8646.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  8647.      */
  8648.     protected function getStateMachineDefinitionService()
  8649.     {
  8650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  8651.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  8652.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8653.         return $instance;
  8654.     }
  8655.     /**
  8656.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  8657.      *
  8658.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  8659.      */
  8660.     protected function getStateMachineTranslationDefinitionService()
  8661.     {
  8662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  8664.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  8665.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8666.         return $instance;
  8667.     }
  8668.     /**
  8669.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  8670.      *
  8671.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  8672.      */
  8673.     protected function getSystemConfigControllerService()
  8674.     {
  8675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  8676.         $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()));
  8677.         $instance->setContainer($this);
  8678.         return $instance;
  8679.     }
  8680.     /**
  8681.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  8682.      *
  8683.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  8684.      */
  8685.     protected function getSystemConfigFacadeHookFactoryService()
  8686.     {
  8687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  8689.         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()));
  8690.     }
  8691.     /**
  8692.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  8693.      *
  8694.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  8695.      */
  8696.     protected function getSystemConfigDefinitionService()
  8697.     {
  8698.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  8699.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8700.         return $instance;
  8701.     }
  8702.     /**
  8703.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  8704.      *
  8705.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  8706.      */
  8707.     protected function getSystemConfigServiceService()
  8708.     {
  8709.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  8710.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8711.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8712.         }
  8713.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8714.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8715.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8716.         }
  8717.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8718.         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);
  8719.     }
  8720.     /**
  8721.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  8722.      *
  8723.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  8724.      */
  8725.     protected function getFilterTagIdsServiceService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  8728.         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()));
  8729.     }
  8730.     /**
  8731.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  8732.      *
  8733.      * @return \Shopware\Core\System\Tag\TagDefinition
  8734.      */
  8735.     protected function getTagDefinitionService()
  8736.     {
  8737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  8738.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  8739.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8740.         return $instance;
  8741.     }
  8742.     /**
  8743.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  8744.      *
  8745.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  8746.      */
  8747.     protected function getTaxRuleTypeTranslationDefinitionService()
  8748.     {
  8749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  8751.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  8752.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8753.         return $instance;
  8754.     }
  8755.     /**
  8756.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  8757.      *
  8758.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  8759.      */
  8760.     protected function getTaxRuleTypeDefinitionService()
  8761.     {
  8762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  8763.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  8764.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8765.         return $instance;
  8766.     }
  8767.     /**
  8768.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  8769.      *
  8770.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  8771.      */
  8772.     protected function getTaxRuleDefinitionService()
  8773.     {
  8774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  8775.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  8776.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8777.         return $instance;
  8778.     }
  8779.     /**
  8780.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  8781.      *
  8782.      * @return \Shopware\Core\System\Tax\TaxDefinition
  8783.      */
  8784.     protected function getTaxDefinitionService()
  8785.     {
  8786.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  8787.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8788.         return $instance;
  8789.     }
  8790.     /**
  8791.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  8792.      *
  8793.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  8794.      */
  8795.     protected function getUnitTranslationDefinitionService()
  8796.     {
  8797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  8799.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  8800.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8801.         return $instance;
  8802.     }
  8803.     /**
  8804.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  8805.      *
  8806.      * @return \Shopware\Core\System\Unit\UnitDefinition
  8807.      */
  8808.     protected function getUnitDefinitionService()
  8809.     {
  8810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  8811.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  8812.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8813.         return $instance;
  8814.     }
  8815.     /**
  8816.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  8817.      *
  8818.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  8819.      */
  8820.     protected function getUserAccessKeyDefinitionService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  8823.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  8824.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8825.         return $instance;
  8826.     }
  8827.     /**
  8828.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  8829.      *
  8830.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  8831.      */
  8832.     protected function getUserConfigDefinitionService()
  8833.     {
  8834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  8835.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  8836.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8837.         return $instance;
  8838.     }
  8839.     /**
  8840.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  8841.      *
  8842.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  8843.      */
  8844.     protected function getUserRecoveryDefinitionService()
  8845.     {
  8846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  8847.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  8848.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8849.         return $instance;
  8850.     }
  8851.     /**
  8852.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  8853.      *
  8854.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  8855.      */
  8856.     protected function getUserRecoveryControllerService()
  8857.     {
  8858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  8860.         $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()));
  8861.         $instance->setContainer($this);
  8862.         return $instance;
  8863.     }
  8864.     /**
  8865.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  8866.      *
  8867.      * @return \Shopware\Core\System\User\Api\UserValidationController
  8868.      */
  8869.     protected function getUserValidationControllerService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  8873.         $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())));
  8874.         $instance->setContainer($this);
  8875.         return $instance;
  8876.     }
  8877.     /**
  8878.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  8879.      *
  8880.      * @return \Shopware\Core\System\User\UserDefinition
  8881.      */
  8882.     protected function getUserDefinitionService()
  8883.     {
  8884.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  8885.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8886.         return $instance;
  8887.     }
  8888.     /**
  8889.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminElasticsearchHelper' shared service.
  8890.      *
  8891.      * @return \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper
  8892.      */
  8893.     protected function getAdminElasticsearchHelperService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  8896.         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'));
  8897.     }
  8898.     /**
  8899.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminSearchController' shared service.
  8900.      *
  8901.      * @return \Shopware\Elasticsearch\Admin\AdminSearchController
  8902.      */
  8903.     protected function getAdminSearchController2Service()
  8904.     {
  8905.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchController.php';
  8906.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  8907.         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')))));
  8908.     }
  8909.     /**
  8910.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  8911.      *
  8912.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  8913.      */
  8914.     protected function getElasticsearchHelperService()
  8915.     {
  8916.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  8917.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  8918.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  8919.         }
  8920.         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()));
  8921.     }
  8922.     /**
  8923.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  8924.      *
  8925.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  8926.      */
  8927.     protected function getCreateAliasTaskHandlerService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  8930.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  8931.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8932.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8933.         }
  8934.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  8935.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8936.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8937.         }
  8938.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8939.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8940.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8941.         }
  8942.         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);
  8943.     }
  8944.     /**
  8945.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  8946.      *
  8947.      * @return \Shopware\Storefront\Controller\AccountOrderController
  8948.      */
  8949.     protected function getAccountOrderControllerService()
  8950.     {
  8951.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  8955.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8956.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8957.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  8958.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  8959.         $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);
  8960.         $instance->setContainer($this);
  8961.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8962.         return $instance;
  8963.     }
  8964.     /**
  8965.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  8966.      *
  8967.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  8968.      */
  8969.     protected function getAccountPaymentControllerService()
  8970.     {
  8971.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  8973.         $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()));
  8974.         $instance->setContainer($this);
  8975.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8976.         return $instance;
  8977.     }
  8978.     /**
  8979.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  8980.      *
  8981.      * @return \Shopware\Storefront\Controller\AccountProfileController
  8982.      */
  8983.     protected function getAccountProfileControllerService()
  8984.     {
  8985.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  8988.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8989.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8990.         $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()));
  8991.         $instance->setContainer($this);
  8992.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8993.         return $instance;
  8994.     }
  8995.     /**
  8996.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  8997.      *
  8998.      * @return \Shopware\Storefront\Controller\AddressController
  8999.      */
  9000.     protected function getAddressControllerService()
  9001.     {
  9002.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  9003.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  9004.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  9005.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9006.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  9007.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  9008.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  9009.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9010.         $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->getCartServiceService())), new \Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader($a$b$c$e$d), ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()), $d, ($this->services['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()));
  9011.         $instance->setContainer($this);
  9012.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9013.         return $instance;
  9014.     }
  9015.     /**
  9016.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  9017.      *
  9018.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  9019.      */
  9020.     protected function getCaptchaControllerService()
  9021.     {
  9022.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  9023.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  9024.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  9025.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  9026.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  9027.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  9028.         }, 4));
  9029.         $instance->setContainer($this);
  9030.         return $instance;
  9031.     }
  9032.     /**
  9033.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  9034.      *
  9035.      * @return \Shopware\Storefront\Controller\AuthController
  9036.      */
  9037.     protected function getAuthController2Service()
  9038.     {
  9039.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  9040.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  9041.         $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()));
  9042.         $instance->setContainer($this);
  9043.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9044.         return $instance;
  9045.     }
  9046.     /**
  9047.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  9048.      *
  9049.      * @return \Shopware\Storefront\Controller\CaptchaController
  9050.      */
  9051.     protected function getCaptchaController2Service()
  9052.     {
  9053.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  9054.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  9058.         $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()));
  9059.         $instance->setContainer($this);
  9060.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9061.         return $instance;
  9062.     }
  9063.     /**
  9064.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  9065.      *
  9066.      * @return \Shopware\Storefront\Controller\CartLineItemController
  9067.      */
  9068.     protected function getCartLineItemControllerService()
  9069.     {
  9070.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  9073.         $this->services['Shopware\\Storefront\\Controller\\CartLineItemController'] = $instance = new \Shopware\Storefront\Controller\CartLineItemController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder())), 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()));
  9074.         $instance->setContainer($this);
  9075.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9076.         return $instance;
  9077.     }
  9078.     /**
  9079.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  9080.      *
  9081.      * @return \Shopware\Storefront\Controller\CheckoutController
  9082.      */
  9083.     protected function getCheckoutControllerService()
  9084.     {
  9085.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  9090.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9091.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9092.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  9093.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  9094.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  9095.         $this->services['Shopware\\Storefront\\Controller\\CheckoutController'] = $instance = new \Shopware\Storefront\Controller\CheckoutController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService())), new \Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader($b$c$e$d$a, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService())), new \Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader($b$a, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService())), ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), new \Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader($b$c$a$e), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()));
  9096.         $instance->setContainer($this);
  9097.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9098.         return $instance;
  9099.     }
  9100.     /**
  9101.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  9102.      *
  9103.      * @return \Shopware\Storefront\Controller\CmsController
  9104.      */
  9105.     protected function getCmsControllerService()
  9106.     {
  9107.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  9108.         $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()));
  9109.         $instance->setContainer($this);
  9110.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9111.         return $instance;
  9112.     }
  9113.     /**
  9114.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  9115.      *
  9116.      * @return \Shopware\Storefront\Controller\ContextController
  9117.      */
  9118.     protected function getContextControllerService()
  9119.     {
  9120.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  9121.         $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()));
  9122.         $instance->setContainer($this);
  9123.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9124.         return $instance;
  9125.     }
  9126.     /**
  9127.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  9128.      *
  9129.      * @return \Shopware\Storefront\Controller\CookieController
  9130.      */
  9131.     protected function getCookieControllerService()
  9132.     {
  9133.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  9137.         $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()));
  9138.         $instance->setContainer($this);
  9139.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9140.         return $instance;
  9141.     }
  9142.     /**
  9143.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  9144.      *
  9145.      * @return \Shopware\Storefront\Controller\CountryStateController
  9146.      */
  9147.     protected function getCountryStateControllerService()
  9148.     {
  9149.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  9151.         $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()));
  9152.         $instance->setContainer($this);
  9153.         return $instance;
  9154.     }
  9155.     /**
  9156.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  9157.      *
  9158.      * @return \Shopware\Storefront\Controller\CsrfController
  9159.      */
  9160.     protected function getCsrfControllerService()
  9161.     {
  9162.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  9163.         $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');
  9164.         $instance->setContainer($this);
  9165.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9166.         return $instance;
  9167.     }
  9168.     /**
  9169.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  9170.      *
  9171.      * @return \Shopware\Storefront\Controller\DocumentController
  9172.      */
  9173.     protected function getDocumentController2Service()
  9174.     {
  9175.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  9176.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  9177.         $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()));
  9178.         $instance->setContainer($this);
  9179.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9180.         return $instance;
  9181.     }
  9182.     /**
  9183.      * Gets the public 'Shopware\Storefront\Controller\DownloadController' shared service.
  9184.      *
  9185.      * @return \Shopware\Storefront\Controller\DownloadController
  9186.      */
  9187.     protected function getDownloadControllerService()
  9188.     {
  9189.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DownloadController.php';
  9190.         $this->services['Shopware\\Storefront\\Controller\\DownloadController'] = $instance = new \Shopware\Storefront\Controller\DownloadController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] ?? $this->getDownloadRouteService()));
  9191.         $instance->setContainer($this);
  9192.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9193.         return $instance;
  9194.     }
  9195.     /**
  9196.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  9197.      *
  9198.      * @return \Shopware\Storefront\Controller\ErrorController
  9199.      */
  9200.     protected function getErrorControllerService($lazyLoad true)
  9201.     {
  9202.         if ($lazyLoad) {
  9203.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  9204.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9205.                     $wrappedInstance $this->getErrorControllerService(false);
  9206.                     $proxy->setProxyInitializer(null);
  9207.                     return true;
  9208.                 });
  9209.             });
  9210.         }
  9211.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  9212.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  9214.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9215.         $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()));
  9216.         $instance->setContainer($this);
  9217.         $instance->setTwig($a);
  9218.         return $instance;
  9219.     }
  9220.     /**
  9221.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  9222.      *
  9223.      * @return \Shopware\Storefront\Controller\FormController
  9224.      */
  9225.     protected function getFormControllerService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  9228.         $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()));
  9229.         $instance->setContainer($this);
  9230.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9231.         return $instance;
  9232.     }
  9233.     /**
  9234.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  9235.      *
  9236.      * @return \Shopware\Storefront\Controller\LandingPageController
  9237.      */
  9238.     protected function getLandingPageControllerService()
  9239.     {
  9240.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  9242.         $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())));
  9243.         $instance->setContainer($this);
  9244.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9245.         return $instance;
  9246.     }
  9247.     /**
  9248.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  9249.      *
  9250.      * @return \Shopware\Storefront\Controller\MaintenanceController
  9251.      */
  9252.     protected function getMaintenanceControllerService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  9256.         $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()));
  9257.         $instance->setContainer($this);
  9258.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9259.         return $instance;
  9260.     }
  9261.     /**
  9262.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  9263.      *
  9264.      * @return \Shopware\Storefront\Controller\NavigationController
  9265.      */
  9266.     protected function getNavigationControllerService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  9273.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9274.         $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())));
  9275.         $instance->setContainer($this);
  9276.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9277.         return $instance;
  9278.     }
  9279.     /**
  9280.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  9281.      *
  9282.      * @return \Shopware\Storefront\Controller\NewsletterController
  9283.      */
  9284.     protected function getNewsletterControllerService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  9288.         $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()));
  9289.         $instance->setContainer($this);
  9290.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9291.         return $instance;
  9292.     }
  9293.     /**
  9294.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  9295.      *
  9296.      * @return \Shopware\Storefront\Controller\ProductController
  9297.      */
  9298.     protected function getProductControllerService()
  9299.     {
  9300.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  9301.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  9303.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9304.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  9305.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  9306.         $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()));
  9307.         $instance->setContainer($this);
  9308.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9309.         return $instance;
  9310.     }
  9311.     /**
  9312.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  9313.      *
  9314.      * @return \Shopware\Storefront\Controller\RegisterController
  9315.      */
  9316.     protected function getRegisterControllerService()
  9317.     {
  9318.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  9321.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  9322.         $this->services['Shopware\\Storefront\\Controller\\RegisterController'] = $instance = new \Shopware\Storefront\Controller\RegisterController($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute'] ?? $this->getRegisterConfirmRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] ?? $this->getCheckoutRegisterPageLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), new \Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] ?? $this->getCustomerGroupRegistrationSettingsRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  9323.         $instance->setContainer($this);
  9324.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9325.         return $instance;
  9326.     }
  9327.     /**
  9328.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  9329.      *
  9330.      * @return \Shopware\Storefront\Controller\ScriptController
  9331.      */
  9332.     protected function getScriptControllerService()
  9333.     {
  9334.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  9335.         $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()));
  9336.         $instance->setContainer($this);
  9337.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9338.         return $instance;
  9339.     }
  9340.     /**
  9341.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  9342.      *
  9343.      * @return \Shopware\Storefront\Controller\SearchController
  9344.      */
  9345.     protected function getSearchControllerService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  9349.         $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()));
  9350.         $instance->setContainer($this);
  9351.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9352.         return $instance;
  9353.     }
  9354.     /**
  9355.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  9356.      *
  9357.      * @return \Shopware\Storefront\Controller\SitemapController
  9358.      */
  9359.     protected function getSitemapControllerService()
  9360.     {
  9361.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  9363.         $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())));
  9364.         $instance->setContainer($this);
  9365.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9366.         return $instance;
  9367.     }
  9368.     /**
  9369.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  9370.      *
  9371.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  9372.      */
  9373.     protected function getStoreApiProxyControllerService()
  9374.     {
  9375.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  9376.         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())));
  9377.     }
  9378.     /**
  9379.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  9380.      *
  9381.      * @return \Shopware\Storefront\Controller\VerificationHashController
  9382.      */
  9383.     protected function getVerificationHashControllerService()
  9384.     {
  9385.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  9386.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9387.         $instance->setContainer($this);
  9388.         return $instance;
  9389.     }
  9390.     /**
  9391.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  9392.      *
  9393.      * @return \Shopware\Storefront\Controller\WellKnownController
  9394.      */
  9395.     protected function getWellKnownControllerService()
  9396.     {
  9397.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  9398.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  9399.         $instance->setContainer($this);
  9400.         return $instance;
  9401.     }
  9402.     /**
  9403.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  9404.      *
  9405.      * @return \Shopware\Storefront\Controller\WishlistController
  9406.      */
  9407.     protected function getWishlistControllerService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  9415.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9416.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  9417.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9418.         $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);
  9419.         $instance->setContainer($this);
  9420.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9421.         return $instance;
  9422.     }
  9423.     /**
  9424.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  9425.      *
  9426.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  9427.      */
  9428.     protected function getCacheStoreService()
  9429.     {
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  9432.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  9433.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  9434.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  9436.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9437.         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('5be3b8674d2cfdff320ee4b185083993'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  9438.     }
  9439.     /**
  9440.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  9441.      *
  9442.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  9443.      */
  9444.     protected function getCsrfPlaceholderHandlerService()
  9445.     {
  9446.         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()));
  9447.     }
  9448.     /**
  9449.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  9450.      *
  9451.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  9452.      */
  9453.     protected function getStorefrontMediaValidatorRegistryService()
  9454.     {
  9455.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  9456.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  9457.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  9458.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  9459.         }, 2));
  9460.     }
  9461.     /**
  9462.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  9463.      *
  9464.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  9465.      */
  9466.     protected function getCheckoutRegisterPageLoaderService()
  9467.     {
  9468.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  9469.         return $this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] = new \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  9470.     }
  9471.     /**
  9472.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  9473.      *
  9474.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  9475.      */
  9476.     protected function getProductCombinationFinderService()
  9477.     {
  9478.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  9479.         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()));
  9480.     }
  9481.     /**
  9482.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  9483.      *
  9484.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  9485.      */
  9486.     protected function getProductReviewLoaderService()
  9487.     {
  9488.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  9489.         return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] = new \Shopware\Storefront\Page\Product\Review\ProductReviewLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9490.     }
  9491.     /**
  9492.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  9493.      *
  9494.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  9495.      */
  9496.     protected function getSearchPageLoaderService()
  9497.     {
  9498.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  9499.         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()));
  9500.     }
  9501.     /**
  9502.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  9503.      *
  9504.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  9505.      */
  9506.     protected function getThemeChildDefinitionService()
  9507.     {
  9508.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  9509.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  9510.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9511.         return $instance;
  9512.     }
  9513.     /**
  9514.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  9515.      *
  9516.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  9517.      */
  9518.     protected function getThemeMediaDefinitionService()
  9519.     {
  9520.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  9521.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  9522.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9523.         return $instance;
  9524.     }
  9525.     /**
  9526.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  9527.      *
  9528.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  9529.      */
  9530.     protected function getThemeSalesChannelDefinitionService()
  9531.     {
  9532.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  9533.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9534.         return $instance;
  9535.     }
  9536.     /**
  9537.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  9538.      *
  9539.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  9540.      */
  9541.     protected function getThemeTranslationDefinitionService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  9545.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  9546.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9547.         return $instance;
  9548.     }
  9549.     /**
  9550.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  9551.      *
  9552.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  9553.      */
  9554.     protected function getThemeControllerService()
  9555.     {
  9556.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  9557.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  9558.         $instance->setContainer($this);
  9559.         return $instance;
  9560.     }
  9561.     /**
  9562.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  9563.      *
  9564.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  9565.      */
  9566.     protected function getSalesChannelThemeLoaderService()
  9567.     {
  9568.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9569.     }
  9570.     /**
  9571.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  9572.      *
  9573.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  9574.      */
  9575.     protected function getStorefrontPluginRegistryService()
  9576.     {
  9577.         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()));
  9578.     }
  9579.     /**
  9580.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  9581.      *
  9582.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  9583.      */
  9584.     protected function getThemeDefinitionService()
  9585.     {
  9586.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  9587.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9588.         return $instance;
  9589.     }
  9590.     /**
  9591.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  9592.      *
  9593.      * @return \SwagExtensionStore\Controller\DataController
  9594.      */
  9595.     protected function getDataControllerService()
  9596.     {
  9597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  9598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  9599.         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())));
  9600.     }
  9601.     /**
  9602.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  9603.      *
  9604.      * @return \SwagExtensionStore\Controller\LicenseController
  9605.      */
  9606.     protected function getLicenseControllerService()
  9607.     {
  9608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  9609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  9610.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  9611.     }
  9612.     /**
  9613.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  9614.      *
  9615.      * @return \SwagExtensionStore\SwagExtensionStore
  9616.      */
  9617.     protected function getSwagExtensionStoreService()
  9618.     {
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  9626.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  9627.     }
  9628.     /**
  9629.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  9630.      *
  9631.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  9632.      */
  9633.     protected function getRedirectControllerService()
  9634.     {
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  9636.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9637.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  9638.     }
  9639.     /**
  9640.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  9641.      *
  9642.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  9643.      */
  9644.     protected function getTemplateControllerService()
  9645.     {
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  9647.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9648.     }
  9649.     /**
  9650.      * Gets the public 'acl_role.repository' shared service.
  9651.      *
  9652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9653.      */
  9654.     protected function getAclRole_RepositoryService()
  9655.     {
  9656.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9657.         if (isset($this->services['acl_role.repository'])) {
  9658.             return $this->services['acl_role.repository'];
  9659.         }
  9660.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9661.         if (isset($this->services['acl_role.repository'])) {
  9662.             return $this->services['acl_role.repository'];
  9663.         }
  9664.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9665.         if (isset($this->services['acl_role.repository'])) {
  9666.             return $this->services['acl_role.repository'];
  9667.         }
  9668.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9669.         if (isset($this->services['acl_role.repository'])) {
  9670.             return $this->services['acl_role.repository'];
  9671.         }
  9672.         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())));
  9673.     }
  9674.     /**
  9675.      * Gets the public 'acl_user_role.repository' shared service.
  9676.      *
  9677.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9678.      */
  9679.     protected function getAclUserRole_RepositoryService()
  9680.     {
  9681.         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())));
  9682.     }
  9683.     /**
  9684.      * Gets the public 'admin.openSearch.client' shared service.
  9685.      *
  9686.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  9687.      */
  9688.     protected function getAdmin_OpenSearch_ClientService()
  9689.     {
  9690.         return $this->services['admin.openSearch.client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.adminClient.inner'] ?? $this->getShopware_Es_Profiled_AdminClient_InnerService()));
  9691.     }
  9692.     /**
  9693.      * Gets the public 'administration.filesystem.private' shared service.
  9694.      *
  9695.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9696.      */
  9697.     protected function getAdministration_Filesystem_PrivateService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9701.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  9702.     }
  9703.     /**
  9704.      * Gets the public 'administration.filesystem.public' shared service.
  9705.      *
  9706.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9707.      */
  9708.     protected function getAdministration_Filesystem_PublicService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9712.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  9713.     }
  9714.     /**
  9715.      * Gets the public 'app.repository' shared service.
  9716.      *
  9717.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9718.      */
  9719.     protected function getApp_RepositoryService()
  9720.     {
  9721.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9722.         if (isset($this->services['app.repository'])) {
  9723.             return $this->services['app.repository'];
  9724.         }
  9725.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9726.         if (isset($this->services['app.repository'])) {
  9727.             return $this->services['app.repository'];
  9728.         }
  9729.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9730.         if (isset($this->services['app.repository'])) {
  9731.             return $this->services['app.repository'];
  9732.         }
  9733.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9734.         if (isset($this->services['app.repository'])) {
  9735.             return $this->services['app.repository'];
  9736.         }
  9737.         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())));
  9738.     }
  9739.     /**
  9740.      * Gets the public 'app_action_button.repository' shared service.
  9741.      *
  9742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9743.      */
  9744.     protected function getAppActionButton_RepositoryService()
  9745.     {
  9746.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9747.         if (isset($this->services['app_action_button.repository'])) {
  9748.             return $this->services['app_action_button.repository'];
  9749.         }
  9750.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9751.         if (isset($this->services['app_action_button.repository'])) {
  9752.             return $this->services['app_action_button.repository'];
  9753.         }
  9754.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9755.         if (isset($this->services['app_action_button.repository'])) {
  9756.             return $this->services['app_action_button.repository'];
  9757.         }
  9758.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9759.         if (isset($this->services['app_action_button.repository'])) {
  9760.             return $this->services['app_action_button.repository'];
  9761.         }
  9762.         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())));
  9763.     }
  9764.     /**
  9765.      * Gets the public 'app_action_button_translation.repository' shared service.
  9766.      *
  9767.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9768.      */
  9769.     protected function getAppActionButtonTranslation_RepositoryService()
  9770.     {
  9771.         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())));
  9772.     }
  9773.     /**
  9774.      * Gets the public 'app_administration_snippet.repository' shared service.
  9775.      *
  9776.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9777.      */
  9778.     protected function getAppAdministrationSnippet_RepositoryService()
  9779.     {
  9780.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9781.         if (isset($this->services['app_administration_snippet.repository'])) {
  9782.             return $this->services['app_administration_snippet.repository'];
  9783.         }
  9784.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9785.         if (isset($this->services['app_administration_snippet.repository'])) {
  9786.             return $this->services['app_administration_snippet.repository'];
  9787.         }
  9788.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9789.         if (isset($this->services['app_administration_snippet.repository'])) {
  9790.             return $this->services['app_administration_snippet.repository'];
  9791.         }
  9792.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9793.         if (isset($this->services['app_administration_snippet.repository'])) {
  9794.             return $this->services['app_administration_snippet.repository'];
  9795.         }
  9796.         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())));
  9797.     }
  9798.     /**
  9799.      * Gets the public 'app_cms_block.repository' shared service.
  9800.      *
  9801.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9802.      */
  9803.     protected function getAppCmsBlock_RepositoryService()
  9804.     {
  9805.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9806.         if (isset($this->services['app_cms_block.repository'])) {
  9807.             return $this->services['app_cms_block.repository'];
  9808.         }
  9809.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9810.         if (isset($this->services['app_cms_block.repository'])) {
  9811.             return $this->services['app_cms_block.repository'];
  9812.         }
  9813.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9814.         if (isset($this->services['app_cms_block.repository'])) {
  9815.             return $this->services['app_cms_block.repository'];
  9816.         }
  9817.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9818.         if (isset($this->services['app_cms_block.repository'])) {
  9819.             return $this->services['app_cms_block.repository'];
  9820.         }
  9821.         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())));
  9822.     }
  9823.     /**
  9824.      * Gets the public 'app_cms_block_translation.repository' shared service.
  9825.      *
  9826.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9827.      */
  9828.     protected function getAppCmsBlockTranslation_RepositoryService()
  9829.     {
  9830.         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())));
  9831.     }
  9832.     /**
  9833.      * Gets the public 'app_flow_action.repository' shared service.
  9834.      *
  9835.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9836.      */
  9837.     protected function getAppFlowAction_RepositoryService()
  9838.     {
  9839.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9840.         if (isset($this->services['app_flow_action.repository'])) {
  9841.             return $this->services['app_flow_action.repository'];
  9842.         }
  9843.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9844.         if (isset($this->services['app_flow_action.repository'])) {
  9845.             return $this->services['app_flow_action.repository'];
  9846.         }
  9847.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9848.         if (isset($this->services['app_flow_action.repository'])) {
  9849.             return $this->services['app_flow_action.repository'];
  9850.         }
  9851.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9852.         if (isset($this->services['app_flow_action.repository'])) {
  9853.             return $this->services['app_flow_action.repository'];
  9854.         }
  9855.         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())));
  9856.     }
  9857.     /**
  9858.      * Gets the public 'app_flow_action_translation.repository' shared service.
  9859.      *
  9860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9861.      */
  9862.     protected function getAppFlowActionTranslation_RepositoryService()
  9863.     {
  9864.         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())));
  9865.     }
  9866.     /**
  9867.      * Gets the public 'app_payment_method.repository' shared service.
  9868.      *
  9869.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9870.      */
  9871.     protected function getAppPaymentMethod_RepositoryService()
  9872.     {
  9873.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9874.         if (isset($this->services['app_payment_method.repository'])) {
  9875.             return $this->services['app_payment_method.repository'];
  9876.         }
  9877.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9878.         if (isset($this->services['app_payment_method.repository'])) {
  9879.             return $this->services['app_payment_method.repository'];
  9880.         }
  9881.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9882.         if (isset($this->services['app_payment_method.repository'])) {
  9883.             return $this->services['app_payment_method.repository'];
  9884.         }
  9885.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9886.         if (isset($this->services['app_payment_method.repository'])) {
  9887.             return $this->services['app_payment_method.repository'];
  9888.         }
  9889.         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())));
  9890.     }
  9891.     /**
  9892.      * Gets the public 'app_script_condition.repository' shared service.
  9893.      *
  9894.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9895.      */
  9896.     protected function getAppScriptCondition_RepositoryService()
  9897.     {
  9898.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9899.         if (isset($this->services['app_script_condition.repository'])) {
  9900.             return $this->services['app_script_condition.repository'];
  9901.         }
  9902.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9903.         if (isset($this->services['app_script_condition.repository'])) {
  9904.             return $this->services['app_script_condition.repository'];
  9905.         }
  9906.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9907.         if (isset($this->services['app_script_condition.repository'])) {
  9908.             return $this->services['app_script_condition.repository'];
  9909.         }
  9910.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9911.         if (isset($this->services['app_script_condition.repository'])) {
  9912.             return $this->services['app_script_condition.repository'];
  9913.         }
  9914.         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())));
  9915.     }
  9916.     /**
  9917.      * Gets the public 'app_script_condition_translation.repository' shared service.
  9918.      *
  9919.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9920.      */
  9921.     protected function getAppScriptConditionTranslation_RepositoryService()
  9922.     {
  9923.         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())));
  9924.     }
  9925.     /**
  9926.      * Gets the public 'app_template.repository' shared service.
  9927.      *
  9928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9929.      */
  9930.     protected function getAppTemplate_RepositoryService()
  9931.     {
  9932.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9933.         if (isset($this->services['app_template.repository'])) {
  9934.             return $this->services['app_template.repository'];
  9935.         }
  9936.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9937.         if (isset($this->services['app_template.repository'])) {
  9938.             return $this->services['app_template.repository'];
  9939.         }
  9940.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9941.         if (isset($this->services['app_template.repository'])) {
  9942.             return $this->services['app_template.repository'];
  9943.         }
  9944.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9945.         if (isset($this->services['app_template.repository'])) {
  9946.             return $this->services['app_template.repository'];
  9947.         }
  9948.         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())));
  9949.     }
  9950.     /**
  9951.      * Gets the public 'app_translation.repository' shared service.
  9952.      *
  9953.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  9954.      */
  9955.     protected function getAppTranslation_RepositoryService()
  9956.     {
  9957.         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())));
  9958.     }
  9959.     /**
  9960.      * Gets the public 'cache.app' shared service.
  9961.      *
  9962.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9963.      */
  9964.     protected function getCache_AppService()
  9965.     {
  9966.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  9967.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9968.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9969.     }
  9970.     /**
  9971.      * Gets the public 'cache.app_clearer' shared service.
  9972.      *
  9973.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9974.      */
  9975.     protected function getCache_AppClearerService()
  9976.     {
  9977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9978.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9979.         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())]);
  9980.     }
  9981.     /**
  9982.      * Gets the public 'cache.global_clearer' shared service.
  9983.      *
  9984.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9985.      */
  9986.     protected function getCache_GlobalClearerService()
  9987.     {
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9990.         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())]);
  9991.     }
  9992.     /**
  9993.      * Gets the public 'cache.system' shared service.
  9994.      *
  9995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9996.      */
  9997.     protected function getCache_SystemService()
  9998.     {
  9999.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iT-9M5r3dn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10000.     }
  10001.     /**
  10002.      * Gets the public 'cache.system_clearer' shared service.
  10003.      *
  10004.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10005.      */
  10006.     protected function getCache_SystemClearerService()
  10007.     {
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10010.         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())]);
  10011.     }
  10012.     /**
  10013.      * Gets the public 'cache.validator_expression_language' shared service.
  10014.      *
  10015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10016.      */
  10017.     protected function getCache_ValidatorExpressionLanguageService()
  10018.     {
  10019.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B3-oOkKRXc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10020.     }
  10021.     /**
  10022.      * Gets the public 'cache_warmer' shared service.
  10023.      *
  10024.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  10025.      */
  10026.     protected function getCacheWarmerService()
  10027.     {
  10028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  10030.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  10031.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  10032.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  10033.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  10034.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  10035.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  10036.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  10037.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  10038.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  10039.     }
  10040.     /**
  10041.      * Gets the public 'category.repository' shared service.
  10042.      *
  10043.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10044.      */
  10045.     protected function getCategory_RepositoryService()
  10046.     {
  10047.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10048.         if (isset($this->services['category.repository'])) {
  10049.             return $this->services['category.repository'];
  10050.         }
  10051.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10052.         if (isset($this->services['category.repository'])) {
  10053.             return $this->services['category.repository'];
  10054.         }
  10055.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10056.         if (isset($this->services['category.repository'])) {
  10057.             return $this->services['category.repository'];
  10058.         }
  10059.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10060.         if (isset($this->services['category.repository'])) {
  10061.             return $this->services['category.repository'];
  10062.         }
  10063.         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())));
  10064.     }
  10065.     /**
  10066.      * Gets the public 'category_tag.repository' shared service.
  10067.      *
  10068.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10069.      */
  10070.     protected function getCategoryTag_RepositoryService()
  10071.     {
  10072.         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())));
  10073.     }
  10074.     /**
  10075.      * Gets the public 'category_translation.repository' shared service.
  10076.      *
  10077.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10078.      */
  10079.     protected function getCategoryTranslation_RepositoryService()
  10080.     {
  10081.         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())));
  10082.     }
  10083.     /**
  10084.      * Gets the public 'checkout.filesystem.private' shared service.
  10085.      *
  10086.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10087.      */
  10088.     protected function getCheckout_Filesystem_PrivateService()
  10089.     {
  10090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10092.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  10093.     }
  10094.     /**
  10095.      * Gets the public 'checkout.filesystem.public' shared service.
  10096.      *
  10097.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10098.      */
  10099.     protected function getCheckout_Filesystem_PublicService()
  10100.     {
  10101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10103.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  10104.     }
  10105.     /**
  10106.      * Gets the public 'cms_block.repository' shared service.
  10107.      *
  10108.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10109.      */
  10110.     protected function getCmsBlock_RepositoryService()
  10111.     {
  10112.         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())));
  10113.     }
  10114.     /**
  10115.      * Gets the public 'cms_page.repository' shared service.
  10116.      *
  10117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10118.      */
  10119.     protected function getCmsPage_RepositoryService()
  10120.     {
  10121.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10122.         if (isset($this->services['cms_page.repository'])) {
  10123.             return $this->services['cms_page.repository'];
  10124.         }
  10125.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10126.         if (isset($this->services['cms_page.repository'])) {
  10127.             return $this->services['cms_page.repository'];
  10128.         }
  10129.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10130.         if (isset($this->services['cms_page.repository'])) {
  10131.             return $this->services['cms_page.repository'];
  10132.         }
  10133.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10134.         if (isset($this->services['cms_page.repository'])) {
  10135.             return $this->services['cms_page.repository'];
  10136.         }
  10137.         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())));
  10138.     }
  10139.     /**
  10140.      * Gets the public 'cms_page_translation.repository' shared service.
  10141.      *
  10142.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10143.      */
  10144.     protected function getCmsPageTranslation_RepositoryService()
  10145.     {
  10146.         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())));
  10147.     }
  10148.     /**
  10149.      * Gets the public 'cms_section.repository' shared service.
  10150.      *
  10151.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10152.      */
  10153.     protected function getCmsSection_RepositoryService()
  10154.     {
  10155.         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())));
  10156.     }
  10157.     /**
  10158.      * Gets the public 'cms_slot.repository' shared service.
  10159.      *
  10160.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10161.      */
  10162.     protected function getCmsSlot_RepositoryService()
  10163.     {
  10164.         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())));
  10165.     }
  10166.     /**
  10167.      * Gets the public 'cms_slot_translation.repository' shared service.
  10168.      *
  10169.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10170.      */
  10171.     protected function getCmsSlotTranslation_RepositoryService()
  10172.     {
  10173.         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())));
  10174.     }
  10175.     /**
  10176.      * Gets the public 'console.command_loader' shared service.
  10177.      *
  10178.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  10179.      */
  10180.     protected function getConsole_CommandLoaderService()
  10181.     {
  10182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  10184.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10185.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  10186.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  10187.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  10188.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  10189.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  10190.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  10191.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  10192.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  10193.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  10194.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  10195.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  10196.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  10197.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  10198.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  10199.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  10200.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  10201.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  10202.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  10203.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  10204.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  10205.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  10206.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  10207.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  10208.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  10209.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  10210.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  10211.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  10212.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  10213.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  10214.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  10215.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  10216.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  10217.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  10218.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  10219.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  10220.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  10221.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  10222.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  10223.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  10224.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  10225.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  10226.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  10227.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  10228.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  10229.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  10230.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  10231.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  10232.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  10233.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  10234.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  10235.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  10236.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  10237.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  10238.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  10239.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  10240.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  10241.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  10242.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  10243.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  10244.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  10245.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  10246.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  10247.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  10248.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  10249.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  10250.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  10251.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  10252.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  10253.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  10254.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  10255.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  10256.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy''getElasticsearchAdminIndexingCommand_LazyService'false],
  10257.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy''getElasticsearchAdminResetCommand_LazyService'false],
  10258.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy''getElasticsearchAdminTestCommand_LazyService'false],
  10259.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  10260.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  10261.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  10262.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  10263.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  10264.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  10265.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  10266.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  10267.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  10268.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  10269.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  10270.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  10271.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  10272.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  10273.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  10274.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  10275.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  10276.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  10277.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  10278.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  10279.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  10280.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  10281.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  10282.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  10283.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  10284.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  10285.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  10286.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  10287.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  10288.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  10289.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  10290.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  10291.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  10292.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  10293.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  10294.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  10295.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  10296.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  10297.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  10298.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  10299.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  10300.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  10301.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  10302.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  10303.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  10304.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  10305.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  10306.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  10307.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  10308.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  10309.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  10310.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  10311.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  10312.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  10313.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  10314.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  10315.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  10316.         ], [
  10317.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  10318.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  10319.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  10320.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  10321.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  10322.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  10323.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  10324.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  10325.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  10326.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  10327.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  10328.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  10329.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  10330.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  10331.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  10332.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  10333.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  10334.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  10335.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  10336.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  10337.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  10338.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  10339.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  10340.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  10341.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  10342.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  10343.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  10344.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  10345.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  10346.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  10347.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  10348.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  10349.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  10350.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  10351.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  10352.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  10353.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  10354.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  10355.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  10356.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  10357.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  10358.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  10359.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  10360.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  10361.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  10362.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  10363.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  10364.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  10365.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  10366.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  10367.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  10368.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  10369.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  10370.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  10371.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  10372.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  10373.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  10374.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  10375.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10376.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  10377.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  10378.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  10379.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  10380.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  10381.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  10382.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  10383.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  10384.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  10385.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  10386.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  10387.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  10388.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => '?',
  10389.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => '?',
  10390.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => '?',
  10391.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  10392.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  10393.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  10394.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  10395.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  10396.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  10397.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  10398.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  10399.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  10400.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10401.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  10402.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  10403.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  10404.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  10405.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  10406.             'console.command.about' => '?',
  10407.             'console.command.cache_clear' => '?',
  10408.             'console.command.cache_pool_clear' => '?',
  10409.             'console.command.cache_pool_prune' => '?',
  10410.             'console.command.cache_pool_delete' => '?',
  10411.             'console.command.cache_pool_list' => '?',
  10412.             'console.command.cache_warmup' => '?',
  10413.             'console.command.config_debug' => '?',
  10414.             'console.command.config_dump_reference' => '?',
  10415.             'console.command.container_debug' => '?',
  10416.             'console.command.container_lint' => '?',
  10417.             'console.command.debug_autowiring' => '?',
  10418.             'console.command.dotenv_debug' => '?',
  10419.             'console.command.event_dispatcher_debug' => '?',
  10420.             'console.command.messenger_consume_messages' => '?',
  10421.             'console.command.messenger_setup_transports' => '?',
  10422.             'console.command.messenger_debug' => '?',
  10423.             'console.command.messenger_stop_workers' => '?',
  10424.             'console.command.router_debug' => '?',
  10425.             'console.command.router_match' => '?',
  10426.             'console.command.translation_debug' => '?',
  10427.             'console.command.translation_extract' => '?',
  10428.             'console.command.validator_debug' => '?',
  10429.             'console.command.translation_pull' => '?',
  10430.             'console.command.translation_push' => '?',
  10431.             'console.command.xliff_lint' => '?',
  10432.             'console.command.yaml_lint' => '?',
  10433.             'console.command.secrets_set' => '?',
  10434.             'console.command.secrets_remove' => '?',
  10435.             'console.command.secrets_generate_key' => '?',
  10436.             'console.command.secrets_list' => '?',
  10437.             'console.command.secrets_decrypt_to_local' => '?',
  10438.             'console.command.secrets_encrypt_from_local' => '?',
  10439.             'twig.command.debug' => '?',
  10440.             'twig.command.lint' => '?',
  10441.             'var_dumper.command.server_dump' => '?',
  10442.             'monolog.command.server_log' => '?',
  10443.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  10444.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  10445.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  10446.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  10447.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  10448.         ]), ['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' => 'Shopware\\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' => 'Shopware\\Core\\Maintenance\\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''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']);
  10449.     }
  10450.     /**
  10451.      * Gets the public 'container.env_var_processors_locator' shared service.
  10452.      *
  10453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10454.      */
  10455.     protected function getContainer_EnvVarProcessorsLocatorService()
  10456.     {
  10457.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10458.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10459.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10460.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10461.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10462.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10463.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10464.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10465.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10466.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10467.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10468.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10469.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10470.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10471.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10472.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10473.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10474.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10475.         ], [
  10476.             'base64' => '?',
  10477.             'bool' => '?',
  10478.             'const' => '?',
  10479.             'csv' => '?',
  10480.             'default' => '?',
  10481.             'file' => '?',
  10482.             'float' => '?',
  10483.             'int' => '?',
  10484.             'json' => '?',
  10485.             'key' => '?',
  10486.             'not' => '?',
  10487.             'query_string' => '?',
  10488.             'require' => '?',
  10489.             'resolve' => '?',
  10490.             'string' => '?',
  10491.             'trim' => '?',
  10492.             'url' => '?',
  10493.         ]);
  10494.     }
  10495.     /**
  10496.      * Gets the public 'content.filesystem.private' shared service.
  10497.      *
  10498.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10499.      */
  10500.     protected function getContent_Filesystem_PrivateService()
  10501.     {
  10502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10504.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  10505.     }
  10506.     /**
  10507.      * Gets the public 'content.filesystem.public' shared service.
  10508.      *
  10509.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10510.      */
  10511.     protected function getContent_Filesystem_PublicService()
  10512.     {
  10513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10515.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  10516.     }
  10517.     /**
  10518.      * Gets the public 'country.repository' shared service.
  10519.      *
  10520.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10521.      */
  10522.     protected function getCountry_RepositoryService()
  10523.     {
  10524.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10525.         if (isset($this->services['country.repository'])) {
  10526.             return $this->services['country.repository'];
  10527.         }
  10528.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10529.         if (isset($this->services['country.repository'])) {
  10530.             return $this->services['country.repository'];
  10531.         }
  10532.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10533.         if (isset($this->services['country.repository'])) {
  10534.             return $this->services['country.repository'];
  10535.         }
  10536.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10537.         if (isset($this->services['country.repository'])) {
  10538.             return $this->services['country.repository'];
  10539.         }
  10540.         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())));
  10541.     }
  10542.     /**
  10543.      * Gets the public 'country_state.repository' shared service.
  10544.      *
  10545.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10546.      */
  10547.     protected function getCountryState_RepositoryService()
  10548.     {
  10549.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10550.         if (isset($this->services['country_state.repository'])) {
  10551.             return $this->services['country_state.repository'];
  10552.         }
  10553.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10554.         if (isset($this->services['country_state.repository'])) {
  10555.             return $this->services['country_state.repository'];
  10556.         }
  10557.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10558.         if (isset($this->services['country_state.repository'])) {
  10559.             return $this->services['country_state.repository'];
  10560.         }
  10561.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10562.         if (isset($this->services['country_state.repository'])) {
  10563.             return $this->services['country_state.repository'];
  10564.         }
  10565.         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())));
  10566.     }
  10567.     /**
  10568.      * Gets the public 'country_state_translation.repository' shared service.
  10569.      *
  10570.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10571.      */
  10572.     protected function getCountryStateTranslation_RepositoryService()
  10573.     {
  10574.         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())));
  10575.     }
  10576.     /**
  10577.      * Gets the public 'country_translation.repository' shared service.
  10578.      *
  10579.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10580.      */
  10581.     protected function getCountryTranslation_RepositoryService()
  10582.     {
  10583.         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())));
  10584.     }
  10585.     /**
  10586.      * Gets the public 'currency.repository' shared service.
  10587.      *
  10588.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10589.      */
  10590.     protected function getCurrency_RepositoryService()
  10591.     {
  10592.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10593.         if (isset($this->services['currency.repository'])) {
  10594.             return $this->services['currency.repository'];
  10595.         }
  10596.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10597.         if (isset($this->services['currency.repository'])) {
  10598.             return $this->services['currency.repository'];
  10599.         }
  10600.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10601.         if (isset($this->services['currency.repository'])) {
  10602.             return $this->services['currency.repository'];
  10603.         }
  10604.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10605.         if (isset($this->services['currency.repository'])) {
  10606.             return $this->services['currency.repository'];
  10607.         }
  10608.         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())));
  10609.     }
  10610.     /**
  10611.      * Gets the public 'currency_country_rounding.repository' shared service.
  10612.      *
  10613.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10614.      */
  10615.     protected function getCurrencyCountryRounding_RepositoryService()
  10616.     {
  10617.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10618.         if (isset($this->services['currency_country_rounding.repository'])) {
  10619.             return $this->services['currency_country_rounding.repository'];
  10620.         }
  10621.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10622.         if (isset($this->services['currency_country_rounding.repository'])) {
  10623.             return $this->services['currency_country_rounding.repository'];
  10624.         }
  10625.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10626.         if (isset($this->services['currency_country_rounding.repository'])) {
  10627.             return $this->services['currency_country_rounding.repository'];
  10628.         }
  10629.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10630.         if (isset($this->services['currency_country_rounding.repository'])) {
  10631.             return $this->services['currency_country_rounding.repository'];
  10632.         }
  10633.         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())));
  10634.     }
  10635.     /**
  10636.      * Gets the public 'currency_translation.repository' shared service.
  10637.      *
  10638.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10639.      */
  10640.     protected function getCurrencyTranslation_RepositoryService()
  10641.     {
  10642.         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())));
  10643.     }
  10644.     /**
  10645.      * Gets the public 'custom_entity.repository' shared service.
  10646.      *
  10647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10648.      */
  10649.     protected function getCustomEntity_RepositoryService()
  10650.     {
  10651.         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())));
  10652.     }
  10653.     /**
  10654.      * Gets the public 'custom_field.repository' shared service.
  10655.      *
  10656.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10657.      */
  10658.     protected function getCustomField_RepositoryService()
  10659.     {
  10660.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10661.         if (isset($this->services['custom_field.repository'])) {
  10662.             return $this->services['custom_field.repository'];
  10663.         }
  10664.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10665.         if (isset($this->services['custom_field.repository'])) {
  10666.             return $this->services['custom_field.repository'];
  10667.         }
  10668.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10669.         if (isset($this->services['custom_field.repository'])) {
  10670.             return $this->services['custom_field.repository'];
  10671.         }
  10672.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10673.         if (isset($this->services['custom_field.repository'])) {
  10674.             return $this->services['custom_field.repository'];
  10675.         }
  10676.         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())));
  10677.     }
  10678.     /**
  10679.      * Gets the public 'custom_field_set.repository' shared service.
  10680.      *
  10681.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10682.      */
  10683.     protected function getCustomFieldSet_RepositoryService()
  10684.     {
  10685.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10686.         if (isset($this->services['custom_field_set.repository'])) {
  10687.             return $this->services['custom_field_set.repository'];
  10688.         }
  10689.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10690.         if (isset($this->services['custom_field_set.repository'])) {
  10691.             return $this->services['custom_field_set.repository'];
  10692.         }
  10693.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10694.         if (isset($this->services['custom_field_set.repository'])) {
  10695.             return $this->services['custom_field_set.repository'];
  10696.         }
  10697.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10698.         if (isset($this->services['custom_field_set.repository'])) {
  10699.             return $this->services['custom_field_set.repository'];
  10700.         }
  10701.         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())));
  10702.     }
  10703.     /**
  10704.      * Gets the public 'custom_field_set_relation.repository' shared service.
  10705.      *
  10706.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10707.      */
  10708.     protected function getCustomFieldSetRelation_RepositoryService()
  10709.     {
  10710.         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())));
  10711.     }
  10712.     /**
  10713.      * Gets the public 'customer.repository' shared service.
  10714.      *
  10715.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10716.      */
  10717.     protected function getCustomer_RepositoryService()
  10718.     {
  10719.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10720.         if (isset($this->services['customer.repository'])) {
  10721.             return $this->services['customer.repository'];
  10722.         }
  10723.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10724.         if (isset($this->services['customer.repository'])) {
  10725.             return $this->services['customer.repository'];
  10726.         }
  10727.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10728.         if (isset($this->services['customer.repository'])) {
  10729.             return $this->services['customer.repository'];
  10730.         }
  10731.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10732.         if (isset($this->services['customer.repository'])) {
  10733.             return $this->services['customer.repository'];
  10734.         }
  10735.         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())));
  10736.     }
  10737.     /**
  10738.      * Gets the public 'customer_address.repository' shared service.
  10739.      *
  10740.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10741.      */
  10742.     protected function getCustomerAddress_RepositoryService()
  10743.     {
  10744.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10745.         if (isset($this->services['customer_address.repository'])) {
  10746.             return $this->services['customer_address.repository'];
  10747.         }
  10748.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10749.         if (isset($this->services['customer_address.repository'])) {
  10750.             return $this->services['customer_address.repository'];
  10751.         }
  10752.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10753.         if (isset($this->services['customer_address.repository'])) {
  10754.             return $this->services['customer_address.repository'];
  10755.         }
  10756.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10757.         if (isset($this->services['customer_address.repository'])) {
  10758.             return $this->services['customer_address.repository'];
  10759.         }
  10760.         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())));
  10761.     }
  10762.     /**
  10763.      * Gets the public 'customer_group.repository' shared service.
  10764.      *
  10765.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10766.      */
  10767.     protected function getCustomerGroup_RepositoryService()
  10768.     {
  10769.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10770.         if (isset($this->services['customer_group.repository'])) {
  10771.             return $this->services['customer_group.repository'];
  10772.         }
  10773.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10774.         if (isset($this->services['customer_group.repository'])) {
  10775.             return $this->services['customer_group.repository'];
  10776.         }
  10777.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10778.         if (isset($this->services['customer_group.repository'])) {
  10779.             return $this->services['customer_group.repository'];
  10780.         }
  10781.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10782.         if (isset($this->services['customer_group.repository'])) {
  10783.             return $this->services['customer_group.repository'];
  10784.         }
  10785.         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())));
  10786.     }
  10787.     /**
  10788.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  10789.      *
  10790.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10791.      */
  10792.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  10793.     {
  10794.         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())));
  10795.     }
  10796.     /**
  10797.      * Gets the public 'customer_group_translation.repository' shared service.
  10798.      *
  10799.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10800.      */
  10801.     protected function getCustomerGroupTranslation_RepositoryService()
  10802.     {
  10803.         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())));
  10804.     }
  10805.     /**
  10806.      * Gets the public 'customer_recovery.repository' shared service.
  10807.      *
  10808.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10809.      */
  10810.     protected function getCustomerRecovery_RepositoryService()
  10811.     {
  10812.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10813.         if (isset($this->services['customer_recovery.repository'])) {
  10814.             return $this->services['customer_recovery.repository'];
  10815.         }
  10816.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10817.         if (isset($this->services['customer_recovery.repository'])) {
  10818.             return $this->services['customer_recovery.repository'];
  10819.         }
  10820.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10821.         if (isset($this->services['customer_recovery.repository'])) {
  10822.             return $this->services['customer_recovery.repository'];
  10823.         }
  10824.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10825.         if (isset($this->services['customer_recovery.repository'])) {
  10826.             return $this->services['customer_recovery.repository'];
  10827.         }
  10828.         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())));
  10829.     }
  10830.     /**
  10831.      * Gets the public 'customer_tag.repository' shared service.
  10832.      *
  10833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10834.      */
  10835.     protected function getCustomerTag_RepositoryService()
  10836.     {
  10837.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10838.         if (isset($this->services['customer_tag.repository'])) {
  10839.             return $this->services['customer_tag.repository'];
  10840.         }
  10841.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10842.         if (isset($this->services['customer_tag.repository'])) {
  10843.             return $this->services['customer_tag.repository'];
  10844.         }
  10845.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10846.         if (isset($this->services['customer_tag.repository'])) {
  10847.             return $this->services['customer_tag.repository'];
  10848.         }
  10849.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10850.         if (isset($this->services['customer_tag.repository'])) {
  10851.             return $this->services['customer_tag.repository'];
  10852.         }
  10853.         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())));
  10854.     }
  10855.     /**
  10856.      * Gets the public 'customer_wishlist.repository' shared service.
  10857.      *
  10858.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10859.      */
  10860.     protected function getCustomerWishlist_RepositoryService()
  10861.     {
  10862.         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())));
  10863.     }
  10864.     /**
  10865.      * Gets the public 'customer_wishlist_product.repository' shared service.
  10866.      *
  10867.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10868.      */
  10869.     protected function getCustomerWishlistProduct_RepositoryService()
  10870.     {
  10871.         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())));
  10872.     }
  10873.     /**
  10874.      * Gets the public 'data_collector.dump' shared service.
  10875.      *
  10876.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  10877.      */
  10878.     protected function getDataCollector_DumpService()
  10879.     {
  10880.         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);
  10881.     }
  10882.     /**
  10883.      * Gets the public 'dead_message.repository' shared service.
  10884.      *
  10885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10886.      */
  10887.     protected function getDeadMessage_RepositoryService()
  10888.     {
  10889.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10890.         if (isset($this->services['dead_message.repository'])) {
  10891.             return $this->services['dead_message.repository'];
  10892.         }
  10893.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10894.         if (isset($this->services['dead_message.repository'])) {
  10895.             return $this->services['dead_message.repository'];
  10896.         }
  10897.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10898.         if (isset($this->services['dead_message.repository'])) {
  10899.             return $this->services['dead_message.repository'];
  10900.         }
  10901.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10902.         if (isset($this->services['dead_message.repository'])) {
  10903.             return $this->services['dead_message.repository'];
  10904.         }
  10905.         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())));
  10906.     }
  10907.     /**
  10908.      * Gets the public 'delivery_time.repository' shared service.
  10909.      *
  10910.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10911.      */
  10912.     protected function getDeliveryTime_RepositoryService()
  10913.     {
  10914.         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())));
  10915.     }
  10916.     /**
  10917.      * Gets the public 'delivery_time_translation.repository' shared service.
  10918.      *
  10919.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10920.      */
  10921.     protected function getDeliveryTimeTranslation_RepositoryService()
  10922.     {
  10923.         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())));
  10924.     }
  10925.     /**
  10926.      * Gets the public 'document.repository' shared service.
  10927.      *
  10928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10929.      */
  10930.     protected function getDocument_RepositoryService()
  10931.     {
  10932.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10933.         if (isset($this->services['document.repository'])) {
  10934.             return $this->services['document.repository'];
  10935.         }
  10936.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10937.         if (isset($this->services['document.repository'])) {
  10938.             return $this->services['document.repository'];
  10939.         }
  10940.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10941.         if (isset($this->services['document.repository'])) {
  10942.             return $this->services['document.repository'];
  10943.         }
  10944.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10945.         if (isset($this->services['document.repository'])) {
  10946.             return $this->services['document.repository'];
  10947.         }
  10948.         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())));
  10949.     }
  10950.     /**
  10951.      * Gets the public 'document_base_config.repository' shared service.
  10952.      *
  10953.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10954.      */
  10955.     protected function getDocumentBaseConfig_RepositoryService()
  10956.     {
  10957.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10958.         if (isset($this->services['document_base_config.repository'])) {
  10959.             return $this->services['document_base_config.repository'];
  10960.         }
  10961.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10962.         if (isset($this->services['document_base_config.repository'])) {
  10963.             return $this->services['document_base_config.repository'];
  10964.         }
  10965.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10966.         if (isset($this->services['document_base_config.repository'])) {
  10967.             return $this->services['document_base_config.repository'];
  10968.         }
  10969.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10970.         if (isset($this->services['document_base_config.repository'])) {
  10971.             return $this->services['document_base_config.repository'];
  10972.         }
  10973.         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())));
  10974.     }
  10975.     /**
  10976.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  10977.      *
  10978.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10979.      */
  10980.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  10981.     {
  10982.         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())));
  10983.     }
  10984.     /**
  10985.      * Gets the public 'document_type.repository' shared service.
  10986.      *
  10987.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10988.      */
  10989.     protected function getDocumentType_RepositoryService()
  10990.     {
  10991.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10992.         if (isset($this->services['document_type.repository'])) {
  10993.             return $this->services['document_type.repository'];
  10994.         }
  10995.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10996.         if (isset($this->services['document_type.repository'])) {
  10997.             return $this->services['document_type.repository'];
  10998.         }
  10999.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11000.         if (isset($this->services['document_type.repository'])) {
  11001.             return $this->services['document_type.repository'];
  11002.         }
  11003.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11004.         if (isset($this->services['document_type.repository'])) {
  11005.             return $this->services['document_type.repository'];
  11006.         }
  11007.         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())));
  11008.     }
  11009.     /**
  11010.      * Gets the public 'document_type_translation.repository' shared service.
  11011.      *
  11012.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11013.      */
  11014.     protected function getDocumentTypeTranslation_RepositoryService()
  11015.     {
  11016.         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())));
  11017.     }
  11018.     /**
  11019.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  11020.      *
  11021.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11022.      */
  11023.     protected function getElasticsearch_Filesystem_PrivateService()
  11024.     {
  11025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11027.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  11028.     }
  11029.     /**
  11030.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  11031.      *
  11032.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11033.      */
  11034.     protected function getElasticsearch_Filesystem_PublicService()
  11035.     {
  11036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11038.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  11039.     }
  11040.     /**
  11041.      * Gets the public 'enqueue.client.default.producer' shared service.
  11042.      *
  11043.      * @return \Enqueue\Client\TraceableProducer
  11044.      */
  11045.     protected function getEnqueue_Client_Default_ProducerService()
  11046.     {
  11047.         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([])));
  11048.     }
  11049.     /**
  11050.      * Gets the public 'error_controller' shared service.
  11051.      *
  11052.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  11053.      */
  11054.     protected function getErrorController2Service()
  11055.     {
  11056.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  11057.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11058.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  11059.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  11060.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11061.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11062.         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)));
  11063.     }
  11064.     /**
  11065.      * Gets the public 'event_action.repository' shared service.
  11066.      *
  11067.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11068.      */
  11069.     protected function getEventAction_RepositoryService()
  11070.     {
  11071.         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())));
  11072.     }
  11073.     /**
  11074.      * Gets the public 'event_action_rule.repository' shared service.
  11075.      *
  11076.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11077.      */
  11078.     protected function getEventActionRule_RepositoryService()
  11079.     {
  11080.         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())));
  11081.     }
  11082.     /**
  11083.      * Gets the public 'event_action_sales_channel.repository' shared service.
  11084.      *
  11085.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11086.      */
  11087.     protected function getEventActionSalesChannel_RepositoryService()
  11088.     {
  11089.         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())));
  11090.     }
  11091.     /**
  11092.      * Gets the public 'event_dispatcher' shared service.
  11093.      *
  11094.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  11095.      */
  11096.     protected function getEventDispatcherService()
  11097.     {
  11098.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  11099.         if (isset($this->services['event_dispatcher'])) {
  11100.             return $this->services['event_dispatcher'];
  11101.         }
  11102.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  11103.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11104.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  11105.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11106.         $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())));
  11107.         $instance->addListener('kernel.request', [=> function () {
  11108.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  11109.         }, => '__invoke'], 0);
  11110.         $instance->addListener('kernel.request', [=> function () {
  11111.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  11112.         }, => 'onKernelRequest'], 0);
  11113.         $instance->addListener('kernel.controller', [=> function () {
  11114.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  11115.         }, => 'onKernelController'], 0);
  11116.         $instance->addListener('kernel.controller', [=> function () {
  11117.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  11118.         }, => 'resolveContext'], -10);
  11119.         $instance->addListener('kernel.request', [=> function () {
  11120.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11121.         }, => 'initializeCspNonce'], 0);
  11122.         $instance->addListener('kernel.response', [=> function () {
  11123.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11124.         }, => 'setSecurityHeaders'], 0);
  11125.         $instance->addListener('kernel.controller', [=> function () {
  11126.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  11127.         }, => 'checkScope'], -20);
  11128.         $instance->addListener('kernel.request', [=> function () {
  11129.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11130.         }, => 'request'], -10);
  11131.         $instance->addListener('kernel.response', [=> function () {
  11132.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11133.         }, => 'response'], -10);
  11134.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11135.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11136.         }, => 'render'], -10);
  11137.         $instance->addListener('snippet.written', [=> function () {
  11138.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11139.         }, => 'invalidate'], 0);
  11140.         $instance->addListener('snippet.deleted', [=> function () {
  11141.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11142.         }, => 'invalidate'], 0);
  11143.         $instance->addListener('snippet_set.deleted', [=> function () {
  11144.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11145.         }, => 'invalidate'], 0);
  11146.         $instance->addListener('app_template.written', [=> function () {
  11147.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  11148.         }, => 'reset'], 0);
  11149.         $instance->addListener('shopware.global_business_event', [=> function () {
  11150.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  11151.         }, => 'logBusinessEvent'], 0);
  11152.         $instance->addListener('kernel.controller', [=> function () {
  11153.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11154.         }, => 'setStates'], -21);
  11155.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11156.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11157.         }, => 'login'], 0);
  11158.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  11159.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11160.         }, => 'cartChanged'], 0);
  11161.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11162.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  11163.         }, => 'executeCacheInvalidationHook'], 0);
  11164.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11165.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11166.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  11167.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11168.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11169.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  11170.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  11171.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11172.         }, => 'invalidateIndexedLandingPages'], 2000);
  11173.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11174.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11175.         }, => 'invalidateSearch'], 2000);
  11176.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11177.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11178.         }, => 'invalidateListings'], 2001);
  11179.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11180.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11181.         }, => 'invalidateProductIds'], 2002);
  11182.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11183.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11184.         }, => 'invalidateDetailRoute'], 2004);
  11185.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11186.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11187.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11188.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11189.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11190.         }, => 'invalidateReviewRoute'], 2006);
  11191.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11192.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11193.         }, => 'invalidateSearch'], 2000);
  11194.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11195.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11196.         }, => 'invalidateListings'], 2001);
  11197.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11198.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11199.         }, => 'invalidateProductIds'], 2002);
  11200.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11201.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11202.         }, => 'invalidateDetailRoute'], 2004);
  11203.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11204.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11205.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11206.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11207.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11208.         }, => 'invalidateReviewRoute'], 2006);
  11209.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11210.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11211.         }, => 'invalidateCmsPageIds'], 2001);
  11212.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11213.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11214.         }, => 'invalidateCurrencyRoute'], 2002);
  11215.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11216.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11217.         }, => 'invalidateLanguageRoute'], 2003);
  11218.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11219.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11220.         }, => 'invalidateNavigationRoute'], 2004);
  11221.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11222.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11223.         }, => 'invalidatePaymentMethodRoute'], 2005);
  11224.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11225.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11226.         }, => 'invalidateProductAssignment'], 2006);
  11227.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11228.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11229.         }, => 'invalidateManufacturerFilters'], 2007);
  11230.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11231.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11232.         }, => 'invalidatePropertyFilters'], 2008);
  11233.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11234.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11235.         }, => 'invalidateCrossSellingRoute'], 2009);
  11236.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11237.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11238.         }, => 'invalidateContext'], 2010);
  11239.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11240.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11241.         }, => 'invalidateShippingMethodRoute'], 2011);
  11242.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11243.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11244.         }, => 'invalidateSnippets'], 2012);
  11245.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11246.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11247.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  11248.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11249.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11250.         }, => 'invalidateStreamIds'], 2014);
  11251.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11252.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11253.         }, => 'invalidateCountryRoute'], 2015);
  11254.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11255.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11256.         }, => 'invalidateSalutationRoute'], 2016);
  11257.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11258.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11259.         }, => 'invalidateInitialStateIdLoader'], 2017);
  11260.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11261.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11262.         }, => 'invalidateCountryStateRoute'], 2018);
  11263.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  11264.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11265.         }, => 'invalidateSeoUrls'], 2000);
  11266.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  11267.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11268.         }, => 'invalidateRules'], 2000);
  11269.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11270.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11271.         }, => 'invalidateRules'], 2000);
  11272.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11273.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11274.         }, => 'invalidateConfig'], 2001);
  11275.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11276.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11277.         }, => 'invalidateRules'], 2000);
  11278.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11279.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11280.         }, => 'invalidateConfig'], 2001);
  11281.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11282.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11283.         }, => 'invalidateRules'], 2000);
  11284.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11285.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11286.         }, => 'invalidateConfig'], 2001);
  11287.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11288.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11289.         }, => 'invalidateRules'], 2000);
  11290.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11291.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11292.         }, => 'invalidateConfig'], 2001);
  11293.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11294.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11295.         }, => 'invalidateRules'], 2000);
  11296.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11297.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11298.         }, => 'invalidateConfig'], 2001);
  11299.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11300.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11301.         }, => 'invalidateConfigKey'], 2000);
  11302.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  11303.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11304.         }, => 'invalidateSitemap'], 2000);
  11305.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11306.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  11307.         }, => 'preValidate'], 0);
  11308.         $instance->addListener('kernel.controller', [=> function () {
  11309.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  11310.         }, => 'validate'], -20);
  11311.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  11312.             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()));
  11313.         }, => 'validate'], 0);
  11314.         $instance->addListener('kernel.request', [=> function () {
  11315.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11316.         }, => 'onKernelRequest'], 9999);
  11317.         $instance->addListener('kernel.response', [=> function () {
  11318.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11319.         }, => 'onKernelResponse'], 9999);
  11320.         $instance->addListener('kernel.exception', [=> function () {
  11321.             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)));
  11322.         }, => 'onKernelException'], -1);
  11323.         $instance->addListener('kernel.response', [=> function () {
  11324.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  11325.         }, => 'onResponse'], 0);
  11326.         $instance->addListener('kernel.request', [=> function () {
  11327.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  11328.         }, => 'onRequest'], 128);
  11329.         $instance->addListener('kernel.controller', [=> function () {
  11330.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  11331.         }, => 'checkExpectations'], -21);
  11332.         $instance->addListener('kernel.controller', [=> function () {
  11333.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  11334.         }, => 'validateRequest'], -2);
  11335.         $instance->addListener('kernel.request', [=> function () {
  11336.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11337.         }, => 'setupOAuth'], 128);
  11338.         $instance->addListener('kernel.controller', [=> function () {
  11339.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11340.         }, => 'validateRequest'], -2);
  11341.         $instance->addListener('user.written', [=> function () {
  11342.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11343.         }, => 'onUserWritten'], 0);
  11344.         $instance->addListener('user.deleted', [=> function () {
  11345.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11346.         }, => 'onUserDeleted'], 0);
  11347.         $instance->addListener('app.loaded', [=> function () {
  11348.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  11349.         }, => 'unserialize'], 0);
  11350.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11351.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  11352.         }, => 'checkWrite'], 0);
  11353.         $instance->addListener('app_script_condition.loaded', [=> function () {
  11354.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  11355.         }, => 'unserialize'], 0);
  11356.         $instance->addListener('app_flow_action.loaded', [=> function () {
  11357.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  11358.         }, => 'unserialize'], 0);
  11359.         $instance->addListener('custom_field.deleted', [=> function () {
  11360.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11361.         }, => 'reset'], 0);
  11362.         $instance->addListener('custom_field.written', [=> function () {
  11363.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11364.         }, => 'reset'], 0);
  11365.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  11366.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11367.         }, => 'startProgress'], 0);
  11368.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  11369.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11370.         }, => 'advanceProgress'], 0);
  11371.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  11372.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11373.         }, => 'finishProgress'], 0);
  11374.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  11375.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11376.         }, => 'runRegisteredIndexers'], 0);
  11377.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11378.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11379.         }, => 'runRegisteredIndexers'], 0);
  11380.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11381.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  11382.         }, => 'preValidate'], 0);
  11383.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11384.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11385.         }, => 'validateWriteCommands'], 0);
  11386.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11387.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11388.         }, => 'validateEntitySearch'], 0);
  11389.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11390.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  11391.         }, => 'refreshIndex'], 1000);
  11392.         $instance->addListener('mail_template.deleted', [=> function () {
  11393.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  11394.         }, => 'deleted'], 0);
  11395.         $instance->addListener('dead_message.loaded', [=> function () {
  11396.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  11397.         }, => 'unserialize'], 0);
  11398.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11399.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  11400.         }, => 'onMessageFailed'], 99);
  11401.         $instance->addListener('plugin.loaded', [=> function () {
  11402.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  11403.         }, => 'unserialize'], 0);
  11404.         $instance->addListener('acl_role.loaded', [=> function () {
  11405.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  11406.         }, => 'onAclRoleLoaded'], 0);
  11407.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11408.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11409.         }, => 'afterPluginStateChange'], 0);
  11410.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11411.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11412.         }, => 'afterPluginStateChange'], 0);
  11413.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11414.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11415.         }, => 'afterPluginStateChange'], 0);
  11416.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11417.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  11418.         }, => 'updatePostFinishEvent'], 0);
  11419.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11420.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  11421.         }, => 'onLicenseHostChanged'], 0);
  11422.         $instance->addListener('script.written', [=> function () {
  11423.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  11424.         }, => 'invalidateCache'], 0);
  11425.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11426.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11427.         }, => 'preValidate'], 0);
  11428.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11429.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11430.         }, => 'postValidate'], 0);
  11431.         $instance->addListener('language.deleted', [=> function () {
  11432.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11433.         }, => 'invalidateCache'], 0);
  11434.         $instance->addListener('language.written', [=> function () {
  11435.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11436.         }, => 'invalidateCache'], 0);
  11437.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11438.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  11439.         }, => 'preValidate'], 0);
  11440.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11441.             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'))));
  11442.         }, => 'update'], 0);
  11443.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11444.             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'))));
  11445.         }, => 'onUpdate'], 0);
  11446.         $instance->addListener('kernel.response', [=> function () {
  11447.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  11448.         }, => 'addSeoInformation'], 10000);
  11449.         $instance->addListener('webhook.written', [=> function () {
  11450.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11451.         }, => 'clearWebhookCache'], 0);
  11452.         $instance->addListener('acl_role.written', [=> function () {
  11453.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11454.         }, => 'clearPrivilegesCache'], 0);
  11455.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  11456.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  11457.         }, => 'handleWebhookMessageFail'], 0);
  11458.         $instance->addListener('kernel.response', [=> function () {
  11459.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  11460.         }, => 'encodeResponse'], 10000);
  11461.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11462.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  11463.         }, => 'handleSalesChannelLanguageIds'], 0);
  11464.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11465.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  11466.         }, => 'preWriteValidateEvent'], 0);
  11467.         $instance->addListener('country.written', [=> function () {
  11468.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  11469.         }, => 'updated'], 0);
  11470.         $instance->addListener('currency.loaded', [=> function () {
  11471.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  11472.         }, => 'setDefault'], 0);
  11473.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11474.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  11475.         }, => 'preValidate'], 0);
  11476.         $instance->addListener('custom_field.written', [=> function () {
  11477.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11478.         }, => 'customFieldIsWritten'], 0);
  11479.         $instance->addListener('custom_field.deleted', [=> function () {
  11480.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11481.         }, => 'customFieldIsDeleted'], 0);
  11482.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11483.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  11484.         }, => 'validate'], 0);
  11485.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11486.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  11487.         }, => 'onValueChanged'], 1500);
  11488.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11489.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  11490.         }, => 'postValidate'], 0);
  11491.         $instance->addListener('category.loaded', [=> function () {
  11492.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11493.         }, => 'entityLoaded'], 0);
  11494.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  11495.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11496.         }, => 'entityLoaded'], 0);
  11497.         $instance->addListener('media.loaded', [=> function () {
  11498.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11499.         }, => 'unserialize'], 10);
  11500.         $instance->addListener('media.loaded', [=> function () {
  11501.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11502.         }, => 'addUrls'], 0);
  11503.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  11504.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  11505.         }, => 'unserialize'], 10);
  11506.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11507.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11508.         }, => 'beforeDelete'], 0);
  11509.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11510.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11511.         }, => 'securePrivateFolders'], 0);
  11512.         $instance->addListener('product.loaded', [=> function () {
  11513.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11514.         }, => 'loaded'], 0);
  11515.         $instance->addListener('product.partial_loaded', [=> function () {
  11516.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11517.         }, => 'partialEntityLoaded'], 0);
  11518.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  11519.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11520.         }, => 'salesChannelLoaded'], 0);
  11521.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  11522.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11523.         }, => 'partialSalesChannelLoaded'], 0);
  11524.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11525.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11526.         }, => 'handleListingRequest'], 100);
  11527.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11528.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11529.         }, => 'handleFlags'], -100);
  11530.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  11531.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11532.         }, => 'handleFlags'], -100);
  11533.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11534.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11535.         }, => 'handleSearchRequest'], 100);
  11536.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11537.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11538.         }, => 'handleFlags'], -100);
  11539.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11540.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11541.         }, => 'handleResult'], 100);
  11542.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11543.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11544.         }, => 'removeScoreSorting'], -100);
  11545.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  11546.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11547.         }, => 'handleResult'], 0);
  11548.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11549.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  11550.         }, => 'preValidate'], 0);
  11551.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11552.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11553.         }, => 'orderPlaced'], 0);
  11554.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  11555.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11556.         }, => 'stateChanged'], 0);
  11557.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11558.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11559.         }, => 'triggerChangeSet'], 0);
  11560.         $instance->addListener('order_line_item.written', [=> function () {
  11561.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11562.         }, => 'lineItemWritten'], 0);
  11563.         $instance->addListener('order_line_item.deleted', [=> function () {
  11564.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11565.         }, => 'lineItemWritten'], 0);
  11566.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  11567.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  11568.         }, => 'onNewsletterRecipientDeleted'], 0);
  11569.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11570.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  11571.         }, => 'preValidate'], 0);
  11572.         $instance->addListener('rule.loaded', [=> function () {
  11573.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  11574.         }, => 'unserialize'], 0);
  11575.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11576.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11577.         }, => 'refreshPlugin'], 0);
  11578.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11579.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11580.         }, => 'refreshPlugin'], 0);
  11581.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11582.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11583.         }, => 'refreshPlugin'], 0);
  11584.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11585.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11586.         }, => 'refreshPlugin'], 0);
  11587.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11588.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11589.         }, => 'refreshPlugin'], 0);
  11590.         $instance->addListener('rule.written', [=> function () {
  11591.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11592.         }, => 'onRuleWritten'], 0);
  11593.         $instance->addListener('app_script_condition.written', [=> function () {
  11594.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  11595.         }, => 'updatePayloads'], 0);
  11596.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11597.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  11598.         }, => 'triggerChangeSet'], 0);
  11599.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11600.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  11601.         }, => 'onEntityWritten'], 0);
  11602.         $instance->addListener('product_export.written', [=> function () {
  11603.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  11604.         }, => 'afterWrite'], 0);
  11605.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  11606.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  11607.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  11608.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11609.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  11610.         }, => 'beforeDeletion'], 0);
  11611.         $instance->addListener('action.mail.send', [=> function () {
  11612.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  11613.         }, => 'sendMail'], 0);
  11614.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11615.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  11616.         }, => 'preValidate'], 0);
  11617.         $instance->addListener('media.written', [=> function () {
  11618.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  11619.         }, => 'persistMedia'], 0);
  11620.         $instance->addListener('import_export_file.deleted', [=> function () {
  11621.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  11622.         }, => 'onFileDeleted'], 0);
  11623.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  11624.             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()));
  11625.         }, => 'enrich'], 0);
  11626.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  11627.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  11628.         }, => 'categoryPathsToAssignment'], 0);
  11629.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  11630.             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()));
  11631.         }, => 'enrich'], 0);
  11632.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  11633.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  11634.         }, => 'onAfterImportRecord'], 0);
  11635.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11636.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  11637.         }, => 'preValidate'], 0);
  11638.         $instance->addListener('action.add.order.tag', [=> function () {
  11639.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  11640.         }, => 'handle'], 0);
  11641.         $instance->addListener('action.add.customer.tag', [=> function () {
  11642.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  11643.         }, => 'handle'], 0);
  11644.         $instance->addListener('action.remove.order.tag', [=> function () {
  11645.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  11646.         }, => 'handle'], 0);
  11647.         $instance->addListener('action.remove.customer.tag', [=> function () {
  11648.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  11649.         }, => 'handle'], 0);
  11650.         $instance->addListener('action.change.customer.group', [=> function () {
  11651.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  11652.         }, => 'handle'], 0);
  11653.         $instance->addListener('action.change.customer.status', [=> function () {
  11654.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  11655.         }, => 'handle'], 0);
  11656.         $instance->addListener('action.grant.download.access', [=> function () {
  11657.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  11658.         }, => 'handle'], 0);
  11659.         $instance->addListener('action.mail.send', [=> function () {
  11660.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  11661.         }, => 'handle'], 0);
  11662.         $instance->addListener('action.generate.document', [=> function () {
  11663.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  11664.         }, => 'handle'], 0);
  11665.         $instance->addListener('action.set.order.state', [=> function () {
  11666.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  11667.         }, => 'handle'], 0);
  11668.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  11669.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  11670.         }, => 'handle'], 0);
  11671.         $instance->addListener('action.set.order.custom.field', [=> function () {
  11672.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  11673.         }, => 'handle'], 0);
  11674.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  11675.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  11676.         }, => 'handle'], 0);
  11677.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  11678.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  11679.         }, => 'handle'], 0);
  11680.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  11681.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  11682.         }, => 'handle'], 0);
  11683.         $instance->addListener('action.stop.flow', [=> function () {
  11684.             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()));
  11685.         }, => 'handle'], 0);
  11686.         $instance->addListener('flow.written', [=> function () {
  11687.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  11688.         }, => 'invalidate'], 0);
  11689.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11690.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11691.         }, => 'refreshPlugin'], 0);
  11692.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11693.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11694.         }, => 'refreshPlugin'], 0);
  11695.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11696.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11697.         }, => 'refreshPlugin'], 0);
  11698.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11699.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11700.         }, => 'refreshPlugin'], 0);
  11701.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11702.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11703.         }, => 'refreshPlugin'], 0);
  11704.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  11705.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11706.         }, => 'refreshPlugin'], 0);
  11707.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  11708.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11709.         }, => 'refreshPlugin'], 0);
  11710.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  11711.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11712.         }, => 'refreshPlugin'], 0);
  11713.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  11714.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11715.         }, => 'refreshPlugin'], 0);
  11716.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  11717.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11718.         }, => 'refreshPlugin'], 0);
  11719.         $instance->addListener('customer.loaded', [=> function () {
  11720.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11721.         }, => 'loaded'], 0);
  11722.         $instance->addListener('customer_address.loaded', [=> function () {
  11723.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11724.         }, => 'loaded'], 0);
  11725.         $instance->addListener('order_address.loaded', [=> function () {
  11726.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11727.         }, => 'loaded'], 0);
  11728.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  11729.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  11730.         }, => 'fillCustomerMetaDataFields'], 0);
  11731.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11732.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  11733.         }, => 'deleteOrder'], 0);
  11734.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11735.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  11736.         }, => 'updateRemoteAddressByLogin'], 0);
  11737.         $instance->addListener('customer.written', [=> function () {
  11738.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  11739.         }, => 'onCustomerWritten'], 0);
  11740.         $instance->addListener('customer.deleted', [=> function () {
  11741.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  11742.         }, => 'onCustomerDeleted'], 0);
  11743.         $instance->addListener('customer_group_translation.written', [=> function () {
  11744.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11745.         }, => 'updatedCustomerGroup'], 0);
  11746.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  11747.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11748.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  11749.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  11750.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11751.         }, => 'deleteCustomerGroup'], 0);
  11752.         $instance->addListener('customer.written', [=> function () {
  11753.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  11754.         }, => 'onCustomerWritten'], 0);
  11755.         $instance->addListener('customer.written', [=> function () {
  11756.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  11757.         }, => 'onCustomerWritten'], 0);
  11758.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11759.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  11760.         }, => 'beforeDelete'], 0);
  11761.         $instance->addListener('document_base_config.written', [=> function () {
  11762.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  11763.         }, => 'reset'], 0);
  11764.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  11765.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11766.         }, => 'onOrderStateChange'], 0);
  11767.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  11768.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11769.         }, => 'onOrderDeliveryStateChange'], 0);
  11770.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  11771.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11772.         }, => 'onOrderTransactionStateChange'], 0);
  11773.         $instance->addListener('collect.business-events', [=> function () {
  11774.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11775.         }, => 'onAddStateEvents'], 0);
  11776.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11777.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  11778.         }, => 'validate'], 0);
  11779.         $instance->addListener('payment_method.loaded', [=> function () {
  11780.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  11781.         }, => 'formatHandlerIdentifier'], 0);
  11782.         $instance->addListener('payment_method.loaded', [=> function () {
  11783.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  11784.         }, => 'addDistinguishablePaymentName'], 0);
  11785.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11786.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  11787.         }, => 'preValidate'], 0);
  11788.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  11789.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11790.         }, => 'onLineItemAdded'], 0);
  11791.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  11792.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11793.         }, => 'onLineItemRemoved'], 0);
  11794.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11795.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11796.         }, => 'resetCodes'], 0);
  11797.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11798.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  11799.         }, => 'onOrderPlaced'], 0);
  11800.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11801.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  11802.         }, => 'orderPlaced'], 0);
  11803.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11804.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  11805.         }, => 'preValidate'], 0);
  11806.         $instance->addListener('sales_channel.deleted', [=> function () {
  11807.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  11808.         }, => 'onSalesChannelDeleted'], 0);
  11809.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11810.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  11811.         }, => 'invalidate'], 2000);
  11812.         $instance->addListener('kernel.request', [=> function () {
  11813.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11814.         }, => 'startSession'], 40);
  11815.         $instance->addListener('kernel.request', [=> function () {
  11816.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11817.         }, => 'maintenanceResolver'], 0);
  11818.         $instance->addListener('kernel.exception', [=> function () {
  11819.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11820.         }, => 'showHtmlExceptionResponse'], -100);
  11821.         $instance->addListener('kernel.exception', [=> function () {
  11822.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11823.         }, => 'customerNotLoggedInHandler'], 0);
  11824.         $instance->addListener('kernel.exception', [=> function () {
  11825.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11826.         }, => 'maintenanceResolver'], 0);
  11827.         $instance->addListener('kernel.controller', [=> function () {
  11828.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11829.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  11830.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11831.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11832.         }, => 'updateSessionAfterLogin'], 0);
  11833.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  11834.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11835.         }, => 'updateSessionAfterLogout'], 0);
  11836.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11837.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11838.         }, => 'replaceCsrfToken'], 0);
  11839.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11840.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11841.         }, => 'setCanonicalUrl'], 0);
  11842.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11843.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11844.         }, => 'addHreflang'], 0);
  11845.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11846.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11847.         }, => 'addShopIdParameter'], 0);
  11848.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11849.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11850.         }, => 'addIconSetConfig'], 0);
  11851.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  11852.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11853.         }, => 'replaceContextToken'], 0);
  11854.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11855.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  11856.         }, => 'onSystemConfigChanged'], 0);
  11857.         $instance->addListener('kernel.controller', [=> function () {
  11858.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  11859.         }, => 'csrfCheck'], -9);
  11860.         $instance->addListener('kernel.controller', [=> function () {
  11861.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  11862.         }, => 'checkAffiliateTracking'], -21);
  11863.         $instance->addListener('kernel.request', [=> function () {
  11864.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11865.         }, => 'addHttpCacheToCoreRoutes'], 0);
  11866.         $instance->addListener('kernel.response', [=> function () {
  11867.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11868.         }, => 'setResponseCache'], -1500);
  11869.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11870.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11871.         }, => 'updateCacheControlForBrowser'], 0);
  11872.         $instance->addListener('kernel.controller', [=> function () {
  11873.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  11874.         }, => 'validateCaptcha'], -20);
  11875.         $instance->addListener('kernel.response', [=> function () {
  11876.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  11877.         }, => 'onResponse'], -10);
  11878.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  11879.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  11880.         }, => 'addCartMergedNoticeFlash'], 0);
  11881.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11882.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11883.         }, => 'updateProductUrls'], 0);
  11884.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11885.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11886.         }, => 'updateCategoryUrls'], 0);
  11887.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  11888.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11889.         }, => 'updateLandingPageUrls'], 0);
  11890.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11891.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11892.         }, => 'detectSalesChannelEntryPoints'], 0);
  11893.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  11894.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11895.         }, => 'invalidate'], 0);
  11896.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  11897.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11898.         }, => 'assigned'], 0);
  11899.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  11900.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11901.         }, => 'reset'], 0);
  11902.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  11903.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11904.         }, => 'handleAppActivationOrUpdate'], 0);
  11905.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  11906.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11907.         }, => 'handleAppActivationOrUpdate'], 0);
  11908.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  11909.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11910.         }, => 'handleUninstall'], 0);
  11911.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  11912.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11913.         }, => 'dumpConfigFromEvent'], 0);
  11914.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  11915.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11916.         }, => 'dumpConfigFromEvent'], 0);
  11917.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  11918.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11919.         }, => 'dumpConfigFromEvent'], 0);
  11920.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  11921.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11922.         }, => 'pluginActivate'], 0);
  11923.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11924.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11925.         }, => 'pluginPostActivate'], 0);
  11926.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  11927.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11928.         }, => 'pluginUpdate'], 0);
  11929.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  11930.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11931.         }, => 'pluginDeactivateAndUninstall'], 0);
  11932.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  11933.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11934.         }, => 'pluginPostDeactivateFailed'], 0);
  11935.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  11936.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11937.         }, => 'pluginDeactivateAndUninstall'], 0);
  11938.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11939.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11940.         }, => 'pluginPostUninstall'], 0);
  11941.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  11942.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  11943.         }, => 'onAppDeleted'], 0);
  11944.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  11945.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  11946.         }, => 'enrichExtensionVars'], 0);
  11947.         $instance->addListener('kernel.request', [=> function () {
  11948.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11949.         }, => 'requestEvent'], 0);
  11950.         $instance->addListener('kernel.exception', [=> function () {
  11951.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11952.         }, => 'requestEvent'], 0);
  11953.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  11954.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11955.         }, => 'onDocumentRendering'], 0);
  11956.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11957.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  11958.         }, => 'frwFinished'], 0);
  11959.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11960.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  11961.         }, => 'updateFinished'], 0);
  11962.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11963.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  11964.         }, => 'update'], 0);
  11965.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11966.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  11967.         }, => 'onNewCustomFieldCreated'], 0);
  11968.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  11969.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  11970.         }, => 'startProgress'], 0);
  11971.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  11972.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  11973.         }, => 'advanceProgress'], 0);
  11974.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  11975.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  11976.         }, => 'finishProgress'], 0);
  11977.         $instance->addListener('sales_channel_language.written', [=> function () {
  11978.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  11979.         }, => 'onSalesChannelWritten'], 0);
  11980.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\RefreshIndexEvent', [=> function () {
  11981.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] ?? $this->getRefreshIndexSubscriberService());
  11982.         }, => 'handled'], 0);
  11983.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11984.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  11985.         }, => 'refresh'], -1000);
  11986.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  11987.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  11988.         }, => 'onContextResolved'], 0);
  11989.         $instance->addListener('kernel.response', [=> function () {
  11990.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  11991.         }, => 'onKernelResponse'], 0);
  11992.         $instance->addListener('kernel.response', [=> function () {
  11993.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  11994.         }, => 'onKernelResponse'], -1024);
  11995.         $instance->addListener('kernel.request', [=> function () {
  11996.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11997.         }, => 'setDefaultLocale'], 100);
  11998.         $instance->addListener('kernel.request', [=> function () {
  11999.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12000.         }, => 'onKernelRequest'], 16);
  12001.         $instance->addListener('kernel.finish_request', [=> function () {
  12002.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12003.         }, => 'onKernelFinishRequest'], 0);
  12004.         $instance->addListener('kernel.request', [=> function () {
  12005.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  12006.         }, => 'onKernelRequest'], 256);
  12007.         $instance->addListener('kernel.response', [=> function () {
  12008.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  12009.         }, => 'onResponse'], -255);
  12010.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12011.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12012.         }, => 'onControllerArguments'], 0);
  12013.         $instance->addListener('kernel.exception', [=> function () {
  12014.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12015.         }, => 'logKernelException'], 0);
  12016.         $instance->addListener('kernel.exception', [=> function () {
  12017.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12018.         }, => 'onKernelException'], -128);
  12019.         $instance->addListener('kernel.response', [=> function () {
  12020.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12021.         }, => 'removeCspHeader'], -128);
  12022.         $instance->addListener('kernel.request', [=> function () {
  12023.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12024.         }, => 'onKernelRequest'], 15);
  12025.         $instance->addListener('kernel.finish_request', [=> function () {
  12026.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12027.         }, => 'onKernelFinishRequest'], -15);
  12028.         $instance->addListener('console.error', [=> function () {
  12029.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12030.         }, => 'onConsoleError'], -128);
  12031.         $instance->addListener('console.terminate', [=> function () {
  12032.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12033.         }, => 'onConsoleTerminate'], -128);
  12034.         $instance->addListener('console.error', [=> function () {
  12035.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  12036.         }, => 'onConsoleError'], 0);
  12037.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12038.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  12039.         }, => 'onMessage'], -255);
  12040.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12041.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  12042.         }, => 'onMessage'], -255);
  12043.         $instance->addListener('kernel.response', [=> function () {
  12044.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  12045.         }, => 'onKernelResponse'], 0);
  12046.         $instance->addListener('kernel.request', [=> function () {
  12047.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  12048.         }, => 'onKernelRequest'], 48);
  12049.         $instance->addListener('kernel.request', [=> function () {
  12050.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12051.         }, => 'configure'], 2048);
  12052.         $instance->addListener('console.command', [=> function () {
  12053.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12054.         }, => 'configure'], 2048);
  12055.         $instance->addListener('kernel.request', [=> function () {
  12056.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12057.         }, => 'onKernelRequest'], 32);
  12058.         $instance->addListener('kernel.finish_request', [=> function () {
  12059.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12060.         }, => 'onKernelFinishRequest'], 0);
  12061.         $instance->addListener('kernel.exception', [=> function () {
  12062.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12063.         }, => 'onKernelException'], -64);
  12064.         $instance->addListener('kernel.request', [=> function () {
  12065.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12066.         }, => 'onKernelRequest'], 128);
  12067.         $instance->addListener('kernel.response', [=> function () {
  12068.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12069.         }, => 'onKernelResponse'], -1000);
  12070.         $instance->addListener('kernel.finish_request', [=> function () {
  12071.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12072.         }, => 'onFinishRequest'], 0);
  12073.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12074.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  12075.         }, => 'onMessageFailed'], 100);
  12076.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12077.             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()));
  12078.         }, => 'onMessageFailed'], 200);
  12079.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12080.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  12081.         }, => 'onWorkerRunning'], 100);
  12082.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  12083.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12084.         }, => 'onWorkerStarted'], 0);
  12085.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12086.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12087.         }, => 'onWorkerRunning'], 0);
  12088.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  12089.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  12090.         }, => 'onWorkerStarted'], 100);
  12091.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12092.             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()));
  12093.         }, => 'onMessageFailed'], 0);
  12094.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12095.             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()));
  12096.         }, => 'onWorkerRunning'], 0);
  12097.         $instance->addListener('kernel.response', [=> function () {
  12098.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12099.         }, => 'onKernelResponse'], -100);
  12100.         $instance->addListener('kernel.exception', [=> function () {
  12101.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12102.         }, => 'onKernelException'], 0);
  12103.         $instance->addListener('kernel.terminate', [=> function () {
  12104.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12105.         }, => 'onKernelTerminate'], -1024);
  12106.         $instance->addListener('kernel.controller', [=> function () {
  12107.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12108.         }, => 'onKernelController'], 0);
  12109.         $instance->addListener('kernel.response', [=> function () {
  12110.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12111.         }, => 'onKernelResponse'], 0);
  12112.         $instance->addListener('console.command', [=> function () {
  12113.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12114.         }, => 'onCommand'], 255);
  12115.         $instance->addListener('console.terminate', [=> function () {
  12116.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12117.         }, => 'onTerminate'], -255);
  12118.         $instance->addListener('kernel.controller', [=> function () {
  12119.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  12120.         }, => 'onKernelController'], 0);
  12121.         $instance->addListener('kernel.controller', [=> function () {
  12122.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  12123.         }, => 'onKernelController'], 0);
  12124.         $instance->addListener('kernel.controller', [=> function () {
  12125.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12126.         }, => 'onKernelController'], -128);
  12127.         $instance->addListener('kernel.view', [=> function () {
  12128.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12129.         }, => 'onKernelView'], 0);
  12130.         $instance->addListener('kernel.controller', [=> function () {
  12131.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12132.         }, => 'onKernelController'], 0);
  12133.         $instance->addListener('kernel.response', [=> function () {
  12134.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12135.         }, => 'onKernelResponse'], 0);
  12136.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12137.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  12138.         }, => 'onKernelControllerArguments'], 0);
  12139.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12140.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  12141.         }, => 'onMessage'], 0);
  12142.         $instance->addListener('console.command', [=> function () {
  12143.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  12144.         }, => 'configure'], 1024);
  12145.         $instance->addListener('kernel.terminate', [=> function () {
  12146.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12147.         }, => 'flushMessages'], 0);
  12148.         $instance->addListener('console.terminate', [=> function () {
  12149.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12150.         }, => 'flushMessages'], 0);
  12151.         $instance->addListener('kernel.response', [=> function () {
  12152.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  12153.         }, => 'onKernelResponse'], -128);
  12154.         return $instance;
  12155.     }
  12156.     /**
  12157.      * Gets the public 'flow.repository' shared service.
  12158.      *
  12159.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12160.      */
  12161.     protected function getFlow_RepositoryService()
  12162.     {
  12163.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12164.         if (isset($this->services['flow.repository'])) {
  12165.             return $this->services['flow.repository'];
  12166.         }
  12167.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12168.         if (isset($this->services['flow.repository'])) {
  12169.             return $this->services['flow.repository'];
  12170.         }
  12171.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12172.         if (isset($this->services['flow.repository'])) {
  12173.             return $this->services['flow.repository'];
  12174.         }
  12175.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12176.         if (isset($this->services['flow.repository'])) {
  12177.             return $this->services['flow.repository'];
  12178.         }
  12179.         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())));
  12180.     }
  12181.     /**
  12182.      * Gets the public 'flow_sequence.repository' shared service.
  12183.      *
  12184.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12185.      */
  12186.     protected function getFlowSequence_RepositoryService()
  12187.     {
  12188.         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())));
  12189.     }
  12190.     /**
  12191.      * Gets the public 'flow_template.repository' shared service.
  12192.      *
  12193.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12194.      */
  12195.     protected function getFlowTemplate_RepositoryService()
  12196.     {
  12197.         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())));
  12198.     }
  12199.     /**
  12200.      * Gets the public 'framework.filesystem.private' shared service.
  12201.      *
  12202.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12203.      */
  12204.     protected function getFramework_Filesystem_PrivateService()
  12205.     {
  12206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12208.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  12209.     }
  12210.     /**
  12211.      * Gets the public 'framework.filesystem.public' shared service.
  12212.      *
  12213.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12214.      */
  12215.     protected function getFramework_Filesystem_PublicService()
  12216.     {
  12217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12219.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  12220.     }
  12221.     /**
  12222.      * Gets the public 'http_kernel' shared service.
  12223.      *
  12224.      * @return \Symfony\Component\HttpKernel\HttpKernel
  12225.      */
  12226.     protected function getHttpKernelService()
  12227.     {
  12228.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12229.         if (isset($this->services['http_kernel'])) {
  12230.             return $this->services['http_kernel'];
  12231.         }
  12232.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  12233.         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 () {
  12234.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  12235.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  12236.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  12237.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  12238.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  12239.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  12240.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12241.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  12242.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12243.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12244.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  12245.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12246.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12247.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12248.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12249.         }, 15)), $b));
  12250.     }
  12251.     /**
  12252.      * Gets the public 'import_export_file.repository' shared service.
  12253.      *
  12254.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12255.      */
  12256.     protected function getImportExportFile_RepositoryService()
  12257.     {
  12258.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12259.         if (isset($this->services['import_export_file.repository'])) {
  12260.             return $this->services['import_export_file.repository'];
  12261.         }
  12262.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12263.         if (isset($this->services['import_export_file.repository'])) {
  12264.             return $this->services['import_export_file.repository'];
  12265.         }
  12266.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12267.         if (isset($this->services['import_export_file.repository'])) {
  12268.             return $this->services['import_export_file.repository'];
  12269.         }
  12270.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12271.         if (isset($this->services['import_export_file.repository'])) {
  12272.             return $this->services['import_export_file.repository'];
  12273.         }
  12274.         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())));
  12275.     }
  12276.     /**
  12277.      * Gets the public 'import_export_log.repository' shared service.
  12278.      *
  12279.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12280.      */
  12281.     protected function getImportExportLog_RepositoryService()
  12282.     {
  12283.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12284.         if (isset($this->services['import_export_log.repository'])) {
  12285.             return $this->services['import_export_log.repository'];
  12286.         }
  12287.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12288.         if (isset($this->services['import_export_log.repository'])) {
  12289.             return $this->services['import_export_log.repository'];
  12290.         }
  12291.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12292.         if (isset($this->services['import_export_log.repository'])) {
  12293.             return $this->services['import_export_log.repository'];
  12294.         }
  12295.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12296.         if (isset($this->services['import_export_log.repository'])) {
  12297.             return $this->services['import_export_log.repository'];
  12298.         }
  12299.         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())));
  12300.     }
  12301.     /**
  12302.      * Gets the public 'import_export_profile.repository' shared service.
  12303.      *
  12304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12305.      */
  12306.     protected function getImportExportProfile_RepositoryService()
  12307.     {
  12308.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12309.         if (isset($this->services['import_export_profile.repository'])) {
  12310.             return $this->services['import_export_profile.repository'];
  12311.         }
  12312.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12313.         if (isset($this->services['import_export_profile.repository'])) {
  12314.             return $this->services['import_export_profile.repository'];
  12315.         }
  12316.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12317.         if (isset($this->services['import_export_profile.repository'])) {
  12318.             return $this->services['import_export_profile.repository'];
  12319.         }
  12320.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12321.         if (isset($this->services['import_export_profile.repository'])) {
  12322.             return $this->services['import_export_profile.repository'];
  12323.         }
  12324.         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())));
  12325.     }
  12326.     /**
  12327.      * Gets the public 'import_export_profile_translation.repository' shared service.
  12328.      *
  12329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12330.      */
  12331.     protected function getImportExportProfileTranslation_RepositoryService()
  12332.     {
  12333.         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())));
  12334.     }
  12335.     /**
  12336.      * Gets the public 'integration.repository' shared service.
  12337.      *
  12338.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12339.      */
  12340.     protected function getIntegration_RepositoryService()
  12341.     {
  12342.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12343.         if (isset($this->services['integration.repository'])) {
  12344.             return $this->services['integration.repository'];
  12345.         }
  12346.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12347.         if (isset($this->services['integration.repository'])) {
  12348.             return $this->services['integration.repository'];
  12349.         }
  12350.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12351.         if (isset($this->services['integration.repository'])) {
  12352.             return $this->services['integration.repository'];
  12353.         }
  12354.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12355.         if (isset($this->services['integration.repository'])) {
  12356.             return $this->services['integration.repository'];
  12357.         }
  12358.         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())));
  12359.     }
  12360.     /**
  12361.      * Gets the public 'integration_role.repository' shared service.
  12362.      *
  12363.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12364.      */
  12365.     protected function getIntegrationRole_RepositoryService()
  12366.     {
  12367.         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())));
  12368.     }
  12369.     /**
  12370.      * Gets the public 'landing_page.repository' shared service.
  12371.      *
  12372.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12373.      */
  12374.     protected function getLandingPage_RepositoryService()
  12375.     {
  12376.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12377.         if (isset($this->services['landing_page.repository'])) {
  12378.             return $this->services['landing_page.repository'];
  12379.         }
  12380.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12381.         if (isset($this->services['landing_page.repository'])) {
  12382.             return $this->services['landing_page.repository'];
  12383.         }
  12384.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12385.         if (isset($this->services['landing_page.repository'])) {
  12386.             return $this->services['landing_page.repository'];
  12387.         }
  12388.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12389.         if (isset($this->services['landing_page.repository'])) {
  12390.             return $this->services['landing_page.repository'];
  12391.         }
  12392.         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())));
  12393.     }
  12394.     /**
  12395.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  12396.      *
  12397.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12398.      */
  12399.     protected function getLandingPageSalesChannel_RepositoryService()
  12400.     {
  12401.         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())));
  12402.     }
  12403.     /**
  12404.      * Gets the public 'landing_page_tag.repository' shared service.
  12405.      *
  12406.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12407.      */
  12408.     protected function getLandingPageTag_RepositoryService()
  12409.     {
  12410.         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())));
  12411.     }
  12412.     /**
  12413.      * Gets the public 'landing_page_translation.repository' shared service.
  12414.      *
  12415.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12416.      */
  12417.     protected function getLandingPageTranslation_RepositoryService()
  12418.     {
  12419.         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())));
  12420.     }
  12421.     /**
  12422.      * Gets the public 'language.repository' shared service.
  12423.      *
  12424.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12425.      */
  12426.     protected function getLanguage_RepositoryService()
  12427.     {
  12428.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12429.         if (isset($this->services['language.repository'])) {
  12430.             return $this->services['language.repository'];
  12431.         }
  12432.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12433.         if (isset($this->services['language.repository'])) {
  12434.             return $this->services['language.repository'];
  12435.         }
  12436.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12437.         if (isset($this->services['language.repository'])) {
  12438.             return $this->services['language.repository'];
  12439.         }
  12440.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12441.         if (isset($this->services['language.repository'])) {
  12442.             return $this->services['language.repository'];
  12443.         }
  12444.         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())));
  12445.     }
  12446.     /**
  12447.      * Gets the public 'locale.repository' shared service.
  12448.      *
  12449.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12450.      */
  12451.     protected function getLocale_RepositoryService()
  12452.     {
  12453.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12454.         if (isset($this->services['locale.repository'])) {
  12455.             return $this->services['locale.repository'];
  12456.         }
  12457.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12458.         if (isset($this->services['locale.repository'])) {
  12459.             return $this->services['locale.repository'];
  12460.         }
  12461.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12462.         if (isset($this->services['locale.repository'])) {
  12463.             return $this->services['locale.repository'];
  12464.         }
  12465.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12466.         if (isset($this->services['locale.repository'])) {
  12467.             return $this->services['locale.repository'];
  12468.         }
  12469.         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())));
  12470.     }
  12471.     /**
  12472.      * Gets the public 'locale_translation.repository' shared service.
  12473.      *
  12474.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12475.      */
  12476.     protected function getLocaleTranslation_RepositoryService()
  12477.     {
  12478.         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())));
  12479.     }
  12480.     /**
  12481.      * Gets the public 'log_entry.repository' shared service.
  12482.      *
  12483.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12484.      */
  12485.     protected function getLogEntry_RepositoryService()
  12486.     {
  12487.         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())));
  12488.     }
  12489.     /**
  12490.      * Gets the public 'mail_header_footer.repository' shared service.
  12491.      *
  12492.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12493.      */
  12494.     protected function getMailHeaderFooter_RepositoryService()
  12495.     {
  12496.         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())));
  12497.     }
  12498.     /**
  12499.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  12500.      *
  12501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12502.      */
  12503.     protected function getMailHeaderFooterTranslation_RepositoryService()
  12504.     {
  12505.         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())));
  12506.     }
  12507.     /**
  12508.      * Gets the public 'mail_template.repository' shared service.
  12509.      *
  12510.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12511.      */
  12512.     protected function getMailTemplate_RepositoryService()
  12513.     {
  12514.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12515.         if (isset($this->services['mail_template.repository'])) {
  12516.             return $this->services['mail_template.repository'];
  12517.         }
  12518.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12519.         if (isset($this->services['mail_template.repository'])) {
  12520.             return $this->services['mail_template.repository'];
  12521.         }
  12522.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12523.         if (isset($this->services['mail_template.repository'])) {
  12524.             return $this->services['mail_template.repository'];
  12525.         }
  12526.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12527.         if (isset($this->services['mail_template.repository'])) {
  12528.             return $this->services['mail_template.repository'];
  12529.         }
  12530.         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())));
  12531.     }
  12532.     /**
  12533.      * Gets the public 'mail_template_media.repository' shared service.
  12534.      *
  12535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12536.      */
  12537.     protected function getMailTemplateMedia_RepositoryService()
  12538.     {
  12539.         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())));
  12540.     }
  12541.     /**
  12542.      * Gets the public 'mail_template_translation.repository' shared service.
  12543.      *
  12544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12545.      */
  12546.     protected function getMailTemplateTranslation_RepositoryService()
  12547.     {
  12548.         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())));
  12549.     }
  12550.     /**
  12551.      * Gets the public 'mail_template_type.repository' shared service.
  12552.      *
  12553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12554.      */
  12555.     protected function getMailTemplateType_RepositoryService()
  12556.     {
  12557.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12558.         if (isset($this->services['mail_template_type.repository'])) {
  12559.             return $this->services['mail_template_type.repository'];
  12560.         }
  12561.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12562.         if (isset($this->services['mail_template_type.repository'])) {
  12563.             return $this->services['mail_template_type.repository'];
  12564.         }
  12565.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12566.         if (isset($this->services['mail_template_type.repository'])) {
  12567.             return $this->services['mail_template_type.repository'];
  12568.         }
  12569.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12570.         if (isset($this->services['mail_template_type.repository'])) {
  12571.             return $this->services['mail_template_type.repository'];
  12572.         }
  12573.         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())));
  12574.     }
  12575.     /**
  12576.      * Gets the public 'mail_template_type_translation.repository' shared service.
  12577.      *
  12578.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12579.      */
  12580.     protected function getMailTemplateTypeTranslation_RepositoryService()
  12581.     {
  12582.         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())));
  12583.     }
  12584.     /**
  12585.      * Gets the public 'main_category.repository' shared service.
  12586.      *
  12587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12588.      */
  12589.     protected function getMainCategory_RepositoryService()
  12590.     {
  12591.         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())));
  12592.     }
  12593.     /**
  12594.      * Gets the public 'maintenance.filesystem.private' shared service.
  12595.      *
  12596.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12597.      */
  12598.     protected function getMaintenance_Filesystem_PrivateService()
  12599.     {
  12600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12602.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  12603.     }
  12604.     /**
  12605.      * Gets the public 'maintenance.filesystem.public' shared service.
  12606.      *
  12607.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12608.      */
  12609.     protected function getMaintenance_Filesystem_PublicService()
  12610.     {
  12611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12613.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  12614.     }
  12615.     /**
  12616.      * Gets the public 'media.repository' shared service.
  12617.      *
  12618.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12619.      */
  12620.     protected function getMedia_RepositoryService()
  12621.     {
  12622.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  12623.         if (isset($this->services['media.repository'])) {
  12624.             return $this->services['media.repository'];
  12625.         }
  12626.         return $this->services['media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  12627.     }
  12628.     /**
  12629.      * Gets the public 'media_default_folder.repository' shared service.
  12630.      *
  12631.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12632.      */
  12633.     protected function getMediaDefaultFolder_RepositoryService()
  12634.     {
  12635.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12636.         if (isset($this->services['media_default_folder.repository'])) {
  12637.             return $this->services['media_default_folder.repository'];
  12638.         }
  12639.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12640.         if (isset($this->services['media_default_folder.repository'])) {
  12641.             return $this->services['media_default_folder.repository'];
  12642.         }
  12643.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12644.         if (isset($this->services['media_default_folder.repository'])) {
  12645.             return $this->services['media_default_folder.repository'];
  12646.         }
  12647.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12648.         if (isset($this->services['media_default_folder.repository'])) {
  12649.             return $this->services['media_default_folder.repository'];
  12650.         }
  12651.         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())));
  12652.     }
  12653.     /**
  12654.      * Gets the public 'media_folder.repository' shared service.
  12655.      *
  12656.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12657.      */
  12658.     protected function getMediaFolder_RepositoryService()
  12659.     {
  12660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  12661.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12662.         if (isset($this->services['media_folder.repository'])) {
  12663.             return $this->services['media_folder.repository'];
  12664.         }
  12665.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12666.         if (isset($this->services['media_folder.repository'])) {
  12667.             return $this->services['media_folder.repository'];
  12668.         }
  12669.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12670.         if (isset($this->services['media_folder.repository'])) {
  12671.             return $this->services['media_folder.repository'];
  12672.         }
  12673.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12674.         if (isset($this->services['media_folder.repository'])) {
  12675.             return $this->services['media_folder.repository'];
  12676.         }
  12677.         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()))));
  12678.     }
  12679.     /**
  12680.      * Gets the public 'media_folder_configuration.repository' shared service.
  12681.      *
  12682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12683.      */
  12684.     protected function getMediaFolderConfiguration_RepositoryService()
  12685.     {
  12686.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12687.         if (isset($this->services['media_folder_configuration.repository'])) {
  12688.             return $this->services['media_folder_configuration.repository'];
  12689.         }
  12690.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12691.         if (isset($this->services['media_folder_configuration.repository'])) {
  12692.             return $this->services['media_folder_configuration.repository'];
  12693.         }
  12694.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12695.         if (isset($this->services['media_folder_configuration.repository'])) {
  12696.             return $this->services['media_folder_configuration.repository'];
  12697.         }
  12698.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12699.         if (isset($this->services['media_folder_configuration.repository'])) {
  12700.             return $this->services['media_folder_configuration.repository'];
  12701.         }
  12702.         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())));
  12703.     }
  12704.     /**
  12705.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  12706.      *
  12707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12708.      */
  12709.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  12710.     {
  12711.         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())));
  12712.     }
  12713.     /**
  12714.      * Gets the public 'media_tag.repository' shared service.
  12715.      *
  12716.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12717.      */
  12718.     protected function getMediaTag_RepositoryService()
  12719.     {
  12720.         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())));
  12721.     }
  12722.     /**
  12723.      * Gets the public 'media_thumbnail.repository' shared service.
  12724.      *
  12725.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12726.      */
  12727.     protected function getMediaThumbnail_RepositoryService()
  12728.     {
  12729.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService());
  12730.         if (isset($this->services['media_thumbnail.repository'])) {
  12731.             return $this->services['media_thumbnail.repository'];
  12732.         }
  12733.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  12734.     }
  12735.     /**
  12736.      * Gets the public 'media_thumbnail_size.repository' shared service.
  12737.      *
  12738.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12739.      */
  12740.     protected function getMediaThumbnailSize_RepositoryService()
  12741.     {
  12742.         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())));
  12743.     }
  12744.     /**
  12745.      * Gets the public 'media_translation.repository' shared service.
  12746.      *
  12747.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12748.      */
  12749.     protected function getMediaTranslation_RepositoryService()
  12750.     {
  12751.         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())));
  12752.     }
  12753.     /**
  12754.      * Gets the public 'message_queue_stats.repository' shared service.
  12755.      *
  12756.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12757.      */
  12758.     protected function getMessageQueueStats_RepositoryService()
  12759.     {
  12760.         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())));
  12761.     }
  12762.     /**
  12763.      * Gets the public 'messenger.default_bus' shared service.
  12764.      *
  12765.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  12766.      */
  12767.     protected function getMessenger_DefaultBusService()
  12768.     {
  12769.         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 () {
  12770.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  12771.             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')));
  12772.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  12773.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  12774.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  12775.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  12776.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  12777.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  12778.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  12779.     }
  12780.     /**
  12781.      * Gets the public 'monolog.logger.business_events' shared service.
  12782.      *
  12783.      * @return \Symfony\Bridge\Monolog\Logger
  12784.      */
  12785.     protected function getMonolog_Logger_BusinessEventsService()
  12786.     {
  12787.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  12788.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12789.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  12790.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12791.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  12792.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12793.         return $instance;
  12794.     }
  12795.     /**
  12796.      * Gets the public 'newsletter_recipient.repository' shared service.
  12797.      *
  12798.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12799.      */
  12800.     protected function getNewsletterRecipient_RepositoryService()
  12801.     {
  12802.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12803.         if (isset($this->services['newsletter_recipient.repository'])) {
  12804.             return $this->services['newsletter_recipient.repository'];
  12805.         }
  12806.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12807.         if (isset($this->services['newsletter_recipient.repository'])) {
  12808.             return $this->services['newsletter_recipient.repository'];
  12809.         }
  12810.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12811.         if (isset($this->services['newsletter_recipient.repository'])) {
  12812.             return $this->services['newsletter_recipient.repository'];
  12813.         }
  12814.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12815.         if (isset($this->services['newsletter_recipient.repository'])) {
  12816.             return $this->services['newsletter_recipient.repository'];
  12817.         }
  12818.         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())));
  12819.     }
  12820.     /**
  12821.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  12822.      *
  12823.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12824.      */
  12825.     protected function getNewsletterRecipientTag_RepositoryService()
  12826.     {
  12827.         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())));
  12828.     }
  12829.     /**
  12830.      * Gets the public 'notification.repository' shared service.
  12831.      *
  12832.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12833.      */
  12834.     protected function getNotification_RepositoryService()
  12835.     {
  12836.         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())));
  12837.     }
  12838.     /**
  12839.      * Gets the public 'number_range.repository' shared service.
  12840.      *
  12841.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12842.      */
  12843.     protected function getNumberRange_RepositoryService()
  12844.     {
  12845.         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())));
  12846.     }
  12847.     /**
  12848.      * Gets the public 'number_range_sales_channel.repository' shared service.
  12849.      *
  12850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12851.      */
  12852.     protected function getNumberRangeSalesChannel_RepositoryService()
  12853.     {
  12854.         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())));
  12855.     }
  12856.     /**
  12857.      * Gets the public 'number_range_state.repository' shared service.
  12858.      *
  12859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12860.      */
  12861.     protected function getNumberRangeState_RepositoryService()
  12862.     {
  12863.         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())));
  12864.     }
  12865.     /**
  12866.      * Gets the public 'number_range_translation.repository' shared service.
  12867.      *
  12868.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12869.      */
  12870.     protected function getNumberRangeTranslation_RepositoryService()
  12871.     {
  12872.         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())));
  12873.     }
  12874.     /**
  12875.      * Gets the public 'number_range_type.repository' shared service.
  12876.      *
  12877.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12878.      */
  12879.     protected function getNumberRangeType_RepositoryService()
  12880.     {
  12881.         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())));
  12882.     }
  12883.     /**
  12884.      * Gets the public 'number_range_type_translation.repository' shared service.
  12885.      *
  12886.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12887.      */
  12888.     protected function getNumberRangeTypeTranslation_RepositoryService()
  12889.     {
  12890.         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())));
  12891.     }
  12892.     /**
  12893.      * Gets the public 'order.repository' shared service.
  12894.      *
  12895.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12896.      */
  12897.     protected function getOrder_RepositoryService()
  12898.     {
  12899.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12900.         if (isset($this->services['order.repository'])) {
  12901.             return $this->services['order.repository'];
  12902.         }
  12903.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12904.         if (isset($this->services['order.repository'])) {
  12905.             return $this->services['order.repository'];
  12906.         }
  12907.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12908.         if (isset($this->services['order.repository'])) {
  12909.             return $this->services['order.repository'];
  12910.         }
  12911.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12912.         if (isset($this->services['order.repository'])) {
  12913.             return $this->services['order.repository'];
  12914.         }
  12915.         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())));
  12916.     }
  12917.     /**
  12918.      * Gets the public 'order_address.repository' shared service.
  12919.      *
  12920.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12921.      */
  12922.     protected function getOrderAddress_RepositoryService()
  12923.     {
  12924.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12925.         if (isset($this->services['order_address.repository'])) {
  12926.             return $this->services['order_address.repository'];
  12927.         }
  12928.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12929.         if (isset($this->services['order_address.repository'])) {
  12930.             return $this->services['order_address.repository'];
  12931.         }
  12932.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12933.         if (isset($this->services['order_address.repository'])) {
  12934.             return $this->services['order_address.repository'];
  12935.         }
  12936.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12937.         if (isset($this->services['order_address.repository'])) {
  12938.             return $this->services['order_address.repository'];
  12939.         }
  12940.         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())));
  12941.     }
  12942.     /**
  12943.      * Gets the public 'order_customer.repository' shared service.
  12944.      *
  12945.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12946.      */
  12947.     protected function getOrderCustomer_RepositoryService()
  12948.     {
  12949.         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())));
  12950.     }
  12951.     /**
  12952.      * Gets the public 'order_delivery.repository' shared service.
  12953.      *
  12954.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12955.      */
  12956.     protected function getOrderDelivery_RepositoryService()
  12957.     {
  12958.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12959.         if (isset($this->services['order_delivery.repository'])) {
  12960.             return $this->services['order_delivery.repository'];
  12961.         }
  12962.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12963.         if (isset($this->services['order_delivery.repository'])) {
  12964.             return $this->services['order_delivery.repository'];
  12965.         }
  12966.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12967.         if (isset($this->services['order_delivery.repository'])) {
  12968.             return $this->services['order_delivery.repository'];
  12969.         }
  12970.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12971.         if (isset($this->services['order_delivery.repository'])) {
  12972.             return $this->services['order_delivery.repository'];
  12973.         }
  12974.         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())));
  12975.     }
  12976.     /**
  12977.      * Gets the public 'order_delivery_position.repository' shared service.
  12978.      *
  12979.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12980.      */
  12981.     protected function getOrderDeliveryPosition_RepositoryService()
  12982.     {
  12983.         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())));
  12984.     }
  12985.     /**
  12986.      * Gets the public 'order_line_item.repository' shared service.
  12987.      *
  12988.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12989.      */
  12990.     protected function getOrderLineItem_RepositoryService()
  12991.     {
  12992.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  12993.     }
  12994.     /**
  12995.      * Gets the public 'order_line_item_download.repository' shared service.
  12996.      *
  12997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12998.      */
  12999.     protected function getOrderLineItemDownload_RepositoryService()
  13000.     {
  13001.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13002.         if (isset($this->services['order_line_item_download.repository'])) {
  13003.             return $this->services['order_line_item_download.repository'];
  13004.         }
  13005.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13006.         if (isset($this->services['order_line_item_download.repository'])) {
  13007.             return $this->services['order_line_item_download.repository'];
  13008.         }
  13009.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13010.         if (isset($this->services['order_line_item_download.repository'])) {
  13011.             return $this->services['order_line_item_download.repository'];
  13012.         }
  13013.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13014.         if (isset($this->services['order_line_item_download.repository'])) {
  13015.             return $this->services['order_line_item_download.repository'];
  13016.         }
  13017.         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())));
  13018.     }
  13019.     /**
  13020.      * Gets the public 'order_tag.repository' shared service.
  13021.      *
  13022.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13023.      */
  13024.     protected function getOrderTag_RepositoryService()
  13025.     {
  13026.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13027.         if (isset($this->services['order_tag.repository'])) {
  13028.             return $this->services['order_tag.repository'];
  13029.         }
  13030.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13031.         if (isset($this->services['order_tag.repository'])) {
  13032.             return $this->services['order_tag.repository'];
  13033.         }
  13034.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13035.         if (isset($this->services['order_tag.repository'])) {
  13036.             return $this->services['order_tag.repository'];
  13037.         }
  13038.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13039.         if (isset($this->services['order_tag.repository'])) {
  13040.             return $this->services['order_tag.repository'];
  13041.         }
  13042.         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())));
  13043.     }
  13044.     /**
  13045.      * Gets the public 'order_transaction.repository' shared service.
  13046.      *
  13047.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13048.      */
  13049.     protected function getOrderTransaction_RepositoryService()
  13050.     {
  13051.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13052.         if (isset($this->services['order_transaction.repository'])) {
  13053.             return $this->services['order_transaction.repository'];
  13054.         }
  13055.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13056.         if (isset($this->services['order_transaction.repository'])) {
  13057.             return $this->services['order_transaction.repository'];
  13058.         }
  13059.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13060.         if (isset($this->services['order_transaction.repository'])) {
  13061.             return $this->services['order_transaction.repository'];
  13062.         }
  13063.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13064.         if (isset($this->services['order_transaction.repository'])) {
  13065.             return $this->services['order_transaction.repository'];
  13066.         }
  13067.         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())));
  13068.     }
  13069.     /**
  13070.      * Gets the public 'order_transaction_capture.repository' shared service.
  13071.      *
  13072.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13073.      */
  13074.     protected function getOrderTransactionCapture_RepositoryService()
  13075.     {
  13076.         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())));
  13077.     }
  13078.     /**
  13079.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  13080.      *
  13081.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13082.      */
  13083.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  13084.     {
  13085.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13086.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13087.             return $this->services['order_transaction_capture_refund.repository'];
  13088.         }
  13089.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13090.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13091.             return $this->services['order_transaction_capture_refund.repository'];
  13092.         }
  13093.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13094.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13095.             return $this->services['order_transaction_capture_refund.repository'];
  13096.         }
  13097.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13098.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13099.             return $this->services['order_transaction_capture_refund.repository'];
  13100.         }
  13101.         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())));
  13102.     }
  13103.     /**
  13104.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  13105.      *
  13106.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13107.      */
  13108.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  13109.     {
  13110.         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())));
  13111.     }
  13112.     /**
  13113.      * Gets the public 'payment_method.repository' shared service.
  13114.      *
  13115.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13116.      */
  13117.     protected function getPaymentMethod_RepositoryService()
  13118.     {
  13119.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13120.         if (isset($this->services['payment_method.repository'])) {
  13121.             return $this->services['payment_method.repository'];
  13122.         }
  13123.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13124.         if (isset($this->services['payment_method.repository'])) {
  13125.             return $this->services['payment_method.repository'];
  13126.         }
  13127.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13128.         if (isset($this->services['payment_method.repository'])) {
  13129.             return $this->services['payment_method.repository'];
  13130.         }
  13131.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13132.         if (isset($this->services['payment_method.repository'])) {
  13133.             return $this->services['payment_method.repository'];
  13134.         }
  13135.         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()))));
  13136.     }
  13137.     /**
  13138.      * Gets the public 'payment_method_translation.repository' shared service.
  13139.      *
  13140.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13141.      */
  13142.     protected function getPaymentMethodTranslation_RepositoryService()
  13143.     {
  13144.         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())));
  13145.     }
  13146.     /**
  13147.      * Gets the public 'plugin.repository' shared service.
  13148.      *
  13149.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13150.      */
  13151.     protected function getPlugin_RepositoryService()
  13152.     {
  13153.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13154.         if (isset($this->services['plugin.repository'])) {
  13155.             return $this->services['plugin.repository'];
  13156.         }
  13157.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13158.         if (isset($this->services['plugin.repository'])) {
  13159.             return $this->services['plugin.repository'];
  13160.         }
  13161.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13162.         if (isset($this->services['plugin.repository'])) {
  13163.             return $this->services['plugin.repository'];
  13164.         }
  13165.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13166.         if (isset($this->services['plugin.repository'])) {
  13167.             return $this->services['plugin.repository'];
  13168.         }
  13169.         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())));
  13170.     }
  13171.     /**
  13172.      * Gets the public 'plugin_translation.repository' shared service.
  13173.      *
  13174.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13175.      */
  13176.     protected function getPluginTranslation_RepositoryService()
  13177.     {
  13178.         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())));
  13179.     }
  13180.     /**
  13181.      * Gets the public 'product.repository' shared service.
  13182.      *
  13183.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13184.      */
  13185.     protected function getProduct_RepositoryService()
  13186.     {
  13187.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13188.         if (isset($this->services['product.repository'])) {
  13189.             return $this->services['product.repository'];
  13190.         }
  13191.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13192.         if (isset($this->services['product.repository'])) {
  13193.             return $this->services['product.repository'];
  13194.         }
  13195.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13196.         if (isset($this->services['product.repository'])) {
  13197.             return $this->services['product.repository'];
  13198.         }
  13199.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13200.         if (isset($this->services['product.repository'])) {
  13201.             return $this->services['product.repository'];
  13202.         }
  13203.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  13204.         $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);
  13205.         $f->setEntityLoadedEventFactory($e);
  13206.         return $this->services['product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($f);
  13207.     }
  13208.     /**
  13209.      * Gets the public 'product_category.repository' shared service.
  13210.      *
  13211.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13212.      */
  13213.     protected function getProductCategory_RepositoryService()
  13214.     {
  13215.         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())));
  13216.     }
  13217.     /**
  13218.      * Gets the public 'product_category_tree.repository' shared service.
  13219.      *
  13220.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13221.      */
  13222.     protected function getProductCategoryTree_RepositoryService()
  13223.     {
  13224.         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())));
  13225.     }
  13226.     /**
  13227.      * Gets the public 'product_configurator_setting.repository' shared service.
  13228.      *
  13229.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13230.      */
  13231.     protected function getProductConfiguratorSetting_RepositoryService()
  13232.     {
  13233.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13234.         if (isset($this->services['product_configurator_setting.repository'])) {
  13235.             return $this->services['product_configurator_setting.repository'];
  13236.         }
  13237.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13238.         if (isset($this->services['product_configurator_setting.repository'])) {
  13239.             return $this->services['product_configurator_setting.repository'];
  13240.         }
  13241.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13242.         if (isset($this->services['product_configurator_setting.repository'])) {
  13243.             return $this->services['product_configurator_setting.repository'];
  13244.         }
  13245.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13246.         if (isset($this->services['product_configurator_setting.repository'])) {
  13247.             return $this->services['product_configurator_setting.repository'];
  13248.         }
  13249.         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())));
  13250.     }
  13251.     /**
  13252.      * Gets the public 'product_cross_selling.repository' shared service.
  13253.      *
  13254.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13255.      */
  13256.     protected function getProductCrossSelling_RepositoryService()
  13257.     {
  13258.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13259.         if (isset($this->services['product_cross_selling.repository'])) {
  13260.             return $this->services['product_cross_selling.repository'];
  13261.         }
  13262.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13263.         if (isset($this->services['product_cross_selling.repository'])) {
  13264.             return $this->services['product_cross_selling.repository'];
  13265.         }
  13266.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13267.         if (isset($this->services['product_cross_selling.repository'])) {
  13268.             return $this->services['product_cross_selling.repository'];
  13269.         }
  13270.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13271.         if (isset($this->services['product_cross_selling.repository'])) {
  13272.             return $this->services['product_cross_selling.repository'];
  13273.         }
  13274.         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())));
  13275.     }
  13276.     /**
  13277.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  13278.      *
  13279.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13280.      */
  13281.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  13282.     {
  13283.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13284.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13285.             return $this->services['product_cross_selling_assigned_products.repository'];
  13286.         }
  13287.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13288.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13289.             return $this->services['product_cross_selling_assigned_products.repository'];
  13290.         }
  13291.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13292.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13293.             return $this->services['product_cross_selling_assigned_products.repository'];
  13294.         }
  13295.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13296.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13297.             return $this->services['product_cross_selling_assigned_products.repository'];
  13298.         }
  13299.         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())));
  13300.     }
  13301.     /**
  13302.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  13303.      *
  13304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13305.      */
  13306.     protected function getProductCrossSellingTranslation_RepositoryService()
  13307.     {
  13308.         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())));
  13309.     }
  13310.     /**
  13311.      * Gets the public 'product_custom_field_set.repository' shared service.
  13312.      *
  13313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13314.      */
  13315.     protected function getProductCustomFieldSet_RepositoryService()
  13316.     {
  13317.         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())));
  13318.     }
  13319.     /**
  13320.      * Gets the public 'product_download.repository' shared service.
  13321.      *
  13322.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13323.      */
  13324.     protected function getProductDownload_RepositoryService()
  13325.     {
  13326.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13327.         if (isset($this->services['product_download.repository'])) {
  13328.             return $this->services['product_download.repository'];
  13329.         }
  13330.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13331.         if (isset($this->services['product_download.repository'])) {
  13332.             return $this->services['product_download.repository'];
  13333.         }
  13334.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13335.         if (isset($this->services['product_download.repository'])) {
  13336.             return $this->services['product_download.repository'];
  13337.         }
  13338.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13339.         if (isset($this->services['product_download.repository'])) {
  13340.             return $this->services['product_download.repository'];
  13341.         }
  13342.         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())));
  13343.     }
  13344.     /**
  13345.      * Gets the public 'product_export.repository' shared service.
  13346.      *
  13347.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13348.      */
  13349.     protected function getProductExport_RepositoryService()
  13350.     {
  13351.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13352.         if (isset($this->services['product_export.repository'])) {
  13353.             return $this->services['product_export.repository'];
  13354.         }
  13355.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13356.         if (isset($this->services['product_export.repository'])) {
  13357.             return $this->services['product_export.repository'];
  13358.         }
  13359.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13360.         if (isset($this->services['product_export.repository'])) {
  13361.             return $this->services['product_export.repository'];
  13362.         }
  13363.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13364.         if (isset($this->services['product_export.repository'])) {
  13365.             return $this->services['product_export.repository'];
  13366.         }
  13367.         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())));
  13368.     }
  13369.     /**
  13370.      * Gets the public 'product_feature_set.repository' shared service.
  13371.      *
  13372.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13373.      */
  13374.     protected function getProductFeatureSet_RepositoryService()
  13375.     {
  13376.         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())));
  13377.     }
  13378.     /**
  13379.      * Gets the public 'product_feature_set_translation.repository' shared service.
  13380.      *
  13381.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13382.      */
  13383.     protected function getProductFeatureSetTranslation_RepositoryService()
  13384.     {
  13385.         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())));
  13386.     }
  13387.     /**
  13388.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  13389.      *
  13390.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13391.      */
  13392.     protected function getProductKeywordDictionary_RepositoryService()
  13393.     {
  13394.         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())));
  13395.     }
  13396.     /**
  13397.      * Gets the public 'product_manufacturer.repository' shared service.
  13398.      *
  13399.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13400.      */
  13401.     protected function getProductManufacturer_RepositoryService()
  13402.     {
  13403.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13404.         if (isset($this->services['product_manufacturer.repository'])) {
  13405.             return $this->services['product_manufacturer.repository'];
  13406.         }
  13407.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13408.         if (isset($this->services['product_manufacturer.repository'])) {
  13409.             return $this->services['product_manufacturer.repository'];
  13410.         }
  13411.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13412.         if (isset($this->services['product_manufacturer.repository'])) {
  13413.             return $this->services['product_manufacturer.repository'];
  13414.         }
  13415.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13416.         if (isset($this->services['product_manufacturer.repository'])) {
  13417.             return $this->services['product_manufacturer.repository'];
  13418.         }
  13419.         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())));
  13420.     }
  13421.     /**
  13422.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  13423.      *
  13424.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13425.      */
  13426.     protected function getProductManufacturerTranslation_RepositoryService()
  13427.     {
  13428.         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())));
  13429.     }
  13430.     /**
  13431.      * Gets the public 'product_media.repository' shared service.
  13432.      *
  13433.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13434.      */
  13435.     protected function getProductMedia_RepositoryService()
  13436.     {
  13437.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13438.         if (isset($this->services['product_media.repository'])) {
  13439.             return $this->services['product_media.repository'];
  13440.         }
  13441.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13442.         if (isset($this->services['product_media.repository'])) {
  13443.             return $this->services['product_media.repository'];
  13444.         }
  13445.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13446.         if (isset($this->services['product_media.repository'])) {
  13447.             return $this->services['product_media.repository'];
  13448.         }
  13449.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13450.         if (isset($this->services['product_media.repository'])) {
  13451.             return $this->services['product_media.repository'];
  13452.         }
  13453.         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())));
  13454.     }
  13455.     /**
  13456.      * Gets the public 'product_option.repository' shared service.
  13457.      *
  13458.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13459.      */
  13460.     protected function getProductOption_RepositoryService()
  13461.     {
  13462.         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())));
  13463.     }
  13464.     /**
  13465.      * Gets the public 'product_price.repository' shared service.
  13466.      *
  13467.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13468.      */
  13469.     protected function getProductPrice_RepositoryService()
  13470.     {
  13471.         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())));
  13472.     }
  13473.     /**
  13474.      * Gets the public 'product_property.repository' shared service.
  13475.      *
  13476.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13477.      */
  13478.     protected function getProductProperty_RepositoryService()
  13479.     {
  13480.         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())));
  13481.     }
  13482.     /**
  13483.      * Gets the public 'product_review.repository' shared service.
  13484.      *
  13485.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13486.      */
  13487.     protected function getProductReview_RepositoryService()
  13488.     {
  13489.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13490.         if (isset($this->services['product_review.repository'])) {
  13491.             return $this->services['product_review.repository'];
  13492.         }
  13493.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13494.         if (isset($this->services['product_review.repository'])) {
  13495.             return $this->services['product_review.repository'];
  13496.         }
  13497.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13498.         if (isset($this->services['product_review.repository'])) {
  13499.             return $this->services['product_review.repository'];
  13500.         }
  13501.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13502.         if (isset($this->services['product_review.repository'])) {
  13503.             return $this->services['product_review.repository'];
  13504.         }
  13505.         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())));
  13506.     }
  13507.     /**
  13508.      * Gets the public 'product_search_config.repository' shared service.
  13509.      *
  13510.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13511.      */
  13512.     protected function getProductSearchConfig_RepositoryService()
  13513.     {
  13514.         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())));
  13515.     }
  13516.     /**
  13517.      * Gets the public 'product_search_config_field.repository' shared service.
  13518.      *
  13519.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13520.      */
  13521.     protected function getProductSearchConfigField_RepositoryService()
  13522.     {
  13523.         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())));
  13524.     }
  13525.     /**
  13526.      * Gets the public 'product_search_keyword.repository' shared service.
  13527.      *
  13528.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13529.      */
  13530.     protected function getProductSearchKeyword_RepositoryService()
  13531.     {
  13532.         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())));
  13533.     }
  13534.     /**
  13535.      * Gets the public 'product_sorting.repository' shared service.
  13536.      *
  13537.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13538.      */
  13539.     protected function getProductSorting_RepositoryService()
  13540.     {
  13541.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13542.         if (isset($this->services['product_sorting.repository'])) {
  13543.             return $this->services['product_sorting.repository'];
  13544.         }
  13545.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13546.         if (isset($this->services['product_sorting.repository'])) {
  13547.             return $this->services['product_sorting.repository'];
  13548.         }
  13549.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13550.         if (isset($this->services['product_sorting.repository'])) {
  13551.             return $this->services['product_sorting.repository'];
  13552.         }
  13553.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13554.         if (isset($this->services['product_sorting.repository'])) {
  13555.             return $this->services['product_sorting.repository'];
  13556.         }
  13557.         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())));
  13558.     }
  13559.     /**
  13560.      * Gets the public 'product_sorting_translation.repository' shared service.
  13561.      *
  13562.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13563.      */
  13564.     protected function getProductSortingTranslation_RepositoryService()
  13565.     {
  13566.         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())));
  13567.     }
  13568.     /**
  13569.      * Gets the public 'product_stream.repository' shared service.
  13570.      *
  13571.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13572.      */
  13573.     protected function getProductStream_RepositoryService()
  13574.     {
  13575.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13576.         if (isset($this->services['product_stream.repository'])) {
  13577.             return $this->services['product_stream.repository'];
  13578.         }
  13579.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13580.         if (isset($this->services['product_stream.repository'])) {
  13581.             return $this->services['product_stream.repository'];
  13582.         }
  13583.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13584.         if (isset($this->services['product_stream.repository'])) {
  13585.             return $this->services['product_stream.repository'];
  13586.         }
  13587.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13588.         if (isset($this->services['product_stream.repository'])) {
  13589.             return $this->services['product_stream.repository'];
  13590.         }
  13591.         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())));
  13592.     }
  13593.     /**
  13594.      * Gets the public 'product_stream_filter.repository' shared service.
  13595.      *
  13596.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13597.      */
  13598.     protected function getProductStreamFilter_RepositoryService()
  13599.     {
  13600.         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())));
  13601.     }
  13602.     /**
  13603.      * Gets the public 'product_stream_mapping.repository' shared service.
  13604.      *
  13605.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13606.      */
  13607.     protected function getProductStreamMapping_RepositoryService()
  13608.     {
  13609.         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())));
  13610.     }
  13611.     /**
  13612.      * Gets the public 'product_stream_translation.repository' shared service.
  13613.      *
  13614.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13615.      */
  13616.     protected function getProductStreamTranslation_RepositoryService()
  13617.     {
  13618.         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())));
  13619.     }
  13620.     /**
  13621.      * Gets the public 'product_tag.repository' shared service.
  13622.      *
  13623.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13624.      */
  13625.     protected function getProductTag_RepositoryService()
  13626.     {
  13627.         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())));
  13628.     }
  13629.     /**
  13630.      * Gets the public 'product_translation.repository' shared service.
  13631.      *
  13632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13633.      */
  13634.     protected function getProductTranslation_RepositoryService()
  13635.     {
  13636.         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())));
  13637.     }
  13638.     /**
  13639.      * Gets the public 'product_visibility.repository' shared service.
  13640.      *
  13641.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13642.      */
  13643.     protected function getProductVisibility_RepositoryService()
  13644.     {
  13645.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13646.         if (isset($this->services['product_visibility.repository'])) {
  13647.             return $this->services['product_visibility.repository'];
  13648.         }
  13649.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13650.         if (isset($this->services['product_visibility.repository'])) {
  13651.             return $this->services['product_visibility.repository'];
  13652.         }
  13653.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13654.         if (isset($this->services['product_visibility.repository'])) {
  13655.             return $this->services['product_visibility.repository'];
  13656.         }
  13657.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13658.         if (isset($this->services['product_visibility.repository'])) {
  13659.             return $this->services['product_visibility.repository'];
  13660.         }
  13661.         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())));
  13662.     }
  13663.     /**
  13664.      * Gets the public 'profiling.filesystem.private' shared service.
  13665.      *
  13666.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13667.      */
  13668.     protected function getProfiling_Filesystem_PrivateService()
  13669.     {
  13670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13672.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  13673.     }
  13674.     /**
  13675.      * Gets the public 'profiling.filesystem.public' shared service.
  13676.      *
  13677.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13678.      */
  13679.     protected function getProfiling_Filesystem_PublicService()
  13680.     {
  13681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13683.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  13684.     }
  13685.     /**
  13686.      * Gets the public 'promotion.repository' shared service.
  13687.      *
  13688.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13689.      */
  13690.     protected function getPromotion_RepositoryService()
  13691.     {
  13692.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13693.         if (isset($this->services['promotion.repository'])) {
  13694.             return $this->services['promotion.repository'];
  13695.         }
  13696.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13697.         if (isset($this->services['promotion.repository'])) {
  13698.             return $this->services['promotion.repository'];
  13699.         }
  13700.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13701.         if (isset($this->services['promotion.repository'])) {
  13702.             return $this->services['promotion.repository'];
  13703.         }
  13704.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13705.         if (isset($this->services['promotion.repository'])) {
  13706.             return $this->services['promotion.repository'];
  13707.         }
  13708.         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())));
  13709.     }
  13710.     /**
  13711.      * Gets the public 'promotion_cart_rule.repository' shared service.
  13712.      *
  13713.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13714.      */
  13715.     protected function getPromotionCartRule_RepositoryService()
  13716.     {
  13717.         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())));
  13718.     }
  13719.     /**
  13720.      * Gets the public 'promotion_discount.repository' shared service.
  13721.      *
  13722.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13723.      */
  13724.     protected function getPromotionDiscount_RepositoryService()
  13725.     {
  13726.         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())));
  13727.     }
  13728.     /**
  13729.      * Gets the public 'promotion_discount_prices.repository' shared service.
  13730.      *
  13731.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13732.      */
  13733.     protected function getPromotionDiscountPrices_RepositoryService()
  13734.     {
  13735.         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())));
  13736.     }
  13737.     /**
  13738.      * Gets the public 'promotion_discount_rule.repository' shared service.
  13739.      *
  13740.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13741.      */
  13742.     protected function getPromotionDiscountRule_RepositoryService()
  13743.     {
  13744.         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())));
  13745.     }
  13746.     /**
  13747.      * Gets the public 'promotion_individual_code.repository' shared service.
  13748.      *
  13749.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13750.      */
  13751.     protected function getPromotionIndividualCode_RepositoryService()
  13752.     {
  13753.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13754.         if (isset($this->services['promotion_individual_code.repository'])) {
  13755.             return $this->services['promotion_individual_code.repository'];
  13756.         }
  13757.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13758.         if (isset($this->services['promotion_individual_code.repository'])) {
  13759.             return $this->services['promotion_individual_code.repository'];
  13760.         }
  13761.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13762.         if (isset($this->services['promotion_individual_code.repository'])) {
  13763.             return $this->services['promotion_individual_code.repository'];
  13764.         }
  13765.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13766.         if (isset($this->services['promotion_individual_code.repository'])) {
  13767.             return $this->services['promotion_individual_code.repository'];
  13768.         }
  13769.         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())));
  13770.     }
  13771.     /**
  13772.      * Gets the public 'promotion_order_rule.repository' shared service.
  13773.      *
  13774.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13775.      */
  13776.     protected function getPromotionOrderRule_RepositoryService()
  13777.     {
  13778.         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())));
  13779.     }
  13780.     /**
  13781.      * Gets the public 'promotion_persona_customer.repository' shared service.
  13782.      *
  13783.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13784.      */
  13785.     protected function getPromotionPersonaCustomer_RepositoryService()
  13786.     {
  13787.         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())));
  13788.     }
  13789.     /**
  13790.      * Gets the public 'promotion_persona_rule.repository' shared service.
  13791.      *
  13792.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13793.      */
  13794.     protected function getPromotionPersonaRule_RepositoryService()
  13795.     {
  13796.         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())));
  13797.     }
  13798.     /**
  13799.      * Gets the public 'promotion_sales_channel.repository' shared service.
  13800.      *
  13801.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13802.      */
  13803.     protected function getPromotionSalesChannel_RepositoryService()
  13804.     {
  13805.         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())));
  13806.     }
  13807.     /**
  13808.      * Gets the public 'promotion_setgroup.repository' shared service.
  13809.      *
  13810.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13811.      */
  13812.     protected function getPromotionSetgroup_RepositoryService()
  13813.     {
  13814.         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())));
  13815.     }
  13816.     /**
  13817.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  13818.      *
  13819.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13820.      */
  13821.     protected function getPromotionSetgroupRule_RepositoryService()
  13822.     {
  13823.         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())));
  13824.     }
  13825.     /**
  13826.      * Gets the public 'promotion_translation.repository' shared service.
  13827.      *
  13828.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13829.      */
  13830.     protected function getPromotionTranslation_RepositoryService()
  13831.     {
  13832.         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())));
  13833.     }
  13834.     /**
  13835.      * Gets the public 'property_group.repository' shared service.
  13836.      *
  13837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13838.      */
  13839.     protected function getPropertyGroup_RepositoryService()
  13840.     {
  13841.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13842.         if (isset($this->services['property_group.repository'])) {
  13843.             return $this->services['property_group.repository'];
  13844.         }
  13845.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13846.         if (isset($this->services['property_group.repository'])) {
  13847.             return $this->services['property_group.repository'];
  13848.         }
  13849.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13850.         if (isset($this->services['property_group.repository'])) {
  13851.             return $this->services['property_group.repository'];
  13852.         }
  13853.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13854.         if (isset($this->services['property_group.repository'])) {
  13855.             return $this->services['property_group.repository'];
  13856.         }
  13857.         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())));
  13858.     }
  13859.     /**
  13860.      * Gets the public 'property_group_option.repository' shared service.
  13861.      *
  13862.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13863.      */
  13864.     protected function getPropertyGroupOption_RepositoryService()
  13865.     {
  13866.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13867.         if (isset($this->services['property_group_option.repository'])) {
  13868.             return $this->services['property_group_option.repository'];
  13869.         }
  13870.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13871.         if (isset($this->services['property_group_option.repository'])) {
  13872.             return $this->services['property_group_option.repository'];
  13873.         }
  13874.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13875.         if (isset($this->services['property_group_option.repository'])) {
  13876.             return $this->services['property_group_option.repository'];
  13877.         }
  13878.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13879.         if (isset($this->services['property_group_option.repository'])) {
  13880.             return $this->services['property_group_option.repository'];
  13881.         }
  13882.         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())));
  13883.     }
  13884.     /**
  13885.      * Gets the public 'property_group_option_translation.repository' shared service.
  13886.      *
  13887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13888.      */
  13889.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  13890.     {
  13891.         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())));
  13892.     }
  13893.     /**
  13894.      * Gets the public 'property_group_translation.repository' shared service.
  13895.      *
  13896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13897.      */
  13898.     protected function getPropertyGroupTranslation_RepositoryService()
  13899.     {
  13900.         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())));
  13901.     }
  13902.     /**
  13903.      * Gets the public 'request_stack' shared service.
  13904.      *
  13905.      * @return \Symfony\Component\HttpFoundation\RequestStack
  13906.      */
  13907.     protected function getRequestStackService()
  13908.     {
  13909.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  13910.     }
  13911.     /**
  13912.      * Gets the public 'router' shared autowired service.
  13913.      *
  13914.      * @return \Shopware\Storefront\Framework\Routing\Router
  13915.      */
  13916.     protected function getRouterService()
  13917.     {
  13918.         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())));
  13919.     }
  13920.     /**
  13921.      * Gets the public 'routing.loader' shared service.
  13922.      *
  13923.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  13924.      */
  13925.     protected function getRouting_LoaderService()
  13926.     {
  13927.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13928.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13929.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  13930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  13931.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  13932.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  13933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  13934.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13935.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  13936.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  13937.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13940.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13942.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  13945.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  13946.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  13947.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  13948.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  13949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  13950.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13951.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  13952.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  13953.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  13954.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  13955.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  13956.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  13957.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  13958.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  13959.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  13960.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  13961.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13962.             'kernel' => ['services''kernel''getKernelService'false],
  13963.         ], [
  13964.             'kernel' => 'Shopware\\Core\\Kernel',
  13965.         ]), 'dev'));
  13966.         $a->addLoader($c);
  13967.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  13968.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  13969.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  13970.     }
  13971.     /**
  13972.      * Gets the public 'rule.repository' shared service.
  13973.      *
  13974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13975.      */
  13976.     protected function getRule_RepositoryService()
  13977.     {
  13978.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13979.         if (isset($this->services['rule.repository'])) {
  13980.             return $this->services['rule.repository'];
  13981.         }
  13982.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13983.         if (isset($this->services['rule.repository'])) {
  13984.             return $this->services['rule.repository'];
  13985.         }
  13986.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13987.         if (isset($this->services['rule.repository'])) {
  13988.             return $this->services['rule.repository'];
  13989.         }
  13990.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13991.         if (isset($this->services['rule.repository'])) {
  13992.             return $this->services['rule.repository'];
  13993.         }
  13994.         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())));
  13995.     }
  13996.     /**
  13997.      * Gets the public 'rule_condition.repository' shared service.
  13998.      *
  13999.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14000.      */
  14001.     protected function getRuleCondition_RepositoryService()
  14002.     {
  14003.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14004.         if (isset($this->services['rule_condition.repository'])) {
  14005.             return $this->services['rule_condition.repository'];
  14006.         }
  14007.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14008.         if (isset($this->services['rule_condition.repository'])) {
  14009.             return $this->services['rule_condition.repository'];
  14010.         }
  14011.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14012.         if (isset($this->services['rule_condition.repository'])) {
  14013.             return $this->services['rule_condition.repository'];
  14014.         }
  14015.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14016.         if (isset($this->services['rule_condition.repository'])) {
  14017.             return $this->services['rule_condition.repository'];
  14018.         }
  14019.         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())));
  14020.     }
  14021.     /**
  14022.      * Gets the public 'rule_tag.repository' shared service.
  14023.      *
  14024.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14025.      */
  14026.     protected function getRuleTag_RepositoryService()
  14027.     {
  14028.         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())));
  14029.     }
  14030.     /**
  14031.      * Gets the public 'sales_channel.category.repository' shared service.
  14032.      *
  14033.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14034.      */
  14035.     protected function getSalesChannel_Category_RepositoryService()
  14036.     {
  14037.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14038.         if (isset($this->services['sales_channel.category.repository'])) {
  14039.             return $this->services['sales_channel.category.repository'];
  14040.         }
  14041.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14042.         if (isset($this->services['sales_channel.category.repository'])) {
  14043.             return $this->services['sales_channel.category.repository'];
  14044.         }
  14045.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14046.         if (isset($this->services['sales_channel.category.repository'])) {
  14047.             return $this->services['sales_channel.category.repository'];
  14048.         }
  14049.         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()));
  14050.     }
  14051.     /**
  14052.      * Gets the public 'sales_channel.country.repository' shared service.
  14053.      *
  14054.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14055.      */
  14056.     protected function getSalesChannel_Country_RepositoryService()
  14057.     {
  14058.         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()));
  14059.     }
  14060.     /**
  14061.      * Gets the public 'sales_channel.country_state.repository' shared service.
  14062.      *
  14063.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14064.      */
  14065.     protected function getSalesChannel_CountryState_RepositoryService()
  14066.     {
  14067.         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()));
  14068.     }
  14069.     /**
  14070.      * Gets the public 'sales_channel.currency.repository' shared service.
  14071.      *
  14072.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14073.      */
  14074.     protected function getSalesChannel_Currency_RepositoryService()
  14075.     {
  14076.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14077.         if (isset($this->services['sales_channel.currency.repository'])) {
  14078.             return $this->services['sales_channel.currency.repository'];
  14079.         }
  14080.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14081.         if (isset($this->services['sales_channel.currency.repository'])) {
  14082.             return $this->services['sales_channel.currency.repository'];
  14083.         }
  14084.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14085.         if (isset($this->services['sales_channel.currency.repository'])) {
  14086.             return $this->services['sales_channel.currency.repository'];
  14087.         }
  14088.         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()));
  14089.     }
  14090.     /**
  14091.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  14092.      *
  14093.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14094.      */
  14095.     protected function getSalesChannel_LandingPage_RepositoryService()
  14096.     {
  14097.         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()));
  14098.     }
  14099.     /**
  14100.      * Gets the public 'sales_channel.language.repository' shared service.
  14101.      *
  14102.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14103.      */
  14104.     protected function getSalesChannel_Language_RepositoryService()
  14105.     {
  14106.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14107.         if (isset($this->services['sales_channel.language.repository'])) {
  14108.             return $this->services['sales_channel.language.repository'];
  14109.         }
  14110.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14111.         if (isset($this->services['sales_channel.language.repository'])) {
  14112.             return $this->services['sales_channel.language.repository'];
  14113.         }
  14114.         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, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), $b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14115.     }
  14116.     /**
  14117.      * Gets the public 'sales_channel.main_category.repository' shared service.
  14118.      *
  14119.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14120.      */
  14121.     protected function getSalesChannel_MainCategory_RepositoryService()
  14122.     {
  14123.         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()));
  14124.     }
  14125.     /**
  14126.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  14127.      *
  14128.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14129.      */
  14130.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  14131.     {
  14132.         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()));
  14133.     }
  14134.     /**
  14135.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  14136.      *
  14137.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14138.      */
  14139.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  14140.     {
  14141.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14142.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14143.             return $this->services['sales_channel.payment_method.repository'];
  14144.         }
  14145.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14146.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14147.             return $this->services['sales_channel.payment_method.repository'];
  14148.         }
  14149.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14150.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14151.             return $this->services['sales_channel.payment_method.repository'];
  14152.         }
  14153.         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$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14154.     }
  14155.     /**
  14156.      * Gets the public 'sales_channel.product.repository' shared service.
  14157.      *
  14158.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14159.      */
  14160.     protected function getSalesChannel_Product_RepositoryService()
  14161.     {
  14162.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14163.         if (isset($this->services['sales_channel.product.repository'])) {
  14164.             return $this->services['sales_channel.product.repository'];
  14165.         }
  14166.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14167.         if (isset($this->services['sales_channel.product.repository'])) {
  14168.             return $this->services['sales_channel.product.repository'];
  14169.         }
  14170.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14171.         if (isset($this->services['sales_channel.product.repository'])) {
  14172.             return $this->services['sales_channel.product.repository'];
  14173.         }
  14174.         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()));
  14175.     }
  14176.     /**
  14177.      * Gets the public 'sales_channel.repository' shared service.
  14178.      *
  14179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14180.      */
  14181.     protected function getSalesChannel_RepositoryService()
  14182.     {
  14183.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14184.         if (isset($this->services['sales_channel.repository'])) {
  14185.             return $this->services['sales_channel.repository'];
  14186.         }
  14187.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14188.         if (isset($this->services['sales_channel.repository'])) {
  14189.             return $this->services['sales_channel.repository'];
  14190.         }
  14191.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14192.         if (isset($this->services['sales_channel.repository'])) {
  14193.             return $this->services['sales_channel.repository'];
  14194.         }
  14195.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14196.         if (isset($this->services['sales_channel.repository'])) {
  14197.             return $this->services['sales_channel.repository'];
  14198.         }
  14199.         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())));
  14200.     }
  14201.     /**
  14202.      * Gets the public 'sales_channel.salutation.repository' shared service.
  14203.      *
  14204.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14205.      */
  14206.     protected function getSalesChannel_Salutation_RepositoryService()
  14207.     {
  14208.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14209.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14210.             return $this->services['sales_channel.salutation.repository'];
  14211.         }
  14212.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14213.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14214.             return $this->services['sales_channel.salutation.repository'];
  14215.         }
  14216.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14217.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14218.             return $this->services['sales_channel.salutation.repository'];
  14219.         }
  14220.         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()));
  14221.     }
  14222.     /**
  14223.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  14224.      *
  14225.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14226.      */
  14227.     protected function getSalesChannel_SeoUrl_RepositoryService()
  14228.     {
  14229.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14230.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14231.             return $this->services['sales_channel.seo_url.repository'];
  14232.         }
  14233.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14234.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14235.             return $this->services['sales_channel.seo_url.repository'];
  14236.         }
  14237.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14238.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14239.             return $this->services['sales_channel.seo_url.repository'];
  14240.         }
  14241.         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()));
  14242.     }
  14243.     /**
  14244.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  14245.      *
  14246.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14247.      */
  14248.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  14249.     {
  14250.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14251.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14252.             return $this->services['sales_channel.shipping_method.repository'];
  14253.         }
  14254.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14255.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14256.             return $this->services['sales_channel.shipping_method.repository'];
  14257.         }
  14258.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14259.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14260.             return $this->services['sales_channel.shipping_method.repository'];
  14261.         }
  14262.         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()));
  14263.     }
  14264.     /**
  14265.      * Gets the public 'sales_channel_analytics.repository' shared service.
  14266.      *
  14267.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14268.      */
  14269.     protected function getSalesChannelAnalytics_RepositoryService()
  14270.     {
  14271.         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())));
  14272.     }
  14273.     /**
  14274.      * Gets the public 'sales_channel_country.repository' shared service.
  14275.      *
  14276.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14277.      */
  14278.     protected function getSalesChannelCountry_RepositoryService()
  14279.     {
  14280.         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())));
  14281.     }
  14282.     /**
  14283.      * Gets the public 'sales_channel_currency.repository' shared service.
  14284.      *
  14285.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14286.      */
  14287.     protected function getSalesChannelCurrency_RepositoryService()
  14288.     {
  14289.         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())));
  14290.     }
  14291.     /**
  14292.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  14293.      *
  14294.      * @return \Shopware\Administration\Notification\NotificationDefinition
  14295.      */
  14296.     protected function getNotificationDefinition2Service()
  14297.     {
  14298.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  14299.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  14300.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14301.         return $instance;
  14302.     }
  14303.     /**
  14304.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  14305.      *
  14306.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  14307.      */
  14308.     protected function getAppAdministrationSnippetDefinition2Service()
  14309.     {
  14310.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  14311.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  14312.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14313.         return $instance;
  14314.     }
  14315.     /**
  14316.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  14317.      *
  14318.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  14319.      */
  14320.     protected function getCustomerAddressDefinition2Service()
  14321.     {
  14322.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  14323.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14324.         return $instance;
  14325.     }
  14326.     /**
  14327.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  14328.      *
  14329.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  14330.      */
  14331.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  14332.     {
  14333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  14334.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  14335.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14336.         return $instance;
  14337.     }
  14338.     /**
  14339.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  14340.      *
  14341.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  14342.      */
  14343.     protected function getCustomerGroupTranslationDefinition2Service()
  14344.     {
  14345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  14347.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  14348.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14349.         return $instance;
  14350.     }
  14351.     /**
  14352.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  14353.      *
  14354.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  14355.      */
  14356.     protected function getCustomerGroupDefinition2Service()
  14357.     {
  14358.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  14359.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14360.         return $instance;
  14361.     }
  14362.     /**
  14363.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  14364.      *
  14365.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  14366.      */
  14367.     protected function getCustomerRecoveryDefinition2Service()
  14368.     {
  14369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  14370.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  14371.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14372.         return $instance;
  14373.     }
  14374.     /**
  14375.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  14376.      *
  14377.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  14378.      */
  14379.     protected function getCustomerTagDefinition2Service()
  14380.     {
  14381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  14382.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  14383.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14384.         return $instance;
  14385.     }
  14386.     /**
  14387.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  14388.      *
  14389.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  14390.      */
  14391.     protected function getCustomerWishlistProductDefinition2Service()
  14392.     {
  14393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  14394.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  14395.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14396.         return $instance;
  14397.     }
  14398.     /**
  14399.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  14400.      *
  14401.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  14402.      */
  14403.     protected function getCustomerWishlistDefinition2Service()
  14404.     {
  14405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  14406.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  14407.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14408.         return $instance;
  14409.     }
  14410.     /**
  14411.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  14412.      *
  14413.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  14414.      */
  14415.     protected function getCustomerDefinition2Service()
  14416.     {
  14417.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  14418.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14419.         return $instance;
  14420.     }
  14421.     /**
  14422.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  14423.      *
  14424.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  14425.      */
  14426.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  14427.     {
  14428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  14429.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  14430.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14431.         return $instance;
  14432.     }
  14433.     /**
  14434.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  14435.      *
  14436.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  14437.      */
  14438.     protected function getDocumentBaseConfigDefinition2Service()
  14439.     {
  14440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  14441.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  14442.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14443.         return $instance;
  14444.     }
  14445.     /**
  14446.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  14447.      *
  14448.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  14449.      */
  14450.     protected function getDocumentTypeTranslationDefinition2Service()
  14451.     {
  14452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  14454.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  14455.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14456.         return $instance;
  14457.     }
  14458.     /**
  14459.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  14460.      *
  14461.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  14462.      */
  14463.     protected function getDocumentTypeDefinition2Service()
  14464.     {
  14465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  14466.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  14467.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14468.         return $instance;
  14469.     }
  14470.     /**
  14471.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  14472.      *
  14473.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  14474.      */
  14475.     protected function getDocumentDefinition2Service()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  14478.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  14479.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14480.         return $instance;
  14481.     }
  14482.     /**
  14483.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  14484.      *
  14485.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  14486.      */
  14487.     protected function getOrderAddressDefinition2Service()
  14488.     {
  14489.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  14490.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14491.         return $instance;
  14492.     }
  14493.     /**
  14494.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  14495.      *
  14496.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  14497.      */
  14498.     protected function getOrderCustomerDefinition2Service()
  14499.     {
  14500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  14501.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  14502.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14503.         return $instance;
  14504.     }
  14505.     /**
  14506.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  14507.      *
  14508.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  14509.      */
  14510.     protected function getOrderDeliveryPositionDefinition2Service()
  14511.     {
  14512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  14513.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  14514.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14515.         return $instance;
  14516.     }
  14517.     /**
  14518.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  14519.      *
  14520.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  14521.      */
  14522.     protected function getOrderDeliveryDefinition2Service()
  14523.     {
  14524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  14525.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  14526.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14527.         return $instance;
  14528.     }
  14529.     /**
  14530.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  14531.      *
  14532.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  14533.      */
  14534.     protected function getOrderLineItemDownloadDefinition2Service()
  14535.     {
  14536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  14537.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  14538.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14539.         return $instance;
  14540.     }
  14541.     /**
  14542.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  14543.      *
  14544.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  14545.      */
  14546.     protected function getOrderLineItemDefinition2Service()
  14547.     {
  14548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  14549.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  14550.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14551.         return $instance;
  14552.     }
  14553.     /**
  14554.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  14555.      *
  14556.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  14557.      */
  14558.     protected function getOrderTagDefinition2Service()
  14559.     {
  14560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  14561.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  14562.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14563.         return $instance;
  14564.     }
  14565.     /**
  14566.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  14567.      *
  14568.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  14569.      */
  14570.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  14571.     {
  14572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  14573.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  14574.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14575.         return $instance;
  14576.     }
  14577.     /**
  14578.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  14579.      *
  14580.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  14581.      */
  14582.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  14583.     {
  14584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  14585.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  14586.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14587.         return $instance;
  14588.     }
  14589.     /**
  14590.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  14591.      *
  14592.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  14593.      */
  14594.     protected function getOrderTransactionCaptureDefinition2Service()
  14595.     {
  14596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  14597.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  14598.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14599.         return $instance;
  14600.     }
  14601.     /**
  14602.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  14603.      *
  14604.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  14605.      */
  14606.     protected function getOrderTransactionDefinition2Service()
  14607.     {
  14608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  14609.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  14610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14611.         return $instance;
  14612.     }
  14613.     /**
  14614.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  14615.      *
  14616.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  14617.      */
  14618.     protected function getOrderDefinition2Service()
  14619.     {
  14620.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  14621.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14622.         return $instance;
  14623.     }
  14624.     /**
  14625.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  14626.      *
  14627.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  14628.      */
  14629.     protected function getPaymentMethodTranslationDefinition2Service()
  14630.     {
  14631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  14633.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  14634.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14635.         return $instance;
  14636.     }
  14637.     /**
  14638.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  14639.      *
  14640.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  14641.      */
  14642.     protected function getPromotionCartRuleDefinition2Service()
  14643.     {
  14644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  14645.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  14646.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14647.         return $instance;
  14648.     }
  14649.     /**
  14650.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  14651.      *
  14652.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  14653.      */
  14654.     protected function getPromotionDiscountPriceDefinition2Service()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  14657.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  14658.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14659.         return $instance;
  14660.     }
  14661.     /**
  14662.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  14663.      *
  14664.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  14665.      */
  14666.     protected function getPromotionDiscountRuleDefinition2Service()
  14667.     {
  14668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  14669.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  14670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14671.         return $instance;
  14672.     }
  14673.     /**
  14674.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  14675.      *
  14676.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  14677.      */
  14678.     protected function getPromotionDiscountDefinition2Service()
  14679.     {
  14680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  14681.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  14682.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14683.         return $instance;
  14684.     }
  14685.     /**
  14686.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  14687.      *
  14688.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  14689.      */
  14690.     protected function getPromotionIndividualCodeDefinition2Service()
  14691.     {
  14692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  14693.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  14694.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14695.         return $instance;
  14696.     }
  14697.     /**
  14698.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  14699.      *
  14700.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  14701.      */
  14702.     protected function getPromotionOrderRuleDefinition2Service()
  14703.     {
  14704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  14705.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  14706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14707.         return $instance;
  14708.     }
  14709.     /**
  14710.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  14711.      *
  14712.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  14713.      */
  14714.     protected function getPromotionPersonaCustomerDefinition2Service()
  14715.     {
  14716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  14717.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  14718.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14719.         return $instance;
  14720.     }
  14721.     /**
  14722.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  14723.      *
  14724.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  14725.      */
  14726.     protected function getPromotionPersonaRuleDefinition2Service()
  14727.     {
  14728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  14729.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  14730.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14731.         return $instance;
  14732.     }
  14733.     /**
  14734.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  14735.      *
  14736.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  14737.      */
  14738.     protected function getPromotionSalesChannelDefinition2Service()
  14739.     {
  14740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  14741.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  14742.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14743.         return $instance;
  14744.     }
  14745.     /**
  14746.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  14747.      *
  14748.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  14749.      */
  14750.     protected function getPromotionSetGroupRuleDefinition2Service()
  14751.     {
  14752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  14753.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  14754.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14755.         return $instance;
  14756.     }
  14757.     /**
  14758.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  14759.      *
  14760.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  14761.      */
  14762.     protected function getPromotionSetGroupDefinition2Service()
  14763.     {
  14764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  14765.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  14766.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14767.         return $instance;
  14768.     }
  14769.     /**
  14770.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  14771.      *
  14772.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  14773.      */
  14774.     protected function getPromotionTranslationDefinition2Service()
  14775.     {
  14776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  14778.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  14779.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14780.         return $instance;
  14781.     }
  14782.     /**
  14783.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  14784.      *
  14785.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  14786.      */
  14787.     protected function getPromotionDefinition2Service()
  14788.     {
  14789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  14790.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  14791.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14792.         return $instance;
  14793.     }
  14794.     /**
  14795.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  14796.      *
  14797.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  14798.      */
  14799.     protected function getShippingMethodPriceDefinition2Service()
  14800.     {
  14801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  14802.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  14803.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14804.         return $instance;
  14805.     }
  14806.     /**
  14807.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  14808.      *
  14809.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  14810.      */
  14811.     protected function getShippingMethodTagDefinition2Service()
  14812.     {
  14813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  14814.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  14815.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14816.         return $instance;
  14817.     }
  14818.     /**
  14819.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  14820.      *
  14821.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  14822.      */
  14823.     protected function getShippingMethodTranslationDefinition2Service()
  14824.     {
  14825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  14827.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  14828.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14829.         return $instance;
  14830.     }
  14831.     /**
  14832.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  14833.      *
  14834.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  14835.      */
  14836.     protected function getCategoryTagDefinition2Service()
  14837.     {
  14838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  14839.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  14840.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14841.         return $instance;
  14842.     }
  14843.     /**
  14844.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  14845.      *
  14846.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  14847.      */
  14848.     protected function getCategoryTranslationDefinition2Service()
  14849.     {
  14850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  14852.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  14853.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14854.         return $instance;
  14855.     }
  14856.     /**
  14857.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  14858.      *
  14859.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  14860.      */
  14861.     protected function getCmsBlockDefinition2Service()
  14862.     {
  14863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  14864.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  14865.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14866.         return $instance;
  14867.     }
  14868.     /**
  14869.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  14870.      *
  14871.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  14872.      */
  14873.     protected function getCmsPageTranslationDefinition2Service()
  14874.     {
  14875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  14877.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  14878.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14879.         return $instance;
  14880.     }
  14881.     /**
  14882.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  14883.      *
  14884.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  14885.      */
  14886.     protected function getCmsSectionDefinition2Service()
  14887.     {
  14888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  14889.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  14890.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14891.         return $instance;
  14892.     }
  14893.     /**
  14894.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  14895.      *
  14896.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  14897.      */
  14898.     protected function getCmsSlotTranslationDefinition2Service()
  14899.     {
  14900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  14902.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  14903.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14904.         return $instance;
  14905.     }
  14906.     /**
  14907.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  14908.      *
  14909.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  14910.      */
  14911.     protected function getCmsSlotDefinition2Service()
  14912.     {
  14913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  14914.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  14915.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14916.         return $instance;
  14917.     }
  14918.     /**
  14919.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  14920.      *
  14921.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  14922.      */
  14923.     protected function getCmsPageDefinition2Service()
  14924.     {
  14925.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  14926.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14927.         return $instance;
  14928.     }
  14929.     /**
  14930.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  14931.      *
  14932.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  14933.      */
  14934.     protected function getFlowSequenceDefinition2Service()
  14935.     {
  14936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  14937.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  14938.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14939.         return $instance;
  14940.     }
  14941.     /**
  14942.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  14943.      *
  14944.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  14945.      */
  14946.     protected function getFlowTemplateDefinition2Service()
  14947.     {
  14948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  14949.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  14950.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14951.         return $instance;
  14952.     }
  14953.     /**
  14954.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  14955.      *
  14956.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  14957.      */
  14958.     protected function getFlowDefinition2Service()
  14959.     {
  14960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  14961.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  14962.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14963.         return $instance;
  14964.     }
  14965.     /**
  14966.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  14967.      *
  14968.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  14969.      */
  14970.     protected function getImportExportFileDefinition2Service()
  14971.     {
  14972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  14973.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  14974.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14975.         return $instance;
  14976.     }
  14977.     /**
  14978.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  14979.      *
  14980.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  14981.      */
  14982.     protected function getImportExportLogDefinition2Service()
  14983.     {
  14984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  14985.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  14986.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14987.         return $instance;
  14988.     }
  14989.     /**
  14990.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  14991.      *
  14992.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  14993.      */
  14994.     protected function getImportExportProfileDefinition2Service()
  14995.     {
  14996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  14997.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  14998.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14999.         return $instance;
  15000.     }
  15001.     /**
  15002.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  15003.      *
  15004.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  15005.      */
  15006.     protected function getImportExportProfileTranslationDefinition2Service()
  15007.     {
  15008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  15010.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  15011.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15012.         return $instance;
  15013.     }
  15014.     /**
  15015.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  15016.      *
  15017.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  15018.      */
  15019.     protected function getLandingPageSalesChannelDefinition2Service()
  15020.     {
  15021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  15022.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  15023.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15024.         return $instance;
  15025.     }
  15026.     /**
  15027.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  15028.      *
  15029.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  15030.      */
  15031.     protected function getLandingPageTagDefinition2Service()
  15032.     {
  15033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  15034.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  15035.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15036.         return $instance;
  15037.     }
  15038.     /**
  15039.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  15040.      *
  15041.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  15042.      */
  15043.     protected function getLandingPageTranslationDefinition2Service()
  15044.     {
  15045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  15047.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  15048.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15049.         return $instance;
  15050.     }
  15051.     /**
  15052.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  15053.      *
  15054.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  15055.      */
  15056.     protected function getMailHeaderFooterTranslationDefinition2Service()
  15057.     {
  15058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  15060.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  15061.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15062.         return $instance;
  15063.     }
  15064.     /**
  15065.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  15066.      *
  15067.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  15068.      */
  15069.     protected function getMailHeaderFooterDefinition2Service()
  15070.     {
  15071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  15072.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  15073.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15074.         return $instance;
  15075.     }
  15076.     /**
  15077.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  15078.      *
  15079.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  15080.      */
  15081.     protected function getMailTemplateMediaDefinition2Service()
  15082.     {
  15083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  15084.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  15085.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15086.         return $instance;
  15087.     }
  15088.     /**
  15089.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  15090.      *
  15091.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  15092.      */
  15093.     protected function getMailTemplateTranslationDefinition2Service()
  15094.     {
  15095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  15097.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  15098.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15099.         return $instance;
  15100.     }
  15101.     /**
  15102.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  15103.      *
  15104.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  15105.      */
  15106.     protected function getMailTemplateTypeTranslationDefinition2Service()
  15107.     {
  15108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  15110.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  15111.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15112.         return $instance;
  15113.     }
  15114.     /**
  15115.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  15116.      *
  15117.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  15118.      */
  15119.     protected function getMailTemplateTypeDefinition2Service()
  15120.     {
  15121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  15122.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  15123.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15124.         return $instance;
  15125.     }
  15126.     /**
  15127.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  15128.      *
  15129.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  15130.      */
  15131.     protected function getMailTemplateDefinition2Service()
  15132.     {
  15133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  15134.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  15135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15136.         return $instance;
  15137.     }
  15138.     /**
  15139.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  15140.      *
  15141.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  15142.      */
  15143.     protected function getMediaDefaultFolderDefinition2Service()
  15144.     {
  15145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  15146.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  15147.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15148.         return $instance;
  15149.     }
  15150.     /**
  15151.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  15152.      *
  15153.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  15154.      */
  15155.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  15158.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  15159.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15160.         return $instance;
  15161.     }
  15162.     /**
  15163.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  15164.      *
  15165.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  15166.      */
  15167.     protected function getMediaFolderConfigurationDefinition2Service()
  15168.     {
  15169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  15170.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  15171.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15172.         return $instance;
  15173.     }
  15174.     /**
  15175.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  15176.      *
  15177.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  15178.      */
  15179.     protected function getMediaFolderDefinition2Service()
  15180.     {
  15181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  15182.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  15183.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15184.         return $instance;
  15185.     }
  15186.     /**
  15187.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  15188.      *
  15189.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  15190.      */
  15191.     protected function getMediaTagDefinition2Service()
  15192.     {
  15193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  15194.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  15195.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15196.         return $instance;
  15197.     }
  15198.     /**
  15199.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  15200.      *
  15201.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  15202.      */
  15203.     protected function getMediaThumbnailSizeDefinition2Service()
  15204.     {
  15205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  15206.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  15207.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15208.         return $instance;
  15209.     }
  15210.     /**
  15211.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  15212.      *
  15213.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  15214.      */
  15215.     protected function getMediaThumbnailDefinition2Service()
  15216.     {
  15217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  15218.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  15219.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15220.         return $instance;
  15221.     }
  15222.     /**
  15223.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  15224.      *
  15225.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  15226.      */
  15227.     protected function getMediaTranslationDefinition2Service()
  15228.     {
  15229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  15231.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  15232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15233.         return $instance;
  15234.     }
  15235.     /**
  15236.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  15237.      *
  15238.      * @return \Shopware\Core\Content\Media\MediaDefinition
  15239.      */
  15240.     protected function getMediaDefinition2Service()
  15241.     {
  15242.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  15243.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15244.         return $instance;
  15245.     }
  15246.     /**
  15247.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  15248.      *
  15249.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  15250.      */
  15251.     protected function getNewsletterRecipientTagDefinition2Service()
  15252.     {
  15253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  15254.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  15255.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15256.         return $instance;
  15257.     }
  15258.     /**
  15259.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  15260.      *
  15261.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  15262.      */
  15263.     protected function getProductExportDefinition2Service()
  15264.     {
  15265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  15266.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  15267.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15268.         return $instance;
  15269.     }
  15270.     /**
  15271.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  15272.      *
  15273.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  15274.      */
  15275.     protected function getProductStreamFilterDefinition2Service()
  15276.     {
  15277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  15278.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  15279.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15280.         return $instance;
  15281.     }
  15282.     /**
  15283.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  15284.      *
  15285.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  15286.      */
  15287.     protected function getProductStreamTranslationDefinition2Service()
  15288.     {
  15289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  15291.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  15292.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15293.         return $instance;
  15294.     }
  15295.     /**
  15296.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  15297.      *
  15298.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  15299.      */
  15300.     protected function getProductStreamDefinition2Service()
  15301.     {
  15302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  15303.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  15304.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15305.         return $instance;
  15306.     }
  15307.     /**
  15308.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  15309.      *
  15310.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  15311.      */
  15312.     protected function getProductCategoryTreeDefinition2Service()
  15313.     {
  15314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  15315.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  15316.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15317.         return $instance;
  15318.     }
  15319.     /**
  15320.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  15321.      *
  15322.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  15323.      */
  15324.     protected function getProductCategoryDefinition2Service()
  15325.     {
  15326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  15327.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  15328.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15329.         return $instance;
  15330.     }
  15331.     /**
  15332.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  15333.      *
  15334.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  15335.      */
  15336.     protected function getProductConfiguratorSettingDefinition2Service()
  15337.     {
  15338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  15339.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  15340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15341.         return $instance;
  15342.     }
  15343.     /**
  15344.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  15345.      *
  15346.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  15347.      */
  15348.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  15349.     {
  15350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  15351.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  15352.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15353.         return $instance;
  15354.     }
  15355.     /**
  15356.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  15357.      *
  15358.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  15359.      */
  15360.     protected function getProductCrossSellingTranslationDefinition2Service()
  15361.     {
  15362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  15364.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  15365.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15366.         return $instance;
  15367.     }
  15368.     /**
  15369.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  15370.      *
  15371.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  15372.      */
  15373.     protected function getProductCrossSellingDefinition2Service()
  15374.     {
  15375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  15376.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  15377.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15378.         return $instance;
  15379.     }
  15380.     /**
  15381.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  15382.      *
  15383.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  15384.      */
  15385.     protected function getProductCustomFieldSetDefinition2Service()
  15386.     {
  15387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  15388.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  15389.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15390.         return $instance;
  15391.     }
  15392.     /**
  15393.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  15394.      *
  15395.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  15396.      */
  15397.     protected function getProductDownloadDefinition2Service()
  15398.     {
  15399.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  15400.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15401.         return $instance;
  15402.     }
  15403.     /**
  15404.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  15405.      *
  15406.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  15407.      */
  15408.     protected function getProductFeatureSetTranslationDefinition2Service()
  15409.     {
  15410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  15412.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  15413.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15414.         return $instance;
  15415.     }
  15416.     /**
  15417.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  15418.      *
  15419.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  15420.      */
  15421.     protected function getProductFeatureSetDefinition2Service()
  15422.     {
  15423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  15424.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  15425.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15426.         return $instance;
  15427.     }
  15428.     /**
  15429.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  15430.      *
  15431.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  15432.      */
  15433.     protected function getProductKeywordDictionaryDefinition2Service()
  15434.     {
  15435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  15436.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  15437.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15438.         return $instance;
  15439.     }
  15440.     /**
  15441.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  15442.      *
  15443.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  15444.      */
  15445.     protected function getProductManufacturerTranslationDefinition2Service()
  15446.     {
  15447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  15449.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  15450.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15451.         return $instance;
  15452.     }
  15453.     /**
  15454.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  15455.      *
  15456.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  15457.      */
  15458.     protected function getProductManufacturerDefinition2Service()
  15459.     {
  15460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  15461.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  15462.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15463.         return $instance;
  15464.     }
  15465.     /**
  15466.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  15467.      *
  15468.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  15469.      */
  15470.     protected function getProductMediaDefinition2Service()
  15471.     {
  15472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  15473.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  15474.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15475.         return $instance;
  15476.     }
  15477.     /**
  15478.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  15479.      *
  15480.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  15481.      */
  15482.     protected function getProductOptionDefinition2Service()
  15483.     {
  15484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  15485.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  15486.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15487.         return $instance;
  15488.     }
  15489.     /**
  15490.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  15491.      *
  15492.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  15493.      */
  15494.     protected function getProductPriceDefinition2Service()
  15495.     {
  15496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  15497.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  15498.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15499.         return $instance;
  15500.     }
  15501.     /**
  15502.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  15503.      *
  15504.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  15505.      */
  15506.     protected function getProductPropertyDefinition2Service()
  15507.     {
  15508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  15509.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  15510.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15511.         return $instance;
  15512.     }
  15513.     /**
  15514.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  15515.      *
  15516.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  15517.      */
  15518.     protected function getProductReviewDefinition2Service()
  15519.     {
  15520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  15521.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  15522.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15523.         return $instance;
  15524.     }
  15525.     /**
  15526.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  15527.      *
  15528.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  15529.      */
  15530.     protected function getProductSearchConfigFieldDefinition2Service()
  15531.     {
  15532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  15533.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  15534.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15535.         return $instance;
  15536.     }
  15537.     /**
  15538.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  15539.      *
  15540.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  15541.      */
  15542.     protected function getProductSearchConfigDefinition2Service()
  15543.     {
  15544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  15545.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  15546.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15547.         return $instance;
  15548.     }
  15549.     /**
  15550.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  15551.      *
  15552.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  15553.      */
  15554.     protected function getProductSearchKeywordDefinition2Service()
  15555.     {
  15556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  15557.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  15558.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15559.         return $instance;
  15560.     }
  15561.     /**
  15562.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  15563.      *
  15564.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  15565.      */
  15566.     protected function getProductStreamMappingDefinition2Service()
  15567.     {
  15568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  15569.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  15570.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15571.         return $instance;
  15572.     }
  15573.     /**
  15574.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  15575.      *
  15576.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  15577.      */
  15578.     protected function getProductTagDefinition2Service()
  15579.     {
  15580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  15581.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  15582.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15583.         return $instance;
  15584.     }
  15585.     /**
  15586.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  15587.      *
  15588.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  15589.      */
  15590.     protected function getProductTranslationDefinition2Service()
  15591.     {
  15592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  15594.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  15595.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15596.         return $instance;
  15597.     }
  15598.     /**
  15599.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  15600.      *
  15601.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  15602.      */
  15603.     protected function getProductVisibilityDefinition2Service()
  15604.     {
  15605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  15606.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  15607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15608.         return $instance;
  15609.     }
  15610.     /**
  15611.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  15612.      *
  15613.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  15614.      */
  15615.     protected function getProductSortingDefinition2Service()
  15616.     {
  15617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  15618.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  15619.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15620.         return $instance;
  15621.     }
  15622.     /**
  15623.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  15624.      *
  15625.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  15626.      */
  15627.     protected function getProductSortingTranslationDefinition2Service()
  15628.     {
  15629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  15631.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  15632.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15633.         return $instance;
  15634.     }
  15635.     /**
  15636.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  15637.      *
  15638.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  15639.      */
  15640.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  15641.     {
  15642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  15644.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  15645.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15646.         return $instance;
  15647.     }
  15648.     /**
  15649.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  15650.      *
  15651.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  15652.      */
  15653.     protected function getPropertyGroupOptionDefinition2Service()
  15654.     {
  15655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  15656.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  15657.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15658.         return $instance;
  15659.     }
  15660.     /**
  15661.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  15662.      *
  15663.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  15664.      */
  15665.     protected function getPropertyGroupTranslationDefinition2Service()
  15666.     {
  15667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  15669.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  15670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15671.         return $instance;
  15672.     }
  15673.     /**
  15674.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  15675.      *
  15676.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  15677.      */
  15678.     protected function getPropertyGroupDefinition2Service()
  15679.     {
  15680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  15681.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  15682.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15683.         return $instance;
  15684.     }
  15685.     /**
  15686.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  15687.      *
  15688.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  15689.      */
  15690.     protected function getRuleConditionDefinition2Service()
  15691.     {
  15692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  15693.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  15694.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15695.         return $instance;
  15696.     }
  15697.     /**
  15698.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  15699.      *
  15700.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  15701.      */
  15702.     protected function getRuleTagDefinition2Service()
  15703.     {
  15704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  15705.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  15706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15707.         return $instance;
  15708.     }
  15709.     /**
  15710.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  15711.      *
  15712.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  15713.      */
  15714.     protected function getRuleDefinition2Service()
  15715.     {
  15716.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  15717.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15718.         return $instance;
  15719.     }
  15720.     /**
  15721.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  15722.      *
  15723.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  15724.      */
  15725.     protected function getSeoUrlTemplateDefinition2Service()
  15726.     {
  15727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  15728.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  15729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15730.         return $instance;
  15731.     }
  15732.     /**
  15733.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  15734.      *
  15735.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  15736.      */
  15737.     protected function getAclRoleDefinition2Service()
  15738.     {
  15739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  15740.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  15741.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15742.         return $instance;
  15743.     }
  15744.     /**
  15745.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  15746.      *
  15747.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  15748.      */
  15749.     protected function getAclUserRoleDefinition2Service()
  15750.     {
  15751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  15752.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  15753.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15754.         return $instance;
  15755.     }
  15756.     /**
  15757.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  15758.      *
  15759.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  15760.      */
  15761.     protected function getActionButtonTranslationDefinition2Service()
  15762.     {
  15763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  15765.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  15766.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15767.         return $instance;
  15768.     }
  15769.     /**
  15770.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  15771.      *
  15772.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  15773.      */
  15774.     protected function getActionButtonDefinition2Service()
  15775.     {
  15776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  15777.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  15778.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15779.         return $instance;
  15780.     }
  15781.     /**
  15782.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  15783.      *
  15784.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  15785.      */
  15786.     protected function getAppPaymentMethodDefinition2Service()
  15787.     {
  15788.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  15789.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15790.         return $instance;
  15791.     }
  15792.     /**
  15793.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  15794.      *
  15795.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  15796.      */
  15797.     protected function getAppScriptConditionTranslationDefinition2Service()
  15798.     {
  15799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  15801.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  15802.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15803.         return $instance;
  15804.     }
  15805.     /**
  15806.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  15807.      *
  15808.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  15809.      */
  15810.     protected function getAppScriptConditionDefinition2Service()
  15811.     {
  15812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  15813.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  15814.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15815.         return $instance;
  15816.     }
  15817.     /**
  15818.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  15819.      *
  15820.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  15821.      */
  15822.     protected function getAppTranslationDefinition2Service()
  15823.     {
  15824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  15826.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  15827.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15828.         return $instance;
  15829.     }
  15830.     /**
  15831.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  15832.      *
  15833.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  15834.      */
  15835.     protected function getAppCmsBlockTranslationDefinition2Service()
  15836.     {
  15837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  15839.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  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\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  15845.      *
  15846.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  15847.      */
  15848.     protected function getAppCmsBlockDefinition2Service()
  15849.     {
  15850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  15851.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  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\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  15857.      *
  15858.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  15859.      */
  15860.     protected function getAppFlowActionTranslationDefinition2Service()
  15861.     {
  15862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  15864.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  15865.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15866.         return $instance;
  15867.     }
  15868.     /**
  15869.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  15870.      *
  15871.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  15872.      */
  15873.     protected function getAppFlowActionDefinition2Service()
  15874.     {
  15875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  15876.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  15877.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15878.         return $instance;
  15879.     }
  15880.     /**
  15881.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  15882.      *
  15883.      * @return \Shopware\Core\Framework\App\AppDefinition
  15884.      */
  15885.     protected function getAppDefinition2Service()
  15886.     {
  15887.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  15888.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15889.         return $instance;
  15890.     }
  15891.     /**
  15892.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  15893.      *
  15894.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  15895.      */
  15896.     protected function getTemplateDefinition2Service()
  15897.     {
  15898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  15899.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  15900.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15901.         return $instance;
  15902.     }
  15903.     /**
  15904.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  15905.      *
  15906.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  15907.      */
  15908.     protected function getVersionCommitDataDefinition2Service()
  15909.     {
  15910.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  15911.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15912.         return $instance;
  15913.     }
  15914.     /**
  15915.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  15916.      *
  15917.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  15918.      */
  15919.     protected function getVersionCommitDefinition2Service()
  15920.     {
  15921.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  15922.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15923.         return $instance;
  15924.     }
  15925.     /**
  15926.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  15927.      *
  15928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  15929.      */
  15930.     protected function getVersionDefinition2Service()
  15931.     {
  15932.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  15933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15934.         return $instance;
  15935.     }
  15936.     /**
  15937.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  15938.      *
  15939.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  15940.      */
  15941.     protected function getEventActionRuleDefinition2Service()
  15942.     {
  15943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  15944.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  15945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15946.         return $instance;
  15947.     }
  15948.     /**
  15949.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  15950.      *
  15951.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  15952.      */
  15953.     protected function getEventActionSalesChannelDefinition2Service()
  15954.     {
  15955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  15956.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  15957.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15958.         return $instance;
  15959.     }
  15960.     /**
  15961.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  15962.      *
  15963.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  15964.      */
  15965.     protected function getEventActionDefinition2Service()
  15966.     {
  15967.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  15968.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15969.         return $instance;
  15970.     }
  15971.     /**
  15972.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  15973.      *
  15974.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  15975.      */
  15976.     protected function getLogEntryDefinition2Service()
  15977.     {
  15978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  15979.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  15980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15981.         return $instance;
  15982.     }
  15983.     /**
  15984.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  15985.      *
  15986.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  15987.      */
  15988.     protected function getDeadMessageDefinition2Service()
  15989.     {
  15990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  15991.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  15992.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15993.         return $instance;
  15994.     }
  15995.     /**
  15996.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  15997.      *
  15998.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  15999.      */
  16000.     protected function getMessageQueueStatsDefinition2Service()
  16001.     {
  16002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  16003.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  16004.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16005.         return $instance;
  16006.     }
  16007.     /**
  16008.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  16009.      *
  16010.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  16011.      */
  16012.     protected function getScheduledTaskDefinition2Service()
  16013.     {
  16014.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  16015.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16016.         return $instance;
  16017.     }
  16018.     /**
  16019.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  16020.      *
  16021.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  16022.      */
  16023.     protected function getPluginTranslationDefinition2Service()
  16024.     {
  16025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  16027.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  16028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16029.         return $instance;
  16030.     }
  16031.     /**
  16032.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  16033.      *
  16034.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  16035.      */
  16036.     protected function getPluginDefinition2Service()
  16037.     {
  16038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  16039.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  16040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16041.         return $instance;
  16042.     }
  16043.     /**
  16044.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  16045.      *
  16046.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  16047.      */
  16048.     protected function getScriptDefinition2Service()
  16049.     {
  16050.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  16051.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16052.         return $instance;
  16053.     }
  16054.     /**
  16055.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  16056.      *
  16057.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  16058.      */
  16059.     protected function getWebhookEventLogDefinition2Service()
  16060.     {
  16061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  16062.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  16063.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16064.         return $instance;
  16065.     }
  16066.     /**
  16067.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  16068.      *
  16069.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  16070.      */
  16071.     protected function getWebhookDefinition2Service()
  16072.     {
  16073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  16074.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  16075.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16076.         return $instance;
  16077.     }
  16078.     /**
  16079.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  16080.      *
  16081.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  16082.      */
  16083.     protected function getCountryStateTranslationDefinition2Service()
  16084.     {
  16085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  16087.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  16088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16089.         return $instance;
  16090.     }
  16091.     /**
  16092.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  16093.      *
  16094.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  16095.      */
  16096.     protected function getCountryTranslationDefinition2Service()
  16097.     {
  16098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  16100.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  16101.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16102.         return $instance;
  16103.     }
  16104.     /**
  16105.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  16106.      *
  16107.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  16108.      */
  16109.     protected function getCurrencyCountryRoundingDefinition2Service()
  16110.     {
  16111.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  16112.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16113.         return $instance;
  16114.     }
  16115.     /**
  16116.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  16117.      *
  16118.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  16119.      */
  16120.     protected function getCurrencyTranslationDefinition2Service()
  16121.     {
  16122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  16124.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  16125.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16126.         return $instance;
  16127.     }
  16128.     /**
  16129.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  16130.      *
  16131.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  16132.      */
  16133.     protected function getCustomEntityDefinition2Service()
  16134.     {
  16135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  16136.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  16137.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16138.         return $instance;
  16139.     }
  16140.     /**
  16141.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  16142.      *
  16143.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  16144.      */
  16145.     protected function getCustomFieldSetRelationDefinition2Service()
  16146.     {
  16147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  16148.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  16149.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16150.         return $instance;
  16151.     }
  16152.     /**
  16153.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  16154.      *
  16155.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  16156.      */
  16157.     protected function getCustomFieldSetDefinition2Service()
  16158.     {
  16159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  16160.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  16161.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16162.         return $instance;
  16163.     }
  16164.     /**
  16165.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  16166.      *
  16167.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  16168.      */
  16169.     protected function getCustomFieldDefinition2Service()
  16170.     {
  16171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  16172.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  16173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16174.         return $instance;
  16175.     }
  16176.     /**
  16177.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  16178.      *
  16179.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  16180.      */
  16181.     protected function getDeliveryTimeTranslationDefinition2Service()
  16182.     {
  16183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  16185.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  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\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  16191.      *
  16192.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  16193.      */
  16194.     protected function getDeliveryTimeDefinition2Service()
  16195.     {
  16196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  16197.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  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\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  16203.      *
  16204.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  16205.      */
  16206.     protected function getIntegrationRoleDefinition2Service()
  16207.     {
  16208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  16209.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  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\System\Integration\IntegrationDefinition' shared service.
  16215.      *
  16216.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  16217.      */
  16218.     protected function getIntegrationDefinition2Service()
  16219.     {
  16220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  16221.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  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\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  16227.      *
  16228.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  16229.      */
  16230.     protected function getLocaleTranslationDefinition2Service()
  16231.     {
  16232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  16234.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  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\System\Locale\LocaleDefinition' shared service.
  16240.      *
  16241.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  16242.      */
  16243.     protected function getLocaleDefinition2Service()
  16244.     {
  16245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  16246.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  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\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  16252.      *
  16253.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  16254.      */
  16255.     protected function getNumberRangeSalesChannelDefinition2Service()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  16258.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  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\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  16264.      *
  16265.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  16266.      */
  16267.     protected function getNumberRangeStateDefinition2Service()
  16268.     {
  16269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  16270.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  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\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  16276.      *
  16277.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  16278.      */
  16279.     protected function getNumberRangeTranslationDefinition2Service()
  16280.     {
  16281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  16283.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  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\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  16289.      *
  16290.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  16291.      */
  16292.     protected function getNumberRangeTypeTranslationDefinition2Service()
  16293.     {
  16294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  16296.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  16297.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16298.         return $instance;
  16299.     }
  16300.     /**
  16301.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  16302.      *
  16303.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  16304.      */
  16305.     protected function getNumberRangeTypeDefinition2Service()
  16306.     {
  16307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  16308.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  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\System\NumberRange\NumberRangeDefinition' shared service.
  16314.      *
  16315.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  16316.      */
  16317.     protected function getNumberRangeDefinition2Service()
  16318.     {
  16319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  16320.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  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\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  16326.      *
  16327.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  16328.      */
  16329.     protected function getSalesChannelAnalyticsDefinition2Service()
  16330.     {
  16331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  16332.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  16333.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16334.         return $instance;
  16335.     }
  16336.     /**
  16337.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  16338.      *
  16339.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  16340.      */
  16341.     protected function getSalesChannelCountryDefinition3Service()
  16342.     {
  16343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  16344.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  16345.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16346.         return $instance;
  16347.     }
  16348.     /**
  16349.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  16350.      *
  16351.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  16352.      */
  16353.     protected function getSalesChannelCurrencyDefinition3Service()
  16354.     {
  16355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  16356.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  16357.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16358.         return $instance;
  16359.     }
  16360.     /**
  16361.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  16362.      *
  16363.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  16364.      */
  16365.     protected function getSalesChannelDomainDefinition2Service()
  16366.     {
  16367.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  16368.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16369.         return $instance;
  16370.     }
  16371.     /**
  16372.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  16373.      *
  16374.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  16375.      */
  16376.     protected function getSalesChannelLanguageDefinition3Service()
  16377.     {
  16378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  16379.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  16380.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16381.         return $instance;
  16382.     }
  16383.     /**
  16384.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  16385.      *
  16386.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  16387.      */
  16388.     protected function getSalesChannelPaymentMethodDefinition3Service()
  16389.     {
  16390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  16391.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  16392.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16393.         return $instance;
  16394.     }
  16395.     /**
  16396.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  16397.      *
  16398.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  16399.      */
  16400.     protected function getSalesChannelShippingMethodDefinition3Service()
  16401.     {
  16402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  16403.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  16404.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16405.         return $instance;
  16406.     }
  16407.     /**
  16408.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  16409.      *
  16410.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  16411.      */
  16412.     protected function getSalesChannelTranslationDefinition2Service()
  16413.     {
  16414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  16416.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  16417.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16418.         return $instance;
  16419.     }
  16420.     /**
  16421.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  16422.      *
  16423.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  16424.      */
  16425.     protected function getSalesChannelTypeTranslationDefinition2Service()
  16426.     {
  16427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  16429.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  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\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  16435.      *
  16436.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  16437.      */
  16438.     protected function getSalesChannelTypeDefinition2Service()
  16439.     {
  16440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  16441.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  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\System\SalesChannel\SalesChannelDefinition' shared service.
  16447.      *
  16448.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  16449.      */
  16450.     protected function getSalesChannelDefinition2Service()
  16451.     {
  16452.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  16453.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16454.         return $instance;
  16455.     }
  16456.     /**
  16457.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  16458.      *
  16459.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  16460.      */
  16461.     protected function getSalutationTranslationDefinition2Service()
  16462.     {
  16463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  16465.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  16466.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16467.         return $instance;
  16468.     }
  16469.     /**
  16470.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  16471.      *
  16472.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  16473.      */
  16474.     protected function getSnippetSetDefinition2Service()
  16475.     {
  16476.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  16477.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16478.         return $instance;
  16479.     }
  16480.     /**
  16481.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  16482.      *
  16483.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  16484.      */
  16485.     protected function getSnippetDefinition2Service()
  16486.     {
  16487.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  16488.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16489.         return $instance;
  16490.     }
  16491.     /**
  16492.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  16493.      *
  16494.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  16495.      */
  16496.     protected function getStateMachineHistoryDefinition2Service()
  16497.     {
  16498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  16499.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  16500.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16501.         return $instance;
  16502.     }
  16503.     /**
  16504.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  16505.      *
  16506.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  16507.      */
  16508.     protected function getStateMachineStateDefinition2Service()
  16509.     {
  16510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  16511.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  16512.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16513.         return $instance;
  16514.     }
  16515.     /**
  16516.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  16517.      *
  16518.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  16519.      */
  16520.     protected function getStateMachineStateTranslationDefinition2Service()
  16521.     {
  16522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  16524.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  16525.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16526.         return $instance;
  16527.     }
  16528.     /**
  16529.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  16530.      *
  16531.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  16532.      */
  16533.     protected function getStateMachineTransitionDefinition2Service()
  16534.     {
  16535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  16536.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  16537.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16538.         return $instance;
  16539.     }
  16540.     /**
  16541.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  16542.      *
  16543.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  16544.      */
  16545.     protected function getStateMachineDefinition2Service()
  16546.     {
  16547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  16548.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  16549.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16550.         return $instance;
  16551.     }
  16552.     /**
  16553.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  16554.      *
  16555.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  16556.      */
  16557.     protected function getStateMachineTranslationDefinition2Service()
  16558.     {
  16559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  16561.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  16562.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16563.         return $instance;
  16564.     }
  16565.     /**
  16566.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  16567.      *
  16568.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  16569.      */
  16570.     protected function getSystemConfigDefinition2Service()
  16571.     {
  16572.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  16573.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16574.         return $instance;
  16575.     }
  16576.     /**
  16577.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  16578.      *
  16579.      * @return \Shopware\Core\System\Tag\TagDefinition
  16580.      */
  16581.     protected function getTagDefinition2Service()
  16582.     {
  16583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  16584.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  16585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16586.         return $instance;
  16587.     }
  16588.     /**
  16589.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  16590.      *
  16591.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  16592.      */
  16593.     protected function getTaxRuleTypeTranslationDefinition2Service()
  16594.     {
  16595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  16597.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  16598.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16599.         return $instance;
  16600.     }
  16601.     /**
  16602.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  16603.      *
  16604.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  16605.      */
  16606.     protected function getTaxRuleTypeDefinition2Service()
  16607.     {
  16608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  16609.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  16610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16611.         return $instance;
  16612.     }
  16613.     /**
  16614.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  16615.      *
  16616.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  16617.      */
  16618.     protected function getTaxRuleDefinition2Service()
  16619.     {
  16620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  16621.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  16622.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16623.         return $instance;
  16624.     }
  16625.     /**
  16626.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  16627.      *
  16628.      * @return \Shopware\Core\System\Tax\TaxDefinition
  16629.      */
  16630.     protected function getTaxDefinition2Service()
  16631.     {
  16632.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  16633.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16634.         return $instance;
  16635.     }
  16636.     /**
  16637.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  16638.      *
  16639.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  16640.      */
  16641.     protected function getUnitTranslationDefinition2Service()
  16642.     {
  16643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  16645.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  16646.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16647.         return $instance;
  16648.     }
  16649.     /**
  16650.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  16651.      *
  16652.      * @return \Shopware\Core\System\Unit\UnitDefinition
  16653.      */
  16654.     protected function getUnitDefinition2Service()
  16655.     {
  16656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  16657.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  16658.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16659.         return $instance;
  16660.     }
  16661.     /**
  16662.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  16663.      *
  16664.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  16665.      */
  16666.     protected function getUserAccessKeyDefinition2Service()
  16667.     {
  16668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  16669.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  16670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16671.         return $instance;
  16672.     }
  16673.     /**
  16674.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  16675.      *
  16676.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  16677.      */
  16678.     protected function getUserConfigDefinition2Service()
  16679.     {
  16680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  16681.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  16682.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16683.         return $instance;
  16684.     }
  16685.     /**
  16686.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  16687.      *
  16688.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  16689.      */
  16690.     protected function getUserRecoveryDefinition2Service()
  16691.     {
  16692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  16693.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  16694.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16695.         return $instance;
  16696.     }
  16697.     /**
  16698.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  16699.      *
  16700.      * @return \Shopware\Core\System\User\UserDefinition
  16701.      */
  16702.     protected function getUserDefinition2Service()
  16703.     {
  16704.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  16705.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16706.         return $instance;
  16707.     }
  16708.     /**
  16709.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  16710.      *
  16711.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  16712.      */
  16713.     protected function getThemeChildDefinition2Service()
  16714.     {
  16715.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  16716.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  16717.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16718.         return $instance;
  16719.     }
  16720.     /**
  16721.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  16722.      *
  16723.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  16724.      */
  16725.     protected function getThemeMediaDefinition2Service()
  16726.     {
  16727.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  16728.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  16729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16730.         return $instance;
  16731.     }
  16732.     /**
  16733.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  16734.      *
  16735.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  16736.      */
  16737.     protected function getThemeSalesChannelDefinition2Service()
  16738.     {
  16739.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  16740.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16741.         return $instance;
  16742.     }
  16743.     /**
  16744.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  16745.      *
  16746.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  16747.      */
  16748.     protected function getThemeTranslationDefinition2Service()
  16749.     {
  16750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16751.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  16752.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  16753.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16754.         return $instance;
  16755.     }
  16756.     /**
  16757.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  16758.      *
  16759.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  16760.      */
  16761.     protected function getThemeDefinition2Service()
  16762.     {
  16763.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  16764.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16765.         return $instance;
  16766.     }
  16767.     /**
  16768.      * Gets the public 'sales_channel_domain.repository' shared service.
  16769.      *
  16770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16771.      */
  16772.     protected function getSalesChannelDomain_RepositoryService()
  16773.     {
  16774.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16775.         if (isset($this->services['sales_channel_domain.repository'])) {
  16776.             return $this->services['sales_channel_domain.repository'];
  16777.         }
  16778.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16779.         if (isset($this->services['sales_channel_domain.repository'])) {
  16780.             return $this->services['sales_channel_domain.repository'];
  16781.         }
  16782.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16783.         if (isset($this->services['sales_channel_domain.repository'])) {
  16784.             return $this->services['sales_channel_domain.repository'];
  16785.         }
  16786.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16787.         if (isset($this->services['sales_channel_domain.repository'])) {
  16788.             return $this->services['sales_channel_domain.repository'];
  16789.         }
  16790.         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())));
  16791.     }
  16792.     /**
  16793.      * Gets the public 'sales_channel_language.repository' shared service.
  16794.      *
  16795.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16796.      */
  16797.     protected function getSalesChannelLanguage_RepositoryService()
  16798.     {
  16799.         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())));
  16800.     }
  16801.     /**
  16802.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  16803.      *
  16804.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16805.      */
  16806.     protected function getSalesChannelPaymentMethod_RepositoryService()
  16807.     {
  16808.         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())));
  16809.     }
  16810.     /**
  16811.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  16812.      *
  16813.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16814.      */
  16815.     protected function getSalesChannelShippingMethod_RepositoryService()
  16816.     {
  16817.         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())));
  16818.     }
  16819.     /**
  16820.      * Gets the public 'sales_channel_translation.repository' shared service.
  16821.      *
  16822.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16823.      */
  16824.     protected function getSalesChannelTranslation_RepositoryService()
  16825.     {
  16826.         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())));
  16827.     }
  16828.     /**
  16829.      * Gets the public 'sales_channel_type.repository' shared service.
  16830.      *
  16831.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16832.      */
  16833.     protected function getSalesChannelType_RepositoryService()
  16834.     {
  16835.         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())));
  16836.     }
  16837.     /**
  16838.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  16839.      *
  16840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16841.      */
  16842.     protected function getSalesChannelTypeTranslation_RepositoryService()
  16843.     {
  16844.         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())));
  16845.     }
  16846.     /**
  16847.      * Gets the public 'salutation.repository' shared service.
  16848.      *
  16849.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16850.      */
  16851.     protected function getSalutation_RepositoryService()
  16852.     {
  16853.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16854.         if (isset($this->services['salutation.repository'])) {
  16855.             return $this->services['salutation.repository'];
  16856.         }
  16857.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16858.         if (isset($this->services['salutation.repository'])) {
  16859.             return $this->services['salutation.repository'];
  16860.         }
  16861.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16862.         if (isset($this->services['salutation.repository'])) {
  16863.             return $this->services['salutation.repository'];
  16864.         }
  16865.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16866.         if (isset($this->services['salutation.repository'])) {
  16867.             return $this->services['salutation.repository'];
  16868.         }
  16869.         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())));
  16870.     }
  16871.     /**
  16872.      * Gets the public 'salutation_translation.repository' shared service.
  16873.      *
  16874.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16875.      */
  16876.     protected function getSalutationTranslation_RepositoryService()
  16877.     {
  16878.         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())));
  16879.     }
  16880.     /**
  16881.      * Gets the public 'scheduled_task.repository' shared service.
  16882.      *
  16883.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16884.      */
  16885.     protected function getScheduledTask_RepositoryService()
  16886.     {
  16887.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16888.         if (isset($this->services['scheduled_task.repository'])) {
  16889.             return $this->services['scheduled_task.repository'];
  16890.         }
  16891.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16892.         if (isset($this->services['scheduled_task.repository'])) {
  16893.             return $this->services['scheduled_task.repository'];
  16894.         }
  16895.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16896.         if (isset($this->services['scheduled_task.repository'])) {
  16897.             return $this->services['scheduled_task.repository'];
  16898.         }
  16899.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16900.         if (isset($this->services['scheduled_task.repository'])) {
  16901.             return $this->services['scheduled_task.repository'];
  16902.         }
  16903.         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())));
  16904.     }
  16905.     /**
  16906.      * Gets the public 'script.repository' shared service.
  16907.      *
  16908.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16909.      */
  16910.     protected function getScript_RepositoryService()
  16911.     {
  16912.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16913.         if (isset($this->services['script.repository'])) {
  16914.             return $this->services['script.repository'];
  16915.         }
  16916.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16917.         if (isset($this->services['script.repository'])) {
  16918.             return $this->services['script.repository'];
  16919.         }
  16920.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16921.         if (isset($this->services['script.repository'])) {
  16922.             return $this->services['script.repository'];
  16923.         }
  16924.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16925.         if (isset($this->services['script.repository'])) {
  16926.             return $this->services['script.repository'];
  16927.         }
  16928.         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())));
  16929.     }
  16930.     /**
  16931.      * Gets the public 'seo_url.repository' shared service.
  16932.      *
  16933.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16934.      */
  16935.     protected function getSeoUrl_RepositoryService()
  16936.     {
  16937.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16938.         if (isset($this->services['seo_url.repository'])) {
  16939.             return $this->services['seo_url.repository'];
  16940.         }
  16941.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16942.         if (isset($this->services['seo_url.repository'])) {
  16943.             return $this->services['seo_url.repository'];
  16944.         }
  16945.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16946.         if (isset($this->services['seo_url.repository'])) {
  16947.             return $this->services['seo_url.repository'];
  16948.         }
  16949.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16950.         if (isset($this->services['seo_url.repository'])) {
  16951.             return $this->services['seo_url.repository'];
  16952.         }
  16953.         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())));
  16954.     }
  16955.     /**
  16956.      * Gets the public 'seo_url_template.repository' shared service.
  16957.      *
  16958.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16959.      */
  16960.     protected function getSeoUrlTemplate_RepositoryService()
  16961.     {
  16962.         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())));
  16963.     }
  16964.     /**
  16965.      * Gets the public 'services_resetter' shared service.
  16966.      *
  16967.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  16968.      */
  16969.     protected function getServicesResetterService()
  16970.     {
  16971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  16972.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  16973.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  16974.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  16975.             }
  16976.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  16977.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  16978.             }
  16979.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  16980.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  16981.             }
  16982.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  16983.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  16984.             }
  16985.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  16986.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  16987.             }
  16988.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  16989.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  16990.             }
  16991.             if (false) {
  16992.                 yield 'shopware.increment.gateway.array' => null;
  16993.             }
  16994.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  16995.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  16996.             }
  16997.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  16998.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  16999.             }
  17000.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  17001.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  17002.             }
  17003.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  17004.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  17005.             }
  17006.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  17007.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  17008.             }
  17009.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  17010.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  17011.             }
  17012.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  17013.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  17014.             }
  17015.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  17016.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  17017.             }
  17018.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  17019.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  17020.             }
  17021.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  17022.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  17023.             }
  17024.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  17025.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  17026.             }
  17027.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  17028.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  17029.             }
  17030.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  17031.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  17032.             }
  17033.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  17034.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  17035.             }
  17036.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  17037.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  17038.             }
  17039.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  17040.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  17041.             }
  17042.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  17043.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  17044.             }
  17045.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  17046.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  17047.             }
  17048.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  17049.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  17050.             }
  17051.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  17052.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  17053.             }
  17054.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  17055.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  17056.             }
  17057.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  17058.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  17059.             }
  17060.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  17061.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  17062.             }
  17063.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  17064.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  17065.             }
  17066.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  17067.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  17068.             }
  17069.             if (isset($this->services['cache.app'])) {
  17070.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  17071.             }
  17072.             if (isset($this->services['cache.system'])) {
  17073.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  17074.             }
  17075.             if (isset($this->privates['cache.validator'])) {
  17076.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  17077.             }
  17078.             if (isset($this->privates['cache.serializer'])) {
  17079.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  17080.             }
  17081.             if (isset($this->privates['cache.annotations'])) {
  17082.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  17083.             }
  17084.             if (isset($this->privates['cache.property_info'])) {
  17085.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  17086.             }
  17087.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  17088.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  17089.             }
  17090.             if (isset($this->privates['mailer.message_logger_listener'])) {
  17091.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  17092.             }
  17093.             if (isset($this->privates['debug.stopwatch'])) {
  17094.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  17095.             }
  17096.             if (isset($this->services['event_dispatcher'])) {
  17097.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  17098.             }
  17099.             if (isset($this->privates['cache.rate_limiter'])) {
  17100.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  17101.             }
  17102.             if (isset($this->privates['.cache.object.inner'])) {
  17103.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  17104.             }
  17105.             if (isset($this->privates['.cache.http.inner'])) {
  17106.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  17107.             }
  17108.             if (isset($this->privates['cache.tags'])) {
  17109.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  17110.             }
  17111.             if (isset($this->privates['session_listener'])) {
  17112.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  17113.             }
  17114.             if (isset($this->services['cache.validator_expression_language'])) {
  17115.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  17116.             }
  17117.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  17118.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  17119.             }
  17120.             if (isset($this->services['.container.private.profiler'])) {
  17121.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  17122.             }
  17123.             if (isset($this->privates['debug.validator'])) {
  17124.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  17125.             }
  17126.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  17127.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  17128.             }
  17129.             if (isset($this->privates['monolog.handler.console'])) {
  17130.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  17131.             }
  17132.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  17133.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  17134.             }
  17135.         }, function () {
  17136.             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']));
  17137.         }), ['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']]);
  17138.     }
  17139.     /**
  17140.      * Gets the public 'shipping_method.repository' shared service.
  17141.      *
  17142.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17143.      */
  17144.     protected function getShippingMethod_RepositoryService()
  17145.     {
  17146.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17147.         if (isset($this->services['shipping_method.repository'])) {
  17148.             return $this->services['shipping_method.repository'];
  17149.         }
  17150.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17151.         if (isset($this->services['shipping_method.repository'])) {
  17152.             return $this->services['shipping_method.repository'];
  17153.         }
  17154.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17155.         if (isset($this->services['shipping_method.repository'])) {
  17156.             return $this->services['shipping_method.repository'];
  17157.         }
  17158.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17159.         if (isset($this->services['shipping_method.repository'])) {
  17160.             return $this->services['shipping_method.repository'];
  17161.         }
  17162.         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())));
  17163.     }
  17164.     /**
  17165.      * Gets the public 'shipping_method_price.repository' shared service.
  17166.      *
  17167.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17168.      */
  17169.     protected function getShippingMethodPrice_RepositoryService()
  17170.     {
  17171.         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())));
  17172.     }
  17173.     /**
  17174.      * Gets the public 'shipping_method_tag.repository' shared service.
  17175.      *
  17176.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17177.      */
  17178.     protected function getShippingMethodTag_RepositoryService()
  17179.     {
  17180.         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())));
  17181.     }
  17182.     /**
  17183.      * Gets the public 'shipping_method_translation.repository' shared service.
  17184.      *
  17185.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17186.      */
  17187.     protected function getShippingMethodTranslation_RepositoryService()
  17188.     {
  17189.         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())));
  17190.     }
  17191.     /**
  17192.      * Gets the public 'shopware.filesystem.asset' shared service.
  17193.      *
  17194.      * @return \League\Flysystem\FilesystemInterface
  17195.      */
  17196.     protected function getShopware_Filesystem_AssetService()
  17197.     {
  17198.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  17199.     }
  17200.     /**
  17201.      * Gets the public 'shopware.filesystem.private' shared service.
  17202.      *
  17203.      * @return \League\Flysystem\FilesystemInterface
  17204.      */
  17205.     protected function getShopware_Filesystem_PrivateService()
  17206.     {
  17207.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  17208.     }
  17209.     /**
  17210.      * Gets the public 'shopware.filesystem.public' shared service.
  17211.      *
  17212.      * @return \League\Flysystem\FilesystemInterface
  17213.      */
  17214.     protected function getShopware_Filesystem_PublicService()
  17215.     {
  17216.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  17217.     }
  17218.     /**
  17219.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  17220.      *
  17221.      * @return \League\Flysystem\FilesystemInterface
  17222.      */
  17223.     protected function getShopware_Filesystem_SitemapService()
  17224.     {
  17225.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  17226.     }
  17227.     /**
  17228.      * Gets the public 'shopware.filesystem.temp' shared service.
  17229.      *
  17230.      * @return \League\Flysystem\FilesystemInterface
  17231.      */
  17232.     protected function getShopware_Filesystem_TempService()
  17233.     {
  17234.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  17235.     }
  17236.     /**
  17237.      * Gets the public 'shopware.filesystem.theme' shared service.
  17238.      *
  17239.      * @return \League\Flysystem\FilesystemInterface
  17240.      */
  17241.     protected function getShopware_Filesystem_ThemeService()
  17242.     {
  17243.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  17244.     }
  17245.     /**
  17246.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  17247.      *
  17248.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  17249.      */
  17250.     protected function getShopware_Increment_Gateway_RegistryService()
  17251.     {
  17252.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  17253.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  17254.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  17255.         }, 2));
  17256.     }
  17257.     /**
  17258.      * Gets the public 'shopware.store_client' shared service.
  17259.      *
  17260.      * @return \GuzzleHttp\Client
  17261.      */
  17262.     protected function getShopware_StoreClientService($lazyLoad true)
  17263.     {
  17264.         if ($lazyLoad) {
  17265.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  17266.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  17267.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  17268.                     $proxy->setProxyInitializer(null);
  17269.                     return true;
  17270.                 });
  17271.             });
  17272.         }
  17273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  17274.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  17275.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  17276.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  17277.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  17278.         }, 3)))->create();
  17279.     }
  17280.     /**
  17281.      * Gets the public 'snippet.repository' shared service.
  17282.      *
  17283.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17284.      */
  17285.     protected function getSnippet_RepositoryService()
  17286.     {
  17287.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17288.         if (isset($this->services['snippet.repository'])) {
  17289.             return $this->services['snippet.repository'];
  17290.         }
  17291.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17292.         if (isset($this->services['snippet.repository'])) {
  17293.             return $this->services['snippet.repository'];
  17294.         }
  17295.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17296.         if (isset($this->services['snippet.repository'])) {
  17297.             return $this->services['snippet.repository'];
  17298.         }
  17299.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17300.         if (isset($this->services['snippet.repository'])) {
  17301.             return $this->services['snippet.repository'];
  17302.         }
  17303.         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())));
  17304.     }
  17305.     /**
  17306.      * Gets the public 'snippet_set.repository' shared service.
  17307.      *
  17308.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17309.      */
  17310.     protected function getSnippetSet_RepositoryService()
  17311.     {
  17312.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17313.         if (isset($this->services['snippet_set.repository'])) {
  17314.             return $this->services['snippet_set.repository'];
  17315.         }
  17316.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17317.         if (isset($this->services['snippet_set.repository'])) {
  17318.             return $this->services['snippet_set.repository'];
  17319.         }
  17320.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17321.         if (isset($this->services['snippet_set.repository'])) {
  17322.             return $this->services['snippet_set.repository'];
  17323.         }
  17324.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17325.         if (isset($this->services['snippet_set.repository'])) {
  17326.             return $this->services['snippet_set.repository'];
  17327.         }
  17328.         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())));
  17329.     }
  17330.     /**
  17331.      * Gets the public 'state_machine.repository' shared service.
  17332.      *
  17333.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17334.      */
  17335.     protected function getStateMachine_RepositoryService()
  17336.     {
  17337.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17338.         if (isset($this->services['state_machine.repository'])) {
  17339.             return $this->services['state_machine.repository'];
  17340.         }
  17341.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17342.         if (isset($this->services['state_machine.repository'])) {
  17343.             return $this->services['state_machine.repository'];
  17344.         }
  17345.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17346.         if (isset($this->services['state_machine.repository'])) {
  17347.             return $this->services['state_machine.repository'];
  17348.         }
  17349.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17350.         if (isset($this->services['state_machine.repository'])) {
  17351.             return $this->services['state_machine.repository'];
  17352.         }
  17353.         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())));
  17354.     }
  17355.     /**
  17356.      * Gets the public 'state_machine_history.repository' shared service.
  17357.      *
  17358.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17359.      */
  17360.     protected function getStateMachineHistory_RepositoryService()
  17361.     {
  17362.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17363.         if (isset($this->services['state_machine_history.repository'])) {
  17364.             return $this->services['state_machine_history.repository'];
  17365.         }
  17366.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17367.         if (isset($this->services['state_machine_history.repository'])) {
  17368.             return $this->services['state_machine_history.repository'];
  17369.         }
  17370.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17371.         if (isset($this->services['state_machine_history.repository'])) {
  17372.             return $this->services['state_machine_history.repository'];
  17373.         }
  17374.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17375.         if (isset($this->services['state_machine_history.repository'])) {
  17376.             return $this->services['state_machine_history.repository'];
  17377.         }
  17378.         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())));
  17379.     }
  17380.     /**
  17381.      * Gets the public 'state_machine_state.repository' shared service.
  17382.      *
  17383.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17384.      */
  17385.     protected function getStateMachineState_RepositoryService()
  17386.     {
  17387.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17388.         if (isset($this->services['state_machine_state.repository'])) {
  17389.             return $this->services['state_machine_state.repository'];
  17390.         }
  17391.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17392.         if (isset($this->services['state_machine_state.repository'])) {
  17393.             return $this->services['state_machine_state.repository'];
  17394.         }
  17395.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17396.         if (isset($this->services['state_machine_state.repository'])) {
  17397.             return $this->services['state_machine_state.repository'];
  17398.         }
  17399.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17400.         if (isset($this->services['state_machine_state.repository'])) {
  17401.             return $this->services['state_machine_state.repository'];
  17402.         }
  17403.         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())));
  17404.     }
  17405.     /**
  17406.      * Gets the public 'state_machine_state_translation.repository' shared service.
  17407.      *
  17408.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17409.      */
  17410.     protected function getStateMachineStateTranslation_RepositoryService()
  17411.     {
  17412.         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())));
  17413.     }
  17414.     /**
  17415.      * Gets the public 'state_machine_transition.repository' shared service.
  17416.      *
  17417.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17418.      */
  17419.     protected function getStateMachineTransition_RepositoryService()
  17420.     {
  17421.         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())));
  17422.     }
  17423.     /**
  17424.      * Gets the public 'state_machine_translation.repository' shared service.
  17425.      *
  17426.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17427.      */
  17428.     protected function getStateMachineTranslation_RepositoryService()
  17429.     {
  17430.         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())));
  17431.     }
  17432.     /**
  17433.      * Gets the public 'storefront.filesystem.private' shared service.
  17434.      *
  17435.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17436.      */
  17437.     protected function getStorefront_Filesystem_PrivateService()
  17438.     {
  17439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17441.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  17442.     }
  17443.     /**
  17444.      * Gets the public 'storefront.filesystem.public' shared service.
  17445.      *
  17446.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17447.      */
  17448.     protected function getStorefront_Filesystem_PublicService()
  17449.     {
  17450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17452.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  17453.     }
  17454.     /**
  17455.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  17456.      *
  17457.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17458.      */
  17459.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  17460.     {
  17461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17463.         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');
  17464.     }
  17465.     /**
  17466.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  17467.      *
  17468.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17469.      */
  17470.     protected function getSwagExtensionStore_Filesystem_PublicService()
  17471.     {
  17472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17474.         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');
  17475.     }
  17476.     /**
  17477.      * Gets the public 'system.filesystem.private' shared service.
  17478.      *
  17479.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17480.      */
  17481.     protected function getSystem_Filesystem_PrivateService()
  17482.     {
  17483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17485.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  17486.     }
  17487.     /**
  17488.      * Gets the public 'system.filesystem.public' shared service.
  17489.      *
  17490.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17491.      */
  17492.     protected function getSystem_Filesystem_PublicService()
  17493.     {
  17494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17496.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  17497.     }
  17498.     /**
  17499.      * Gets the public 'system_config.repository' shared service.
  17500.      *
  17501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17502.      */
  17503.     protected function getSystemConfig_RepositoryService()
  17504.     {
  17505.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17506.         if (isset($this->services['system_config.repository'])) {
  17507.             return $this->services['system_config.repository'];
  17508.         }
  17509.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17510.         if (isset($this->services['system_config.repository'])) {
  17511.             return $this->services['system_config.repository'];
  17512.         }
  17513.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17514.         if (isset($this->services['system_config.repository'])) {
  17515.             return $this->services['system_config.repository'];
  17516.         }
  17517.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17518.         if (isset($this->services['system_config.repository'])) {
  17519.             return $this->services['system_config.repository'];
  17520.         }
  17521.         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())));
  17522.     }
  17523.     /**
  17524.      * Gets the public 'tag.repository' shared service.
  17525.      *
  17526.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17527.      */
  17528.     protected function getTag_RepositoryService()
  17529.     {
  17530.         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())));
  17531.     }
  17532.     /**
  17533.      * Gets the public 'tax.repository' shared service.
  17534.      *
  17535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17536.      */
  17537.     protected function getTax_RepositoryService()
  17538.     {
  17539.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17540.         if (isset($this->services['tax.repository'])) {
  17541.             return $this->services['tax.repository'];
  17542.         }
  17543.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17544.         if (isset($this->services['tax.repository'])) {
  17545.             return $this->services['tax.repository'];
  17546.         }
  17547.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17548.         if (isset($this->services['tax.repository'])) {
  17549.             return $this->services['tax.repository'];
  17550.         }
  17551.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17552.         if (isset($this->services['tax.repository'])) {
  17553.             return $this->services['tax.repository'];
  17554.         }
  17555.         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())));
  17556.     }
  17557.     /**
  17558.      * Gets the public 'tax_rule.repository' shared service.
  17559.      *
  17560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17561.      */
  17562.     protected function getTaxRule_RepositoryService()
  17563.     {
  17564.         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())));
  17565.     }
  17566.     /**
  17567.      * Gets the public 'tax_rule_type.repository' shared service.
  17568.      *
  17569.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17570.      */
  17571.     protected function getTaxRuleType_RepositoryService()
  17572.     {
  17573.         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())));
  17574.     }
  17575.     /**
  17576.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  17577.      *
  17578.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17579.      */
  17580.     protected function getTaxRuleTypeTranslation_RepositoryService()
  17581.     {
  17582.         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())));
  17583.     }
  17584.     /**
  17585.      * Gets the public 'theme.repository' shared service.
  17586.      *
  17587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17588.      */
  17589.     protected function getTheme_RepositoryService()
  17590.     {
  17591.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17592.         if (isset($this->services['theme.repository'])) {
  17593.             return $this->services['theme.repository'];
  17594.         }
  17595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17596.         if (isset($this->services['theme.repository'])) {
  17597.             return $this->services['theme.repository'];
  17598.         }
  17599.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17600.         if (isset($this->services['theme.repository'])) {
  17601.             return $this->services['theme.repository'];
  17602.         }
  17603.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17604.         if (isset($this->services['theme.repository'])) {
  17605.             return $this->services['theme.repository'];
  17606.         }
  17607.         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())));
  17608.     }
  17609.     /**
  17610.      * Gets the public 'theme_child.repository' shared service.
  17611.      *
  17612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17613.      */
  17614.     protected function getThemeChild_RepositoryService()
  17615.     {
  17616.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17617.         if (isset($this->services['theme_child.repository'])) {
  17618.             return $this->services['theme_child.repository'];
  17619.         }
  17620.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17621.         if (isset($this->services['theme_child.repository'])) {
  17622.             return $this->services['theme_child.repository'];
  17623.         }
  17624.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17625.         if (isset($this->services['theme_child.repository'])) {
  17626.             return $this->services['theme_child.repository'];
  17627.         }
  17628.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17629.         if (isset($this->services['theme_child.repository'])) {
  17630.             return $this->services['theme_child.repository'];
  17631.         }
  17632.         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())));
  17633.     }
  17634.     /**
  17635.      * Gets the public 'theme_media.repository' shared service.
  17636.      *
  17637.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17638.      */
  17639.     protected function getThemeMedia_RepositoryService()
  17640.     {
  17641.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17642.         if (isset($this->services['theme_media.repository'])) {
  17643.             return $this->services['theme_media.repository'];
  17644.         }
  17645.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17646.         if (isset($this->services['theme_media.repository'])) {
  17647.             return $this->services['theme_media.repository'];
  17648.         }
  17649.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17650.         if (isset($this->services['theme_media.repository'])) {
  17651.             return $this->services['theme_media.repository'];
  17652.         }
  17653.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17654.         if (isset($this->services['theme_media.repository'])) {
  17655.             return $this->services['theme_media.repository'];
  17656.         }
  17657.         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())));
  17658.     }
  17659.     /**
  17660.      * Gets the public 'theme_sales_channel.repository' shared service.
  17661.      *
  17662.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17663.      */
  17664.     protected function getThemeSalesChannel_RepositoryService()
  17665.     {
  17666.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17667.         if (isset($this->services['theme_sales_channel.repository'])) {
  17668.             return $this->services['theme_sales_channel.repository'];
  17669.         }
  17670.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17671.         if (isset($this->services['theme_sales_channel.repository'])) {
  17672.             return $this->services['theme_sales_channel.repository'];
  17673.         }
  17674.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17675.         if (isset($this->services['theme_sales_channel.repository'])) {
  17676.             return $this->services['theme_sales_channel.repository'];
  17677.         }
  17678.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17679.         if (isset($this->services['theme_sales_channel.repository'])) {
  17680.             return $this->services['theme_sales_channel.repository'];
  17681.         }
  17682.         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())));
  17683.     }
  17684.     /**
  17685.      * Gets the public 'theme_translation.repository' shared service.
  17686.      *
  17687.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17688.      */
  17689.     protected function getThemeTranslation_RepositoryService()
  17690.     {
  17691.         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())));
  17692.     }
  17693.     /**
  17694.      * Gets the public 'translator' shared service.
  17695.      *
  17696.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  17697.      */
  17698.     protected function getTranslatorService()
  17699.     {
  17700.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  17701.         if (isset($this->services['translator'])) {
  17702.             return $this->services['translator'];
  17703.         }
  17704.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  17705.     }
  17706.     /**
  17707.      * Gets the public 'unit.repository' shared service.
  17708.      *
  17709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17710.      */
  17711.     protected function getUnit_RepositoryService()
  17712.     {
  17713.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17714.         if (isset($this->services['unit.repository'])) {
  17715.             return $this->services['unit.repository'];
  17716.         }
  17717.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17718.         if (isset($this->services['unit.repository'])) {
  17719.             return $this->services['unit.repository'];
  17720.         }
  17721.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17722.         if (isset($this->services['unit.repository'])) {
  17723.             return $this->services['unit.repository'];
  17724.         }
  17725.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17726.         if (isset($this->services['unit.repository'])) {
  17727.             return $this->services['unit.repository'];
  17728.         }
  17729.         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())));
  17730.     }
  17731.     /**
  17732.      * Gets the public 'unit_translation.repository' shared service.
  17733.      *
  17734.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17735.      */
  17736.     protected function getUnitTranslation_RepositoryService()
  17737.     {
  17738.         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())));
  17739.     }
  17740.     /**
  17741.      * Gets the public 'user.repository' shared service.
  17742.      *
  17743.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17744.      */
  17745.     protected function getUser_RepositoryService()
  17746.     {
  17747.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17748.         if (isset($this->services['user.repository'])) {
  17749.             return $this->services['user.repository'];
  17750.         }
  17751.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17752.         if (isset($this->services['user.repository'])) {
  17753.             return $this->services['user.repository'];
  17754.         }
  17755.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17756.         if (isset($this->services['user.repository'])) {
  17757.             return $this->services['user.repository'];
  17758.         }
  17759.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17760.         if (isset($this->services['user.repository'])) {
  17761.             return $this->services['user.repository'];
  17762.         }
  17763.         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())));
  17764.     }
  17765.     /**
  17766.      * Gets the public 'user_access_key.repository' shared service.
  17767.      *
  17768.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17769.      */
  17770.     protected function getUserAccessKey_RepositoryService()
  17771.     {
  17772.         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())));
  17773.     }
  17774.     /**
  17775.      * Gets the public 'user_config.repository' shared service.
  17776.      *
  17777.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17778.      */
  17779.     protected function getUserConfig_RepositoryService()
  17780.     {
  17781.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17782.         if (isset($this->services['user_config.repository'])) {
  17783.             return $this->services['user_config.repository'];
  17784.         }
  17785.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17786.         if (isset($this->services['user_config.repository'])) {
  17787.             return $this->services['user_config.repository'];
  17788.         }
  17789.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17790.         if (isset($this->services['user_config.repository'])) {
  17791.             return $this->services['user_config.repository'];
  17792.         }
  17793.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17794.         if (isset($this->services['user_config.repository'])) {
  17795.             return $this->services['user_config.repository'];
  17796.         }
  17797.         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())));
  17798.     }
  17799.     /**
  17800.      * Gets the public 'user_recovery.repository' shared service.
  17801.      *
  17802.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17803.      */
  17804.     protected function getUserRecovery_RepositoryService()
  17805.     {
  17806.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17807.         if (isset($this->services['user_recovery.repository'])) {
  17808.             return $this->services['user_recovery.repository'];
  17809.         }
  17810.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17811.         if (isset($this->services['user_recovery.repository'])) {
  17812.             return $this->services['user_recovery.repository'];
  17813.         }
  17814.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17815.         if (isset($this->services['user_recovery.repository'])) {
  17816.             return $this->services['user_recovery.repository'];
  17817.         }
  17818.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17819.         if (isset($this->services['user_recovery.repository'])) {
  17820.             return $this->services['user_recovery.repository'];
  17821.         }
  17822.         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())));
  17823.     }
  17824.     /**
  17825.      * Gets the public 'var_dumper.cloner' shared service.
  17826.      *
  17827.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  17828.      */
  17829.     protected function getVarDumper_ClonerService()
  17830.     {
  17831.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  17832.         $instance->setMaxItems(2500);
  17833.         $instance->setMinDepth(1);
  17834.         $instance->setMaxString(-1);
  17835.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  17836.         return $instance;
  17837.     }
  17838.     /**
  17839.      * Gets the public 'version.repository' shared service.
  17840.      *
  17841.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17842.      */
  17843.     protected function getVersion_RepositoryService()
  17844.     {
  17845.         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())));
  17846.     }
  17847.     /**
  17848.      * Gets the public 'version_commit.repository' shared service.
  17849.      *
  17850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17851.      */
  17852.     protected function getVersionCommit_RepositoryService()
  17853.     {
  17854.         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())));
  17855.     }
  17856.     /**
  17857.      * Gets the public 'version_commit_data.repository' shared service.
  17858.      *
  17859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17860.      */
  17861.     protected function getVersionCommitData_RepositoryService()
  17862.     {
  17863.         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())));
  17864.     }
  17865.     /**
  17866.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  17867.      *
  17868.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  17869.      */
  17870.     protected function getWebProfiler_Controller_ExceptionPanelService()
  17871.     {
  17872.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  17873.         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()));
  17874.     }
  17875.     /**
  17876.      * Gets the public 'web_profiler.controller.profiler' shared service.
  17877.      *
  17878.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  17879.      */
  17880.     protected function getWebProfiler_Controller_ProfilerService()
  17881.     {
  17882.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  17883.         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));
  17884.     }
  17885.     /**
  17886.      * Gets the public 'web_profiler.controller.router' shared service.
  17887.      *
  17888.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  17889.      */
  17890.     protected function getWebProfiler_Controller_RouterService()
  17891.     {
  17892.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  17893.         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 () {
  17894.             return new \EmptyIterator();
  17895.         }, 0));
  17896.     }
  17897.     /**
  17898.      * Gets the public 'webhook.repository' shared service.
  17899.      *
  17900.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17901.      */
  17902.     protected function getWebhook_RepositoryService()
  17903.     {
  17904.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17905.         if (isset($this->services['webhook.repository'])) {
  17906.             return $this->services['webhook.repository'];
  17907.         }
  17908.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17909.         if (isset($this->services['webhook.repository'])) {
  17910.             return $this->services['webhook.repository'];
  17911.         }
  17912.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17913.         if (isset($this->services['webhook.repository'])) {
  17914.             return $this->services['webhook.repository'];
  17915.         }
  17916.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17917.         if (isset($this->services['webhook.repository'])) {
  17918.             return $this->services['webhook.repository'];
  17919.         }
  17920.         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())));
  17921.     }
  17922.     /**
  17923.      * Gets the public 'webhook_event_log.repository' shared service.
  17924.      *
  17925.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17926.      */
  17927.     protected function getWebhookEventLog_RepositoryService()
  17928.     {
  17929.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17930.         if (isset($this->services['webhook_event_log.repository'])) {
  17931.             return $this->services['webhook_event_log.repository'];
  17932.         }
  17933.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17934.         if (isset($this->services['webhook_event_log.repository'])) {
  17935.             return $this->services['webhook_event_log.repository'];
  17936.         }
  17937.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17938.         if (isset($this->services['webhook_event_log.repository'])) {
  17939.             return $this->services['webhook_event_log.repository'];
  17940.         }
  17941.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17942.         if (isset($this->services['webhook_event_log.repository'])) {
  17943.             return $this->services['webhook_event_log.repository'];
  17944.         }
  17945.         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())));
  17946.     }
  17947.     /**
  17948.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  17949.      *
  17950.      * @return \Symfony\Component\Console\Command\LazyCommand
  17951.      */
  17952.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  17953.     {
  17954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17956.         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 {
  17957.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  17958.         });
  17959.     }
  17960.     /**
  17961.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand.lazy' shared service.
  17962.      *
  17963.      * @return \Symfony\Component\Console\Command\LazyCommand
  17964.      */
  17965.     protected function getElasticsearchAdminIndexingCommand_LazyService()
  17966.     {
  17967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17969.         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 {
  17970.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  17971.         });
  17972.     }
  17973.     /**
  17974.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand.lazy' shared service.
  17975.      *
  17976.      * @return \Symfony\Component\Console\Command\LazyCommand
  17977.      */
  17978.     protected function getElasticsearchAdminResetCommand_LazyService()
  17979.     {
  17980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17982.         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 {
  17983.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] ?? $this->getElasticsearchAdminResetCommandService());
  17984.         });
  17985.     }
  17986.     /**
  17987.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand.lazy' shared service.
  17988.      *
  17989.      * @return \Symfony\Component\Console\Command\LazyCommand
  17990.      */
  17991.     protected function getElasticsearchAdminTestCommand_LazyService()
  17992.     {
  17993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17995.         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 {
  17996.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] ?? $this->getElasticsearchAdminTestCommandService());
  17997.         });
  17998.     }
  17999.     /**
  18000.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  18001.      *
  18002.      * @return \Symfony\Component\Console\Command\LazyCommand
  18003.      */
  18004.     protected function getDotenvDumpCommand_LazyService()
  18005.     {
  18006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18008.         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 {
  18009.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  18010.         });
  18011.     }
  18012.     /**
  18013.      * Gets the private '.cache.http.inner' shared service.
  18014.      *
  18015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18016.      */
  18017.     protected function get_Cache_Http_InnerService()
  18018.     {
  18019.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18020.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18021.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18022.     }
  18023.     /**
  18024.      * Gets the private '.cache.object.inner' shared service.
  18025.      *
  18026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18027.      */
  18028.     protected function get_Cache_Object_InnerService()
  18029.     {
  18030.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18031.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18032.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18033.     }
  18034.     /**
  18035.      * Gets the private '.console.command.about.lazy' shared service.
  18036.      *
  18037.      * @return \Symfony\Component\Console\Command\LazyCommand
  18038.      */
  18039.     protected function get_Console_Command_About_LazyService()
  18040.     {
  18041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18043.         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 {
  18044.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  18045.         });
  18046.     }
  18047.     /**
  18048.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  18049.      *
  18050.      * @return \Symfony\Component\Console\Command\LazyCommand
  18051.      */
  18052.     protected function get_Console_Command_CacheClear_LazyService()
  18053.     {
  18054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18056.         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 {
  18057.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  18058.         });
  18059.     }
  18060.     /**
  18061.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  18062.      *
  18063.      * @return \Symfony\Component\Console\Command\LazyCommand
  18064.      */
  18065.     protected function get_Console_Command_CachePoolClear_LazyService()
  18066.     {
  18067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18069.         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 {
  18070.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  18071.         });
  18072.     }
  18073.     /**
  18074.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  18075.      *
  18076.      * @return \Symfony\Component\Console\Command\LazyCommand
  18077.      */
  18078.     protected function get_Console_Command_CachePoolDelete_LazyService()
  18079.     {
  18080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18082.         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 {
  18083.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  18084.         });
  18085.     }
  18086.     /**
  18087.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  18088.      *
  18089.      * @return \Symfony\Component\Console\Command\LazyCommand
  18090.      */
  18091.     protected function get_Console_Command_CachePoolList_LazyService()
  18092.     {
  18093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18095.         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 {
  18096.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  18097.         });
  18098.     }
  18099.     /**
  18100.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  18101.      *
  18102.      * @return \Symfony\Component\Console\Command\LazyCommand
  18103.      */
  18104.     protected function get_Console_Command_CachePoolPrune_LazyService()
  18105.     {
  18106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18108.         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 {
  18109.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  18110.         });
  18111.     }
  18112.     /**
  18113.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  18114.      *
  18115.      * @return \Symfony\Component\Console\Command\LazyCommand
  18116.      */
  18117.     protected function get_Console_Command_CacheWarmup_LazyService()
  18118.     {
  18119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18121.         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 {
  18122.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  18123.         });
  18124.     }
  18125.     /**
  18126.      * Gets the private '.console.command.config_debug.lazy' shared service.
  18127.      *
  18128.      * @return \Symfony\Component\Console\Command\LazyCommand
  18129.      */
  18130.     protected function get_Console_Command_ConfigDebug_LazyService()
  18131.     {
  18132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18134.         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 {
  18135.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  18136.         });
  18137.     }
  18138.     /**
  18139.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  18140.      *
  18141.      * @return \Symfony\Component\Console\Command\LazyCommand
  18142.      */
  18143.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  18144.     {
  18145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18147.         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 {
  18148.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  18149.         });
  18150.     }
  18151.     /**
  18152.      * Gets the private '.console.command.container_debug.lazy' shared service.
  18153.      *
  18154.      * @return \Symfony\Component\Console\Command\LazyCommand
  18155.      */
  18156.     protected function get_Console_Command_ContainerDebug_LazyService()
  18157.     {
  18158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18160.         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 {
  18161.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  18162.         });
  18163.     }
  18164.     /**
  18165.      * Gets the private '.console.command.container_lint.lazy' shared service.
  18166.      *
  18167.      * @return \Symfony\Component\Console\Command\LazyCommand
  18168.      */
  18169.     protected function get_Console_Command_ContainerLint_LazyService()
  18170.     {
  18171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18173.         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 {
  18174.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  18175.         });
  18176.     }
  18177.     /**
  18178.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  18179.      *
  18180.      * @return \Symfony\Component\Console\Command\LazyCommand
  18181.      */
  18182.     protected function get_Console_Command_DebugAutowiring_LazyService()
  18183.     {
  18184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18186.         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 {
  18187.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  18188.         });
  18189.     }
  18190.     /**
  18191.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  18192.      *
  18193.      * @return \Symfony\Component\Console\Command\LazyCommand
  18194.      */
  18195.     protected function get_Console_Command_DotenvDebug_LazyService()
  18196.     {
  18197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18199.         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 {
  18200.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  18201.         });
  18202.     }
  18203.     /**
  18204.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  18205.      *
  18206.      * @return \Symfony\Component\Console\Command\LazyCommand
  18207.      */
  18208.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  18209.     {
  18210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18212.         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 {
  18213.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  18214.         });
  18215.     }
  18216.     /**
  18217.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  18218.      *
  18219.      * @return \Symfony\Component\Console\Command\LazyCommand
  18220.      */
  18221.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  18222.     {
  18223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18225.         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 {
  18226.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  18227.         });
  18228.     }
  18229.     /**
  18230.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  18231.      *
  18232.      * @return \Symfony\Component\Console\Command\LazyCommand
  18233.      */
  18234.     protected function get_Console_Command_MessengerDebug_LazyService()
  18235.     {
  18236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18238.         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 {
  18239.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  18240.         });
  18241.     }
  18242.     /**
  18243.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  18244.      *
  18245.      * @return \Symfony\Component\Console\Command\LazyCommand
  18246.      */
  18247.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  18248.     {
  18249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18251.         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 {
  18252.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  18253.         });
  18254.     }
  18255.     /**
  18256.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  18257.      *
  18258.      * @return \Symfony\Component\Console\Command\LazyCommand
  18259.      */
  18260.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  18261.     {
  18262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18264.         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 {
  18265.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  18266.         });
  18267.     }
  18268.     /**
  18269.      * Gets the private '.console.command.router_debug.lazy' shared service.
  18270.      *
  18271.      * @return \Symfony\Component\Console\Command\LazyCommand
  18272.      */
  18273.     protected function get_Console_Command_RouterDebug_LazyService()
  18274.     {
  18275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18277.         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 {
  18278.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  18279.         });
  18280.     }
  18281.     /**
  18282.      * Gets the private '.console.command.router_match.lazy' shared service.
  18283.      *
  18284.      * @return \Symfony\Component\Console\Command\LazyCommand
  18285.      */
  18286.     protected function get_Console_Command_RouterMatch_LazyService()
  18287.     {
  18288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18290.         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 {
  18291.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  18292.         });
  18293.     }
  18294.     /**
  18295.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  18296.      *
  18297.      * @return \Symfony\Component\Console\Command\LazyCommand
  18298.      */
  18299.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  18300.     {
  18301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18303.         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 {
  18304.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  18305.         });
  18306.     }
  18307.     /**
  18308.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  18309.      *
  18310.      * @return \Symfony\Component\Console\Command\LazyCommand
  18311.      */
  18312.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  18313.     {
  18314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18316.         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 {
  18317.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  18318.         });
  18319.     }
  18320.     /**
  18321.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  18322.      *
  18323.      * @return \Symfony\Component\Console\Command\LazyCommand
  18324.      */
  18325.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  18326.     {
  18327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18329.         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 {
  18330.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  18331.         });
  18332.     }
  18333.     /**
  18334.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  18335.      *
  18336.      * @return \Symfony\Component\Console\Command\LazyCommand
  18337.      */
  18338.     protected function get_Console_Command_SecretsList_LazyService()
  18339.     {
  18340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18342.         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 {
  18343.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  18344.         });
  18345.     }
  18346.     /**
  18347.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  18348.      *
  18349.      * @return \Symfony\Component\Console\Command\LazyCommand
  18350.      */
  18351.     protected function get_Console_Command_SecretsRemove_LazyService()
  18352.     {
  18353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18355.         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 {
  18356.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  18357.         });
  18358.     }
  18359.     /**
  18360.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  18361.      *
  18362.      * @return \Symfony\Component\Console\Command\LazyCommand
  18363.      */
  18364.     protected function get_Console_Command_SecretsSet_LazyService()
  18365.     {
  18366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18368.         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 {
  18369.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  18370.         });
  18371.     }
  18372.     /**
  18373.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  18374.      *
  18375.      * @return \Symfony\Component\Console\Command\LazyCommand
  18376.      */
  18377.     protected function get_Console_Command_TranslationDebug_LazyService()
  18378.     {
  18379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18381.         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 {
  18382.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  18383.         });
  18384.     }
  18385.     /**
  18386.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  18387.      *
  18388.      * @return \Symfony\Component\Console\Command\LazyCommand
  18389.      */
  18390.     protected function get_Console_Command_TranslationExtract_LazyService()
  18391.     {
  18392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18394.         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 {
  18395.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  18396.         });
  18397.     }
  18398.     /**
  18399.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  18400.      *
  18401.      * @return \Symfony\Component\Console\Command\LazyCommand
  18402.      */
  18403.     protected function get_Console_Command_TranslationPull_LazyService()
  18404.     {
  18405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18407.         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 {
  18408.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  18409.         });
  18410.     }
  18411.     /**
  18412.      * Gets the private '.console.command.translation_push.lazy' shared service.
  18413.      *
  18414.      * @return \Symfony\Component\Console\Command\LazyCommand
  18415.      */
  18416.     protected function get_Console_Command_TranslationPush_LazyService()
  18417.     {
  18418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18420.         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 {
  18421.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  18422.         });
  18423.     }
  18424.     /**
  18425.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  18426.      *
  18427.      * @return \Symfony\Component\Console\Command\LazyCommand
  18428.      */
  18429.     protected function get_Console_Command_ValidatorDebug_LazyService()
  18430.     {
  18431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18433.         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 {
  18434.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  18435.         });
  18436.     }
  18437.     /**
  18438.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  18439.      *
  18440.      * @return \Symfony\Component\Console\Command\LazyCommand
  18441.      */
  18442.     protected function get_Console_Command_XliffLint_LazyService()
  18443.     {
  18444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18446.         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 {
  18447.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  18448.         });
  18449.     }
  18450.     /**
  18451.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  18452.      *
  18453.      * @return \Symfony\Component\Console\Command\LazyCommand
  18454.      */
  18455.     protected function get_Console_Command_YamlLint_LazyService()
  18456.     {
  18457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18459.         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 {
  18460.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  18461.         });
  18462.     }
  18463.     /**
  18464.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  18465.      *
  18466.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  18467.      */
  18468.     protected function getLoaderInterfaceService()
  18469.     {
  18470.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": 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".');
  18471.     }
  18472.     /**
  18473.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  18474.      *
  18475.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  18476.      */
  18477.     protected function getRequestDataBagService()
  18478.     {
  18479.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  18480.     }
  18481.     /**
  18482.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  18483.      *
  18484.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18485.      */
  18486.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  18487.     {
  18488.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18489.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  18490.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  18491.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  18492.         }
  18493.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18494.     }
  18495.     /**
  18496.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  18497.      *
  18498.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18499.      */
  18500.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  18501.     {
  18502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18503.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  18504.     }
  18505.     /**
  18506.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  18507.      *
  18508.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18509.      */
  18510.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  18511.     {
  18512.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18513.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  18514.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  18515.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  18516.         }
  18517.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18518.     }
  18519.     /**
  18520.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  18521.      *
  18522.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18523.      */
  18524.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  18525.     {
  18526.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18527.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  18528.     }
  18529.     /**
  18530.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  18531.      *
  18532.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18533.      */
  18534.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  18535.     {
  18536.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18537.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  18538.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  18539.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  18540.         }
  18541.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18542.     }
  18543.     /**
  18544.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  18545.      *
  18546.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18547.      */
  18548.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  18549.     {
  18550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18551.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  18552.     }
  18553.     /**
  18554.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  18555.      *
  18556.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18557.      */
  18558.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  18559.     {
  18560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18561.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  18562.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  18563.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  18564.         }
  18565.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18566.     }
  18567.     /**
  18568.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  18569.      *
  18570.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18571.      */
  18572.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  18573.     {
  18574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18575.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  18576.     }
  18577.     /**
  18578.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  18579.      *
  18580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18581.      */
  18582.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  18583.     {
  18584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18585.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  18586.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  18587.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  18588.         }
  18589.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18590.     }
  18591.     /**
  18592.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  18593.      *
  18594.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18595.      */
  18596.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  18597.     {
  18598.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18599.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  18600.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  18601.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  18602.         }
  18603.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18604.     }
  18605.     /**
  18606.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  18607.      *
  18608.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18609.      */
  18610.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  18611.     {
  18612.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18613.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  18614.     }
  18615.     /**
  18616.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  18617.      *
  18618.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18619.      */
  18620.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  18621.     {
  18622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18623.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  18624.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  18625.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  18626.         }
  18627.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18628.     }
  18629.     /**
  18630.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  18631.      *
  18632.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18633.      */
  18634.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  18635.     {
  18636.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18637.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  18638.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  18639.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  18640.         }
  18641.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18642.     }
  18643.     /**
  18644.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  18645.      *
  18646.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18647.      */
  18648.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  18649.     {
  18650.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18651.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  18652.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  18653.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  18654.         }
  18655.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18656.     }
  18657.     /**
  18658.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  18659.      *
  18660.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18661.      */
  18662.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  18663.     {
  18664.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18665.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  18666.     }
  18667.     /**
  18668.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  18669.      *
  18670.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18671.      */
  18672.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  18673.     {
  18674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18675.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  18676.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  18677.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  18678.         }
  18679.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18680.     }
  18681.     /**
  18682.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  18683.      *
  18684.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18685.      */
  18686.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  18687.     {
  18688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18689.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  18690.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  18691.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  18692.         }
  18693.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18694.     }
  18695.     /**
  18696.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  18697.      *
  18698.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18699.      */
  18700.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  18701.     {
  18702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18703.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  18704.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  18705.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  18706.         }
  18707.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18708.     }
  18709.     /**
  18710.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  18711.      *
  18712.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18713.      */
  18714.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  18715.     {
  18716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18717.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  18718.     }
  18719.     /**
  18720.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  18721.      *
  18722.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18723.      */
  18724.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  18725.     {
  18726.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18727.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  18728.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  18729.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  18730.         }
  18731.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18732.     }
  18733.     /**
  18734.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  18735.      *
  18736.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18737.      */
  18738.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  18739.     {
  18740.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18741.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  18742.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  18743.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  18744.         }
  18745.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18746.     }
  18747.     /**
  18748.      * Gets the private '.messenger.handler_descriptor.blq.UUc' shared service.
  18749.      *
  18750.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18751.      */
  18752.     protected function get_Messenger_HandlerDescriptor_Blq_UUcService()
  18753.     {
  18754.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18755.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  18756.         if (isset($this->privates['.messenger.handler_descriptor.blq.UUc'])) {
  18757.             return $this->privates['.messenger.handler_descriptor.blq.UUc'];
  18758.         }
  18759.         return $this->privates['.messenger.handler_descriptor.blq.UUc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18760.     }
  18761.     /**
  18762.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  18763.      *
  18764.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18765.      */
  18766.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  18767.     {
  18768.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18769.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  18770.     }
  18771.     /**
  18772.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  18773.      *
  18774.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18775.      */
  18776.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  18777.     {
  18778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18779.         $a = ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  18780.         if (isset($this->privates['.messenger.handler_descriptor.g5T3Vdz'])) {
  18781.             return $this->privates['.messenger.handler_descriptor.g5T3Vdz'];
  18782.         }
  18783.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18784.     }
  18785.     /**
  18786.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  18787.      *
  18788.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18789.      */
  18790.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  18791.     {
  18792.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18793.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  18794.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  18795.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  18796.         }
  18797.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18798.     }
  18799.     /**
  18800.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  18801.      *
  18802.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18803.      */
  18804.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  18805.     {
  18806.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18807.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  18808.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  18809.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  18810.         }
  18811.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18812.     }
  18813.     /**
  18814.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  18815.      *
  18816.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18817.      */
  18818.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  18819.     {
  18820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18821.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  18822.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  18823.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  18824.         }
  18825.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18826.     }
  18827.     /**
  18828.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  18829.      *
  18830.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18831.      */
  18832.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  18833.     {
  18834.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18835.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  18836.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  18837.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  18838.         }
  18839.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18840.     }
  18841.     /**
  18842.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  18843.      *
  18844.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18845.      */
  18846.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  18847.     {
  18848.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18849.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  18850.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  18851.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  18852.         }
  18853.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18854.     }
  18855.     /**
  18856.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  18857.      *
  18858.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18859.      */
  18860.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  18861.     {
  18862.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18863.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  18864.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  18865.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  18866.         }
  18867.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18868.     }
  18869.     /**
  18870.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  18871.      *
  18872.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18873.      */
  18874.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  18875.     {
  18876.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18877.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  18878.     }
  18879.     /**
  18880.      * Gets the private '.messenger.handler_descriptor.wUKKx8c' shared service.
  18881.      *
  18882.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18883.      */
  18884.     protected function get_Messenger_HandlerDescriptor_WUKKx8cService()
  18885.     {
  18886.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18887.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  18888.         if (isset($this->privates['.messenger.handler_descriptor.wUKKx8c'])) {
  18889.             return $this->privates['.messenger.handler_descriptor.wUKKx8c'];
  18890.         }
  18891.         return $this->privates['.messenger.handler_descriptor.wUKKx8c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18892.     }
  18893.     /**
  18894.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  18895.      *
  18896.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18897.      */
  18898.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  18899.     {
  18900.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18901.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  18902.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  18903.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  18904.         }
  18905.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18906.     }
  18907.     /**
  18908.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  18909.      *
  18910.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18911.      */
  18912.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  18913.     {
  18914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18915.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  18916.     }
  18917.     /**
  18918.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  18919.      *
  18920.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18921.      */
  18922.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  18923.     {
  18924.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18925.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  18926.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  18927.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  18928.         }
  18929.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  18930.     }
  18931.     /**
  18932.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  18933.      *
  18934.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18935.      */
  18936.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  18937.     {
  18938.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18939.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  18940.     }
  18941.     /**
  18942.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  18943.      *
  18944.      * @return \Symfony\Component\Console\Command\LazyCommand
  18945.      */
  18946.     protected function get_Monolog_Command_ServerLog_LazyService()
  18947.     {
  18948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18950.         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 {
  18951.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  18952.         });
  18953.     }
  18954.     /**
  18955.      * Gets the private '.service_locator.KfbR3DY' shared service.
  18956.      *
  18957.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18958.      */
  18959.     protected function get_ServiceLocator_KfbR3DYService()
  18960.     {
  18961.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18962.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": 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".'],
  18963.         ], [
  18964.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  18965.         ]);
  18966.     }
  18967.     /**
  18968.      * Gets the private '.service_locator.N1ijGuF' shared service.
  18969.      *
  18970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18971.      */
  18972.     protected function get_ServiceLocator_N1ijGuFService()
  18973.     {
  18974.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18975.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  18976.         ], [
  18977.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  18978.         ]);
  18979.     }
  18980.     /**
  18981.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  18982.      *
  18983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18984.      */
  18985.     protected function get_ServiceLocator_Q1m2WkMService()
  18986.     {
  18987.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18988.             'dataBag' => ['privates''.errored..service_locator.Q1m2WkM.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  18989.         ], [
  18990.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  18991.         ]);
  18992.     }
  18993.     /**
  18994.      * Gets the private '.service_locator.ltYzMMM' shared service.
  18995.      *
  18996.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18997.      */
  18998.     protected function get_ServiceLocator_LtYzMMMService()
  18999.     {
  19000.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19001.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19002.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19003.         ], [
  19004.             'default' => '?',
  19005.             'messenger.transport.default' => '?',
  19006.         ]);
  19007.     }
  19008.     /**
  19009.      * Gets the private '.service_locator.u1UoOa0' shared service.
  19010.      *
  19011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19012.      */
  19013.     protected function get_ServiceLocator_U1UoOa0Service()
  19014.     {
  19015.         return $this->privates['.service_locator.u1UoOa0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19016.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19017.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19018.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19019.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19020.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19021.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19022.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19023.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19024.         ], [
  19025.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  19026.             'kernel::loadRoutes' => '?',
  19027.             'kernel::reboot' => '?',
  19028.             'kernel::registerContainerConfiguration' => '?',
  19029.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  19030.             'kernel:loadRoutes' => '?',
  19031.             'kernel:reboot' => '?',
  19032.             'kernel:registerContainerConfiguration' => '?',
  19033.         ]);
  19034.     }
  19035.     /**
  19036.      * Gets the private '.session.deprecated' shared service.
  19037.      *
  19038.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  19039.      */
  19040.     protected function get_Session_DeprecatedService()
  19041.     {
  19042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  19043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  19044.         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();
  19045.     }
  19046.     /**
  19047.      * Gets the private '.twig.command.debug.lazy' shared service.
  19048.      *
  19049.      * @return \Symfony\Component\Console\Command\LazyCommand
  19050.      */
  19051.     protected function get_Twig_Command_Debug_LazyService()
  19052.     {
  19053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19055.         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 {
  19056.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  19057.         });
  19058.     }
  19059.     /**
  19060.      * Gets the private '.twig.command.lint.lazy' shared service.
  19061.      *
  19062.      * @return \Symfony\Component\Console\Command\LazyCommand
  19063.      */
  19064.     protected function get_Twig_Command_Lint_LazyService()
  19065.     {
  19066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19068.         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 {
  19069.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  19070.         });
  19071.     }
  19072.     /**
  19073.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  19074.      *
  19075.      * @return \Symfony\Component\Console\Command\LazyCommand
  19076.      */
  19077.     protected function get_VarDumper_Command_ServerDump_LazyService()
  19078.     {
  19079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19081.         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 {
  19082.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  19083.         });
  19084.     }
  19085.     /**
  19086.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  19087.      *
  19088.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  19089.      */
  19090.     protected function getSalesChannelUserConfigSubscriberService()
  19091.     {
  19092.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  19093.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  19094.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  19095.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  19096.         }
  19097.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  19098.     }
  19099.     /**
  19100.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  19101.      *
  19102.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  19103.      */
  19104.     protected function getAddressValidatorService()
  19105.     {
  19106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  19107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  19108.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  19109.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  19110.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  19111.         }
  19112.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  19113.     }
  19114.     /**
  19115.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  19116.      *
  19117.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  19118.      */
  19119.     protected function getCachedRuleLoaderService()
  19120.     {
  19121.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  19122.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  19123.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  19124.         }
  19125.         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()));
  19126.     }
  19127.     /**
  19128.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  19129.      *
  19130.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  19131.      */
  19132.     protected function getCartCalculatorService()
  19133.     {
  19134.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  19135.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  19136.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  19137.         }
  19138.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  19139.     }
  19140.     /**
  19141.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  19142.      *
  19143.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  19144.      */
  19145.     protected function getCartPersisterService()
  19146.     {
  19147.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19148.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  19149.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  19150.         }
  19151.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19152.         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);
  19153.     }
  19154.     /**
  19155.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  19156.      *
  19157.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  19158.      */
  19159.     protected function getCartRuleLoaderService()
  19160.     {
  19161.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  19162.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  19163.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  19164.         }
  19165.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  19166.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  19167.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  19168.         }
  19169.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  19170.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  19171.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  19172.         }
  19173.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19174.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  19175.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  19176.         }
  19177.         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);
  19178.     }
  19179.     /**
  19180.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  19181.      *
  19182.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  19183.      */
  19184.     protected function getCleanupCartTaskHandlerService()
  19185.     {
  19186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  19187.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  19188.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  19189.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  19190.         }
  19191.         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);
  19192.     }
  19193.     /**
  19194.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  19195.      *
  19196.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  19197.      */
  19198.     protected function getCartMigrateCommandService()
  19199.     {
  19200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  19202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  19203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  19204.         $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')));
  19205.         $instance->setName('cart:migrate');
  19206.         return $instance;
  19207.     }
  19208.     /**
  19209.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  19210.      *
  19211.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  19212.      */
  19213.     protected function getCreditCartProcessorService()
  19214.     {
  19215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  19217.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  19218.     }
  19219.     /**
  19220.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  19221.      *
  19222.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  19223.      */
  19224.     protected function getCustomCartProcessorService()
  19225.     {
  19226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  19228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  19229.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  19230.     }
  19231.     /**
  19232.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  19233.      *
  19234.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  19235.      */
  19236.     protected function getDeliveryProcessorService()
  19237.     {
  19238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  19240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  19241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  19242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  19243.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  19244.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  19245.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  19246.         }
  19247.         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);
  19248.     }
  19249.     /**
  19250.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  19251.      *
  19252.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  19253.      */
  19254.     protected function getCartFacadeHelperService()
  19255.     {
  19256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  19257.         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()));
  19258.     }
  19259.     /**
  19260.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  19261.      *
  19262.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  19263.      */
  19264.     protected function getCreditLineItemFactoryService()
  19265.     {
  19266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  19267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  19268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  19269.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  19270.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  19271.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  19272.         }
  19273.         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);
  19274.     }
  19275.     /**
  19276.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  19277.      *
  19278.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  19279.      */
  19280.     protected function getCustomLineItemFactoryService()
  19281.     {
  19282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  19283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  19284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  19285.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  19286.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  19287.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  19288.         }
  19289.         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);
  19290.     }
  19291.     /**
  19292.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  19293.      *
  19294.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  19295.      */
  19296.     protected function getProductLineItemFactoryService()
  19297.     {
  19298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  19299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  19300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  19301.         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())));
  19302.     }
  19303.     /**
  19304.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  19305.      *
  19306.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  19307.      */
  19308.     protected function getLineItemFactoryRegistryService()
  19309.     {
  19310.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  19311.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  19312.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  19313.         }
  19314.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19315.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  19316.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  19317.         }
  19318.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  19319.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  19320.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  19321.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  19322.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  19323.         }, 4), $a$b);
  19324.     }
  19325.     /**
  19326.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  19327.      *
  19328.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  19329.      */
  19330.     protected function getLineItemGroupBuilderService()
  19331.     {
  19332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  19333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  19334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  19335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  19336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  19337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  19338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  19339.         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());
  19340.     }
  19341.     /**
  19342.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  19343.      *
  19344.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  19345.      */
  19346.     protected function getLineItemGroupServiceRegistryService()
  19347.     {
  19348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  19349.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  19350.             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()));
  19351.             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()));
  19352.             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()));
  19353.         }, 3), new RewindableGenerator(function () {
  19354.             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()));
  19355.             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()));
  19356.         }, 2));
  19357.     }
  19358.     /**
  19359.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  19360.      *
  19361.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  19362.      */
  19363.     protected function getLineItemQuantitySplitterService()
  19364.     {
  19365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  19366.         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()));
  19367.     }
  19368.     /**
  19369.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  19370.      *
  19371.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  19372.      */
  19373.     protected function getOrderConverterService()
  19374.     {
  19375.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  19376.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19377.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19378.         }
  19379.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  19380.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19381.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19382.         }
  19383.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19384.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19385.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19386.         }
  19387.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  19388.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19389.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19390.         }
  19391.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  19392.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19393.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19394.         }
  19395.         $f = ($this->services['product_download.repository'] ?? $this->getProductDownload_RepositoryService());
  19396.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  19397.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  19398.         }
  19399.         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));
  19400.     }
  19401.     /**
  19402.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  19403.      *
  19404.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  19405.      */
  19406.     protected function getAbsolutePriceCalculatorService()
  19407.     {
  19408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  19409.         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())));
  19410.     }
  19411.     /**
  19412.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  19413.      *
  19414.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  19415.      */
  19416.     protected function getAmountCalculatorService()
  19417.     {
  19418.         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())));
  19419.     }
  19420.     /**
  19421.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  19422.      *
  19423.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  19424.      */
  19425.     protected function getCurrencyPriceCalculatorService()
  19426.     {
  19427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  19428.         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())));
  19429.     }
  19430.     /**
  19431.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  19432.      *
  19433.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  19434.      */
  19435.     protected function getGrossPriceCalculatorService()
  19436.     {
  19437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  19438.         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())));
  19439.     }
  19440.     /**
  19441.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  19442.      *
  19443.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  19444.      */
  19445.     protected function getNetPriceCalculatorService()
  19446.     {
  19447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  19448.         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())));
  19449.     }
  19450.     /**
  19451.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  19452.      *
  19453.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  19454.      */
  19455.     protected function getPercentagePriceCalculatorService()
  19456.     {
  19457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  19458.         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())));
  19459.     }
  19460.     /**
  19461.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  19462.      *
  19463.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  19464.      */
  19465.     protected function getQuantityPriceCalculatorService()
  19466.     {
  19467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  19468.         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()));
  19469.     }
  19470.     /**
  19471.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  19472.      *
  19473.      * @return \Shopware\Core\Checkout\Cart\Processor
  19474.      */
  19475.     protected function getProcessorService()
  19476.     {
  19477.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  19478.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  19479.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  19480.         }
  19481.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  19482.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  19483.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  19484.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  19485.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  19486.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  19487.         }, 5)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  19488.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  19489.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  19490.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  19491.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  19492.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  19493.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  19494.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  19495.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  19496.         }, 8), new RewindableGenerator(function () {
  19497.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  19498.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  19499.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  19500.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  19501.         }, 4), $a);
  19502.     }
  19503.     /**
  19504.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  19505.      *
  19506.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  19507.      */
  19508.     protected function getContainerCartProcessorService()
  19509.     {
  19510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  19512.         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()));
  19513.     }
  19514.     /**
  19515.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  19516.      *
  19517.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  19518.      */
  19519.     protected function getDiscountCartProcessorService()
  19520.     {
  19521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  19523.         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()));
  19524.     }
  19525.     /**
  19526.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  19527.      *
  19528.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  19529.      */
  19530.     protected function getDeleteUnusedGuestCustomersCommandService()
  19531.     {
  19532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  19534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  19535.         $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())));
  19536.         $instance->setName('customer:delete-unused-guests');
  19537.         return $instance;
  19538.     }
  19539.     /**
  19540.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  19541.      *
  19542.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  19543.      */
  19544.     protected function getCustomerIndexerService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  19548.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  19549.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  19550.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  19551.         }
  19552.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19553.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  19554.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  19555.         }
  19556.         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);
  19557.     }
  19558.     /**
  19559.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  19560.      *
  19561.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  19562.      */
  19563.     protected function getLegacyPasswordVerifierService()
  19564.     {
  19565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  19566.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  19567.             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()));
  19568.             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()));
  19569.         }, 2));
  19570.     }
  19571.     /**
  19572.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  19573.      *
  19574.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  19575.      */
  19576.     protected function getAccountServiceService()
  19577.     {
  19578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  19579.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  19580.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  19581.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  19582.         }
  19583.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19584.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  19585.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  19586.         }
  19587.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  19588.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  19589.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  19590.         }
  19591.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  19592.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  19593.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  19594.         }
  19595.         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);
  19596.     }
  19597.     /**
  19598.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  19599.      *
  19600.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  19601.      */
  19602.     protected function getCustomerBeforeDeleteSubscriberService()
  19603.     {
  19604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  19605.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  19606.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  19607.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  19608.         }
  19609.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  19610.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  19611.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  19612.         }
  19613.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19614.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  19615.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  19616.         }
  19617.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($a$b$c);
  19618.     }
  19619.     /**
  19620.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  19621.      *
  19622.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  19623.      */
  19624.     protected function getCustomerChangePasswordSubscriberService()
  19625.     {
  19626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  19627.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19628.     }
  19629.     /**
  19630.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  19631.      *
  19632.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  19633.      */
  19634.     protected function getCustomerDefaultSalutationSubscriberService()
  19635.     {
  19636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  19637.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  19638.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  19639.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  19640.         }
  19641.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  19642.     }
  19643.     /**
  19644.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  19645.      *
  19646.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  19647.      */
  19648.     protected function getCustomerFlowEventsSubscriberService()
  19649.     {
  19650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  19651.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19652.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  19653.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  19654.         }
  19655.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  19656.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  19657.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  19658.         }
  19659.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  19660.     }
  19661.     /**
  19662.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  19663.      *
  19664.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  19665.      */
  19666.     protected function getCustomerGroupSubscriberService()
  19667.     {
  19668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  19669.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  19670.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  19671.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  19672.         }
  19673.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  19674.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  19675.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  19676.         }
  19677.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  19678.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  19679.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  19680.         }
  19681.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  19682.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  19683.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  19684.         }
  19685.         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()));
  19686.     }
  19687.     /**
  19688.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  19689.      *
  19690.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  19691.      */
  19692.     protected function getCustomerMetaFieldSubscriberService()
  19693.     {
  19694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  19695.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19696.     }
  19697.     /**
  19698.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  19699.      *
  19700.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  19701.      */
  19702.     protected function getCustomerRemoteAddressSubscriberService()
  19703.     {
  19704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  19705.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  19706.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  19707.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  19708.         }
  19709.         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())));
  19710.     }
  19711.     /**
  19712.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  19713.      *
  19714.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  19715.      */
  19716.     protected function getCustomerTokenSubscriberService()
  19717.     {
  19718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  19719.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  19720.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  19721.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  19722.         }
  19723.         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())));
  19724.     }
  19725.     /**
  19726.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  19727.      *
  19728.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  19729.      */
  19730.     protected function getAddressValidationFactoryService()
  19731.     {
  19732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  19733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  19734.         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()));
  19735.     }
  19736.     /**
  19737.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  19738.      *
  19739.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  19740.      */
  19741.     protected function getCustomerEmailUniqueValidatorService()
  19742.     {
  19743.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19744.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  19746.         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()));
  19747.     }
  19748.     /**
  19749.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  19750.      *
  19751.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  19752.      */
  19753.     protected function getCustomerPasswordMatchesValidatorService()
  19754.     {
  19755.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19756.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  19758.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  19759.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  19760.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  19761.         }
  19762.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  19763.     }
  19764.     /**
  19765.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  19766.      *
  19767.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  19768.      */
  19769.     protected function getCustomerVatIdentificationValidatorService()
  19770.     {
  19771.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19772.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  19774.         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()));
  19775.     }
  19776.     /**
  19777.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  19778.      *
  19779.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  19780.      */
  19781.     protected function getCustomerZipCodeValidatorService()
  19782.     {
  19783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19784.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  19786.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  19787.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  19788.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  19789.         }
  19790.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  19791.     }
  19792.     /**
  19793.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  19794.      *
  19795.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  19796.      */
  19797.     protected function getCustomerProfileValidationFactoryService()
  19798.     {
  19799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  19800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  19801.         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()));
  19802.     }
  19803.     /**
  19804.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  19805.      *
  19806.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  19807.      */
  19808.     protected function getCreditNoteGeneratorService()
  19809.     {
  19810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  19812.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19813.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  19814.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  19815.         }
  19816.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a\dirname(__DIR__4));
  19817.     }
  19818.     /**
  19819.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  19820.      *
  19821.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  19822.      */
  19823.     protected function getDeliveryNoteGeneratorService()
  19824.     {
  19825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  19827.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19828.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  19829.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  19830.         }
  19831.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a\dirname(__DIR__4));
  19832.     }
  19833.     /**
  19834.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  19835.      *
  19836.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  19837.      */
  19838.     protected function getDocumentGeneratorRegistryService()
  19839.     {
  19840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  19841.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  19842.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  19843.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  19844.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  19845.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  19846.         }, 4));
  19847.     }
  19848.     /**
  19849.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  19850.      *
  19851.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  19852.      */
  19853.     protected function getInvoiceGeneratorService()
  19854.     {
  19855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  19857.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19858.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  19859.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  19860.         }
  19861.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a\dirname(__DIR__4));
  19862.     }
  19863.     /**
  19864.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  19865.      *
  19866.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  19867.      */
  19868.     protected function getStornoGeneratorService()
  19869.     {
  19870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  19872.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19873.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  19874.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  19875.         }
  19876.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a\dirname(__DIR__4));
  19877.     }
  19878.     /**
  19879.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  19880.      *
  19881.      * @return \Shopware\Core\Checkout\Document\DocumentService
  19882.      */
  19883.     protected function getDocumentServiceService()
  19884.     {
  19885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  19886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  19887.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  19888.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19889.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19890.         }
  19891.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  19892.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19893.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19894.         }
  19895.         $c = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  19896.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19897.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19898.         }
  19899.         $d = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  19900.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19901.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19902.         }
  19903.         $e = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  19904.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19905.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19906.         }
  19907.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  19908.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19909.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19910.         }
  19911.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19912.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  19913.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  19914.         }
  19915.         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 () {
  19916.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  19917.         }, 1)), $b$c$d$e$f$g);
  19918.     }
  19919.     /**
  19920.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator' shared service.
  19921.      *
  19922.      * @return \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator
  19923.      */
  19924.     protected function getPdfGeneratorService()
  19925.     {
  19926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  19927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  19928.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator($this->parameters['shopware.dompdf.options']);
  19929.     }
  19930.     /**
  19931.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  19932.      *
  19933.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  19934.      */
  19935.     protected function getCreditNoteRendererService()
  19936.     {
  19937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  19939.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  19940.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  19941.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  19942.         }
  19943.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  19944.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  19945.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  19946.         }
  19947.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19948.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  19949.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  19950.         }
  19951.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19952.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  19953.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  19954.         }
  19955.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  19956.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  19957.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  19958.         }
  19959.         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()));
  19960.     }
  19961.     /**
  19962.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  19963.      *
  19964.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  19965.      */
  19966.     protected function getDeliveryNoteRendererService()
  19967.     {
  19968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  19970.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  19971.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  19972.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  19973.         }
  19974.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  19975.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  19976.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  19977.         }
  19978.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19979.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  19980.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  19981.         }
  19982.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  19983.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  19984.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  19985.         }
  19986.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  19987.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  19988.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  19989.         }
  19990.         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()));
  19991.     }
  19992.     /**
  19993.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  19994.      *
  19995.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  19996.      */
  19997.     protected function getInvoiceRendererService()
  19998.     {
  19999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  20001.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20002.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20003.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20004.         }
  20005.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  20006.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20007.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20008.         }
  20009.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20010.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20011.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20012.         }
  20013.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20014.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20015.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20016.         }
  20017.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20018.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20019.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20020.         }
  20021.         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()));
  20022.     }
  20023.     /**
  20024.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  20025.      *
  20026.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  20027.      */
  20028.     protected function getStornoRendererService()
  20029.     {
  20030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  20032.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20033.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20034.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20035.         }
  20036.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  20037.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20038.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20039.         }
  20040.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20041.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20042.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20043.         }
  20044.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20045.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20046.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20047.         }
  20048.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20049.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20050.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20051.         }
  20052.         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()));
  20053.     }
  20054.     /**
  20055.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  20056.      *
  20057.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  20058.      */
  20059.     protected function getDocumentConfigLoaderService()
  20060.     {
  20061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  20062.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  20063.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  20064.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  20065.         }
  20066.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  20067.     }
  20068.     /**
  20069.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  20070.      *
  20071.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  20072.      */
  20073.     protected function getDocumentGeneratorService()
  20074.     {
  20075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  20076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  20077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  20078.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  20079.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  20080.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  20081.         }
  20082.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  20083.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  20084.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  20085.         }
  20086.         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 () {
  20087.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  20088.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  20089.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  20090.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  20091.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer($this->parameters['shopware.dompdf.options']), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20092.     }
  20093.     /**
  20094.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  20095.      *
  20096.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  20097.      */
  20098.     protected function getReferenceInvoiceLoaderService()
  20099.     {
  20100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  20101.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20102.     }
  20103.     /**
  20104.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  20105.      *
  20106.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  20107.      */
  20108.     protected function getDocumentTemplateRendererService()
  20109.     {
  20110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  20111.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20112.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20113.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20114.         }
  20115.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  20116.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20117.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20118.         }
  20119.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  20120.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20121.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20122.         }
  20123.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20124.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20125.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20126.         }
  20127.         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);
  20128.     }
  20129.     /**
  20130.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  20131.      *
  20132.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  20133.      */
  20134.     protected function getOrderTransactionStateHandlerService()
  20135.     {
  20136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  20137.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  20138.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  20139.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  20140.         }
  20141.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  20142.     }
  20143.     /**
  20144.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  20145.      *
  20146.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  20147.      */
  20148.     protected function getOrderStateChangeEventListenerService()
  20149.     {
  20150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  20151.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20152.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20153.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20154.         }
  20155.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  20156.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20157.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20158.         }
  20159.         $c = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  20160.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20161.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20162.         }
  20163.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20164.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20165.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20166.         }
  20167.         $e = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  20168.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20169.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20170.         }
  20171.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  20172.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  20173.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  20174.         }
  20175.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($a$b$c$d$e$f);
  20176.     }
  20177.     /**
  20178.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  20179.      *
  20180.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  20181.      */
  20182.     protected function getOrderServiceService()
  20183.     {
  20184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  20185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  20186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  20187.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  20188.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20189.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20190.         }
  20191.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20192.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20193.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20194.         }
  20195.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  20196.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20197.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20198.         }
  20199.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  20200.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20201.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20202.         }
  20203.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  20204.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20205.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20206.         }
  20207.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20208.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20209.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20210.         }
  20211.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  20212.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20213.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20214.         }
  20215.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  20216.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20217.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20218.         }
  20219.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  20220.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20221.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20222.         }
  20223.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  20224.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20225.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20226.         }
  20227.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  20228.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  20229.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  20230.         }
  20231.         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);
  20232.     }
  20233.     /**
  20234.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  20235.      *
  20236.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  20237.      */
  20238.     protected function getCashPaymentService()
  20239.     {
  20240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  20241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  20242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  20243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  20244.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  20245.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  20246.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  20247.         }
  20248.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  20249.     }
  20250.     /**
  20251.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  20252.      *
  20253.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  20254.      */
  20255.     protected function getDebitPaymentService()
  20256.     {
  20257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  20258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  20259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  20260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  20261.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  20262.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  20263.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  20264.         }
  20265.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  20266.     }
  20267.     /**
  20268.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  20269.      *
  20270.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  20271.      */
  20272.     protected function getDefaultPaymentService()
  20273.     {
  20274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  20275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  20276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  20277.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  20278.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  20279.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  20280.         }
  20281.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  20282.     }
  20283.     /**
  20284.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  20285.      *
  20286.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  20287.      */
  20288.     protected function getInvoicePaymentService()
  20289.     {
  20290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  20291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  20292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  20293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  20294.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  20295.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  20296.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  20297.         }
  20298.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  20299.     }
  20300.     /**
  20301.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  20302.      *
  20303.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  20304.      */
  20305.     protected function getPaymentHandlerRegistryService()
  20306.     {
  20307.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20308.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  20309.         ], [
  20310.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  20311.         ]);
  20312.         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, [
  20313.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  20314.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  20315.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  20316.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  20317.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  20318.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  20319.         ], [
  20320.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  20321.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  20322.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  20323.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  20324.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  20325.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  20326.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20327.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  20328.         ], [
  20329.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  20330.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20331.     }
  20332.     /**
  20333.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  20334.      *
  20335.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  20336.      */
  20337.     protected function getPrePaymentService()
  20338.     {
  20339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  20340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  20341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  20342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  20343.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  20344.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  20345.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  20346.         }
  20347.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  20348.     }
  20349.     /**
  20350.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  20351.      *
  20352.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  20353.      */
  20354.     protected function getJWTFactoryV2Service()
  20355.     {
  20356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  20357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  20358.         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()));
  20359.     }
  20360.     /**
  20361.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  20362.      *
  20363.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  20364.      */
  20365.     protected function getPaymentMethodIndexerService()
  20366.     {
  20367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  20369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  20370.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20371.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  20372.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  20373.         }
  20374.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  20375.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  20376.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  20377.         }
  20378.         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));
  20379.     }
  20380.     /**
  20381.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  20382.      *
  20383.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  20384.      */
  20385.     protected function getPaymentMethodValidator2Service()
  20386.     {
  20387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  20388.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20389.     }
  20390.     /**
  20391.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  20392.      *
  20393.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  20394.      */
  20395.     protected function getPaymentServiceService()
  20396.     {
  20397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  20398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  20399.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  20400.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20401.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  20402.         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()));
  20403.     }
  20404.     /**
  20405.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  20406.      *
  20407.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  20408.      */
  20409.     protected function getFilterServiceRegistryService()
  20410.     {
  20411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  20412.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  20413.             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()));
  20414.             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()));
  20415.         }, 2), new RewindableGenerator(function () {
  20416.             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()));
  20417.             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()));
  20418.         }, 2));
  20419.     }
  20420.     /**
  20421.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  20422.      *
  20423.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  20424.      */
  20425.     protected function getPromotionCollectorService()
  20426.     {
  20427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  20431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  20432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  20433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  20434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  20435.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  20436.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  20437.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  20438.         }
  20439.         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()));
  20440.     }
  20441.     /**
  20442.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  20443.      *
  20444.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  20445.      */
  20446.     protected function getPromotionDeliveryProcessorService()
  20447.     {
  20448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  20450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  20451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  20452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  20453.         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()));
  20454.     }
  20455.     /**
  20456.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  20457.      *
  20458.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  20459.      */
  20460.     protected function getPromotionProcessorService()
  20461.     {
  20462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  20464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  20465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  20466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  20467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  20468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  20469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  20470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  20471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  20472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  20473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  20474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  20475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  20476.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  20477.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  20478.         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);
  20479.     }
  20480.     /**
  20481.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  20482.      *
  20483.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  20484.      */
  20485.     protected function getPromotionIndexerService()
  20486.     {
  20487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  20489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  20490.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  20491.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  20492.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  20493.         }
  20494.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20495.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  20496.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  20497.         }
  20498.         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);
  20499.     }
  20500.     /**
  20501.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  20502.      *
  20503.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  20504.      */
  20505.     protected function getPromotionRedemptionUpdaterService()
  20506.     {
  20507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  20508.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20509.     }
  20510.     /**
  20511.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  20512.      *
  20513.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  20514.      */
  20515.     protected function getPromotionIndividualCodeRedeemerService()
  20516.     {
  20517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  20518.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  20519.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  20520.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  20521.         }
  20522.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  20523.     }
  20524.     /**
  20525.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  20526.      *
  20527.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  20528.      */
  20529.     protected function getStorefrontCartSubscriberService()
  20530.     {
  20531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  20532.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  20533.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  20534.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  20535.         }
  20536.         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())));
  20537.     }
  20538.     /**
  20539.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  20540.      *
  20541.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  20542.      */
  20543.     protected function getPromotionValidatorService()
  20544.     {
  20545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  20546.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20547.     }
  20548.     /**
  20549.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  20550.      *
  20551.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  20552.      */
  20553.     protected function getShippingMethodValidatorService()
  20554.     {
  20555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  20556.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20557.     }
  20558.     /**
  20559.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  20560.      *
  20561.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  20562.      */
  20563.     protected function getCategoryIndexerService()
  20564.     {
  20565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  20567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  20568.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  20569.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  20570.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  20571.         }
  20572.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  20573.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  20574.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  20575.         }
  20576.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20577.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  20578.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  20579.         }
  20580.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  20581.         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);
  20582.     }
  20583.     /**
  20584.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  20585.      *
  20586.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  20587.      */
  20588.     protected function getCategoryBreadcrumbBuilderService()
  20589.     {
  20590.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  20591.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  20592.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  20593.         }
  20594.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  20595.     }
  20596.     /**
  20597.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  20598.      *
  20599.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  20600.      */
  20601.     protected function getNavigationLoaderService()
  20602.     {
  20603.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20604.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  20605.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  20606.         }
  20607.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  20608.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  20609.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  20610.         }
  20611.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  20612.     }
  20613.     /**
  20614.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  20615.      *
  20616.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  20617.      */
  20618.     protected function getCategorySubscriberService()
  20619.     {
  20620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  20621.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  20622.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  20623.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  20624.         }
  20625.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  20626.     }
  20627.     /**
  20628.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  20629.      *
  20630.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  20631.      */
  20632.     protected function getEntryPointValidatorService()
  20633.     {
  20634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  20635.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20636.     }
  20637.     /**
  20638.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  20639.      *
  20640.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  20641.      */
  20642.     protected function getFormCmsElementResolverService()
  20643.     {
  20644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  20647.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  20648.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  20649.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  20650.         }
  20651.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  20652.     }
  20653.     /**
  20654.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  20655.      *
  20656.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  20657.      */
  20658.     protected function getTextCmsElementResolverService()
  20659.     {
  20660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  20663.         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()));
  20664.     }
  20665.     /**
  20666.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  20667.      *
  20668.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  20669.      */
  20670.     protected function getSalesChannelCmsPageLoaderService()
  20671.     {
  20672.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  20673.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  20674.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  20675.         }
  20676.         $b = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  20677.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  20678.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  20679.         }
  20680.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20681.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  20682.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  20683.         }
  20684.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($a$b$c);
  20685.     }
  20686.     /**
  20687.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  20688.      *
  20689.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  20690.      */
  20691.     protected function getCmsPageDefaultChangeSubscriberService()
  20692.     {
  20693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  20694.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20695.     }
  20696.     /**
  20697.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  20698.      *
  20699.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  20700.      */
  20701.     protected function getFlowActionCollectorService()
  20702.     {
  20703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  20704.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  20705.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  20706.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  20707.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  20708.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  20709.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  20710.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  20711.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  20712.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  20713.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  20714.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  20715.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  20716.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  20717.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  20718.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  20719.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  20720.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  20721.         }, 16), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  20722.     }
  20723.     /**
  20724.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  20725.      *
  20726.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  20727.      */
  20728.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  20729.     {
  20730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  20733.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20734.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  20735.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  20736.         }
  20737.         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);
  20738.     }
  20739.     /**
  20740.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  20741.      *
  20742.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  20743.      */
  20744.     protected function getAddCustomerTagActionService()
  20745.     {
  20746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  20749.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20750.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  20751.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  20752.         }
  20753.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  20754.     }
  20755.     /**
  20756.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  20757.      *
  20758.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  20759.      */
  20760.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  20761.     {
  20762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  20765.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20766.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  20767.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  20768.         }
  20769.         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);
  20770.     }
  20771.     /**
  20772.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  20773.      *
  20774.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  20775.      */
  20776.     protected function getAddOrderTagActionService()
  20777.     {
  20778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  20781.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20782.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  20783.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  20784.         }
  20785.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  20786.     }
  20787.     /**
  20788.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  20789.      *
  20790.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  20791.      */
  20792.     protected function getChangeCustomerGroupActionService()
  20793.     {
  20794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  20797.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20798.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  20799.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  20800.         }
  20801.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  20802.     }
  20803.     /**
  20804.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  20805.      *
  20806.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  20807.      */
  20808.     protected function getChangeCustomerStatusActionService()
  20809.     {
  20810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  20813.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20814.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  20815.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  20816.         }
  20817.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  20818.     }
  20819.     /**
  20820.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  20821.      *
  20822.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  20823.      */
  20824.     protected function getGenerateDocumentActionService()
  20825.     {
  20826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  20829.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  20830.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  20831.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  20832.         }
  20833.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  20834.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  20835.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  20836.         }
  20837.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20838.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  20839.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  20840.         }
  20841.         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()));
  20842.     }
  20843.     /**
  20844.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction' shared service.
  20845.      *
  20846.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction
  20847.      */
  20848.     protected function getGrantDownloadAccessActionService()
  20849.     {
  20850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GrantDownloadAccessAction.php';
  20852.         $a = ($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService());
  20853.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'])) {
  20854.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'];
  20855.         }
  20856.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction($a);
  20857.     }
  20858.     /**
  20859.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  20860.      *
  20861.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  20862.      */
  20863.     protected function getRemoveCustomerTagActionService()
  20864.     {
  20865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  20868.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  20869.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  20870.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  20871.         }
  20872.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  20873.     }
  20874.     /**
  20875.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  20876.      *
  20877.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  20878.      */
  20879.     protected function getRemoveOrderTagActionService()
  20880.     {
  20881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  20884.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  20885.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  20886.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  20887.         }
  20888.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  20889.     }
  20890.     /**
  20891.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  20892.      *
  20893.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  20894.      */
  20895.     protected function getSendMailActionService()
  20896.     {
  20897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  20900.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  20901.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  20902.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  20903.         }
  20904.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  20905.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  20906.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  20907.         }
  20908.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20909.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  20910.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  20911.         }
  20912.         $d = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  20913.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  20914.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  20915.         }
  20916.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  20917.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  20918.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  20919.         }
  20920.         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);
  20921.     }
  20922.     /**
  20923.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  20924.      *
  20925.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  20926.      */
  20927.     protected function getSetCustomerCustomFieldActionService()
  20928.     {
  20929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  20932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  20933.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20934.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  20935.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  20936.         }
  20937.         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);
  20938.     }
  20939.     /**
  20940.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  20941.      *
  20942.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  20943.      */
  20944.     protected function getSetCustomerGroupCustomFieldActionService()
  20945.     {
  20946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  20949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  20950.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  20951.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  20952.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  20953.         }
  20954.         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);
  20955.     }
  20956.     /**
  20957.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  20958.      *
  20959.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  20960.      */
  20961.     protected function getSetOrderCustomFieldActionService()
  20962.     {
  20963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  20966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  20967.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20968.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  20969.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  20970.         }
  20971.         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);
  20972.     }
  20973.     /**
  20974.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  20975.      *
  20976.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  20977.      */
  20978.     protected function getSetOrderStateActionService()
  20979.     {
  20980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  20981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  20982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  20983.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  20984.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  20985.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  20986.         }
  20987.         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);
  20988.     }
  20989.     /**
  20990.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  20991.      *
  20992.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  20993.      */
  20994.     protected function getCustomerGroupStorerService()
  20995.     {
  20996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  20997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  20998.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  20999.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  21000.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  21001.         }
  21002.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  21003.     }
  21004.     /**
  21005.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  21006.      *
  21007.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  21008.      */
  21009.     protected function getCustomerRecoveryStorerService()
  21010.     {
  21011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  21013.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  21014.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  21015.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  21016.         }
  21017.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  21018.     }
  21019.     /**
  21020.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  21021.      *
  21022.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  21023.      */
  21024.     protected function getCustomerStorerService()
  21025.     {
  21026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  21028.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21029.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  21030.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  21031.         }
  21032.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  21033.     }
  21034.     /**
  21035.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  21036.      *
  21037.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  21038.      */
  21039.     protected function getNewsletterRecipientStorerService()
  21040.     {
  21041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  21043.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  21044.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  21045.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  21046.         }
  21047.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  21048.     }
  21049.     /**
  21050.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  21051.      *
  21052.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  21053.      */
  21054.     protected function getOrderStorerService()
  21055.     {
  21056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  21058.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21059.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  21060.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  21061.         }
  21062.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  21063.     }
  21064.     /**
  21065.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  21066.      *
  21067.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  21068.      */
  21069.     protected function getOrderTransactionStorerService()
  21070.     {
  21071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  21073.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  21074.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  21075.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  21076.         }
  21077.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  21078.     }
  21079.     /**
  21080.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  21081.      *
  21082.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  21083.      */
  21084.     protected function getUserStorerService()
  21085.     {
  21086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  21088.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  21089.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  21090.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  21091.         }
  21092.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  21093.     }
  21094.     /**
  21095.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  21096.      *
  21097.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  21098.      */
  21099.     protected function getFlowIndexerService()
  21100.     {
  21101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  21103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  21104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  21105.         $a = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  21106.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21107.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21108.         }
  21109.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  21110.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21111.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21112.         }
  21113.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21114.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21115.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21116.         }
  21117.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  21118.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21119.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21120.         }
  21121.         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);
  21122.     }
  21123.     /**
  21124.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  21125.      *
  21126.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  21127.      */
  21128.     protected function getDeleteExpiredFilesCommandService()
  21129.     {
  21130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  21132.         $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()));
  21133.         $instance->setName('import-export:delete-expired');
  21134.         return $instance;
  21135.     }
  21136.     /**
  21137.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  21138.      *
  21139.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  21140.      */
  21141.     protected function getImportEntityCommandService()
  21142.     {
  21143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  21145.         $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()));
  21146.         $instance->setName('import:entity');
  21147.         return $instance;
  21148.     }
  21149.     /**
  21150.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  21151.      *
  21152.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  21153.      */
  21154.     protected function getCountrySerializerService()
  21155.     {
  21156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  21159.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  21160.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  21161.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  21162.         }
  21163.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  21164.     }
  21165.     /**
  21166.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  21167.      *
  21168.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  21169.      */
  21170.     protected function getCustomerSerializerService()
  21171.     {
  21172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  21175.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  21176.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  21177.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  21178.         }
  21179.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21180.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  21181.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  21182.         }
  21183.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21184.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  21185.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  21186.         }
  21187.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  21188.     }
  21189.     /**
  21190.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  21191.      *
  21192.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  21193.      */
  21194.     protected function getLanguageSerializerService()
  21195.     {
  21196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  21199.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  21200.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  21201.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  21202.         }
  21203.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  21204.     }
  21205.     /**
  21206.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  21207.      *
  21208.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  21209.      */
  21210.     protected function getMediaSerializerService()
  21211.     {
  21212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  21215.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  21216.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  21217.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  21218.         }
  21219.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  21220.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  21221.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  21222.         }
  21223.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  21224.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  21225.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  21226.         }
  21227.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21228.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  21229.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  21230.         }
  21231.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  21232.     }
  21233.     /**
  21234.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  21235.      *
  21236.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  21237.      */
  21238.     protected function getProductCrossSellingSerializerService()
  21239.     {
  21240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  21243.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  21244.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  21245.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  21246.         }
  21247.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  21248.     }
  21249.     /**
  21250.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  21251.      *
  21252.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  21253.      */
  21254.     protected function getProductSerializerService()
  21255.     {
  21256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  21259.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  21260.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  21261.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  21262.         }
  21263.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21264.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  21265.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  21266.         }
  21267.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  21268.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  21269.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  21270.         }
  21271.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  21272.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  21273.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  21274.         }
  21275.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  21276.     }
  21277.     /**
  21278.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  21279.      *
  21280.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  21281.      */
  21282.     protected function getPromotionIndividualCodeSerializerService()
  21283.     {
  21284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  21287.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  21288.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  21289.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  21290.         }
  21291.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  21292.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  21293.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  21294.         }
  21295.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  21296.     }
  21297.     /**
  21298.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  21299.      *
  21300.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  21301.      */
  21302.     protected function getSalutationSerializerService()
  21303.     {
  21304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  21305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  21306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  21307.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  21308.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  21309.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  21310.         }
  21311.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  21312.     }
  21313.     /**
  21314.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  21315.      *
  21316.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  21317.      */
  21318.     protected function getCustomFieldsSerializer2Service()
  21319.     {
  21320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  21321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  21322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  21323.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  21324.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  21325.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  21326.         }
  21327.         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()));
  21328.     }
  21329.     /**
  21330.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  21331.      *
  21332.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  21333.      */
  21334.     protected function getPriceSerializerService()
  21335.     {
  21336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  21337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  21338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  21339.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  21340.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  21341.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  21342.         }
  21343.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  21344.     }
  21345.     /**
  21346.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  21347.      *
  21348.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  21349.      */
  21350.     protected function getToOneSerializerService()
  21351.     {
  21352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  21353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  21354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  21355.         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()));
  21356.     }
  21357.     /**
  21358.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  21359.      *
  21360.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  21361.      */
  21362.     protected function getTranslationsSerializerService()
  21363.     {
  21364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  21365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  21366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  21367.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  21368.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  21369.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  21370.         }
  21371.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  21372.     }
  21373.     /**
  21374.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  21375.      *
  21376.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  21377.      */
  21378.     protected function getPrimaryKeyResolverService()
  21379.     {
  21380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  21381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  21382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  21383.         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())));
  21384.     }
  21385.     /**
  21386.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  21387.      *
  21388.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  21389.      */
  21390.     protected function getSystemDefaultValidatorService()
  21391.     {
  21392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  21393.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21394.     }
  21395.     /**
  21396.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  21397.      *
  21398.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  21399.      */
  21400.     protected function getFileDeletedSubscriberService()
  21401.     {
  21402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  21403.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  21404.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  21405.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  21406.         }
  21407.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  21408.     }
  21409.     /**
  21410.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  21411.      *
  21412.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  21413.      */
  21414.     protected function getProductCategoryPathsSubscriberService()
  21415.     {
  21416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  21417.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  21418.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  21419.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  21420.         }
  21421.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  21422.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  21423.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  21424.         }
  21425.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  21426.     }
  21427.     /**
  21428.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  21429.      *
  21430.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  21431.      */
  21432.     protected function getProductVariantsSubscriberService()
  21433.     {
  21434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  21435.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  21436.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  21437.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  21438.         }
  21439.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  21440.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  21441.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  21442.         }
  21443.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  21444.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  21445.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  21446.         }
  21447.         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);
  21448.     }
  21449.     /**
  21450.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  21451.      *
  21452.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  21453.      */
  21454.     protected function getDeleteFileHandlerService()
  21455.     {
  21456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  21457.         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()));
  21458.     }
  21459.     /**
  21460.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  21461.      *
  21462.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  21463.      */
  21464.     protected function getPipeFactoryService()
  21465.     {
  21466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  21467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  21468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  21469.         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 () {
  21470.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  21471.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  21472.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  21473.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  21474.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  21475.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  21476.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  21477.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  21478.             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()));
  21479.             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()));
  21480.         }, 10), new RewindableGenerator(function () {
  21481.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  21482.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  21483.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  21484.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  21485.             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()));
  21486.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  21487.     }
  21488.     /**
  21489.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  21490.      *
  21491.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  21492.      */
  21493.     protected function getCsvFileWriterFactoryService()
  21494.     {
  21495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  21496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  21497.         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()));
  21498.     }
  21499.     /**
  21500.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  21501.      *
  21502.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  21503.      */
  21504.     protected function getCleanupImportExportFileTaskHandlerService()
  21505.     {
  21506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  21507.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  21508.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  21509.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  21510.         }
  21511.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  21512.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  21513.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  21514.         }
  21515.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  21516.     }
  21517.     /**
  21518.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  21519.      *
  21520.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  21521.      */
  21522.     protected function getDeleteExpiredFilesServiceService()
  21523.     {
  21524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  21525.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  21526.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  21527.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  21528.         }
  21529.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  21530.     }
  21531.     /**
  21532.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  21533.      *
  21534.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  21535.      */
  21536.     protected function getFileServiceService()
  21537.     {
  21538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  21539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  21540.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  21541.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  21542.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  21543.         }
  21544.         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);
  21545.     }
  21546.     /**
  21547.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  21548.      *
  21549.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  21550.      */
  21551.     protected function getImportExportServiceService()
  21552.     {
  21553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  21554.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  21555.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  21556.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  21557.         }
  21558.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  21559.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  21560.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  21561.         }
  21562.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  21563.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  21564.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  21565.         }
  21566.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  21567.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  21568.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  21569.         }
  21570.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  21571.     }
  21572.     /**
  21573.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  21574.      *
  21575.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  21576.      */
  21577.     protected function getLandingPageIndexerService()
  21578.     {
  21579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  21581.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  21582.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  21583.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  21584.         }
  21585.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21586.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  21587.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  21588.         }
  21589.         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);
  21590.     }
  21591.     /**
  21592.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  21593.      *
  21594.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  21595.      */
  21596.     protected function getLandingPageValidatorService()
  21597.     {
  21598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  21599.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  21600.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  21601.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  21602.         }
  21603.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  21604.     }
  21605.     /**
  21606.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  21607.      *
  21608.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  21609.      */
  21610.     protected function getMailSendSubscriberService()
  21611.     {
  21612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  21613.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  21614.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21615.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21616.         }
  21617.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  21618.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21619.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21620.         }
  21621.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  21622.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21623.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21624.         }
  21625.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21626.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21627.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21628.         }
  21629.         $e = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  21630.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21631.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21632.         }
  21633.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21634.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21635.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21636.         }
  21637.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21638.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21639.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21640.         }
  21641.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  21642.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21643.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21644.         }
  21645.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  21646.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  21647.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  21648.         }
  21649.         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()));
  21650.     }
  21651.     /**
  21652.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  21653.      *
  21654.      * @return \Shopware\Core\Content\Mail\Service\MailService
  21655.      */
  21656.     protected function getMailServiceService()
  21657.     {
  21658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  21659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  21660.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  21661.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21662.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21663.         }
  21664.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  21665.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21666.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21667.         }
  21668.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  21669.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21670.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21671.         }
  21672.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  21673.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21674.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21675.         }
  21676.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  21677.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21678.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21679.         }
  21680.         $f = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21681.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21682.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21683.         }
  21684.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  21685.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21686.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21687.         }
  21688.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21689.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  21690.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  21691.         }
  21692.         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()));
  21693.     }
  21694.     /**
  21695.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  21696.      *
  21697.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  21698.      */
  21699.     protected function getImageCmsElementResolverService()
  21700.     {
  21701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  21704.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  21705.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  21706.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  21707.         }
  21708.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  21709.     }
  21710.     /**
  21711.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  21712.      *
  21713.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  21714.      */
  21715.     protected function getImageGalleryTypeDataResolverService()
  21716.     {
  21717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  21720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  21721.         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()));
  21722.     }
  21723.     /**
  21724.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  21725.      *
  21726.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  21727.      */
  21728.     protected function getImageSliderTypeDataResolverService()
  21729.     {
  21730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  21733.         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()));
  21734.     }
  21735.     /**
  21736.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  21737.      *
  21738.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  21739.      */
  21740.     protected function getDeleteNotUsedMediaCommandService()
  21741.     {
  21742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  21744.         $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()));
  21745.         $instance->setName('media:delete-unused');
  21746.         return $instance;
  21747.     }
  21748.     /**
  21749.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  21750.      *
  21751.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  21752.      */
  21753.     protected function getGenerateMediaTypesCommandService()
  21754.     {
  21755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  21757.         $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()));
  21758.         $instance->setName('media:generate-media-types');
  21759.         return $instance;
  21760.     }
  21761.     /**
  21762.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  21763.      *
  21764.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  21765.      */
  21766.     protected function getGenerateThumbnailsCommandService()
  21767.     {
  21768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  21770.         $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()));
  21771.         $instance->setName('media:generate-thumbnails');
  21772.         return $instance;
  21773.     }
  21774.     /**
  21775.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  21776.      *
  21777.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  21778.      */
  21779.     protected function getMediaFolderConfigurationIndexerService()
  21780.     {
  21781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  21783.         $a = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  21784.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  21785.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  21786.         }
  21787.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21788.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  21789.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  21790.         }
  21791.         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);
  21792.     }
  21793.     /**
  21794.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  21795.      *
  21796.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  21797.      */
  21798.     protected function getMediaFolderIndexerService()
  21799.     {
  21800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  21802.         $a = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  21803.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  21804.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  21805.         }
  21806.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21807.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  21808.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  21809.         }
  21810.         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()));
  21811.     }
  21812.     /**
  21813.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  21814.      *
  21815.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  21816.      */
  21817.     protected function getMediaIndexerService()
  21818.     {
  21819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  21821.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21822.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  21823.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  21824.         }
  21825.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  21826.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  21827.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  21828.         }
  21829.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21830.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  21831.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  21832.         }
  21833.         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);
  21834.     }
  21835.     /**
  21836.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  21837.      *
  21838.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  21839.      */
  21840.     protected function getMediaRepositoryDecoratorService()
  21841.     {
  21842.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21843.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  21844.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  21845.         }
  21846.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21847.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  21848.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  21849.         }
  21850.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21851.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  21852.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  21853.         }
  21854.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21855.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  21856.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  21857.         }
  21858.         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())));
  21859.     }
  21860.     /**
  21861.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator' shared service.
  21862.      *
  21863.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  21864.      */
  21865.     protected function getMediaThumbnailRepositoryDecoratorService()
  21866.     {
  21867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  21868.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21869.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  21870.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  21871.         }
  21872.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21873.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  21874.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  21875.         }
  21876.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21877.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  21878.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  21879.         }
  21880.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21881.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  21882.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  21883.         }
  21884.         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())));
  21885.     }
  21886.     /**
  21887.      * Gets the private 'Shopware\Core\Content\Media\DeleteNotUsedMediaService' shared service.
  21888.      *
  21889.      * @return \Shopware\Core\Content\Media\DeleteNotUsedMediaService
  21890.      */
  21891.     protected function getDeleteNotUsedMediaServiceService()
  21892.     {
  21893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  21894.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21895.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  21896.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  21897.         }
  21898.         $b = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  21899.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  21900.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  21901.         }
  21902.         return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] = new \Shopware\Core\Content\Media\DeleteNotUsedMediaService($a$b);
  21903.     }
  21904.     /**
  21905.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  21906.      *
  21907.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  21908.      */
  21909.     protected function getFileNameProviderService()
  21910.     {
  21911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  21912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  21913.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21914.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  21915.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  21916.         }
  21917.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  21918.     }
  21919.     /**
  21920.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  21921.      *
  21922.      * @return \Shopware\Core\Content\Media\MediaService
  21923.      */
  21924.     protected function getMediaServiceService()
  21925.     {
  21926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  21927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  21928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  21929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  21930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  21931.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21932.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  21933.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  21934.         }
  21935.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  21936.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  21937.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  21938.         }
  21939.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  21940.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  21941.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  21942.         }
  21943.         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));
  21944.     }
  21945.     /**
  21946.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  21947.      *
  21948.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  21949.      */
  21950.     protected function getDeleteFileHandler2Service()
  21951.     {
  21952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  21953.         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()));
  21954.     }
  21955.     /**
  21956.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  21957.      *
  21958.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  21959.      */
  21960.     protected function getGenerateThumbnailsHandlerService()
  21961.     {
  21962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  21963.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  21964.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  21965.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  21966.         }
  21967.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21968.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  21969.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  21970.         }
  21971.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  21972.     }
  21973.     /**
  21974.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  21975.      *
  21976.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  21977.      */
  21978.     protected function getFilenamePathnameStrategyService()
  21979.     {
  21980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  21981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  21982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  21983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  21984.         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())));
  21985.     }
  21986.     /**
  21987.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  21988.      *
  21989.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  21990.      */
  21991.     protected function getIdPathnameStrategyService()
  21992.     {
  21993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  21994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  21995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  21996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  21997.         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())));
  21998.     }
  21999.     /**
  22000.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  22001.      *
  22002.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  22003.      */
  22004.     protected function getPhysicalFilenamePathnameStrategyService()
  22005.     {
  22006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  22009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22010.         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())));
  22011.     }
  22012.     /**
  22013.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  22014.      *
  22015.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  22016.      */
  22017.     protected function getUrlGeneratorInterfaceService()
  22018.     {
  22019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  22020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  22021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  22023.         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 () {
  22024.             yield => $this->getFilenamePathnameStrategyService();
  22025.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  22026.             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()));
  22027.             yield => $this->getIdPathnameStrategyService();
  22028.         }, 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())), '');
  22029.     }
  22030.     /**
  22031.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  22032.      *
  22033.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  22034.      */
  22035.     protected function getMediaDeletionSubscriberService()
  22036.     {
  22037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  22038.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22039.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22040.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22041.         }
  22042.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22043.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22044.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22045.         }
  22046.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22047.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22048.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22049.         }
  22050.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22051.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22052.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22053.         }
  22054.         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);
  22055.     }
  22056.     /**
  22057.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  22058.      *
  22059.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  22060.      */
  22061.     protected function getMediaLoadedSubscriberService()
  22062.     {
  22063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  22064.         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()));
  22065.     }
  22066.     /**
  22067.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  22068.      *
  22069.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  22070.      */
  22071.     protected function getThumbnailServiceService()
  22072.     {
  22073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  22074.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22075.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22076.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22077.         }
  22078.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22079.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22080.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22081.         }
  22082.         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);
  22083.     }
  22084.     /**
  22085.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  22086.      *
  22087.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  22088.      */
  22089.     protected function getTypeDetectorService()
  22090.     {
  22091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  22092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  22093.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  22094.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  22095.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  22096.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  22097.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  22098.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  22099.         }, 5));
  22100.     }
  22101.     /**
  22102.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  22103.      *
  22104.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  22105.      */
  22106.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  22107.     {
  22108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  22109.         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()));
  22110.     }
  22111.     /**
  22112.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  22113.      *
  22114.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  22115.      */
  22116.     protected function getNewsletterRecipientIndexerService()
  22117.     {
  22118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  22120.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  22121.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  22122.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  22123.         }
  22124.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22125.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  22126.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  22127.         }
  22128.         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);
  22129.     }
  22130.     /**
  22131.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  22132.      *
  22133.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  22134.      */
  22135.     protected function getNewsletterRecipientDeletedSubscriberService()
  22136.     {
  22137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  22138.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22139.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  22140.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  22141.         }
  22142.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  22143.     }
  22144.     /**
  22145.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  22146.      *
  22147.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  22148.      */
  22149.     protected function getNewsletterRecipientTaskHandlerService()
  22150.     {
  22151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  22152.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22153.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  22154.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  22155.         }
  22156.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  22157.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  22158.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  22159.         }
  22160.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  22161.     }
  22162.     /**
  22163.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  22164.      *
  22165.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  22166.      */
  22167.     protected function getProductExportGenerateCommandService()
  22168.     {
  22169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  22171.         $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()));
  22172.         $instance->setName('product-export:generate');
  22173.         return $instance;
  22174.     }
  22175.     /**
  22176.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  22177.      *
  22178.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  22179.      */
  22180.     protected function getProductExportEventListenerService()
  22181.     {
  22182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  22183.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  22184.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  22185.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  22186.         }
  22187.         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()));
  22188.     }
  22189.     /**
  22190.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  22191.      *
  22192.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  22193.      */
  22194.     protected function getProductExportGenerateTaskHandlerService()
  22195.     {
  22196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  22197.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22198.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  22199.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  22200.         }
  22201.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  22202.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  22203.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  22204.         }
  22205.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22206.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  22207.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  22208.         }
  22209.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  22210.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  22211.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  22212.         }
  22213.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22214.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  22215.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  22216.         }
  22217.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($a$b$c$d$e);
  22218.     }
  22219.     /**
  22220.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  22221.      *
  22222.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  22223.      */
  22224.     protected function getProductExportPartialGenerationHandlerService()
  22225.     {
  22226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  22227.         $a = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  22228.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22229.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22230.         }
  22231.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  22232.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22233.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22234.         }
  22235.         $c = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  22236.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22237.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22238.         }
  22239.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22240.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22241.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22242.         }
  22243.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  22244.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22245.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22246.         }
  22247.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  22248.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22249.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22250.         }
  22251.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  22252.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22253.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22254.         }
  22255.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  22256.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  22257.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  22258.         }
  22259.         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()));
  22260.     }
  22261.     /**
  22262.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  22263.      *
  22264.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  22265.      */
  22266.     protected function getProductExportFileHandlerService()
  22267.     {
  22268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  22269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  22270.         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');
  22271.     }
  22272.     /**
  22273.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  22274.      *
  22275.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  22276.      */
  22277.     protected function getProductExportRendererService()
  22278.     {
  22279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  22280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  22281.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  22282.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  22283.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  22284.         }
  22285.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22286.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  22287.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  22288.         }
  22289.         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()));
  22290.     }
  22291.     /**
  22292.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  22293.      *
  22294.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  22295.      */
  22296.     protected function getProductStreamIndexerService()
  22297.     {
  22298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  22300.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  22301.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  22302.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  22303.         }
  22304.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22305.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  22306.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  22307.         }
  22308.         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);
  22309.     }
  22310.     /**
  22311.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  22312.      *
  22313.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  22314.      */
  22315.     protected function getUpdateProductStreamMappingTaskHandlerService()
  22316.     {
  22317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  22318.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22319.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  22320.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  22321.         }
  22322.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  22323.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  22324.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  22325.         }
  22326.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  22327.     }
  22328.     /**
  22329.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  22330.      *
  22331.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  22332.      */
  22333.     protected function getProductCartProcessorService()
  22334.     {
  22335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  22337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  22338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  22339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  22340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  22341.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  22342.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  22343.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  22344.         }
  22345.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22346.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  22347.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  22348.         }
  22349.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  22350.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  22351.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  22352.         }
  22353.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  22354.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  22355.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  22356.         }
  22357.         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()));
  22358.     }
  22359.     /**
  22360.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  22361.      *
  22362.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  22363.      */
  22364.     protected function getProductLineItemCommandValidatorService()
  22365.     {
  22366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  22367.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22368.     }
  22369.     /**
  22370.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  22371.      *
  22372.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  22373.      */
  22374.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  22375.     {
  22376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  22377.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22378.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  22379.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  22380.         }
  22381.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22382.     }
  22383.     /**
  22384.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler' shared service.
  22385.      *
  22386.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler
  22387.      */
  22388.     protected function getCleanupUnusedDownloadMediaTaskHandlerService()
  22389.     {
  22390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandler.php';
  22391.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22392.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  22393.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  22394.         }
  22395.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService());
  22396.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  22397.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  22398.         }
  22399.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler($a$b);
  22400.     }
  22401.     /**
  22402.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  22403.      *
  22404.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  22405.      */
  22406.     protected function getBuyBoxCmsElementResolverService()
  22407.     {
  22408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  22411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  22412.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  22413.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  22414.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  22415.         }
  22416.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  22417.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  22418.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  22419.         }
  22420.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  22421.     }
  22422.     /**
  22423.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  22424.      *
  22425.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  22426.      */
  22427.     protected function getCrossSellingCmsElementResolverService()
  22428.     {
  22429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  22432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  22433.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  22434.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  22435.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  22436.         }
  22437.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  22438.     }
  22439.     /**
  22440.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  22441.      *
  22442.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  22443.      */
  22444.     protected function getProductBoxCmsElementResolverService()
  22445.     {
  22446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  22449.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22450.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'])) {
  22451.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'];
  22452.         }
  22453.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a);
  22454.     }
  22455.     /**
  22456.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  22457.      *
  22458.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  22459.      */
  22460.     protected function getProductDescriptionReviewsCmsElementResolverService()
  22461.     {
  22462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  22465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  22466.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  22467.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  22468.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  22469.         }
  22470.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  22471.     }
  22472.     /**
  22473.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  22474.      *
  22475.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  22476.      */
  22477.     protected function getProductListingCmsElementResolverService()
  22478.     {
  22479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  22482.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  22483.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  22484.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  22485.         }
  22486.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  22487.     }
  22488.     /**
  22489.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  22490.      *
  22491.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  22492.      */
  22493.     protected function getProductSliderCmsElementResolverService()
  22494.     {
  22495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  22498.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22499.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'])) {
  22500.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'];
  22501.         }
  22502.         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);
  22503.     }
  22504.     /**
  22505.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  22506.      *
  22507.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  22508.      */
  22509.     protected function getProductIndexerService()
  22510.     {
  22511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  22513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  22514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  22515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  22516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  22517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  22518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  22519.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  22520.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22521.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22522.         }
  22523.         $b = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  22524.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22525.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22526.         }
  22527.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  22528.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22529.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22530.         }
  22531.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22532.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22533.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22534.         }
  22535.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  22536.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22537.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22538.         }
  22539.         $f = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService());
  22540.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22541.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22542.         }
  22543.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22544.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  22545.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  22546.         }
  22547.         $h = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  22548.         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);
  22549.     }
  22550.     /**
  22551.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  22552.      *
  22553.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  22554.      */
  22555.     protected function getProductStreamUpdaterService()
  22556.     {
  22557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  22559.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  22560.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  22561.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  22562.         }
  22563.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22564.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  22565.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  22566.         }
  22567.         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()));
  22568.     }
  22569.     /**
  22570.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater' shared service.
  22571.      *
  22572.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater
  22573.      */
  22574.     protected function getStatesUpdaterService()
  22575.     {
  22576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StatesUpdater.php';
  22577.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22578.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'])) {
  22579.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'];
  22580.         }
  22581.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  22582.     }
  22583.     /**
  22584.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  22585.      *
  22586.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  22587.      */
  22588.     protected function getStockUpdaterService()
  22589.     {
  22590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  22591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  22592.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22593.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  22594.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  22595.         }
  22596.         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 () {
  22597.             return new \EmptyIterator();
  22598.         }, 0)));
  22599.     }
  22600.     /**
  22601.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  22602.      *
  22603.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  22604.      */
  22605.     protected function getProductListingFeaturesSubscriberService()
  22606.     {
  22607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  22608.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  22609.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  22610.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  22611.         }
  22612.         $b = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  22613.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  22614.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  22615.         }
  22616.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22617.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  22618.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  22619.         }
  22620.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22621.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  22622.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  22623.         }
  22624.         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);
  22625.     }
  22626.     /**
  22627.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  22628.      *
  22629.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  22630.      */
  22631.     protected function getProductListingLoaderService()
  22632.     {
  22633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  22634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  22635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  22636.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  22637.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  22638.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  22639.         }
  22640.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22641.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  22642.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  22643.         }
  22644.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22645.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  22646.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  22647.         }
  22648.         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())));
  22649.     }
  22650.     /**
  22651.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  22652.      *
  22653.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  22654.      */
  22655.     protected function getProductPriceCalculatorService()
  22656.     {
  22657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  22658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  22659.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  22660.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  22661.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  22662.         }
  22663.         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()));
  22664.     }
  22665.     /**
  22666.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  22667.      *
  22668.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  22669.      */
  22670.     protected function getProductSubscriberService()
  22671.     {
  22672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  22673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  22674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  22675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  22676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  22677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  22678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  22679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  22680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  22681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  22682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  22683.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22684.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  22685.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  22686.         }
  22687.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  22688.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  22689.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  22690.         }
  22691.         $c = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  22692.         $d = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($a);
  22693.         $e = new \Shopware\Core\Content\Product\IsNewDetector($a);
  22694.         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);
  22695.     }
  22696.     /**
  22697.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  22698.      *
  22699.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  22700.      */
  22701.     protected function getRuleAreaUpdaterService()
  22702.     {
  22703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  22704.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  22705.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  22706.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  22707.         }
  22708.         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);
  22709.     }
  22710.     /**
  22711.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  22712.      *
  22713.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  22714.      */
  22715.     protected function getRuleIndexerService()
  22716.     {
  22717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  22719.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  22720.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  22721.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  22722.         }
  22723.         $b = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  22724.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  22725.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  22726.         }
  22727.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  22728.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  22729.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  22730.         }
  22731.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22732.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  22733.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  22734.         }
  22735.         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);
  22736.     }
  22737.     /**
  22738.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  22739.      *
  22740.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  22741.      */
  22742.     protected function getRulePayloadSubscriberService()
  22743.     {
  22744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  22745.         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);
  22746.     }
  22747.     /**
  22748.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  22749.      *
  22750.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  22751.      */
  22752.     protected function getRulePayloadUpdaterService()
  22753.     {
  22754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  22755.         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()));
  22756.     }
  22757.     /**
  22758.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  22759.      *
  22760.      * @return \Shopware\Core\Content\Rule\RuleValidator
  22761.      */
  22762.     protected function getRuleValidatorService()
  22763.     {
  22764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  22765.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  22766.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  22767.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  22768.         }
  22769.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  22770.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  22771.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  22772.         }
  22773.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  22774.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  22775.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  22776.         }
  22777.         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);
  22778.     }
  22779.     /**
  22780.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  22781.      *
  22782.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  22783.      */
  22784.     protected function getStoreApiSeoResolverService()
  22785.     {
  22786.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  22787.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  22788.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  22789.         }
  22790.         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()));
  22791.     }
  22792.     /**
  22793.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  22794.      *
  22795.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  22796.      */
  22797.     protected function getSeoUrlGeneratorService()
  22798.     {
  22799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  22800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  22801.         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 () {
  22802.             return new \EmptyIterator();
  22803.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  22804.     }
  22805.     /**
  22806.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  22807.      *
  22808.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  22809.      */
  22810.     protected function getSeoUrlPersisterService()
  22811.     {
  22812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  22813.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  22814.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  22815.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  22816.         }
  22817.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22818.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  22819.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  22820.         }
  22821.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  22822.     }
  22823.     /**
  22824.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  22825.      *
  22826.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  22827.      */
  22828.     protected function getSeoUrlRouteRegistryService()
  22829.     {
  22830.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  22831.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  22832.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  22833.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  22834.         }, 3));
  22835.     }
  22836.     /**
  22837.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  22838.      *
  22839.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  22840.      */
  22841.     protected function getSitemapGenerateCommandService()
  22842.     {
  22843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  22845.         $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()));
  22846.         $instance->setName('sitemap:generate');
  22847.         return $instance;
  22848.     }
  22849.     /**
  22850.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  22851.      *
  22852.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  22853.      */
  22854.     protected function getFileService()
  22855.     {
  22856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  22857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  22858.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  22859.     }
  22860.     /**
  22861.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  22862.      *
  22863.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  22864.      */
  22865.     protected function getCategoryUrlProviderService()
  22866.     {
  22867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  22868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  22869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  22870.         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()));
  22871.     }
  22872.     /**
  22873.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  22874.      *
  22875.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  22876.      */
  22877.     protected function getCustomUrlProviderService()
  22878.     {
  22879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  22880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  22881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  22882.         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()));
  22883.     }
  22884.     /**
  22885.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  22886.      *
  22887.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  22888.      */
  22889.     protected function getProductUrlProviderService()
  22890.     {
  22891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  22892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  22893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  22894.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22895.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  22896.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  22897.         }
  22898.         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);
  22899.     }
  22900.     /**
  22901.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  22902.      *
  22903.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  22904.      */
  22905.     protected function getSitemapGenerateTaskHandlerService()
  22906.     {
  22907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  22908.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22909.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22910.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22911.         }
  22912.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22913.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22914.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22915.         }
  22916.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  22917.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22918.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22919.         }
  22920.         $d = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  22921.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22922.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22923.         }
  22924.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22925.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22926.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22927.         }
  22928.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22929.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22930.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22931.         }
  22932.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22933.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  22934.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  22935.         }
  22936.         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);
  22937.     }
  22938.     /**
  22939.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  22940.      *
  22941.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  22942.      */
  22943.     protected function getConfigHandlerService()
  22944.     {
  22945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  22946.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  22947.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  22948.         }, 1));
  22949.     }
  22950.     /**
  22951.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  22952.      *
  22953.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  22954.      */
  22955.     protected function getSitemapExporterService()
  22956.     {
  22957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  22958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  22959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  22960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  22961.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22962.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  22963.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  22964.         }
  22965.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  22966.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  22967.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  22968.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  22969.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  22970.         }, 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);
  22971.     }
  22972.     /**
  22973.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  22974.      *
  22975.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  22976.      */
  22977.     protected function getCacheClearer2Service()
  22978.     {
  22979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  22980.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  22981.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22982.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  22983.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  22984.         }
  22985.         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);
  22986.     }
  22987.     /**
  22988.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  22989.      *
  22990.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  22991.      */
  22992.     protected function getCacheDecoratorService()
  22993.     {
  22994.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  22995.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  22996.         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())));
  22997.     }
  22998.     /**
  22999.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  23000.      *
  23001.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  23002.      */
  23003.     protected function getCacheInvalidationSubscriberService()
  23004.     {
  23005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  23006.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23007.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  23008.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  23009.         }
  23010.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23011.     }
  23012.     /**
  23013.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  23014.      *
  23015.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  23016.      */
  23017.     protected function getCacheInvalidatorService()
  23018.     {
  23019.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23020.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23021.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23022.         }
  23023.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23024.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23025.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23026.         }
  23027.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  23028.         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);
  23029.     }
  23030.     /**
  23031.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  23032.      *
  23033.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  23034.      */
  23035.     protected function getCacheStateSubscriberService()
  23036.     {
  23037.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  23038.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  23039.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  23040.         }
  23041.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  23042.     }
  23043.     /**
  23044.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  23045.      *
  23046.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  23047.      */
  23048.     protected function getInvalidateCacheTaskHandlerService()
  23049.     {
  23050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  23051.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23052.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23053.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23054.         }
  23055.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23056.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23057.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23058.         }
  23059.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  23060.     }
  23061.     /**
  23062.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  23063.      *
  23064.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  23065.      */
  23066.     protected function getCleanupOldCacheFoldersHandlerService()
  23067.     {
  23068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  23069.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  23070.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  23071.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  23072.         }
  23073.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  23074.     }
  23075.     /**
  23076.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  23077.      *
  23078.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  23079.      */
  23080.     protected function getScriptCacheInvalidationSubscriberService()
  23081.     {
  23082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  23083.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  23084.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  23085.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  23086.         }
  23087.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  23088.     }
  23089.     /**
  23090.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  23091.      *
  23092.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  23093.      */
  23094.     protected function getS3FilesystemVisibilityCommandService()
  23095.     {
  23096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  23098.         $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()));
  23099.         $instance->setName('s3:set-visibility');
  23100.         return $instance;
  23101.     }
  23102.     /**
  23103.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  23104.      *
  23105.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  23106.      */
  23107.     protected function getFilesystemFactoryService()
  23108.     {
  23109.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  23110.             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()));
  23111.             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()));
  23112.             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()));
  23113.         }, 3), new RewindableGenerator(function () {
  23114.             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()));
  23115.         }, 1));
  23116.     }
  23117.     /**
  23118.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  23119.      *
  23120.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  23121.      */
  23122.     protected function getTranslator2Service()
  23123.     {
  23124.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  23125.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23126.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23127.         }
  23128.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  23129.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23130.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23131.         }
  23132.         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()));
  23133.     }
  23134.     /**
  23135.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  23136.      *
  23137.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  23138.      */
  23139.     protected function getTranslatorCacheInvalidateService()
  23140.     {
  23141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  23142.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23143.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  23144.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  23145.         }
  23146.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23147.     }
  23148.     /**
  23149.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  23150.      *
  23151.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  23152.      */
  23153.     protected function getEntityTemplateLoaderService()
  23154.     {
  23155.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  23156.     }
  23157.     /**
  23158.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  23159.      *
  23160.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  23161.      */
  23162.     protected function getBundleHierarchyBuilderService()
  23163.     {
  23164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  23165.         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()));
  23166.     }
  23167.     /**
  23168.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  23169.      *
  23170.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  23171.      */
  23172.     protected function getStringTemplateRendererService()
  23173.     {
  23174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  23175.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23176.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  23177.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  23178.         }
  23179.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  23180.     }
  23181.     /**
  23182.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  23183.      *
  23184.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  23185.      */
  23186.     protected function getTwigVariableParserService()
  23187.     {
  23188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  23189.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23190.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  23191.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  23192.         }
  23193.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  23194.     }
  23195.     /**
  23196.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  23197.      *
  23198.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  23199.      */
  23200.     protected function getAclAnnotationValidatorService()
  23201.     {
  23202.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23203.     }
  23204.     /**
  23205.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  23206.      *
  23207.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  23208.      */
  23209.     protected function getAclWriteValidatorService()
  23210.     {
  23211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  23212.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23213.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  23214.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  23215.         }
  23216.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  23217.     }
  23218.     /**
  23219.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  23220.      *
  23221.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  23222.      */
  23223.     protected function getDefinitionServiceService()
  23224.     {
  23225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  23226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  23227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  23228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  23229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  23230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  23231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  23232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  23233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  23234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  23235.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.20.2');
  23236.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  23237.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23238.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  23239.         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());
  23240.     }
  23241.     /**
  23242.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  23243.      *
  23244.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  23245.      */
  23246.     protected function getDumpClassSchemaCommandService()
  23247.     {
  23248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  23250.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  23251.         $instance->setName('framework:dump:class:schema');
  23252.         return $instance;
  23253.     }
  23254.     /**
  23255.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  23256.      *
  23257.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  23258.      */
  23259.     protected function getDumpSchemaCommandService()
  23260.     {
  23261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  23263.         $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()));
  23264.         $instance->setName('framework:schema');
  23265.         return $instance;
  23266.     }
  23267.     /**
  23268.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  23269.      *
  23270.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  23271.      */
  23272.     protected function getApiVersionConverterService()
  23273.     {
  23274.         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 () {
  23275.             return new \EmptyIterator();
  23276.         }, 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())))));
  23277.     }
  23278.     /**
  23279.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  23280.      *
  23281.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  23282.      */
  23283.     protected function getApiAuthenticationListenerService()
  23284.     {
  23285.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  23286.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  23287.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  23288.         $c->setPublicKey($b);
  23289.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  23290.         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()));
  23291.     }
  23292.     /**
  23293.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  23294.      *
  23295.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  23296.      */
  23297.     protected function getSalesChannelAuthenticationListenerService()
  23298.     {
  23299.         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()));
  23300.     }
  23301.     /**
  23302.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  23303.      *
  23304.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  23305.      */
  23306.     protected function getUserCredentialsChangedSubscriberService()
  23307.     {
  23308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  23309.         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()));
  23310.     }
  23311.     /**
  23312.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  23313.      *
  23314.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  23315.      */
  23316.     protected function getExpectationSubscriberService()
  23317.     {
  23318.         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']);
  23319.     }
  23320.     /**
  23321.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  23322.      *
  23323.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  23324.      */
  23325.     protected function getRefreshTokenRepositoryService()
  23326.     {
  23327.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23328.     }
  23329.     /**
  23330.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  23331.      *
  23332.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  23333.      */
  23334.     protected function getJsonEntityEncoderService()
  23335.     {
  23336.         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()));
  23337.     }
  23338.     /**
  23339.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  23340.      *
  23341.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  23342.      */
  23343.     protected function getExecutorService()
  23344.     {
  23345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  23346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  23347.         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 () {
  23348.             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()));
  23349.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  23350.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  23351.             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()));
  23352.         }, 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)));
  23353.     }
  23354.     /**
  23355.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  23356.      *
  23357.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  23358.      */
  23359.     protected function getOpenModalResponseFactoryService()
  23360.     {
  23361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  23362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  23363.         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()));
  23364.     }
  23365.     /**
  23366.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  23367.      *
  23368.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  23369.      */
  23370.     protected function getOpenNewTabResponseFactoryService()
  23371.     {
  23372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  23373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  23374.         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()));
  23375.     }
  23376.     /**
  23377.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  23378.      *
  23379.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  23380.      */
  23381.     protected function getActiveAppsLoaderService()
  23382.     {
  23383.         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()));
  23384.     }
  23385.     /**
  23386.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  23387.      *
  23388.      * @return \Shopware\Core\Framework\App\AppStateService
  23389.      */
  23390.     protected function getAppStateServiceService()
  23391.     {
  23392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  23393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  23394.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23395.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23396.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23397.         }
  23398.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23399.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23400.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23401.         }
  23402.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  23403.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23404.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23405.         }
  23406.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  23407.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23408.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23409.         }
  23410.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  23411.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23412.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23413.         }
  23414.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  23415.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23416.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23417.         }
  23418.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  23419.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  23420.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  23421.         }
  23422.         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);
  23423.     }
  23424.     /**
  23425.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  23426.      *
  23427.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  23428.      */
  23429.     protected function getMoveShopPermanentlyStrategyService()
  23430.     {
  23431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  23432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  23433.         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()));
  23434.     }
  23435.     /**
  23436.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  23437.      *
  23438.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  23439.      */
  23440.     protected function getReinstallAppsStrategyService()
  23441.     {
  23442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  23443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  23444.         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()));
  23445.     }
  23446.     /**
  23447.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  23448.      *
  23449.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  23450.      */
  23451.     protected function getUninstallAppsStrategyService()
  23452.     {
  23453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  23454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  23455.         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()));
  23456.     }
  23457.     /**
  23458.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  23459.      *
  23460.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  23461.      */
  23462.     protected function getActivateAppCommandService()
  23463.     {
  23464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  23466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  23467.         $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()));
  23468.         $instance->setName('app:activate');
  23469.         return $instance;
  23470.     }
  23471.     /**
  23472.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  23473.      *
  23474.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  23475.      */
  23476.     protected function getAppPrinterService()
  23477.     {
  23478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  23479.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  23480.     }
  23481.     /**
  23482.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  23483.      *
  23484.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  23485.      */
  23486.     protected function getDeactivateAppCommandService()
  23487.     {
  23488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  23490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  23491.         $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()));
  23492.         $instance->setName('app:deactivate');
  23493.         return $instance;
  23494.     }
  23495.     /**
  23496.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  23497.      *
  23498.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  23499.      */
  23500.     protected function getInstallAppCommandService()
  23501.     {
  23502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  23504.         $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()));
  23505.         $instance->setName('app:install');
  23506.         return $instance;
  23507.     }
  23508.     /**
  23509.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  23510.      *
  23511.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  23512.      */
  23513.     protected function getRefreshAppCommandService()
  23514.     {
  23515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  23517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  23518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  23519.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23520.         $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);
  23521.         $instance->setName('app:refresh');
  23522.         return $instance;
  23523.     }
  23524.     /**
  23525.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  23526.      *
  23527.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  23528.      */
  23529.     protected function getResolveAppUrlChangeCommandService()
  23530.     {
  23531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  23533.         $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()));
  23534.         $instance->setName('app:url-change:resolve');
  23535.         return $instance;
  23536.     }
  23537.     /**
  23538.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  23539.      *
  23540.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  23541.      */
  23542.     protected function getUninstallAppCommandService()
  23543.     {
  23544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  23546.         $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()));
  23547.         $instance->setName('app:uninstall');
  23548.         return $instance;
  23549.     }
  23550.     /**
  23551.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  23552.      *
  23553.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  23554.      */
  23555.     protected function getValidateAppCommandService()
  23556.     {
  23557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  23559.         $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()));
  23560.         $instance->setName('app:validate');
  23561.         return $instance;
  23562.     }
  23563.     /**
  23564.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  23565.      *
  23566.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  23567.      */
  23568.     protected function getAppConfirmationDeltaProviderService()
  23569.     {
  23570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  23571.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  23572.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  23573.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  23574.         }, 2));
  23575.     }
  23576.     /**
  23577.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  23578.      *
  23579.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  23580.      */
  23581.     protected function getQuerySignerService()
  23582.     {
  23583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  23584.         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()));
  23585.     }
  23586.     /**
  23587.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  23588.      *
  23589.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  23590.      */
  23591.     protected function getAppLifecycleService()
  23592.     {
  23593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  23594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  23595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  23596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  23597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  23598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  23599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  23600.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  23601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  23602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  23603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  23604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  23605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  23606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  23607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  23608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  23609.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  23610.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23611.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23612.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23613.         }
  23614.         $b = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  23615.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23616.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23617.         }
  23618.         $c = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  23619.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23620.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23621.         }
  23622.         $d = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  23623.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23624.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23625.         }
  23626.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  23627.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23628.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23629.         }
  23630.         $f = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  23631.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23632.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23633.         }
  23634.         $g = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  23635.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23636.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23637.         }
  23638.         $h = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  23639.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23640.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23641.         }
  23642.         $i = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  23643.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23644.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23645.         }
  23646.         $j = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  23647.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23648.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23649.         }
  23650.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23651.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23652.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23653.         }
  23654.         $l = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  23655.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23656.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23657.         }
  23658.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  23659.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23660.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23661.         }
  23662.         $n = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  23663.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23664.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23665.         }
  23666.         $o = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23667.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23668.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23669.         }
  23670.         $p = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  23671.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23672.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23673.         }
  23674.         $q = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  23675.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23676.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23677.         }
  23678.         $r = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  23679.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23680.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23681.         }
  23682.         $s = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  23683.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23684.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23685.         }
  23686.         $t = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  23687.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23688.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23689.         }
  23690.         $u = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  23691.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23692.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23693.         }
  23694.         $v = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  23695.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  23696.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  23697.         }
  23698.         $w = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  23699.         $x = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  23700.         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));
  23701.     }
  23702.     /**
  23703.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  23704.      *
  23705.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  23706.      */
  23707.     protected function getAppLoaderService()
  23708.     {
  23709.         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());
  23710.     }
  23711.     /**
  23712.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  23713.      *
  23714.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  23715.      */
  23716.     protected function getRuleConditionPersisterService()
  23717.     {
  23718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  23719.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  23720.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  23721.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  23722.         }
  23723.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23724.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  23725.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  23726.         }
  23727.         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);
  23728.     }
  23729.     /**
  23730.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  23731.      *
  23732.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  23733.      */
  23734.     protected function getScriptPersisterService()
  23735.     {
  23736.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  23737.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  23738.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  23739.         }
  23740.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23741.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  23742.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  23743.         }
  23744.         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);
  23745.     }
  23746.     /**
  23747.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  23748.      *
  23749.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  23750.      */
  23751.     protected function getAppRegistrationServiceService()
  23752.     {
  23753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  23754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  23755.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  23756.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  23757.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  23758.         }
  23759.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  23760.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  23761.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  23762.         }
  23763.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23764.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  23765.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  23766.         }
  23767.         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');
  23768.     }
  23769.     /**
  23770.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  23771.      *
  23772.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  23773.      */
  23774.     protected function getAppAsyncPaymentHandlerService()
  23775.     {
  23776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  23778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  23779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  23780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  23781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  23782.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23783.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  23784.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  23785.         }
  23786.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  23787.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  23788.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  23789.         }
  23790.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  23791.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  23792.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  23793.         }
  23794.         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);
  23795.     }
  23796.     /**
  23797.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  23798.      *
  23799.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  23800.      */
  23801.     protected function getAppPaymentHandlerService()
  23802.     {
  23803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  23805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  23806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  23807.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23808.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  23809.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  23810.         }
  23811.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  23812.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  23813.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  23814.         }
  23815.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  23816.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  23817.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  23818.         }
  23819.         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);
  23820.     }
  23821.     /**
  23822.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  23823.      *
  23824.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  23825.      */
  23826.     protected function getAppSyncPaymentHandlerService()
  23827.     {
  23828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  23831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  23832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  23834.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23835.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  23836.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  23837.         }
  23838.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  23839.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  23840.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  23841.         }
  23842.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  23843.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  23844.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  23845.         }
  23846.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  23847.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  23848.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  23849.         }
  23850.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  23851.     }
  23852.     /**
  23853.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  23854.      *
  23855.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  23856.      */
  23857.     protected function getPayloadServiceService()
  23858.     {
  23859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  23860.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  23861.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  23862.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  23863.         }
  23864.         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'));
  23865.     }
  23866.     /**
  23867.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  23868.      *
  23869.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  23870.      */
  23871.     protected function getDeleteCascadeAppsHandlerService()
  23872.     {
  23873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  23874.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23875.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  23876.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  23877.         }
  23878.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  23879.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  23880.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  23881.         }
  23882.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  23883.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  23884.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  23885.         }
  23886.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  23887.     }
  23888.     /**
  23889.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  23890.      *
  23891.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  23892.      */
  23893.     protected function getUpdateAppsHandlerService()
  23894.     {
  23895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  23896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  23897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  23898.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23899.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  23900.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  23901.         }
  23902.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  23903.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  23904.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  23905.         }
  23906.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  23907.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  23908.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  23909.         }
  23910.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  23911.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  23912.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  23913.         }
  23914.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  23915.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  23916.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  23917.         }
  23918.         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));
  23919.     }
  23920.     /**
  23921.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  23922.      *
  23923.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  23924.      */
  23925.     protected function getCustomFieldProtectionSubscriberService()
  23926.     {
  23927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  23928.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23929.     }
  23930.     /**
  23931.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  23932.      *
  23933.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  23934.      */
  23935.     protected function getConfigValidatorService()
  23936.     {
  23937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  23938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  23939.         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())));
  23940.     }
  23941.     /**
  23942.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  23943.      *
  23944.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  23945.      */
  23946.     protected function getHookableValidatorService()
  23947.     {
  23948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  23949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  23950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  23951.         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())));
  23952.     }
  23953.     /**
  23954.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  23955.      *
  23956.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  23957.      */
  23958.     protected function getManifestValidatorService()
  23959.     {
  23960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  23961.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  23962.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  23963.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  23964.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  23965.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  23966.         }, 4));
  23967.     }
  23968.     /**
  23969.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  23970.      *
  23971.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  23972.      */
  23973.     protected function getChangelogChangeCommandService()
  23974.     {
  23975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  23977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  23978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  23979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  23980.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23981.         $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']));
  23982.         $instance->setName('changelog:change');
  23983.         return $instance;
  23984.     }
  23985.     /**
  23986.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  23987.      *
  23988.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  23989.      */
  23990.     protected function getChangelogCheckCommandService()
  23991.     {
  23992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  23994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  23995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  23996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  23997.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23998.         $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']));
  23999.         $instance->setName('changelog:check');
  24000.         return $instance;
  24001.     }
  24002.     /**
  24003.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  24004.      *
  24005.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  24006.      */
  24007.     protected function getChangelogCreateCommandService()
  24008.     {
  24009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  24011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  24013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24014.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24015.         $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']));
  24016.         $instance->setName('changelog:create');
  24017.         return $instance;
  24018.     }
  24019.     /**
  24020.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  24021.      *
  24022.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  24023.      */
  24024.     protected function getChangelogReleaseCommandService()
  24025.     {
  24026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  24028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  24030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24031.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24032.         $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']));
  24033.         $instance->setName('changelog:release');
  24034.         return $instance;
  24035.     }
  24036.     /**
  24037.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  24038.      *
  24039.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  24040.      */
  24041.     protected function getCreateEntitiesCommandService()
  24042.     {
  24043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  24045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  24046.         $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));
  24047.         $instance->setName('dal:create:entities');
  24048.         return $instance;
  24049.     }
  24050.     /**
  24051.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  24052.      *
  24053.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  24054.      */
  24055.     protected function getCreateHydratorCommandService()
  24056.     {
  24057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  24059.         $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));
  24060.         $instance->setName('dal:create:hydrators');
  24061.         return $instance;
  24062.     }
  24063.     /**
  24064.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  24065.      *
  24066.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  24067.      */
  24068.     protected function getCreateSchemaCommandService()
  24069.     {
  24070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  24072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  24073.         $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));
  24074.         $instance->setName('dal:create:schema');
  24075.         return $instance;
  24076.     }
  24077.     /**
  24078.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  24079.      *
  24080.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  24081.      */
  24082.     protected function getDataAbstractionLayerValidateCommandService()
  24083.     {
  24084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  24086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  24087.         $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())));
  24088.         $instance->setName('dal:validate');
  24089.         return $instance;
  24090.     }
  24091.     /**
  24092.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  24093.      *
  24094.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  24095.      */
  24096.     protected function getRefreshIndexCommandService()
  24097.     {
  24098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  24100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  24101.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24102.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  24103.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  24104.         }
  24105.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24106.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  24107.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  24108.         }
  24109.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a$b);
  24110.         $instance->setName('dal:refresh:index');
  24111.         return $instance;
  24112.     }
  24113.     /**
  24114.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  24115.      *
  24116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  24117.      */
  24118.     protected function getIteratorFactoryService()
  24119.     {
  24120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  24121.         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()));
  24122.     }
  24123.     /**
  24124.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  24125.      *
  24126.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  24127.      */
  24128.     protected function getCriteriaQueryBuilderService()
  24129.     {
  24130.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  24131.         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));
  24132.     }
  24133.     /**
  24134.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  24135.      *
  24136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  24137.      */
  24138.     protected function getAppContextCreatorService()
  24139.     {
  24140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  24141.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24142.     }
  24143.     /**
  24144.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  24145.      *
  24146.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  24147.      */
  24148.     protected function getChildCountUpdaterService()
  24149.     {
  24150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  24151.         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()));
  24152.     }
  24153.     /**
  24154.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  24155.      *
  24156.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  24157.      */
  24158.     protected function getInheritanceUpdaterService()
  24159.     {
  24160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  24161.         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()));
  24162.     }
  24163.     /**
  24164.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  24165.      *
  24166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  24167.      */
  24168.     protected function getManyToManyIdFieldUpdaterService()
  24169.     {
  24170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  24171.         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()));
  24172.     }
  24173.     /**
  24174.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  24175.      *
  24176.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  24177.      */
  24178.     protected function getEntityIndexingSubscriberService()
  24179.     {
  24180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  24181.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24182.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  24183.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  24184.         }
  24185.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  24186.     }
  24187.     /**
  24188.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  24189.      *
  24190.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  24191.      */
  24192.     protected function getRegisteredIndexerSubscriberService()
  24193.     {
  24194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  24195.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24196.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  24197.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  24198.         }
  24199.         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);
  24200.     }
  24201.     /**
  24202.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  24203.      *
  24204.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  24205.      */
  24206.     protected function getTreeUpdaterService()
  24207.     {
  24208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  24209.         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()));
  24210.     }
  24211.     /**
  24212.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  24213.      *
  24214.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  24215.      */
  24216.     protected function getApiCriteriaValidatorService()
  24217.     {
  24218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  24219.         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()));
  24220.     }
  24221.     /**
  24222.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  24223.      *
  24224.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  24225.      */
  24226.     protected function getCompositeEntitySearcherService()
  24227.     {
  24228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  24229.         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 () {
  24230.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  24231.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  24232.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  24233.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  24234.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  24235.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  24236.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  24237.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  24238.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  24239.         }, 9));
  24240.     }
  24241.     /**
  24242.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  24243.      *
  24244.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  24245.      */
  24246.     protected function getCriteriaArrayConverterService()
  24247.     {
  24248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  24249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  24250.         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())));
  24251.     }
  24252.     /**
  24253.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  24254.      *
  24255.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  24256.      */
  24257.     protected function getSqlQueryParserService()
  24258.     {
  24259.         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()));
  24260.     }
  24261.     /**
  24262.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  24263.      *
  24264.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  24265.      */
  24266.     protected function getRequestCriteriaBuilderService()
  24267.     {
  24268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  24269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  24270.         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);
  24271.     }
  24272.     /**
  24273.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  24274.      *
  24275.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  24276.      */
  24277.     protected function getTokenFilterService()
  24278.     {
  24279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  24280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  24281.         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()));
  24282.     }
  24283.     /**
  24284.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  24285.      *
  24286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  24287.      */
  24288.     protected function getSearchTermInterpreterService()
  24289.     {
  24290.         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')))));
  24291.     }
  24292.     /**
  24293.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  24294.      *
  24295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  24296.      */
  24297.     protected function getEntityExistsValidatorService()
  24298.     {
  24299.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24300.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  24302.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24303.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  24304.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  24305.         }
  24306.         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);
  24307.     }
  24308.     /**
  24309.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  24310.      *
  24311.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  24312.      */
  24313.     protected function getEntityNotExistsValidatorService()
  24314.     {
  24315.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24316.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  24318.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24319.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  24320.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  24321.         }
  24322.         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);
  24323.     }
  24324.     /**
  24325.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  24326.      *
  24327.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  24328.      */
  24329.     protected function getCleanupVersionTaskHandlerService()
  24330.     {
  24331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  24332.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24333.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  24334.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  24335.         }
  24336.         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);
  24337.     }
  24338.     /**
  24339.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  24340.      *
  24341.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  24342.      */
  24343.     protected function getLockValidatorService()
  24344.     {
  24345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  24346.         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()));
  24347.     }
  24348.     /**
  24349.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  24350.      *
  24351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  24352.      */
  24353.     protected function getWriteCommandExtractorService()
  24354.     {
  24355.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  24356.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  24357.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  24358.         }
  24359.         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()));
  24360.     }
  24361.     /**
  24362.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  24363.      *
  24364.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  24365.      */
  24366.     protected function getDemodataCommandService()
  24367.     {
  24368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  24370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  24371.         $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 () {
  24372.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  24373.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  24374.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  24375.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  24376.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  24377.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  24378.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  24379.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  24380.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  24381.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  24382.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  24383.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  24384.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  24385.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  24386.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  24387.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  24388.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  24389.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  24390.         $instance->addDefault('rules'25);
  24391.         $instance->addOption('rules'NULL4'Rules count');
  24392.         $instance->addDefault('customers'60);
  24393.         $instance->addOption('customers'NULL4'Customers count');
  24394.         $instance->addDefault('properties'10);
  24395.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  24396.         $instance->addDefault('categories'10);
  24397.         $instance->addOption('categories'NULL4'Categories count');
  24398.         $instance->addDefault('manufacturers'60);
  24399.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  24400.         $instance->addDefault('tags'50);
  24401.         $instance->addOption('tags'NULL4'Tags count');
  24402.         $instance->addDefault('reviews'20);
  24403.         $instance->addOption('reviews'NULL4'Reviews count');
  24404.         $instance->addDefault('products'1000);
  24405.         $instance->addOption('products'NULL4'Products count');
  24406.         $instance->addDefault('promotions'50);
  24407.         $instance->addOption('promotions'NULL4'Promotions count');
  24408.         $instance->addDefault('flows'0);
  24409.         $instance->addOption('flows'NULL4'Flows count');
  24410.         $instance->addDefault('media'300);
  24411.         $instance->addOption('media'NULL4'Media count');
  24412.         $instance->addDefault('product-streams'10);
  24413.         $instance->addOption('product-streams'NULL4'Product-streams count');
  24414.         $instance->addDefault('orders'60);
  24415.         $instance->addOption('orders'NULL4'Orders count');
  24416.         $instance->addDefault('attribute-sets'4);
  24417.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  24418.         $instance->addDefault('mail-template'10);
  24419.         $instance->addOption('mail-template'NULL4'Mail-template count');
  24420.         $instance->addDefault('mail-header-footer'3);
  24421.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  24422.         $instance->addDefault('users'0);
  24423.         $instance->addOption('users'NULL4'Users count');
  24424.         $instance->setName('framework:demodata');
  24425.         return $instance;
  24426.     }
  24427.     /**
  24428.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  24429.      *
  24430.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  24431.      */
  24432.     protected function getCategoryGeneratorService()
  24433.     {
  24434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  24436.         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()));
  24437.     }
  24438.     /**
  24439.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  24440.      *
  24441.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  24442.      */
  24443.     protected function getCustomFieldGeneratorService()
  24444.     {
  24445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  24447.         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()));
  24448.     }
  24449.     /**
  24450.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  24451.      *
  24452.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  24453.      */
  24454.     protected function getCustomerGeneratorService()
  24455.     {
  24456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  24458.         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()));
  24459.     }
  24460.     /**
  24461.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  24462.      *
  24463.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  24464.      */
  24465.     protected function getFlowGeneratorService()
  24466.     {
  24467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  24469.         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()));
  24470.     }
  24471.     /**
  24472.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  24473.      *
  24474.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  24475.      */
  24476.     protected function getMailHeaderFooterGeneratorService()
  24477.     {
  24478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  24480.         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()));
  24481.     }
  24482.     /**
  24483.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  24484.      *
  24485.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  24486.      */
  24487.     protected function getMailTemplateGeneratorService()
  24488.     {
  24489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  24491.         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()));
  24492.     }
  24493.     /**
  24494.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  24495.      *
  24496.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  24497.      */
  24498.     protected function getMediaGeneratorService()
  24499.     {
  24500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  24502.         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()));
  24503.     }
  24504.     /**
  24505.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  24506.      *
  24507.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  24508.      */
  24509.     protected function getOrderGeneratorService()
  24510.     {
  24511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  24513.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\OrderGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  24514.     }
  24515.     /**
  24516.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  24517.      *
  24518.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  24519.      */
  24520.     protected function getProductGeneratorService()
  24521.     {
  24522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  24524.         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()));
  24525.     }
  24526.     /**
  24527.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  24528.      *
  24529.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  24530.      */
  24531.     protected function getProductManufacturerGeneratorService()
  24532.     {
  24533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  24535.         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()));
  24536.     }
  24537.     /**
  24538.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  24539.      *
  24540.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  24541.      */
  24542.     protected function getProductReviewGeneratorService()
  24543.     {
  24544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  24546.         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()));
  24547.     }
  24548.     /**
  24549.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  24550.      *
  24551.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  24552.      */
  24553.     protected function getProductStreamGeneratorService()
  24554.     {
  24555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  24557.         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()));
  24558.     }
  24559.     /**
  24560.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  24561.      *
  24562.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  24563.      */
  24564.     protected function getPromotionGeneratorService()
  24565.     {
  24566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  24568.         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()));
  24569.     }
  24570.     /**
  24571.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  24572.      *
  24573.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  24574.      */
  24575.     protected function getPropertyGroupGeneratorService()
  24576.     {
  24577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  24579.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  24580.     }
  24581.     /**
  24582.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  24583.      *
  24584.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  24585.      */
  24586.     protected function getRuleGeneratorService()
  24587.     {
  24588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  24590.         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()));
  24591.     }
  24592.     /**
  24593.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  24594.      *
  24595.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  24596.      */
  24597.     protected function getTagGeneratorService()
  24598.     {
  24599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  24601.         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()));
  24602.     }
  24603.     /**
  24604.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  24605.      *
  24606.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  24607.      */
  24608.     protected function getUserGeneratorService()
  24609.     {
  24610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  24611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  24612.         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()));
  24613.     }
  24614.     /**
  24615.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  24616.      *
  24617.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  24618.      */
  24619.     protected function getCleanPersonalDataCommandService()
  24620.     {
  24621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  24623.         $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()));
  24624.         $instance->setName('database:clean-personal-data');
  24625.         return $instance;
  24626.     }
  24627.     /**
  24628.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  24629.      *
  24630.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  24631.      */
  24632.     protected function getBusinessEventCollectorService()
  24633.     {
  24634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  24635.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24636.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  24637.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  24638.         }
  24639.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  24640.     }
  24641.     /**
  24642.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  24643.      *
  24644.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  24645.      */
  24646.     protected function getBusinessEventDispatcherService()
  24647.     {
  24648.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  24649.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  24650.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  24651.         }
  24652.         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()));
  24653.     }
  24654.     /**
  24655.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  24656.      *
  24657.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  24658.      */
  24659.     protected function getDebugDumpBusinessEventsCommandService()
  24660.     {
  24661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  24663.         $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()));
  24664.         $instance->setName('debug:business-events');
  24665.         return $instance;
  24666.     }
  24667.     /**
  24668.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  24669.      *
  24670.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  24671.      */
  24672.     protected function getEventActionSubscriberService()
  24673.     {
  24674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  24675.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24676.     }
  24677.     /**
  24678.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  24679.      *
  24680.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  24681.      */
  24682.     protected function getFeatureDumpCommandService()
  24683.     {
  24684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  24686.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  24687.         $instance->setName('feature:dump');
  24688.         $instance->setAliases([=> 'administration:dump:features']);
  24689.         return $instance;
  24690.     }
  24691.     /**
  24692.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  24693.      *
  24694.      * @return \Shopware\Core\Framework\Log\LoggingService
  24695.      */
  24696.     protected function getLoggingServiceService()
  24697.     {
  24698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  24699.         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()));
  24700.     }
  24701.     /**
  24702.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  24703.      *
  24704.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  24705.      */
  24706.     protected function getExcludeFlowEventHandlerService()
  24707.     {
  24708.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  24709.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  24710.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  24711.     }
  24712.     /**
  24713.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  24714.      *
  24715.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  24716.      */
  24717.     protected function getLogCleanupTaskHandlerService()
  24718.     {
  24719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  24720.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24721.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  24722.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  24723.         }
  24724.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24725.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  24726.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  24727.         }
  24728.         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()));
  24729.     }
  24730.     /**
  24731.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  24732.      *
  24733.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  24734.      */
  24735.     protected function getDispatchSleepMessageCommandService()
  24736.     {
  24737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  24739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  24740.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  24741.         $instance->setName('debug:messenger:dispatch-sleep');
  24742.         return $instance;
  24743.     }
  24744.     /**
  24745.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  24746.      *
  24747.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  24748.      */
  24749.     protected function getEncryptedMessageHandlerService()
  24750.     {
  24751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  24752.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  24753.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  24754.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  24755.         }
  24756.         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')))));
  24757.     }
  24758.     /**
  24759.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  24760.      *
  24761.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  24762.      */
  24763.     protected function getRetryMessageHandlerService()
  24764.     {
  24765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  24766.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  24767.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  24768.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  24769.         }
  24770.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  24771.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  24772.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  24773.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  24774.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  24775.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  24776.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  24777.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24778.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  24779.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  24780.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  24781.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  24782.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  24783.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  24784.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  24785.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  24786.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  24787.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  24788.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  24789.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  24790.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  24791.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  24792.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  24793.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  24794.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  24795.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  24796.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  24797.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  24798.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  24799.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  24800.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  24801.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  24802.             yield 31 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  24803.         }, 32), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  24804.     }
  24805.     /**
  24806.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  24807.      *
  24808.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  24809.      */
  24810.     protected function getSleepTaskHandlerService()
  24811.     {
  24812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  24813.         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()));
  24814.     }
  24815.     /**
  24816.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  24817.      *
  24818.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  24819.      */
  24820.     protected function getRetryMiddlewareService()
  24821.     {
  24822.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  24823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  24824.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  24825.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  24826.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  24827.         }
  24828.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24829.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  24830.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  24831.         }
  24832.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($a$b);
  24833.     }
  24834.     /**
  24835.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  24836.      *
  24837.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  24838.      */
  24839.     protected function getRegisterScheduledTasksCommandService()
  24840.     {
  24841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  24843.         $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()));
  24844.         $instance->setName('scheduled-task:register');
  24845.         return $instance;
  24846.     }
  24847.     /**
  24848.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  24849.      *
  24850.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  24851.      */
  24852.     protected function getScheduledTaskRunnerService()
  24853.     {
  24854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  24856.         $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()));
  24857.         $instance->setName('scheduled-task:run');
  24858.         return $instance;
  24859.     }
  24860.     /**
  24861.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  24862.      *
  24863.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  24864.      */
  24865.     protected function getRegisterScheduledTaskHandlerService()
  24866.     {
  24867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  24868.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  24869.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  24870.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  24871.         }
  24872.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  24873.     }
  24874.     /**
  24875.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  24876.      *
  24877.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  24878.      */
  24879.     protected function getTaskRegistryService()
  24880.     {
  24881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  24882.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24883.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  24884.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  24885.         }
  24886.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  24887.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  24888.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  24889.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  24890.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  24891.             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()));
  24892.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  24893.             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()));
  24894.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  24895.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTask()));
  24896.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  24897.             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()));
  24898.             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()));
  24899.             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()));
  24900.             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()));
  24901.             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()));
  24902.             yield 15 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  24903.         }, 16), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24904.     }
  24905.     /**
  24906.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  24907.      *
  24908.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  24909.      */
  24910.     protected function getRequeueDeadMessagesHandlerService()
  24911.     {
  24912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  24913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  24914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  24915.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24916.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  24917.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  24918.         }
  24919.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  24920.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  24921.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  24922.         }
  24923.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  24924.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  24925.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  24926.         }
  24927.         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())));
  24928.     }
  24929.     /**
  24930.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  24931.      *
  24932.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  24933.      */
  24934.     protected function getTaskSchedulerService()
  24935.     {
  24936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  24937.         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))));
  24938.     }
  24939.     /**
  24940.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  24941.      *
  24942.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  24943.      */
  24944.     protected function getPluginLifecycleSubscriberService()
  24945.     {
  24946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  24947.         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()));
  24948.     }
  24949.     /**
  24950.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  24951.      *
  24952.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  24953.      */
  24954.     protected function getUpdatePostFinishSubscriberService()
  24955.     {
  24956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  24957.         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()));
  24958.     }
  24959.     /**
  24960.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  24961.      *
  24962.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  24963.      */
  24964.     protected function getMessageFailedHandlerService()
  24965.     {
  24966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  24967.         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');
  24968.     }
  24969.     /**
  24970.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  24971.      *
  24972.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  24973.      */
  24974.     protected function getCreateMigrationCommandService()
  24975.     {
  24976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  24978.         $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');
  24979.         $instance->setName('database:create-migration');
  24980.         return $instance;
  24981.     }
  24982.     /**
  24983.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  24984.      *
  24985.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  24986.      */
  24987.     protected function getMigrationCommandService()
  24988.     {
  24989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  24991.         $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');
  24992.         $instance->setName('database:migrate');
  24993.         return $instance;
  24994.     }
  24995.     /**
  24996.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  24997.      *
  24998.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  24999.      */
  25000.     protected function getMigrationDestructiveCommandService()
  25001.     {
  25002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  25004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  25005.         $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');
  25006.         $instance->setName('database:migrate-destructive');
  25007.         return $instance;
  25008.     }
  25009.     /**
  25010.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  25011.      *
  25012.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  25013.      */
  25014.     protected function getRefreshMigrationCommandService()
  25015.     {
  25016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  25018.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  25019.         $instance->setName('database:refresh-migration');
  25020.         return $instance;
  25021.     }
  25022.     /**
  25023.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  25024.      *
  25025.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25026.      */
  25027.     protected function getMigrationSource_Core_V63Service()
  25028.     {
  25029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25030.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  25031.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  25032.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25033.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25034.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  25035.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25036.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25037.         return $instance;
  25038.     }
  25039.     /**
  25040.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  25041.      *
  25042.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25043.      */
  25044.     protected function getMigrationSource_Core_V64Service()
  25045.     {
  25046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25047.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  25048.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  25049.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  25050.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25051.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  25052.         return $instance;
  25053.     }
  25054.     /**
  25055.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  25056.      *
  25057.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25058.      */
  25059.     protected function getMigrationSource_Core_V65Service()
  25060.     {
  25061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25062.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  25063.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  25064.         return $instance;
  25065.     }
  25066.     /**
  25067.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  25068.      *
  25069.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  25070.      */
  25071.     protected function getBundleDumpCommandService()
  25072.     {
  25073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  25075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  25076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  25077.         $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));
  25078.         $instance->setName('bundle:dump');
  25079.         return $instance;
  25080.     }
  25081.     /**
  25082.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  25083.      *
  25084.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  25085.      */
  25086.     protected function getPluginActivateCommandService()
  25087.     {
  25088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  25091.         $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()));
  25092.         $instance->setName('plugin:activate');
  25093.         return $instance;
  25094.     }
  25095.     /**
  25096.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  25097.      *
  25098.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  25099.      */
  25100.     protected function getPluginDeactivateCommandService()
  25101.     {
  25102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  25105.         $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()));
  25106.         $instance->setName('plugin:deactivate');
  25107.         return $instance;
  25108.     }
  25109.     /**
  25110.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  25111.      *
  25112.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  25113.      */
  25114.     protected function getPluginInstallCommandService()
  25115.     {
  25116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  25119.         $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()));
  25120.         $instance->setName('plugin:install');
  25121.         return $instance;
  25122.     }
  25123.     /**
  25124.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  25125.      *
  25126.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  25127.      */
  25128.     protected function getPluginUninstallCommandService()
  25129.     {
  25130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  25133.         $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()));
  25134.         $instance->setName('plugin:uninstall');
  25135.         return $instance;
  25136.     }
  25137.     /**
  25138.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  25139.      *
  25140.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  25141.      */
  25142.     protected function getPluginUpdateCommandService()
  25143.     {
  25144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  25147.         $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()));
  25148.         $instance->setName('plugin:update');
  25149.         return $instance;
  25150.     }
  25151.     /**
  25152.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  25153.      *
  25154.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  25155.      */
  25156.     protected function getPluginCreateCommandService()
  25157.     {
  25158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  25160.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  25161.         $instance->setName('plugin:create');
  25162.         return $instance;
  25163.     }
  25164.     /**
  25165.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  25166.      *
  25167.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  25168.      */
  25169.     protected function getPluginListCommandService()
  25170.     {
  25171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  25173.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  25174.         $instance->setName('plugin:list');
  25175.         return $instance;
  25176.     }
  25177.     /**
  25178.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  25179.      *
  25180.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  25181.      */
  25182.     protected function getPluginRefreshCommandService()
  25183.     {
  25184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  25186.         $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()));
  25187.         $instance->setName('plugin:refresh');
  25188.         return $instance;
  25189.     }
  25190.     /**
  25191.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  25192.      *
  25193.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  25194.      */
  25195.     protected function getPluginZipImportCommandService()
  25196.     {
  25197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  25199.         $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()));
  25200.         $instance->setName('plugin:zip-import');
  25201.         return $instance;
  25202.     }
  25203.     /**
  25204.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  25205.      *
  25206.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  25207.      */
  25208.     protected function getCommandExecutorService($lazyLoad true)
  25209.     {
  25210.         if ($lazyLoad) {
  25211.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  25212.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  25213.                     $wrappedInstance $this->getCommandExecutorService(false);
  25214.                     $proxy->setProxyInitializer(null);
  25215.                     return true;
  25216.                 });
  25217.             });
  25218.         }
  25219.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  25220.     }
  25221.     /**
  25222.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  25223.      *
  25224.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  25225.      */
  25226.     protected function getPluginLifecycleServiceService()
  25227.     {
  25228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  25229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  25230.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  25231.         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()));
  25232.     }
  25233.     /**
  25234.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  25235.      *
  25236.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  25237.      */
  25238.     protected function getPluginManagementServiceService()
  25239.     {
  25240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  25241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  25242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  25243.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  25244.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  25245.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  25246.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  25247.         }
  25248.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  25249.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  25250.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  25251.         }
  25252.         $c = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  25253.         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());
  25254.     }
  25255.     /**
  25256.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  25257.      *
  25258.      * @return \Shopware\Core\Framework\Plugin\PluginService
  25259.      */
  25260.     protected function getPluginServiceService()
  25261.     {
  25262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  25263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  25264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  25265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  25266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  25267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  25268.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  25269.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  25270.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  25271.         }
  25272.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  25273.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  25274.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  25275.         }
  25276.         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());
  25277.     }
  25278.     /**
  25279.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  25280.      *
  25281.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  25282.      */
  25283.     protected function getPluginAclPrivilegesSubscriberService()
  25284.     {
  25285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  25286.         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()));
  25287.     }
  25288.     /**
  25289.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  25290.      *
  25291.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  25292.      */
  25293.     protected function getAssetServiceService()
  25294.     {
  25295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  25296.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  25297.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  25298.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  25299.         }
  25300.         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))));
  25301.     }
  25302.     /**
  25303.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  25304.      *
  25305.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  25306.      */
  25307.     protected function getContextResolverListenerService()
  25308.     {
  25309.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  25310.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  25311.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  25312.         }
  25313.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  25314.     }
  25315.     /**
  25316.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  25317.      *
  25318.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  25319.      */
  25320.     protected function getCoreSubscriberService()
  25321.     {
  25322.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  25323.     }
  25324.     /**
  25325.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  25326.      *
  25327.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  25328.      */
  25329.     protected function getRouteEventSubscriberService()
  25330.     {
  25331.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25332.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  25333.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  25334.         }
  25335.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  25336.     }
  25337.     /**
  25338.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  25339.      *
  25340.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  25341.      */
  25342.     protected function getRouteScopeListenerService()
  25343.     {
  25344.         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 () {
  25345.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  25346.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  25347.         }, 2));
  25348.     }
  25349.     /**
  25350.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  25351.      *
  25352.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  25353.      */
  25354.     protected function getRouteScopeRegistryService()
  25355.     {
  25356.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  25357.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  25358.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  25359.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  25360.             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'))));
  25361.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  25362.         }, 5));
  25363.     }
  25364.     /**
  25365.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  25366.      *
  25367.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  25368.      */
  25369.     protected function getSalesChannelRequestContextResolverService()
  25370.     {
  25371.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  25372.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  25373.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  25374.         }
  25375.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25376.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  25377.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  25378.         }
  25379.         $c = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  25380.         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);
  25381.     }
  25382.     /**
  25383.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  25384.      *
  25385.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  25386.      */
  25387.     protected function getRuleConditionRegistryService()
  25388.     {
  25389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  25390.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  25391.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  25392.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  25393.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  25394.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  25395.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  25396.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  25397.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  25398.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  25399.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  25400.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  25401.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  25402.             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()));
  25403.             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()));
  25404.             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()));
  25405.             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()));
  25406.             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()));
  25407.             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()));
  25408.             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()));
  25409.             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()));
  25410.             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()));
  25411.             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()));
  25412.             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()));
  25413.             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()));
  25414.             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()));
  25415.             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()));
  25416.             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()));
  25417.             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()));
  25418.             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()));
  25419.             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()));
  25420.             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()));
  25421.             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()));
  25422.             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()));
  25423.             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()));
  25424.             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()));
  25425.             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()));
  25426.             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()));
  25427.             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()));
  25428.             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()));
  25429.             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()));
  25430.             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()));
  25431.             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()));
  25432.             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()));
  25433.             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()));
  25434.             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()));
  25435.             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()));
  25436.             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()));
  25437.             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()));
  25438.             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()));
  25439.             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()));
  25440.             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()));
  25441.             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()));
  25442.             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()));
  25443.             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()));
  25444.             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()));
  25445.             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()));
  25446.             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()));
  25447.             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()));
  25448.             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()));
  25449.             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()));
  25450.             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()));
  25451.             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()));
  25452.             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()));
  25453.             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()));
  25454.             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()));
  25455.             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()));
  25456.             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()));
  25457.             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()));
  25458.             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()));
  25459.             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()));
  25460.             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()));
  25461.             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()));
  25462.             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()));
  25463.             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()));
  25464.             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()));
  25465.             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()));
  25466.             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()));
  25467.             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()));
  25468.             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()));
  25469.             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()));
  25470.             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()));
  25471.             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()));
  25472.             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()));
  25473.             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()));
  25474.             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()));
  25475.             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()));
  25476.             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()));
  25477.             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()));
  25478.             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()));
  25479.             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()));
  25480.             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()));
  25481.             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()));
  25482.             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()));
  25483.         }, 92));
  25484.     }
  25485.     /**
  25486.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  25487.      *
  25488.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  25489.      */
  25490.     protected function getScriptResponseEncoderService()
  25491.     {
  25492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  25493.         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()));
  25494.     }
  25495.     /**
  25496.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  25497.      *
  25498.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  25499.      */
  25500.     protected function getScriptLoaderService()
  25501.     {
  25502.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  25503.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  25504.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  25505.         }
  25506.         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);
  25507.     }
  25508.     /**
  25509.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  25510.      *
  25511.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  25512.      */
  25513.     protected function getLocaleProviderService()
  25514.     {
  25515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  25516.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  25517.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  25518.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  25519.         }
  25520.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  25521.     }
  25522.     /**
  25523.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  25524.      *
  25525.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  25526.      */
  25527.     protected function getStoreDownloadCommandService()
  25528.     {
  25529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  25531.         $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()));
  25532.         $instance->setName('store:download');
  25533.         return $instance;
  25534.     }
  25535.     /**
  25536.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  25537.      *
  25538.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  25539.      */
  25540.     protected function getStoreLoginCommandService()
  25541.     {
  25542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  25544.         $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()));
  25545.         $instance->setName('store:login');
  25546.         return $instance;
  25547.     }
  25548.     /**
  25549.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  25550.      *
  25551.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  25552.      */
  25553.     protected function getAbstractExtensionDataProviderService()
  25554.     {
  25555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  25556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  25557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  25558.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  25559.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  25560.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  25561.         }
  25562.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  25563.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  25564.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  25565.         }
  25566.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  25567.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  25568.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  25569.         }
  25570.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  25571.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  25572.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  25573.         }
  25574.         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));
  25575.     }
  25576.     /**
  25577.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  25578.      *
  25579.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  25580.      */
  25581.     protected function getAbstractStoreAppLifecycleServiceService()
  25582.     {
  25583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  25584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  25585.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  25586.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  25587.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  25588.         }
  25589.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  25590.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  25591.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  25592.         }
  25593.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  25594.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  25595.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  25596.         }
  25597.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  25598.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  25599.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  25600.         }
  25601.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  25602.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  25603.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  25604.         }
  25605.         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()));
  25606.     }
  25607.     /**
  25608.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  25609.      *
  25610.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  25611.      */
  25612.     protected function getExtensionDownloaderService()
  25613.     {
  25614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  25615.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  25616.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  25617.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  25618.         }
  25619.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  25620.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  25621.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  25622.         }
  25623.         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);
  25624.     }
  25625.     /**
  25626.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  25627.      *
  25628.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  25629.      */
  25630.     protected function getExtensionLifecycleServiceService()
  25631.     {
  25632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  25633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  25634.         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()));
  25635.     }
  25636.     /**
  25637.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  25638.      *
  25639.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  25640.      */
  25641.     protected function getExtensionLoaderService()
  25642.     {
  25643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  25644.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  25645.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  25646.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  25647.         }
  25648.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  25649.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  25650.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  25651.         }
  25652.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  25653.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  25654.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  25655.         }
  25656.         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()));
  25657.     }
  25658.     /**
  25659.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  25660.      *
  25661.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  25662.      */
  25663.     protected function getFirstRunWizardClientService()
  25664.     {
  25665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  25666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  25667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  25668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  25669.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  25670.         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()));
  25671.     }
  25672.     /**
  25673.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  25674.      *
  25675.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  25676.      */
  25677.     protected function getStoreClientService()
  25678.     {
  25679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  25680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  25681.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  25682.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  25683.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  25684.         }
  25685.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  25686.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  25687.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  25688.         }
  25689.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25690.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  25691.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  25692.         }
  25693.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  25694.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  25695.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  25696.         }
  25697.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  25698.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  25699.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  25700.         }
  25701.         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')))));
  25702.     }
  25703.     /**
  25704.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  25705.      *
  25706.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  25707.      */
  25708.     protected function getStoreServiceService($lazyLoad true)
  25709.     {
  25710.         if ($lazyLoad) {
  25711.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  25712.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  25713.                     $wrappedInstance $this->getStoreServiceService(false);
  25714.                     $proxy->setProxyInitializer(null);
  25715.                     return true;
  25716.                 });
  25717.             });
  25718.         }
  25719.         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()));
  25720.     }
  25721.     /**
  25722.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  25723.      *
  25724.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  25725.      */
  25726.     protected function getTrackingEventClientService()
  25727.     {
  25728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  25729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  25730.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  25731.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  25732.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  25733.         }
  25734.         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')))));
  25735.     }
  25736.     /**
  25737.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  25738.      *
  25739.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  25740.      */
  25741.     protected function getLicenseHostChangedSubscriberService()
  25742.     {
  25743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  25744.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25745.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  25746.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  25747.         }
  25748.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25749.     }
  25750.     /**
  25751.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  25752.      *
  25753.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  25754.      */
  25755.     protected function getLicenseCheckService()
  25756.     {
  25757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  25758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  25759.         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()));
  25760.     }
  25761.     /**
  25762.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  25763.      *
  25764.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  25765.      */
  25766.     protected function getMysqlVersionCheckService()
  25767.     {
  25768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  25769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  25770.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25771.     }
  25772.     /**
  25773.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  25774.      *
  25775.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  25776.      */
  25777.     protected function getWriteableCheckService()
  25778.     {
  25779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  25780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  25781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  25782.         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));
  25783.     }
  25784.     /**
  25785.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  25786.      *
  25787.      * @return \Shopware\Core\Framework\Validation\DataValidator
  25788.      */
  25789.     protected function getDataValidatorService()
  25790.     {
  25791.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  25792.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  25793.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  25794.         }
  25795.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  25796.     }
  25797.     /**
  25798.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  25799.      *
  25800.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  25801.      */
  25802.     protected function getBusinessEventEncoderService()
  25803.     {
  25804.         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()));
  25805.     }
  25806.     /**
  25807.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  25808.      *
  25809.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  25810.      */
  25811.     protected function getWebhookEventMessageHandlerService()
  25812.     {
  25813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  25814.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  25815.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  25816.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  25817.         }
  25818.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  25819.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  25820.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  25821.         }
  25822.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  25823.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  25824.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  25825.         }
  25826.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  25827.     }
  25828.     /**
  25829.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  25830.      *
  25831.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  25832.      */
  25833.     protected function getHookableEventFactoryService($lazyLoad true)
  25834.     {
  25835.         if ($lazyLoad) {
  25836.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  25837.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  25838.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  25839.                     $proxy->setProxyInitializer(null);
  25840.                     return true;
  25841.                 });
  25842.             });
  25843.         }
  25844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  25845.         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())));
  25846.     }
  25847.     /**
  25848.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  25849.      *
  25850.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  25851.      */
  25852.     protected function getRetryWebhookMessageFailedSubscriberService()
  25853.     {
  25854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  25855.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25856.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  25857.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  25858.         }
  25859.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  25860.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  25861.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  25862.         }
  25863.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  25864.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  25865.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  25866.         }
  25867.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  25868.     }
  25869.     /**
  25870.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  25871.      *
  25872.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  25873.      */
  25874.     protected function getWebhookCacheClearerService()
  25875.     {
  25876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  25877.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  25878.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  25879.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  25880.         }
  25881.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  25882.     }
  25883.     /**
  25884.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  25885.      *
  25886.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  25887.      */
  25888.     protected function getWebhookDispatcherService()
  25889.     {
  25890.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  25891.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  25892.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  25893.         }
  25894.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  25895.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  25896.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  25897.         }
  25898.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25899.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  25900.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  25901.         }
  25902.         $d = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  25903.         $d->setContainer($this);
  25904.         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);
  25905.     }
  25906.     /**
  25907.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  25908.      *
  25909.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  25910.      */
  25911.     protected function getSalesChannelCreateCommandService()
  25912.     {
  25913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  25915.         $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()));
  25916.         $instance->setName('sales-channel:create');
  25917.         return $instance;
  25918.     }
  25919.     /**
  25920.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  25921.      *
  25922.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  25923.      */
  25924.     protected function getSalesChannelListCommandService()
  25925.     {
  25926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  25928.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  25929.         $instance->setName('sales-channel:list');
  25930.         return $instance;
  25931.     }
  25932.     /**
  25933.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  25934.      *
  25935.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  25936.      */
  25937.     protected function getSalesChannelMaintenanceDisableCommandService()
  25938.     {
  25939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  25941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  25942.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  25943.         $instance->setName('sales-channel:maintenance:disable');
  25944.         return $instance;
  25945.     }
  25946.     /**
  25947.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  25948.      *
  25949.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  25950.      */
  25951.     protected function getSalesChannelMaintenanceEnableCommandService()
  25952.     {
  25953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  25955.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  25956.         $instance->setName('sales-channel:maintenance:enable');
  25957.         return $instance;
  25958.     }
  25959.     /**
  25960.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  25961.      *
  25962.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  25963.      */
  25964.     protected function getSalesChannelUpdateDomainCommandService()
  25965.     {
  25966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  25968.         $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()));
  25969.         $instance->setName('sales-channel:update:domain');
  25970.         $instance->setDescription('Changes the domain of all sales channels');
  25971.         return $instance;
  25972.     }
  25973.     /**
  25974.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  25975.      *
  25976.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  25977.      */
  25978.     protected function getSystemConfigureShopCommandService()
  25979.     {
  25980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  25982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  25983.         $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()));
  25984.         $instance->setName('system:configure-shop');
  25985.         return $instance;
  25986.     }
  25987.     /**
  25988.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  25989.      *
  25990.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  25991.      */
  25992.     protected function getSystemGenerateAppSecretCommandService()
  25993.     {
  25994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  25996.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  25997.         $instance->setName('system:generate-app-secret');
  25998.         return $instance;
  25999.     }
  26000.     /**
  26001.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  26002.      *
  26003.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  26004.      */
  26005.     protected function getSystemGenerateJwtSecretCommandService()
  26006.     {
  26007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  26009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26010.         $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())));
  26011.         $instance->setName('system:generate-jwt-secret');
  26012.         return $instance;
  26013.     }
  26014.     /**
  26015.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  26016.      *
  26017.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  26018.      */
  26019.     protected function getSystemInstallCommandService()
  26020.     {
  26021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  26023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  26024.         $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());
  26025.         $instance->setName('system:install');
  26026.         return $instance;
  26027.     }
  26028.     /**
  26029.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  26030.      *
  26031.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  26032.      */
  26033.     protected function getSystemSetupCommandService()
  26034.     {
  26035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  26037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26038.         $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()));
  26039.         $instance->setName('system:setup');
  26040.         return $instance;
  26041.     }
  26042.     /**
  26043.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  26044.      *
  26045.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  26046.      */
  26047.     protected function getSystemUpdateFinishCommandService()
  26048.     {
  26049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  26051.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  26052.         $instance->setName('system:update:finish');
  26053.         return $instance;
  26054.     }
  26055.     /**
  26056.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  26057.      *
  26058.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  26059.      */
  26060.     protected function getSystemUpdatePrepareCommandService()
  26061.     {
  26062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  26064.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  26065.         $instance->setName('system:update:prepare');
  26066.         return $instance;
  26067.     }
  26068.     /**
  26069.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  26070.      *
  26071.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  26072.      */
  26073.     protected function getUserChangePasswordCommandService()
  26074.     {
  26075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  26077.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  26078.         $instance->setName('user:change-password');
  26079.         return $instance;
  26080.     }
  26081.     /**
  26082.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  26083.      *
  26084.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  26085.      */
  26086.     protected function getUserCreateCommandService()
  26087.     {
  26088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  26090.         $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()));
  26091.         $instance->setName('user:create');
  26092.         return $instance;
  26093.     }
  26094.     /**
  26095.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  26096.      *
  26097.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  26098.      */
  26099.     protected function getStopwatchService()
  26100.     {
  26101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  26102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  26103.         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))));
  26104.     }
  26105.     /**
  26106.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  26107.      *
  26108.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  26109.      */
  26110.     protected function getActiveRulesDataCollectorSubscriberService()
  26111.     {
  26112.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  26113.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  26114.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  26115.         }
  26116.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  26117.     }
  26118.     /**
  26119.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  26120.      *
  26121.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  26122.      */
  26123.     protected function getCountryTaxFreeDeprecationUpdaterService()
  26124.     {
  26125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  26126.         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()));
  26127.     }
  26128.     /**
  26129.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  26130.      *
  26131.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  26132.      */
  26133.     protected function getCustomFieldServiceService()
  26134.     {
  26135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  26136.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26137.     }
  26138.     /**
  26139.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  26140.      *
  26141.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  26142.      */
  26143.     protected function getCachedLanguageLoaderService()
  26144.     {
  26145.         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()));
  26146.     }
  26147.     /**
  26148.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  26149.      *
  26150.      * @return \Shopware\Core\System\Language\LanguageValidator
  26151.      */
  26152.     protected function getLanguageValidatorService()
  26153.     {
  26154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  26155.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26156.     }
  26157.     /**
  26158.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  26159.      *
  26160.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  26161.      */
  26162.     protected function getLanguageLocaleCodeProviderService()
  26163.     {
  26164.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  26165.     }
  26166.     /**
  26167.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  26168.      *
  26169.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  26170.      */
  26171.     protected function getMigrateIncrementStorageCommandService()
  26172.     {
  26173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  26175.         $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()));
  26176.         $instance->setName('number-range:migrate');
  26177.         return $instance;
  26178.     }
  26179.     /**
  26180.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  26181.      *
  26182.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  26183.      */
  26184.     protected function getIncrementSqlStorageService()
  26185.     {
  26186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  26187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  26188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  26189.         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()));
  26190.     }
  26191.     /**
  26192.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  26193.      *
  26194.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  26195.      */
  26196.     protected function getIncrementStorageRegistryService()
  26197.     {
  26198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  26199.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  26200.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  26201.         }, 1), 'SQL');
  26202.     }
  26203.     /**
  26204.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  26205.      *
  26206.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  26207.      */
  26208.     protected function getValueGeneratorPatternIncrementService()
  26209.     {
  26210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  26211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  26212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  26213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  26214.         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());
  26215.     }
  26216.     /**
  26217.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  26218.      *
  26219.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  26220.      */
  26221.     protected function getStoreApiResponseListenerService()
  26222.     {
  26223.         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()));
  26224.     }
  26225.     /**
  26226.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  26227.      *
  26228.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  26229.      */
  26230.     protected function getStructEncoderService()
  26231.     {
  26232.         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()));
  26233.     }
  26234.     /**
  26235.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  26236.      *
  26237.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  26238.      */
  26239.     protected function getCartRestorerService()
  26240.     {
  26241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  26242.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  26243.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  26244.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  26245.         }
  26246.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  26247.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  26248.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  26249.         }
  26250.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  26251.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  26252.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  26253.         }
  26254.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  26255.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  26256.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  26257.         }
  26258.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26259.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  26260.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  26261.         }
  26262.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($a$b$c$d$e);
  26263.     }
  26264.     /**
  26265.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  26266.      *
  26267.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  26268.      */
  26269.     protected function getCleanupSalesChannelContextTaskHandlerService()
  26270.     {
  26271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  26272.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26273.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  26274.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  26275.         }
  26276.         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);
  26277.     }
  26278.     /**
  26279.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  26280.      *
  26281.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  26282.      */
  26283.     protected function getSalesChannelContextPersisterService()
  26284.     {
  26285.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26286.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  26287.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  26288.         }
  26289.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  26290.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  26291.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  26292.         }
  26293.         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');
  26294.     }
  26295.     /**
  26296.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  26297.      *
  26298.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  26299.      */
  26300.     protected function getSalesChannelContextRestorerService()
  26301.     {
  26302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  26303.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  26304.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26305.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26306.         }
  26307.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  26308.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26309.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26310.         }
  26311.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  26312.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26313.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26314.         }
  26315.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26316.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26317.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26318.         }
  26319.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  26320.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26321.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26322.         }
  26323.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26324.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  26325.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  26326.         }
  26327.         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);
  26328.     }
  26329.     /**
  26330.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  26331.      *
  26332.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  26333.      */
  26334.     protected function getSalesChannelContextServiceService()
  26335.     {
  26336.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  26337.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  26338.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  26339.         }
  26340.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  26341.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  26342.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  26343.         }
  26344.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  26345.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  26346.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  26347.         }
  26348.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  26349.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  26350.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  26351.         }
  26352.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26353.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  26354.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  26355.         }
  26356.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  26357.     }
  26358.     /**
  26359.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  26360.      *
  26361.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  26362.      */
  26363.     protected function getSalesChannelIndexerService()
  26364.     {
  26365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  26366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  26367.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26368.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  26369.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  26370.         }
  26371.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26372.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  26373.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  26374.         }
  26375.         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()));
  26376.     }
  26377.     /**
  26378.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  26379.      *
  26380.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  26381.      */
  26382.     protected function getStoreApiCustomFieldMapperService()
  26383.     {
  26384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  26385.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26386.     }
  26387.     /**
  26388.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  26389.      *
  26390.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  26391.      */
  26392.     protected function getSalesChannelValidatorService()
  26393.     {
  26394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  26395.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26396.     }
  26397.     /**
  26398.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  26399.      *
  26400.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  26401.      */
  26402.     protected function getValidateSnippetsCommandService()
  26403.     {
  26404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  26406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  26407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  26408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  26409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  26410.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  26411.         $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));
  26412.         $instance->setName('snippets:validate');
  26413.         return $instance;
  26414.     }
  26415.     /**
  26416.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  26417.      *
  26418.      * @return \Shopware\Core\System\Snippet\SnippetService
  26419.      */
  26420.     protected function getSnippetServiceService()
  26421.     {
  26422.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  26423.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  26424.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  26425.         }
  26426.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  26427.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  26428.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  26429.         }
  26430.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  26431.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  26432.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  26433.         }
  26434.         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()));
  26435.     }
  26436.     /**
  26437.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  26438.      *
  26439.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  26440.      */
  26441.     protected function getCustomFieldSubscriberService()
  26442.     {
  26443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  26444.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26445.     }
  26446.     /**
  26447.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  26448.      *
  26449.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  26450.      */
  26451.     protected function getWorkflowDumpCommandService()
  26452.     {
  26453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  26455.         $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()));
  26456.         $instance->setName('state-machine:dump');
  26457.         return $instance;
  26458.     }
  26459.     /**
  26460.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  26461.      *
  26462.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  26463.      */
  26464.     protected function getInitialStateIdLoaderService()
  26465.     {
  26466.         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()));
  26467.     }
  26468.     /**
  26469.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  26470.      *
  26471.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  26472.      */
  26473.     protected function getStateMachineRegistryService()
  26474.     {
  26475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  26476.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  26477.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  26478.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  26479.         }
  26480.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  26481.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  26482.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  26483.         }
  26484.         $c = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  26485.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  26486.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  26487.         }
  26488.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26489.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  26490.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  26491.         }
  26492.         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()));
  26493.     }
  26494.     /**
  26495.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  26496.      *
  26497.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  26498.      */
  26499.     protected function getConfigGetService()
  26500.     {
  26501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  26503.         $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()));
  26504.         $instance->setName('system:config:get');
  26505.         return $instance;
  26506.     }
  26507.     /**
  26508.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  26509.      *
  26510.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  26511.      */
  26512.     protected function getConfigSetService()
  26513.     {
  26514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  26516.         $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()));
  26517.         $instance->setName('system:config:set');
  26518.         return $instance;
  26519.     }
  26520.     /**
  26521.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  26522.      *
  26523.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  26524.      */
  26525.     protected function getConfigurationServiceService()
  26526.     {
  26527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  26528.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26529.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  26530.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  26531.         }
  26532.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26533.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  26534.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  26535.         }
  26536.         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);
  26537.     }
  26538.     /**
  26539.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearchRegistry' shared service.
  26540.      *
  26541.      * @return \Shopware\Elasticsearch\Admin\AdminSearchRegistry
  26542.      */
  26543.     protected function getAdminSearchRegistryService()
  26544.     {
  26545.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchRegistry.php';
  26546.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  26547.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26548.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  26549.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  26550.         }
  26551.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26552.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  26553.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  26554.         }
  26555.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] = new \Shopware\Elasticsearch\Admin\AdminSearchRegistry(new RewindableGenerator(function () {
  26556.             yield 'cms_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] ?? $this->getCmsPageAdminSearchIndexerService());
  26557.             yield 'customer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] ?? $this->getCustomerAdminSearchIndexerService());
  26558.             yield 'customer_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] ?? $this->getCustomerGroupAdminSearchIndexerService());
  26559.             yield 'landing_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] ?? $this->getLandingPageAdminSearchIndexerService());
  26560.             yield 'product_manufacturer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] ?? $this->getManufacturerAdminSearchIndexerService());
  26561.             yield 'media' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] ?? $this->getMediaAdminSearchIndexerService());
  26562.             yield 'order' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] ?? $this->getOrderAdminSearchIndexerService());
  26563.             yield 'payment_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] ?? $this->getPaymentMethodAdminSearchIndexerService());
  26564.             yield 'product' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] ?? $this->getProductAdminSearchIndexerService());
  26565.             yield 'promotion' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] ?? $this->getPromotionAdminSearchIndexerService());
  26566.             yield 'property_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] ?? $this->getPropertyGroupAdminSearchIndexerService());
  26567.             yield 'sales_channel' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] ?? $this->getSalesChannelAdminSearchIndexerService());
  26568.             yield 'shipping_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] ?? $this->getShippingMethodAdminSearchIndexerService());
  26569.             yield 'category' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] ?? $this->getCategoryAdminSearchIndexerService());
  26570.             yield 'newsletter_recipient' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] ?? $this->getNewsletterRecipientAdminSearchIndexerService());
  26571.             yield 'product_stream' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] ?? $this->getProductStreamAdminSearchIndexerService());
  26572.         }, 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']);
  26573.     }
  26574.     /**
  26575.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearcher' shared service.
  26576.      *
  26577.      * @return \Shopware\Elasticsearch\Admin\AdminSearcher
  26578.      */
  26579.     protected function getAdminSearcherService()
  26580.     {
  26581.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearcher.php';
  26582.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  26583.         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')))));
  26584.     }
  26585.     /**
  26586.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer' shared service.
  26587.      *
  26588.      * @return \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer
  26589.      */
  26590.     protected function getCategoryAdminSearchIndexerService()
  26591.     {
  26592.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26593.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CategoryAdminSearchIndexer.php';
  26594.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  26595.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'])) {
  26596.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'];
  26597.         }
  26598.         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'));
  26599.     }
  26600.     /**
  26601.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer' shared service.
  26602.      *
  26603.      * @return \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer
  26604.      */
  26605.     protected function getCmsPageAdminSearchIndexerService()
  26606.     {
  26607.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26608.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexer.php';
  26609.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  26610.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'])) {
  26611.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'];
  26612.         }
  26613.         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'));
  26614.     }
  26615.     /**
  26616.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer' shared service.
  26617.      *
  26618.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer
  26619.      */
  26620.     protected function getCustomerAdminSearchIndexerService()
  26621.     {
  26622.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26623.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerAdminSearchIndexer.php';
  26624.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  26625.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'])) {
  26626.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'];
  26627.         }
  26628.         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'));
  26629.     }
  26630.     /**
  26631.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer' shared service.
  26632.      *
  26633.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer
  26634.      */
  26635.     protected function getCustomerGroupAdminSearchIndexerService()
  26636.     {
  26637.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26638.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexer.php';
  26639.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  26640.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'])) {
  26641.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'];
  26642.         }
  26643.         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'));
  26644.     }
  26645.     /**
  26646.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer' shared service.
  26647.      *
  26648.      * @return \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer
  26649.      */
  26650.     protected function getLandingPageAdminSearchIndexerService()
  26651.     {
  26652.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26653.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php';
  26654.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  26655.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'])) {
  26656.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'];
  26657.         }
  26658.         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'));
  26659.     }
  26660.     /**
  26661.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer' shared service.
  26662.      *
  26663.      * @return \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer
  26664.      */
  26665.     protected function getManufacturerAdminSearchIndexerService()
  26666.     {
  26667.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26668.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexer.php';
  26669.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  26670.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'])) {
  26671.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'];
  26672.         }
  26673.         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'));
  26674.     }
  26675.     /**
  26676.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer' shared service.
  26677.      *
  26678.      * @return \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer
  26679.      */
  26680.     protected function getMediaAdminSearchIndexerService()
  26681.     {
  26682.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26683.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/MediaAdminSearchIndexer.php';
  26684.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  26685.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'])) {
  26686.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'];
  26687.         }
  26688.         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'));
  26689.     }
  26690.     /**
  26691.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer' shared service.
  26692.      *
  26693.      * @return \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer
  26694.      */
  26695.     protected function getNewsletterRecipientAdminSearchIndexerService()
  26696.     {
  26697.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26698.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexer.php';
  26699.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  26700.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'])) {
  26701.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'];
  26702.         }
  26703.         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'));
  26704.     }
  26705.     /**
  26706.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer' shared service.
  26707.      *
  26708.      * @return \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer
  26709.      */
  26710.     protected function getOrderAdminSearchIndexerService()
  26711.     {
  26712.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26713.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php';
  26714.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26715.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'])) {
  26716.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'];
  26717.         }
  26718.         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'));
  26719.     }
  26720.     /**
  26721.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer' shared service.
  26722.      *
  26723.      * @return \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer
  26724.      */
  26725.     protected function getPaymentMethodAdminSearchIndexerService()
  26726.     {
  26727.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26728.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PaymentMethodAdminSearchIndexer.php';
  26729.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  26730.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'])) {
  26731.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'];
  26732.         }
  26733.         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'));
  26734.     }
  26735.     /**
  26736.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer' shared service.
  26737.      *
  26738.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer
  26739.      */
  26740.     protected function getProductAdminSearchIndexerService()
  26741.     {
  26742.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26743.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductAdminSearchIndexer.php';
  26744.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  26745.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'])) {
  26746.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'];
  26747.         }
  26748.         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'));
  26749.     }
  26750.     /**
  26751.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer' shared service.
  26752.      *
  26753.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer
  26754.      */
  26755.     protected function getProductStreamAdminSearchIndexerService()
  26756.     {
  26757.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26758.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexer.php';
  26759.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  26760.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'])) {
  26761.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'];
  26762.         }
  26763.         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'));
  26764.     }
  26765.     /**
  26766.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer' shared service.
  26767.      *
  26768.      * @return \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer
  26769.      */
  26770.     protected function getPromotionAdminSearchIndexerService()
  26771.     {
  26772.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26773.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PromotionAdminSearchIndexer.php';
  26774.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  26775.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'])) {
  26776.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'];
  26777.         }
  26778.         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'));
  26779.     }
  26780.     /**
  26781.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer' shared service.
  26782.      *
  26783.      * @return \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer
  26784.      */
  26785.     protected function getPropertyGroupAdminSearchIndexerService()
  26786.     {
  26787.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26788.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexer.php';
  26789.         $a = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  26790.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'])) {
  26791.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'];
  26792.         }
  26793.         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'));
  26794.     }
  26795.     /**
  26796.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer' shared service.
  26797.      *
  26798.      * @return \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer
  26799.      */
  26800.     protected function getSalesChannelAdminSearchIndexerService()
  26801.     {
  26802.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26803.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/SalesChannelAdminSearchIndexer.php';
  26804.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26805.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'])) {
  26806.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'];
  26807.         }
  26808.         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'));
  26809.     }
  26810.     /**
  26811.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer' shared service.
  26812.      *
  26813.      * @return \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer
  26814.      */
  26815.     protected function getShippingMethodAdminSearchIndexerService()
  26816.     {
  26817.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  26818.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php';
  26819.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  26820.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'])) {
  26821.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'];
  26822.         }
  26823.         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'));
  26824.     }
  26825.     /**
  26826.      * Gets the private 'Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber' shared service.
  26827.      *
  26828.      * @return \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber
  26829.      */
  26830.     protected function getRefreshIndexSubscriberService()
  26831.     {
  26832.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php';
  26833.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  26834.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'])) {
  26835.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'];
  26836.         }
  26837.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] = new \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber($a);
  26838.     }
  26839.     /**
  26840.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand' shared service.
  26841.      *
  26842.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand
  26843.      */
  26844.     protected function getElasticsearchAdminIndexingCommandService()
  26845.     {
  26846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  26848.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminIndexingCommand.php';
  26849.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  26850.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'])) {
  26851.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'];
  26852.         }
  26853.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand($a);
  26854.         $instance->setName('es:admin:index');
  26855.         $instance->setDescription('Index the elasticsearch for the admin search');
  26856.         return $instance;
  26857.     }
  26858.     /**
  26859.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand' shared service.
  26860.      *
  26861.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand
  26862.      */
  26863.     protected function getElasticsearchAdminResetCommandService()
  26864.     {
  26865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26866.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminResetCommand.php';
  26867.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  26868.         $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')))));
  26869.         $instance->setName('es:admin:reset');
  26870.         $instance->setDescription('Reset Admin Elasticsearch indexing');
  26871.         return $instance;
  26872.     }
  26873.     /**
  26874.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand' shared service.
  26875.      *
  26876.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand
  26877.      */
  26878.     protected function getElasticsearchAdminTestCommandService()
  26879.     {
  26880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26881.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminTestCommand.php';
  26882.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()));
  26883.         $instance->setName('es:admin:test');
  26884.         $instance->setDescription('Allows you to test the admin search index');
  26885.         return $instance;
  26886.     }
  26887.     /**
  26888.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  26889.      *
  26890.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  26891.      */
  26892.     protected function getElasticsearchCleanIndicesCommandService()
  26893.     {
  26894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26895.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  26896.         $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()));
  26897.         $instance->setName('es:index:cleanup');
  26898.         return $instance;
  26899.     }
  26900.     /**
  26901.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  26902.      *
  26903.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  26904.      */
  26905.     protected function getElasticsearchCreateAliasCommandService()
  26906.     {
  26907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26908.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  26909.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  26910.         $instance->setName('es:create:alias');
  26911.         return $instance;
  26912.     }
  26913.     /**
  26914.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  26915.      *
  26916.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  26917.      */
  26918.     protected function getElasticsearchIndexingCommandService()
  26919.     {
  26920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  26922.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  26923.         $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()));
  26924.         $instance->setName('es:index');
  26925.         return $instance;
  26926.     }
  26927.     /**
  26928.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  26929.      *
  26930.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  26931.      */
  26932.     protected function getElasticsearchResetCommandService()
  26933.     {
  26934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26935.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  26936.         $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()));
  26937.         $instance->setName('es:reset');
  26938.         return $instance;
  26939.     }
  26940.     /**
  26941.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  26942.      *
  26943.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  26944.      */
  26945.     protected function getElasticsearchStatusCommandService()
  26946.     {
  26947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  26949.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  26950.         $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()));
  26951.         $instance->setName('es:status');
  26952.         return $instance;
  26953.     }
  26954.     /**
  26955.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  26956.      *
  26957.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  26958.      */
  26959.     protected function getElasticsearchTestAnalyzerCommandService()
  26960.     {
  26961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26962.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  26963.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  26964.         $instance->setName('es:test:analyzer');
  26965.         return $instance;
  26966.     }
  26967.     /**
  26968.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  26969.      *
  26970.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  26971.      */
  26972.     protected function getCriteriaParserService()
  26973.     {
  26974.         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())));
  26975.     }
  26976.     /**
  26977.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  26978.      *
  26979.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  26980.      */
  26981.     protected function getElasticsearchOutdatedIndexDetectorService()
  26982.     {
  26983.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  26984.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  26985.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  26986.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  26987.         }
  26988.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  26989.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  26990.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  26991.         }
  26992.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  26993.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  26994.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  26995.         }
  26996.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  26997.     }
  26998.     /**
  26999.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  27000.      *
  27001.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  27002.      */
  27003.     protected function getElasticsearchRegistryService()
  27004.     {
  27005.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  27006.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  27007.         }, 1));
  27008.     }
  27009.     /**
  27010.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  27011.      *
  27012.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  27013.      */
  27014.     protected function getElasticsearchIndexerService()
  27015.     {
  27016.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  27017.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  27018.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27019.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27020.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27021.         }
  27022.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  27023.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27024.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27025.         }
  27026.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27027.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27028.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27029.         }
  27030.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  27031.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27032.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27033.         }
  27034.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27035.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27036.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27037.         }
  27038.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27039.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27040.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27041.         }
  27042.         $g = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  27043.         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);
  27044.     }
  27045.     /**
  27046.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  27047.      *
  27048.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  27049.      */
  27050.     protected function getCustomFieldUpdaterService()
  27051.     {
  27052.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  27053.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  27054.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27055.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27056.         }
  27057.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27058.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27059.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27060.         }
  27061.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  27062.     }
  27063.     /**
  27064.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  27065.      *
  27066.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  27067.      */
  27068.     protected function getElasticsearchProductDefinitionService()
  27069.     {
  27070.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  27071.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  27072.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  27073.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  27074.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  27075.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27076.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'])) {
  27077.             return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'];
  27078.         }
  27079.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27080.         return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] = 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())));
  27081.     }
  27082.     /**
  27083.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  27084.      *
  27085.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  27086.      */
  27087.     protected function getLanguageSubscriberService()
  27088.     {
  27089.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  27090.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27091.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27092.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27093.         }
  27094.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27095.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27096.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27097.         }
  27098.         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);
  27099.     }
  27100.     /**
  27101.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  27102.      *
  27103.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  27104.      */
  27105.     protected function getProductSearchBuilderService()
  27106.     {
  27107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  27108.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  27109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  27110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  27111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  27112.         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()));
  27113.     }
  27114.     /**
  27115.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  27116.      *
  27117.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  27118.      */
  27119.     protected function getProductUpdaterService()
  27120.     {
  27121.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  27122.         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()));
  27123.     }
  27124.     /**
  27125.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  27126.      *
  27127.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  27128.      */
  27129.     protected function getSearchKeywordReplacementService()
  27130.     {
  27131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  27132.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  27133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  27134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  27135.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27136.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27137.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27138.         }
  27139.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  27140.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27141.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27142.         }
  27143.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27144.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27145.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27146.         }
  27147.         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);
  27148.     }
  27149.     /**
  27150.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  27151.      *
  27152.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  27153.      */
  27154.     protected function getStorefrontCartFacadeService()
  27155.     {
  27156.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  27157.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  27158.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  27159.         return $this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] = new \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Checkout\Shipping\BlockedShippingMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService())), new \Shopware\Storefront\Checkout\Payment\BlockedPaymentMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService())), ($this->services['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()));
  27160.     }
  27161.     /**
  27162.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  27163.      *
  27164.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  27165.      */
  27166.     protected function getCartMergedSubscriberService()
  27167.     {
  27168.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  27169.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  27170.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  27171.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  27172.         }
  27173.         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())));
  27174.     }
  27175.     /**
  27176.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  27177.      *
  27178.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  27179.      */
  27180.     protected function getCacheResponseSubscriberService()
  27181.     {
  27182.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27183.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  27184.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  27185.         }
  27186.         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);
  27187.     }
  27188.     /**
  27189.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  27190.      *
  27191.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  27192.      */
  27193.     protected function getCacheTracerService()
  27194.     {
  27195.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27196.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27197.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27198.         }
  27199.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  27200.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27201.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27202.         }
  27203.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  27204.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27205.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27206.         }
  27207.         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);
  27208.     }
  27209.     /**
  27210.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  27211.      *
  27212.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  27213.      */
  27214.     protected function getCacheWarmer2Service()
  27215.     {
  27216.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  27217.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  27218.         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 () {
  27219.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  27220.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  27221.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  27222.     }
  27223.     /**
  27224.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  27225.      *
  27226.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  27227.      */
  27228.     protected function getCacheWarmerTaskHandlerService()
  27229.     {
  27230.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  27231.         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())));
  27232.     }
  27233.     /**
  27234.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  27235.      *
  27236.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  27237.      */
  27238.     protected function getNavigationRouteWarmerService()
  27239.     {
  27240.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  27241.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  27242.         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()));
  27243.     }
  27244.     /**
  27245.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  27246.      *
  27247.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  27248.      */
  27249.     protected function getProductRouteWarmerService()
  27250.     {
  27251.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  27252.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  27253.         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()));
  27254.     }
  27255.     /**
  27256.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  27257.      *
  27258.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  27259.      */
  27260.     protected function getBasicCaptchaService()
  27261.     {
  27262.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27263.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  27264.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27265.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  27266.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  27267.         }
  27268.         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);
  27269.     }
  27270.     /**
  27271.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  27272.      *
  27273.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  27274.      */
  27275.     protected function getCaptchaRouteListenerService()
  27276.     {
  27277.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  27278.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  27279.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  27280.         }
  27281.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27282.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  27283.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  27284.         }
  27285.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  27286.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  27287.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  27288.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  27289.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  27290.         }, 4), $a$b);
  27291.     }
  27292.     /**
  27293.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  27294.      *
  27295.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  27296.      */
  27297.     protected function getGoogleReCaptchaV2Service()
  27298.     {
  27299.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27300.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  27301.         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())));
  27302.     }
  27303.     /**
  27304.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  27305.      *
  27306.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  27307.      */
  27308.     protected function getGoogleReCaptchaV3Service()
  27309.     {
  27310.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27311.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  27312.         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())));
  27313.     }
  27314.     /**
  27315.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  27316.      *
  27317.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  27318.      */
  27319.     protected function getHoneypotCaptchaService()
  27320.     {
  27321.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27322.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  27323.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  27324.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  27325.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  27326.         }
  27327.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  27328.     }
  27329.     /**
  27330.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  27331.      *
  27332.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  27333.      */
  27334.     protected function getHttpCacheWarmUpCommandService()
  27335.     {
  27336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27337.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  27338.         $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()));
  27339.         $instance->setName('http:cache:warm:up');
  27340.         return $instance;
  27341.     }
  27342.     /**
  27343.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  27344.      *
  27345.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  27346.      */
  27347.     protected function getSalesChannelCreateStorefrontCommandService()
  27348.     {
  27349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  27351.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  27352.         $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()));
  27353.         $instance->setName('sales-channel:create:storefront');
  27354.         return $instance;
  27355.     }
  27356.     /**
  27357.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  27358.      *
  27359.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  27360.      */
  27361.     protected function getCsrfRouteListenerService()
  27362.     {
  27363.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  27364.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  27365.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  27366.         }
  27367.         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);
  27368.     }
  27369.     /**
  27370.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  27371.      *
  27372.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  27373.      */
  27374.     protected function getCachedDomainLoaderInvalidatorService()
  27375.     {
  27376.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  27377.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27378.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  27379.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  27380.         }
  27381.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  27382.     }
  27383.     /**
  27384.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  27385.      *
  27386.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  27387.      */
  27388.     protected function getMaintenanceModeResolverService()
  27389.     {
  27390.         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())));
  27391.     }
  27392.     /**
  27393.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  27394.      *
  27395.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  27396.      */
  27397.     protected function getNotFoundSubscriberService()
  27398.     {
  27399.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  27400.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27401.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27402.         }
  27403.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  27404.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27405.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27406.         }
  27407.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  27408.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27409.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27410.         }
  27411.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27412.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27413.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27414.         }
  27415.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27416.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27417.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27418.         }
  27419.         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);
  27420.     }
  27421.     /**
  27422.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  27423.      *
  27424.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  27425.      */
  27426.     protected function getStorefrontSubscriberService()
  27427.     {
  27428.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  27429.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27430.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27431.         }
  27432.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27433.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27434.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27435.         }
  27436.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  27437.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27438.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27439.         }
  27440.         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);
  27441.     }
  27442.     /**
  27443.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  27444.      *
  27445.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  27446.      */
  27447.     protected function getLandingPageSeoUrlRouteService()
  27448.     {
  27449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27450.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  27451.         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()));
  27452.     }
  27453.     /**
  27454.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  27455.      *
  27456.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  27457.      */
  27458.     protected function getNavigationPageSeoUrlRouteService()
  27459.     {
  27460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27461.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  27462.         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()));
  27463.     }
  27464.     /**
  27465.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  27466.      *
  27467.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  27468.      */
  27469.     protected function getProductPageSeoUrlRouteService()
  27470.     {
  27471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27472.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  27473.         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()));
  27474.     }
  27475.     /**
  27476.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  27477.      *
  27478.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  27479.      */
  27480.     protected function getSeoUrlUpdateListenerService()
  27481.     {
  27482.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  27483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  27484.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27485.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27486.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27487.         }
  27488.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  27489.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27490.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27491.         }
  27492.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27493.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27494.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27495.         }
  27496.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  27497.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27498.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27499.         }
  27500.         $e = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27501.         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);
  27502.     }
  27503.     /**
  27504.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  27505.      *
  27506.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  27507.      */
  27508.     protected function getTwigDateRequestListenerService()
  27509.     {
  27510.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27511.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  27512.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  27513.         }
  27514.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  27515.     }
  27516.     /**
  27517.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  27518.      *
  27519.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  27520.      */
  27521.     protected function getAccountLoginPageLoaderService()
  27522.     {
  27523.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  27524.         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()));
  27525.     }
  27526.     /**
  27527.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  27528.      *
  27529.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  27530.      */
  27531.     protected function getDefaultMediaResolverService()
  27532.     {
  27533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  27534.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  27535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  27536.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  27537.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  27538.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  27539.         }
  27540.         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()));
  27541.     }
  27542.     /**
  27543.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  27544.      *
  27545.      * @return \Shopware\Storefront\Page\GenericPageLoader
  27546.      */
  27547.     protected function getGenericPageLoaderService()
  27548.     {
  27549.         $a = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  27550.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27551.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27552.         }
  27553.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  27554.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27555.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27556.         }
  27557.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27558.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27559.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27560.         }
  27561.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  27562.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27563.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27564.         }
  27565.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  27566.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27567.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27568.         }
  27569.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27570.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  27571.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  27572.         }
  27573.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($a$b$c$d$e$f);
  27574.     }
  27575.     /**
  27576.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  27577.      *
  27578.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  27579.      */
  27580.     protected function getProductPageConfiguratorLoaderService()
  27581.     {
  27582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  27583.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  27584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  27585.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  27586.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  27587.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  27588.         }
  27589.         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()))));
  27590.     }
  27591.     /**
  27592.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  27593.      *
  27594.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  27595.      */
  27596.     protected function getFooterPageletLoaderService()
  27597.     {
  27598.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27599.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  27600.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  27601.         }
  27602.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  27603.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  27604.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  27605.         }
  27606.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  27607.     }
  27608.     /**
  27609.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  27610.      *
  27611.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  27612.      */
  27613.     protected function getHeaderPageletLoaderService()
  27614.     {
  27615.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27616.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  27617.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  27618.         }
  27619.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  27620.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  27621.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  27622.         }
  27623.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  27624.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  27625.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  27626.         }
  27627.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  27628.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  27629.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  27630.         }
  27631.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  27632.     }
  27633.     /**
  27634.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  27635.      *
  27636.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  27637.      */
  27638.     protected function getNewsletterAccountPageletLoaderService()
  27639.     {
  27640.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  27641.         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()));
  27642.     }
  27643.     /**
  27644.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  27645.      *
  27646.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  27647.      */
  27648.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  27649.     {
  27650.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  27651.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27652.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  27653.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  27654.         }
  27655.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  27656.     }
  27657.     /**
  27658.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  27659.      *
  27660.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  27661.      */
  27662.     protected function getThemeChangeCommandService()
  27663.     {
  27664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27665.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  27666.         $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()));
  27667.         $instance->setName('theme:change');
  27668.         return $instance;
  27669.     }
  27670.     /**
  27671.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  27672.      *
  27673.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  27674.      */
  27675.     protected function getThemeCompileCommandService()
  27676.     {
  27677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27678.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  27679.         $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()));
  27680.         $instance->setName('theme:compile');
  27681.         return $instance;
  27682.     }
  27683.     /**
  27684.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  27685.      *
  27686.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  27687.      */
  27688.     protected function getThemeCreateCommandService()
  27689.     {
  27690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27691.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  27692.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  27693.         $instance->setName('theme:create');
  27694.         return $instance;
  27695.     }
  27696.     /**
  27697.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  27698.      *
  27699.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  27700.      */
  27701.     protected function getThemeDumpCommandService()
  27702.     {
  27703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27704.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  27705.         $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()));
  27706.         $instance->setName('theme:dump');
  27707.         return $instance;
  27708.     }
  27709.     /**
  27710.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  27711.      *
  27712.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  27713.      */
  27714.     protected function getThemePrepareIconsCommandService()
  27715.     {
  27716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27717.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  27718.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  27719.         $instance->setName('theme:prepare-icons');
  27720.         return $instance;
  27721.     }
  27722.     /**
  27723.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  27724.      *
  27725.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  27726.      */
  27727.     protected function getThemeRefreshCommandService()
  27728.     {
  27729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27730.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  27731.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  27732.         $instance->setName('theme:refresh');
  27733.         return $instance;
  27734.     }
  27735.     /**
  27736.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  27737.      *
  27738.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  27739.      */
  27740.     protected function getDatabaseAvailableThemeProviderService()
  27741.     {
  27742.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  27743.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  27744.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27745.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  27746.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  27747.         }
  27748.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  27749.     }
  27750.     /**
  27751.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  27752.      *
  27753.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  27754.      */
  27755.     protected function getDatabaseConfigLoaderService()
  27756.     {
  27757.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  27758.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  27759.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  27760.         }
  27761.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27762.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  27763.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  27764.         }
  27765.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  27766.     }
  27767.     /**
  27768.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  27769.      *
  27770.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  27771.      */
  27772.     protected function getStaticFileConfigDumperService()
  27773.     {
  27774.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  27775.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  27776.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  27777.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  27778.         }
  27779.         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()));
  27780.     }
  27781.     /**
  27782.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  27783.      *
  27784.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  27785.      */
  27786.     protected function getThemeIndexerService()
  27787.     {
  27788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27789.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  27790.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  27791.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  27792.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  27793.         }
  27794.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27795.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  27796.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  27797.         }
  27798.         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);
  27799.     }
  27800.     /**
  27801.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  27802.      *
  27803.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  27804.      */
  27805.     protected function getAppLifecycleSubscriberService()
  27806.     {
  27807.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  27808.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  27809.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  27810.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  27811.         }
  27812.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27813.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  27814.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  27815.         }
  27816.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  27817.     }
  27818.     /**
  27819.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  27820.      *
  27821.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  27822.      */
  27823.     protected function getFirstRunWizardSubscriberService()
  27824.     {
  27825.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  27826.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  27827.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  27828.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  27829.         }
  27830.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  27831.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  27832.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  27833.         }
  27834.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  27835.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  27836.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  27837.         }
  27838.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  27839.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  27840.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  27841.         }
  27842.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27843.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  27844.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  27845.         }
  27846.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  27847.     }
  27848.     /**
  27849.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  27850.      *
  27851.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  27852.      */
  27853.     protected function getPluginLifecycleSubscriber2Service()
  27854.     {
  27855.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  27856.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  27857.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  27858.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  27859.         }
  27860.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  27861.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  27862.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  27863.         }
  27864.         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);
  27865.     }
  27866.     /**
  27867.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  27868.      *
  27869.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  27870.      */
  27871.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  27872.     {
  27873.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  27874.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  27875.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  27876.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  27877.         }
  27878.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  27879.     }
  27880.     /**
  27881.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  27882.      *
  27883.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  27884.      */
  27885.     protected function getUpdateSubscriberService()
  27886.     {
  27887.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  27888.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  27889.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  27890.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  27891.         }
  27892.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  27893.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  27894.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  27895.         }
  27896.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27897.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  27898.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  27899.         }
  27900.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  27901.     }
  27902.     /**
  27903.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  27904.      *
  27905.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  27906.      */
  27907.     protected function getThemeAppLifecycleHandlerService()
  27908.     {
  27909.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  27910.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  27911.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  27912.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  27913.         }
  27914.         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);
  27915.     }
  27916.     /**
  27917.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  27918.      *
  27919.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  27920.      */
  27921.     protected function getThemeConfigValueAccessorService()
  27922.     {
  27923.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27924.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  27925.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  27926.         }
  27927.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  27928.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  27929.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  27930.         }
  27931.         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())));
  27932.     }
  27933.     /**
  27934.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  27935.      *
  27936.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  27937.      */
  27938.     protected function getThemeFileResolverService()
  27939.     {
  27940.         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)))));
  27941.     }
  27942.     /**
  27943.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  27944.      *
  27945.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  27946.      */
  27947.     protected function getThemeLifecycleHandlerService()
  27948.     {
  27949.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  27950.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  27951.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  27952.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  27953.         }
  27954.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  27955.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  27956.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  27957.         }
  27958.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  27959.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  27960.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  27961.         }
  27962.         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()));
  27963.     }
  27964.     /**
  27965.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  27966.      *
  27967.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  27968.      */
  27969.     protected function getThemeLifecycleServiceService()
  27970.     {
  27971.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  27972.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  27973.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27974.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27975.         }
  27976.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27977.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27978.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27979.         }
  27980.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  27981.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27982.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27983.         }
  27984.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  27985.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27986.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27987.         }
  27988.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  27989.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27990.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27991.         }
  27992.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  27993.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27994.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27995.         }
  27996.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27997.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  27998.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  27999.         }
  28000.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  28001.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28002.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28003.         }
  28004.         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()));
  28005.     }
  28006.     /**
  28007.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  28008.      *
  28009.      * @return \Shopware\Storefront\Theme\ThemeService
  28010.      */
  28011.     protected function getThemeServiceService()
  28012.     {
  28013.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28014.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28015.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28016.         }
  28017.         $b = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  28018.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28019.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28020.         }
  28021.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28022.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28023.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28024.         }
  28025.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28026.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28027.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28028.         }
  28029.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  28030.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28031.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28032.         }
  28033.         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()));
  28034.     }
  28035.     /**
  28036.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  28037.      *
  28038.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  28039.      */
  28040.     protected function getThemeNamespaceHierarchyBuilderService()
  28041.     {
  28042.         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()));
  28043.     }
  28044.     /**
  28045.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  28046.      *
  28047.      * @return \SwagExtensionStore\Services\StoreClient
  28048.      */
  28049.     protected function getStoreClient2Service()
  28050.     {
  28051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  28052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  28053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  28054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  28055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  28056.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  28057.         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()));
  28058.     }
  28059.     /**
  28060.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  28061.      *
  28062.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  28063.      */
  28064.     protected function getPsrHttpFactoryService()
  28065.     {
  28066.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  28067.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  28068.     }
  28069.     /**
  28070.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  28071.      *
  28072.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  28073.      */
  28074.     protected function getDotenvDumpCommandService()
  28075.     {
  28076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28077.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  28078.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  28079.         $instance->setName('dotenv:dump');
  28080.         $instance->setDescription('Compiles .env files to .env.local.php');
  28081.         return $instance;
  28082.     }
  28083.     /**
  28084.      * Gets the private 'annotations.cache_adapter' shared service.
  28085.      *
  28086.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  28087.      */
  28088.     protected function getAnnotations_CacheAdapterService()
  28089.     {
  28090.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  28091.     }
  28092.     /**
  28093.      * Gets the private 'annotations.cache_warmer' shared service.
  28094.      *
  28095.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  28096.      */
  28097.     protected function getAnnotations_CacheWarmerService()
  28098.     {
  28099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  28101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  28102.         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);
  28103.     }
  28104.     /**
  28105.      * Gets the private 'annotations.cached_reader' shared service.
  28106.      *
  28107.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  28108.      */
  28109.     protected function getAnnotations_CachedReaderService()
  28110.     {
  28111.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  28112.     }
  28113.     /**
  28114.      * Gets the private 'annotations.reader' shared service.
  28115.      *
  28116.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  28117.      */
  28118.     protected function getAnnotations_ReaderService()
  28119.     {
  28120.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  28121.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  28122.         $a->registerUniqueLoader('class_exists');
  28123.         $instance->addGlobalIgnoredName('required'$a);
  28124.         return $instance;
  28125.     }
  28126.     /**
  28127.      * Gets the private 'assets.packages' shared service.
  28128.      *
  28129.      * @return \Symfony\Component\Asset\Packages
  28130.      */
  28131.     protected function getAssets_PackagesService()
  28132.     {
  28133.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  28134.         $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 () {
  28135.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  28136.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  28137.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  28138.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  28139.         }, 4));
  28140.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  28141.         return $instance;
  28142.     }
  28143.     /**
  28144.      * Gets the private 'cache.annotations' shared service.
  28145.      *
  28146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28147.      */
  28148.     protected function getCache_AnnotationsService()
  28149.     {
  28150.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s1ohkdk9ZR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28151.     }
  28152.     /**
  28153.      * Gets the private 'cache.http' shared service.
  28154.      *
  28155.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  28156.      */
  28157.     protected function getCache_HttpService()
  28158.     {
  28159.         $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()));
  28160.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28161.         return $instance;
  28162.     }
  28163.     /**
  28164.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  28165.      *
  28166.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28167.      */
  28168.     protected function getCache_Messenger_RestartWorkersSignalService()
  28169.     {
  28170.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28171.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28172.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28173.     }
  28174.     /**
  28175.      * Gets the private 'cache.property_info' shared service.
  28176.      *
  28177.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28178.      */
  28179.     protected function getCache_PropertyInfoService()
  28180.     {
  28181.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nvQS3DpCzR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28182.     }
  28183.     /**
  28184.      * Gets the private 'cache.rate_limiter' shared service.
  28185.      *
  28186.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28187.      */
  28188.     protected function getCache_RateLimiterService()
  28189.     {
  28190.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28191.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28192.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28193.     }
  28194.     /**
  28195.      * Gets the private 'cache.serializer' shared service.
  28196.      *
  28197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28198.      */
  28199.     protected function getCache_SerializerService()
  28200.     {
  28201.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CiUeJoHyzR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28202.     }
  28203.     /**
  28204.      * Gets the private 'cache.tags' shared service.
  28205.      *
  28206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28207.      */
  28208.     protected function getCache_TagsService()
  28209.     {
  28210.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28211.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28212.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28213.     }
  28214.     /**
  28215.      * Gets the private 'cache.validator' shared service.
  28216.      *
  28217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28218.      */
  28219.     protected function getCache_ValidatorService()
  28220.     {
  28221.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gTw0onSJZO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28222.     }
  28223.     /**
  28224.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  28225.      *
  28226.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  28227.      */
  28228.     protected function getCachePoolClearer_CacheWarmerService()
  28229.     {
  28230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  28232.         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']);
  28233.     }
  28234.     /**
  28235.      * Gets the private 'config_builder.warmer' shared service.
  28236.      *
  28237.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  28238.      */
  28239.     protected function getConfigBuilder_WarmerService()
  28240.     {
  28241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  28243.         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()));
  28244.     }
  28245.     /**
  28246.      * Gets the private 'config_cache_factory' shared service.
  28247.      *
  28248.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  28249.      */
  28250.     protected function getConfigCacheFactoryService()
  28251.     {
  28252.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  28253.             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)));
  28254.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  28255.         }, 2));
  28256.     }
  28257.     /**
  28258.      * Gets the private 'console.command.about' shared service.
  28259.      *
  28260.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  28261.      */
  28262.     protected function getConsole_Command_AboutService()
  28263.     {
  28264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  28266.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  28267.         $instance->setName('about');
  28268.         $instance->setDescription('Display information about the current project');
  28269.         return $instance;
  28270.     }
  28271.     /**
  28272.      * Gets the private 'console.command.assets_install' shared service.
  28273.      *
  28274.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  28275.      */
  28276.     protected function getConsole_Command_AssetsInstallService()
  28277.     {
  28278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  28280.         $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()));
  28281.         $instance->setName('assets:install');
  28282.         return $instance;
  28283.     }
  28284.     /**
  28285.      * Gets the private 'console.command.cache_clear' shared service.
  28286.      *
  28287.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  28288.      */
  28289.     protected function getConsole_Command_CacheClearService()
  28290.     {
  28291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  28293.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  28294.         $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())));
  28295.         $instance->setName('cache:clear');
  28296.         $instance->setDescription('Clear the cache');
  28297.         return $instance;
  28298.     }
  28299.     /**
  28300.      * Gets the private 'console.command.cache_pool_clear' shared service.
  28301.      *
  28302.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  28303.      */
  28304.     protected function getConsole_Command_CachePoolClearService()
  28305.     {
  28306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  28308.         $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']);
  28309.         $instance->setName('cache:pool:clear');
  28310.         $instance->setDescription('Clear cache pools');
  28311.         return $instance;
  28312.     }
  28313.     /**
  28314.      * Gets the private 'console.command.cache_pool_delete' shared service.
  28315.      *
  28316.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  28317.      */
  28318.     protected function getConsole_Command_CachePoolDeleteService()
  28319.     {
  28320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  28322.         $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']);
  28323.         $instance->setName('cache:pool:delete');
  28324.         $instance->setDescription('Delete an item from a cache pool');
  28325.         return $instance;
  28326.     }
  28327.     /**
  28328.      * Gets the private 'console.command.cache_pool_list' shared service.
  28329.      *
  28330.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  28331.      */
  28332.     protected function getConsole_Command_CachePoolListService()
  28333.     {
  28334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  28336.         $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']);
  28337.         $instance->setName('cache:pool:list');
  28338.         $instance->setDescription('List available cache pools');
  28339.         return $instance;
  28340.     }
  28341.     /**
  28342.      * Gets the private 'console.command.cache_pool_prune' shared service.
  28343.      *
  28344.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  28345.      */
  28346.     protected function getConsole_Command_CachePoolPruneService()
  28347.     {
  28348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  28350.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  28351.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  28352.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  28353.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  28354.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  28355.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  28356.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  28357.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  28358.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  28359.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  28360.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  28361.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  28362.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  28363.         }, 12));
  28364.         $instance->setName('cache:pool:prune');
  28365.         $instance->setDescription('Prune cache pools');
  28366.         return $instance;
  28367.     }
  28368.     /**
  28369.      * Gets the private 'console.command.cache_warmup' shared service.
  28370.      *
  28371.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  28372.      */
  28373.     protected function getConsole_Command_CacheWarmupService()
  28374.     {
  28375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  28377.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  28378.         $instance->setName('cache:warmup');
  28379.         $instance->setDescription('Warm up an empty cache');
  28380.         return $instance;
  28381.     }
  28382.     /**
  28383.      * Gets the private 'console.command.config_debug' shared service.
  28384.      *
  28385.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  28386.      */
  28387.     protected function getConsole_Command_ConfigDebugService()
  28388.     {
  28389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  28393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  28394.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  28395.         $instance->setName('debug:config');
  28396.         $instance->setDescription('Dump the current configuration for an extension');
  28397.         return $instance;
  28398.     }
  28399.     /**
  28400.      * Gets the private 'console.command.config_dump_reference' shared service.
  28401.      *
  28402.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  28403.      */
  28404.     protected function getConsole_Command_ConfigDumpReferenceService()
  28405.     {
  28406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  28410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  28411.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  28412.         $instance->setName('config:dump-reference');
  28413.         $instance->setDescription('Dump the default configuration for an extension');
  28414.         return $instance;
  28415.     }
  28416.     /**
  28417.      * Gets the private 'console.command.container_debug' shared service.
  28418.      *
  28419.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  28420.      */
  28421.     protected function getConsole_Command_ContainerDebugService()
  28422.     {
  28423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28426.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  28427.         $instance->setName('debug:container');
  28428.         $instance->setDescription('Display current services for an application');
  28429.         return $instance;
  28430.     }
  28431.     /**
  28432.      * Gets the private 'console.command.container_lint' shared service.
  28433.      *
  28434.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  28435.      */
  28436.     protected function getConsole_Command_ContainerLintService()
  28437.     {
  28438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  28440.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  28441.         $instance->setName('lint:container');
  28442.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  28443.         return $instance;
  28444.     }
  28445.     /**
  28446.      * Gets the private 'console.command.debug_autowiring' shared service.
  28447.      *
  28448.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  28449.      */
  28450.     protected function getConsole_Command_DebugAutowiringService()
  28451.     {
  28452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  28456.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  28457.         $instance->setName('debug:autowiring');
  28458.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  28459.         return $instance;
  28460.     }
  28461.     /**
  28462.      * Gets the private 'console.command.dotenv_debug' shared service.
  28463.      *
  28464.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  28465.      */
  28466.     protected function getConsole_Command_DotenvDebugService()
  28467.     {
  28468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28469.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  28470.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  28471.         $instance->setName('debug:dotenv');
  28472.         $instance->setDescription('Lists all dotenv files with variables and values');
  28473.         return $instance;
  28474.     }
  28475.     /**
  28476.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  28477.      *
  28478.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  28479.      */
  28480.     protected function getConsole_Command_EventDispatcherDebugService()
  28481.     {
  28482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  28484.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28485.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  28486.         ], [
  28487.             'event_dispatcher' => '?',
  28488.         ]));
  28489.         $instance->setName('debug:event-dispatcher');
  28490.         $instance->setDescription('Display configured listeners for an application');
  28491.         return $instance;
  28492.     }
  28493.     /**
  28494.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  28495.      *
  28496.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  28497.      */
  28498.     protected function getConsole_Command_MessengerConsumeMessagesService()
  28499.     {
  28500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28501.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  28502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  28503.         $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']);
  28504.         $instance->setName('messenger:consume');
  28505.         $instance->setDescription('Consume messages');
  28506.         return $instance;
  28507.     }
  28508.     /**
  28509.      * Gets the private 'console.command.messenger_debug' shared service.
  28510.      *
  28511.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  28512.      */
  28513.     protected function getConsole_Command_MessengerDebugService()
  28514.     {
  28515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  28517.         $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'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  28518.         $instance->setName('debug:messenger');
  28519.         $instance->setDescription('List messages you can dispatch using the message buses');
  28520.         return $instance;
  28521.     }
  28522.     /**
  28523.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  28524.      *
  28525.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  28526.      */
  28527.     protected function getConsole_Command_MessengerSetupTransportsService()
  28528.     {
  28529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28530.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  28531.         $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']);
  28532.         $instance->setName('messenger:setup-transports');
  28533.         $instance->setDescription('Prepare the required infrastructure for the transport');
  28534.         return $instance;
  28535.     }
  28536.     /**
  28537.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  28538.      *
  28539.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  28540.      */
  28541.     protected function getConsole_Command_MessengerStopWorkersService()
  28542.     {
  28543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  28545.         $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()));
  28546.         $instance->setName('messenger:stop-workers');
  28547.         $instance->setDescription('Stop workers after their current message');
  28548.         return $instance;
  28549.     }
  28550.     /**
  28551.      * Gets the private 'console.command.router_debug' shared service.
  28552.      *
  28553.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  28554.      */
  28555.     protected function getConsole_Command_RouterDebugService()
  28556.     {
  28557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  28560.         $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()));
  28561.         $instance->setName('debug:router');
  28562.         $instance->setDescription('Display current routes for an application');
  28563.         return $instance;
  28564.     }
  28565.     /**
  28566.      * Gets the private 'console.command.router_match' shared service.
  28567.      *
  28568.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  28569.      */
  28570.     protected function getConsole_Command_RouterMatchService()
  28571.     {
  28572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  28574.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  28575.             return new \EmptyIterator();
  28576.         }, 0));
  28577.         $instance->setName('router:match');
  28578.         $instance->setDescription('Help debug routes by simulating a path info match');
  28579.         return $instance;
  28580.     }
  28581.     /**
  28582.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  28583.      *
  28584.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  28585.      */
  28586.     protected function getConsole_Command_SecretsDecryptToLocalService()
  28587.     {
  28588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  28590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28592.         $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')))));
  28593.         $instance->setName('secrets:decrypt-to-local');
  28594.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  28595.         return $instance;
  28596.     }
  28597.     /**
  28598.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  28599.      *
  28600.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  28601.      */
  28602.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  28603.     {
  28604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  28606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28608.         $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')))));
  28609.         $instance->setName('secrets:encrypt-from-local');
  28610.         $instance->setDescription('Encrypt all local secrets to the vault');
  28611.         return $instance;
  28612.     }
  28613.     /**
  28614.      * Gets the private 'console.command.secrets_generate_key' shared service.
  28615.      *
  28616.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  28617.      */
  28618.     protected function getConsole_Command_SecretsGenerateKeyService()
  28619.     {
  28620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  28622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28624.         $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')))));
  28625.         $instance->setName('secrets:generate-keys');
  28626.         $instance->setDescription('Generate new encryption keys');
  28627.         return $instance;
  28628.     }
  28629.     /**
  28630.      * Gets the private 'console.command.secrets_list' shared service.
  28631.      *
  28632.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  28633.      */
  28634.     protected function getConsole_Command_SecretsListService()
  28635.     {
  28636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  28638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28640.         $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')))));
  28641.         $instance->setName('secrets:list');
  28642.         $instance->setDescription('List all secrets');
  28643.         return $instance;
  28644.     }
  28645.     /**
  28646.      * Gets the private 'console.command.secrets_remove' shared service.
  28647.      *
  28648.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  28649.      */
  28650.     protected function getConsole_Command_SecretsRemoveService()
  28651.     {
  28652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  28654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28656.         $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')))));
  28657.         $instance->setName('secrets:remove');
  28658.         $instance->setDescription('Remove a secret from the vault');
  28659.         return $instance;
  28660.     }
  28661.     /**
  28662.      * Gets the private 'console.command.secrets_set' shared service.
  28663.      *
  28664.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  28665.      */
  28666.     protected function getConsole_Command_SecretsSetService()
  28667.     {
  28668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  28670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28672.         $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')))));
  28673.         $instance->setName('secrets:set');
  28674.         $instance->setDescription('Set a secret in the vault');
  28675.         return $instance;
  28676.     }
  28677.     /**
  28678.      * Gets the private 'console.command.translation_debug' shared service.
  28679.      *
  28680.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  28681.      */
  28682.     protected function getConsole_Command_TranslationDebugService()
  28683.     {
  28684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  28686.         $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).'/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')], []);
  28687.         $instance->setName('debug:translation');
  28688.         $instance->setDescription('Display translation messages information');
  28689.         return $instance;
  28690.     }
  28691.     /**
  28692.      * Gets the private 'console.command.translation_extract' shared service.
  28693.      *
  28694.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  28695.      */
  28696.     protected function getConsole_Command_TranslationExtractService()
  28697.     {
  28698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  28700.         $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).'/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')], []);
  28701.         $instance->setName('translation:extract');
  28702.         $instance->setAliases([=> 'translation:update']);
  28703.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  28704.         return $instance;
  28705.     }
  28706.     /**
  28707.      * Gets the private 'console.command.translation_pull' shared service.
  28708.      *
  28709.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  28710.      */
  28711.     protected function getConsole_Command_TranslationPullService()
  28712.     {
  28713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  28716.         $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', [], []);
  28717.         $instance->setName('translation:pull');
  28718.         $instance->setDescription('Pull translations from a given provider.');
  28719.         return $instance;
  28720.     }
  28721.     /**
  28722.      * Gets the private 'console.command.translation_push' shared service.
  28723.      *
  28724.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  28725.      */
  28726.     protected function getConsole_Command_TranslationPushService()
  28727.     {
  28728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  28731.         $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()), [], []);
  28732.         $instance->setName('translation:push');
  28733.         $instance->setDescription('Push translations to a given provider.');
  28734.         return $instance;
  28735.     }
  28736.     /**
  28737.      * Gets the private 'console.command.validator_debug' shared service.
  28738.      *
  28739.      * @return \Symfony\Component\Validator\Command\DebugCommand
  28740.      */
  28741.     protected function getConsole_Command_ValidatorDebugService()
  28742.     {
  28743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28744.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  28745.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  28746.         $instance->setName('debug:validator');
  28747.         $instance->setDescription('Display validation constraints for classes');
  28748.         return $instance;
  28749.     }
  28750.     /**
  28751.      * Gets the private 'console.command.xliff_lint' shared service.
  28752.      *
  28753.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  28754.      */
  28755.     protected function getConsole_Command_XliffLintService()
  28756.     {
  28757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  28759.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  28760.         $instance->setName('lint:xliff');
  28761.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  28762.         return $instance;
  28763.     }
  28764.     /**
  28765.      * Gets the private 'console.command.yaml_lint' shared service.
  28766.      *
  28767.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  28768.      */
  28769.     protected function getConsole_Command_YamlLintService()
  28770.     {
  28771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28772.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  28773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  28774.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  28775.         $instance->setName('lint:yaml');
  28776.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  28777.         return $instance;
  28778.     }
  28779.     /**
  28780.      * Gets the private 'console.error_listener' shared service.
  28781.      *
  28782.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  28783.      */
  28784.     protected function getConsole_ErrorListenerService()
  28785.     {
  28786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  28787.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  28788.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  28789.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  28790.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  28791.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  28792.     }
  28793.     /**
  28794.      * Gets the private 'container.env_var_processor' shared service.
  28795.      *
  28796.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  28797.      */
  28798.     protected function getContainer_EnvVarProcessorService()
  28799.     {
  28800.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  28801.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  28802.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  28803.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  28804.         }, 1));
  28805.     }
  28806.     /**
  28807.      * Gets the private 'data_collector.request' shared service.
  28808.      *
  28809.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  28810.      */
  28811.     protected function getDataCollector_RequestService()
  28812.     {
  28813.         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())));
  28814.     }
  28815.     /**
  28816.      * Gets the private 'data_collector.request.session_collector' shared service.
  28817.      *
  28818.      * @return \Closure
  28819.      */
  28820.     protected function getDataCollector_Request_SessionCollectorService()
  28821.     {
  28822.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  28823.     }
  28824.     /**
  28825.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  28826.      *
  28827.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28828.      */
  28829.     protected function getCartValueResolverService()
  28830.     {
  28831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  28834.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  28835.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  28836.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  28837.         }
  28838.         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))));
  28839.     }
  28840.     /**
  28841.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  28842.      *
  28843.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28844.      */
  28845.     protected function getCustomerValueResolverService()
  28846.     {
  28847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  28850.         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))));
  28851.     }
  28852.     /**
  28853.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  28854.      *
  28855.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28856.      */
  28857.     protected function getContextValueResolverService()
  28858.     {
  28859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  28862.         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))));
  28863.     }
  28864.     /**
  28865.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  28866.      *
  28867.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28868.      */
  28869.     protected function getResponseFactoryInterfaceValueResolverService()
  28870.     {
  28871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  28874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  28875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  28876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  28877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  28878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  28879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  28880.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  28881.         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))));
  28882.     }
  28883.     /**
  28884.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  28885.      *
  28886.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28887.      */
  28888.     protected function getCriteriaValueResolverService()
  28889.     {
  28890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  28893.         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))));
  28894.     }
  28895.     /**
  28896.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  28897.      *
  28898.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28899.      */
  28900.     protected function getQueryDataBagResolverService()
  28901.     {
  28902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  28905.         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))));
  28906.     }
  28907.     /**
  28908.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  28909.      *
  28910.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28911.      */
  28912.     protected function getRequestDataBagResolverService()
  28913.     {
  28914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  28917.         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))));
  28918.     }
  28919.     /**
  28920.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  28921.      *
  28922.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28923.      */
  28924.     protected function getSalesChannelContextValueResolverService()
  28925.     {
  28926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28927.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  28929.         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))));
  28930.     }
  28931.     /**
  28932.      * Gets the private 'debug.argument_resolver.default' shared service.
  28933.      *
  28934.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28935.      */
  28936.     protected function getDebug_ArgumentResolver_DefaultService()
  28937.     {
  28938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  28941.         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))));
  28942.     }
  28943.     /**
  28944.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  28945.      *
  28946.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28947.      */
  28948.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  28949.     {
  28950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  28953.         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.u1UoOa0'] ?? $this->get_ServiceLocator_U1UoOa0Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  28954.     }
  28955.     /**
  28956.      * Gets the private 'debug.argument_resolver.request' shared service.
  28957.      *
  28958.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28959.      */
  28960.     protected function getDebug_ArgumentResolver_RequestService()
  28961.     {
  28962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  28965.         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))));
  28966.     }
  28967.     /**
  28968.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  28969.      *
  28970.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28971.      */
  28972.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  28973.     {
  28974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  28977.         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))));
  28978.     }
  28979.     /**
  28980.      * Gets the private 'debug.argument_resolver.service' shared service.
  28981.      *
  28982.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28983.      */
  28984.     protected function getDebug_ArgumentResolver_ServiceService()
  28985.     {
  28986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  28989.         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.u1UoOa0'] ?? $this->get_ServiceLocator_U1UoOa0Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  28990.     }
  28991.     /**
  28992.      * Gets the private 'debug.argument_resolver.session' shared service.
  28993.      *
  28994.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28995.      */
  28996.     protected function getDebug_ArgumentResolver_SessionService()
  28997.     {
  28998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  29001.         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))));
  29002.     }
  29003.     /**
  29004.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  29005.      *
  29006.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29007.      */
  29008.     protected function getDebug_ArgumentResolver_VariadicService()
  29009.     {
  29010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  29013.         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))));
  29014.     }
  29015.     /**
  29016.      * Gets the private 'debug.debug_handlers_listener' shared service.
  29017.      *
  29018.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  29019.      */
  29020.     protected function getDebug_DebugHandlersListenerService()
  29021.     {
  29022.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  29023.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29024.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29025.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  29027.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  29028.     }
  29029.     /**
  29030.      * Gets the private 'debug.dump_listener' shared service.
  29031.      *
  29032.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  29033.      */
  29034.     protected function getDebug_DumpListenerService()
  29035.     {
  29036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  29037.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  29038.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  29039.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  29040.         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);
  29041.     }
  29042.     /**
  29043.      * Gets the private 'debug.file_link_formatter' shared service.
  29044.      *
  29045.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  29046.      */
  29047.     protected function getDebug_FileLinkFormatterService()
  29048.     {
  29049.         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 () {
  29050.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  29051.         });
  29052.     }
  29053.     /**
  29054.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  29055.      *
  29056.      * @return \string
  29057.      */
  29058.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  29059.     {
  29060.         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');
  29061.     }
  29062.     /**
  29063.      * Gets the private 'debug.log_processor' shared service.
  29064.      *
  29065.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  29066.      */
  29067.     protected function getDebug_LogProcessorService()
  29068.     {
  29069.         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())));
  29070.     }
  29071.     /**
  29072.      * Gets the private 'debug.validator' shared service.
  29073.      *
  29074.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  29075.      */
  29076.     protected function getDebug_ValidatorService()
  29077.     {
  29078.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  29079.         if (isset($this->privates['debug.validator'])) {
  29080.             return $this->privates['debug.validator'];
  29081.         }
  29082.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  29083.     }
  29084.     /**
  29085.      * Gets the private 'enqueue.client.consume_command' shared service.
  29086.      *
  29087.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  29088.      */
  29089.     protected function getEnqueue_Client_ConsumeCommandService()
  29090.     {
  29091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29092.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29093.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  29094.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29095.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29096.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  29097.         $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');
  29098.         $instance->setName('enqueue:consume');
  29099.         return $instance;
  29100.     }
  29101.     /**
  29102.      * Gets the private 'enqueue.client.default.context' shared service.
  29103.      *
  29104.      * @return \Interop\Queue\Context
  29105.      */
  29106.     protected function getEnqueue_Client_Default_ContextService()
  29107.     {
  29108.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  29109.     }
  29110.     /**
  29111.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  29112.      *
  29113.      * @return \Enqueue\Client\DelegateProcessor
  29114.      */
  29115.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  29116.     {
  29117.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29118.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  29119.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29120.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29121.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29122.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  29123.         ], [
  29124.             'enqueue.client.default.router_processor' => '?',
  29125.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  29126.     }
  29127.     /**
  29128.      * Gets the private 'enqueue.client.default.driver' shared service.
  29129.      *
  29130.      * @return \Enqueue\Client\DriverInterface
  29131.      */
  29132.     protected function getEnqueue_Client_Default_DriverService()
  29133.     {
  29134.         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([]));
  29135.     }
  29136.     /**
  29137.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  29138.      *
  29139.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  29140.      */
  29141.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  29142.     {
  29143.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  29144.         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()));
  29145.     }
  29146.     /**
  29147.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  29148.      *
  29149.      * @return \Enqueue\Symfony\Client\LazyProducer
  29150.      */
  29151.     protected function getEnqueue_Client_Default_LazyProducerService()
  29152.     {
  29153.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  29154.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29155.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  29156.         ], [
  29157.             'enqueue.client.default.producer' => '?',
  29158.         ]), 'enqueue.client.default.producer');
  29159.     }
  29160.     /**
  29161.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  29162.      *
  29163.      * @return \Enqueue\Consumption\QueueConsumer
  29164.      */
  29165.     protected function getEnqueue_Client_Default_QueueConsumerService()
  29166.     {
  29167.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29168.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29169.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29170.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29171.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29172.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29173.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29174.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29175.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29176.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29177.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29178.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29179.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29180.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29181.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  29182.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  29183.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  29184.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  29185.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29186.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  29187.         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);
  29188.     }
  29189.     /**
  29190.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  29191.      *
  29192.      * @return \Enqueue\Client\RouterProcessor
  29193.      */
  29194.     protected function getEnqueue_Client_Default_RouterProcessorService()
  29195.     {
  29196.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29197.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  29198.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  29199.     }
  29200.     /**
  29201.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  29202.      *
  29203.      * @return \Enqueue\Client\SpoolProducer
  29204.      */
  29205.     protected function getEnqueue_Client_Default_SpoolProducerService()
  29206.     {
  29207.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  29208.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  29209.     }
  29210.     /**
  29211.      * Gets the private 'enqueue.client.produce_command' shared service.
  29212.      *
  29213.      * @return \Enqueue\Symfony\Client\ProduceCommand
  29214.      */
  29215.     protected function getEnqueue_Client_ProduceCommandService()
  29216.     {
  29217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29218.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  29219.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  29220.         $instance->setName('enqueue:produce');
  29221.         return $instance;
  29222.     }
  29223.     /**
  29224.      * Gets the private 'enqueue.client.routes_command' shared service.
  29225.      *
  29226.      * @return \Enqueue\Symfony\Client\RoutesCommand
  29227.      */
  29228.     protected function getEnqueue_Client_RoutesCommandService()
  29229.     {
  29230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29231.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  29232.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  29233.         $instance->setName('enqueue:routes');
  29234.         return $instance;
  29235.     }
  29236.     /**
  29237.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  29238.      *
  29239.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  29240.      */
  29241.     protected function getEnqueue_Client_SetupBrokerCommandService()
  29242.     {
  29243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29244.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  29245.         $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');
  29246.         $instance->setName('enqueue:setup-broker');
  29247.         return $instance;
  29248.     }
  29249.     /**
  29250.      * Gets the private 'enqueue.locator' shared service.
  29251.      *
  29252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29253.      */
  29254.     protected function getEnqueue_LocatorService()
  29255.     {
  29256.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29257.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  29258.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  29259.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  29260.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  29261.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  29262.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  29263.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  29264.         ], [
  29265.             'enqueue.client.default.delegate_processor' => '?',
  29266.             'enqueue.client.default.driver' => '?',
  29267.             'enqueue.client.default.producer' => '?',
  29268.             'enqueue.client.default.queue_consumer' => '?',
  29269.             'enqueue.transport.default.context' => '?',
  29270.             'enqueue.transport.default.processor_registry' => '?',
  29271.             'enqueue.transport.default.queue_consumer' => '?',
  29272.         ]);
  29273.     }
  29274.     /**
  29275.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  29276.      *
  29277.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  29278.      */
  29279.     protected function getEnqueue_MessengerTransport_FactoryService()
  29280.     {
  29281.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  29282.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  29283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  29284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  29285.         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);
  29286.     }
  29287.     /**
  29288.      * Gets the private 'enqueue.transport.consume_command' shared service.
  29289.      *
  29290.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  29291.      */
  29292.     protected function getEnqueue_Transport_ConsumeCommandService()
  29293.     {
  29294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29295.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29296.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29297.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29298.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  29299.         $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');
  29300.         $instance->setName('enqueue:transport:consume');
  29301.         return $instance;
  29302.     }
  29303.     /**
  29304.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  29305.      *
  29306.      * @return \Interop\Queue\ConnectionFactory
  29307.      */
  29308.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  29309.     {
  29310.         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:']);
  29311.     }
  29312.     /**
  29313.      * Gets the private 'enqueue.transport.default.context' shared service.
  29314.      *
  29315.      * @return \Interop\Queue\Context
  29316.      */
  29317.     protected function getEnqueue_Transport_Default_ContextService()
  29318.     {
  29319.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  29320.     }
  29321.     /**
  29322.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  29323.      *
  29324.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  29325.      */
  29326.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  29327.     {
  29328.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29329.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29330.         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));
  29331.     }
  29332.     /**
  29333.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  29334.      *
  29335.      * @return \Enqueue\Consumption\QueueConsumer
  29336.      */
  29337.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  29338.     {
  29339.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29340.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29341.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29342.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29343.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29344.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29345.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29346.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29347.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29348.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29349.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29350.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29351.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29352.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29353.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  29354.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  29355.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29356.         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);
  29357.     }
  29358.     /**
  29359.      * Gets the private 'error_handler.error_renderer.html' shared service.
  29360.      *
  29361.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  29362.      */
  29363.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  29364.     {
  29365.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  29366.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  29367.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  29368.         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()));
  29369.     }
  29370.     /**
  29371.      * Gets the private 'esi_listener' shared service.
  29372.      *
  29373.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  29374.      */
  29375.     protected function getEsiListenerService()
  29376.     {
  29377.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  29378.     }
  29379.     /**
  29380.      * Gets the private 'exception_listener' shared service.
  29381.      *
  29382.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  29383.      */
  29384.     protected function getExceptionListenerService()
  29385.     {
  29386.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  29387.     }
  29388.     /**
  29389.      * Gets the private 'fragment.listener' shared service.
  29390.      *
  29391.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  29392.      */
  29393.     protected function getFragment_ListenerService()
  29394.     {
  29395.         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');
  29396.     }
  29397.     /**
  29398.      * Gets the private 'fragment.renderer.esi' shared service.
  29399.      *
  29400.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  29401.      */
  29402.     protected function getFragment_Renderer_EsiService()
  29403.     {
  29404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  29405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  29406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  29407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  29408.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  29409.         if (isset($this->privates['fragment.renderer.esi'])) {
  29410.             return $this->privates['fragment.renderer.esi'];
  29411.         }
  29412.         $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')))));
  29413.         $instance->setFragmentPath('/_fragment');
  29414.         return $instance;
  29415.     }
  29416.     /**
  29417.      * Gets the private 'fragment.renderer.hinclude' shared service.
  29418.      *
  29419.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  29420.      */
  29421.     protected function getFragment_Renderer_HincludeService()
  29422.     {
  29423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  29424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  29425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  29426.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  29427.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  29428.             return $this->privates['fragment.renderer.hinclude'];
  29429.         }
  29430.         $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);
  29431.         $instance->setFragmentPath('/_fragment');
  29432.         return $instance;
  29433.     }
  29434.     /**
  29435.      * Gets the private 'fragment.renderer.inline' shared service.
  29436.      *
  29437.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  29438.      */
  29439.     protected function getFragment_Renderer_InlineService()
  29440.     {
  29441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  29442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  29443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  29444.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  29445.         if (isset($this->privates['fragment.renderer.inline'])) {
  29446.             return $this->privates['fragment.renderer.inline'];
  29447.         }
  29448.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29449.         if (isset($this->privates['fragment.renderer.inline'])) {
  29450.             return $this->privates['fragment.renderer.inline'];
  29451.         }
  29452.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  29453.         $instance->setFragmentPath('/_fragment');
  29454.         return $instance;
  29455.     }
  29456.     /**
  29457.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  29458.      *
  29459.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  29460.      */
  29461.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  29462.     {
  29463.         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);
  29464.     }
  29465.     /**
  29466.      * Gets the private 'kernel.bundles' shared service.
  29467.      *
  29468.      * @return \Iterator
  29469.      */
  29470.     protected function getKernel_BundlesService()
  29471.     {
  29472.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  29473.     }
  29474.     /**
  29475.      * Gets the private 'locale_aware_listener' shared service.
  29476.      *
  29477.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  29478.      */
  29479.     protected function getLocaleAwareListenerService()
  29480.     {
  29481.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  29482.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  29483.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  29484.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  29485.     }
  29486.     /**
  29487.      * Gets the private 'locale_listener' shared service.
  29488.      *
  29489.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  29490.      */
  29491.     protected function getLocaleListenerService()
  29492.     {
  29493.         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, []);
  29494.     }
  29495.     /**
  29496.      * Gets the private 'lock.default.factory' shared service.
  29497.      *
  29498.      * @return \Symfony\Component\Lock\LockFactory
  29499.      */
  29500.     protected function getLock_Default_FactoryService()
  29501.     {
  29502.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('flock'));
  29503.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  29504.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29505.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29506.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  29508.         $instance->setLogger($a);
  29509.         return $instance;
  29510.     }
  29511.     /**
  29512.      * Gets the private 'mailer.messenger.message_handler' shared service.
  29513.      *
  29514.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  29515.      */
  29516.     protected function getMailer_Messenger_MessageHandlerService()
  29517.     {
  29518.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  29519.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  29520.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  29521.             return $this->privates['mailer.messenger.message_handler'];
  29522.         }
  29523.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  29524.     }
  29525.     /**
  29526.      * Gets the private 'mailer.transport_factory.native' shared service.
  29527.      *
  29528.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  29529.      */
  29530.     protected function getMailer_TransportFactory_NativeService()
  29531.     {
  29532.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  29533.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  29534.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  29535.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29536.         if (isset($this->privates['mailer.transport_factory.native'])) {
  29537.             return $this->privates['mailer.transport_factory.native'];
  29538.         }
  29539.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  29540.     }
  29541.     /**
  29542.      * Gets the private 'mailer.transport_factory.null' shared service.
  29543.      *
  29544.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  29545.      */
  29546.     protected function getMailer_TransportFactory_NullService()
  29547.     {
  29548.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  29549.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  29550.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  29551.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29552.         if (isset($this->privates['mailer.transport_factory.null'])) {
  29553.             return $this->privates['mailer.transport_factory.null'];
  29554.         }
  29555.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  29556.     }
  29557.     /**
  29558.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  29559.      *
  29560.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  29561.      */
  29562.     protected function getMailer_TransportFactory_SendmailService()
  29563.     {
  29564.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  29565.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  29566.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  29567.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29568.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  29569.             return $this->privates['mailer.transport_factory.sendmail'];
  29570.         }
  29571.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  29572.     }
  29573.     /**
  29574.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  29575.      *
  29576.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  29577.      */
  29578.     protected function getMailer_TransportFactory_SmtpService()
  29579.     {
  29580.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  29581.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  29582.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  29583.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29584.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  29585.             return $this->privates['mailer.transport_factory.smtp'];
  29586.         }
  29587.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  29588.     }
  29589.     /**
  29590.      * Gets the private 'mailer.transports' shared service.
  29591.      *
  29592.      * @return \Symfony\Component\Mailer\Transport\Transports
  29593.      */
  29594.     protected function getMailer_TransportsService()
  29595.     {
  29596.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  29597.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  29598.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  29599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  29600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailAttachmentsBuilder.php';
  29601.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29602.         if (isset($this->privates['mailer.transports'])) {
  29603.             return $this->privates['mailer.transports'];
  29604.         }
  29605.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  29606.         if (isset($this->privates['mailer.transports'])) {
  29607.             return $this->privates['mailer.transports'];
  29608.         }
  29609.         $c = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  29610.         if (isset($this->privates['mailer.transports'])) {
  29611.             return $this->privates['mailer.transports'];
  29612.         }
  29613.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  29614.         if (isset($this->privates['mailer.transports'])) {
  29615.             return $this->privates['mailer.transports'];
  29616.         }
  29617.         $e = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  29618.         if (isset($this->privates['mailer.transports'])) {
  29619.             return $this->privates['mailer.transports'];
  29620.         }
  29621.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  29622.         if (isset($this->privates['mailer.transports'])) {
  29623.             return $this->privates['mailer.transports'];
  29624.         }
  29625.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  29626.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  29627.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  29628.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  29629.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  29630.         }, 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')]);
  29631.     }
  29632.     /**
  29633.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  29634.      *
  29635.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  29636.      */
  29637.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  29638.     {
  29639.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  29640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  29641.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  29642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  29643.         $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 () {
  29644.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  29645.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  29646.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  29647.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  29648.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  29649.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  29650.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  29651.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  29652.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  29653.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  29654.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  29655.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  29656.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  29657.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  29658.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  29659.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  29660.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  29661.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  29662.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  29663.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  29664.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  29665.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  29666.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  29667.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  29668.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  29669.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  29670.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  29671.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  29672.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  29673.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  29674.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  29675.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  29676.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  29677.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  29678.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  29679.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  29680.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  29681.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => new RewindableGenerator(function () {
  29682.             yield => ($this->privates['.messenger.handler_descriptor.wUKKx8c'] ?? $this->get_Messenger_HandlerDescriptor_WUKKx8cService());
  29683.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  29684.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  29685.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  29686.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  29687.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  29688.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  29689.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  29690.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  29691.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  29692.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  29693.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  29694.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  29695.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  29696.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  29697.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  29698.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  29699.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  29700.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  29701.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  29702.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  29703.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  29704.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  29705.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  29706.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  29707.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  29708.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  29709.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  29710.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  29711.         }, 1), 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => new RewindableGenerator(function () {
  29712.             yield => ($this->privates['.messenger.handler_descriptor.blq.UUc'] ?? $this->get_Messenger_HandlerDescriptor_Blq_UUcService());
  29713.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  29714.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  29715.         }, 1)]));
  29716.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  29717.         return $instance;
  29718.     }
  29719.     /**
  29720.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  29721.      *
  29722.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  29723.      */
  29724.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  29725.     {
  29726.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  29727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  29728.         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');
  29729.     }
  29730.     /**
  29731.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  29732.      *
  29733.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  29734.      */
  29735.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  29736.     {
  29737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  29738.         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()));
  29739.     }
  29740.     /**
  29741.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  29742.      *
  29743.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  29744.      */
  29745.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  29746.     {
  29747.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  29748.         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()));
  29749.     }
  29750.     /**
  29751.      * Gets the private 'messenger.middleware.send_message' shared service.
  29752.      *
  29753.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  29754.      */
  29755.     protected function getMessenger_Middleware_SendMessageService()
  29756.     {
  29757.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  29758.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  29759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  29760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  29761.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  29762.         $a = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  29763.         if (isset($this->privates['messenger.middleware.send_message'])) {
  29764.             return $this->privates['messenger.middleware.send_message'];
  29765.         }
  29766.         $b = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  29767.         if (isset($this->privates['messenger.middleware.send_message'])) {
  29768.             return $this->privates['messenger.middleware.send_message'];
  29769.         }
  29770.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29771.         if (isset($this->privates['messenger.middleware.send_message'])) {
  29772.             return $this->privates['messenger.middleware.send_message'];
  29773.         }
  29774.         $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);
  29775.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  29776.         return $instance;
  29777.     }
  29778.     /**
  29779.      * Gets the private 'messenger.receiver_locator' shared service.
  29780.      *
  29781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29782.      */
  29783.     protected function getMessenger_ReceiverLocatorService()
  29784.     {
  29785.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29786.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  29787.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  29788.         ], [
  29789.             'default' => '?',
  29790.             'messenger.transport.default' => '?',
  29791.         ]);
  29792.     }
  29793.     /**
  29794.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  29795.      *
  29796.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  29797.      */
  29798.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  29799.     {
  29800.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  29801.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  29802.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  29803.     }
  29804.     /**
  29805.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  29806.      *
  29807.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  29808.      */
  29809.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  29810.     {
  29811.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  29812.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29813.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  29814.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  29815.         }
  29816.         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, [
  29817.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  29818.         ], [
  29819.             'default' => '?',
  29820.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  29821.     }
  29822.     /**
  29823.      * Gets the private 'messenger.routable_message_bus' shared service.
  29824.      *
  29825.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  29826.      */
  29827.     protected function getMessenger_RoutableMessageBusService()
  29828.     {
  29829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  29830.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29831.         if (isset($this->privates['messenger.routable_message_bus'])) {
  29832.             return $this->privates['messenger.routable_message_bus'];
  29833.         }
  29834.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29835.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  29836.         ], [
  29837.             'messenger.bus.shopware' => '?',
  29838.         ]), $a);
  29839.     }
  29840.     /**
  29841.      * Gets the private 'messenger.transport.default' shared service.
  29842.      *
  29843.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  29844.      */
  29845.     protected function getMessenger_Transport_DefaultService()
  29846.     {
  29847.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  29848.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  29849.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  29850.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  29851.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  29852.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  29853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  29854.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  29855.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  29856.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  29857.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  29858.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  29859.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  29860.         }, 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())));
  29861.     }
  29862.     /**
  29863.      * Gets the private 'messenger.transport.sync.factory' shared service.
  29864.      *
  29865.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  29866.      */
  29867.     protected function getMessenger_Transport_Sync_FactoryService()
  29868.     {
  29869.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  29870.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  29871.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  29872.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  29873.             return $this->privates['messenger.transport.sync.factory'];
  29874.         }
  29875.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  29876.     }
  29877.     /**
  29878.      * Gets the private 'mime_types' shared service.
  29879.      *
  29880.      * @return \Symfony\Component\Mime\MimeTypes
  29881.      */
  29882.     protected function getMimeTypesService()
  29883.     {
  29884.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  29885.         $instance->setDefault($instance);
  29886.         return $instance;
  29887.     }
  29888.     /**
  29889.      * Gets the private 'monolog.command.server_log' shared service.
  29890.      *
  29891.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  29892.      */
  29893.     protected function getMonolog_Command_ServerLogService()
  29894.     {
  29895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29896.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  29897.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  29898.         $instance->setName('server:log');
  29899.         $instance->setDescription('Start a log server that displays logs in real time');
  29900.         return $instance;
  29901.     }
  29902.     /**
  29903.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  29904.      *
  29905.      * @return \Monolog\Handler\BufferHandler
  29906.      */
  29907.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  29908.     {
  29909.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  29910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  29911.         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);
  29912.     }
  29913.     /**
  29914.      * Gets the private 'monolog.handler.console' shared service.
  29915.      *
  29916.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  29917.      */
  29918.     protected function getMonolog_Handler_ConsoleService()
  29919.     {
  29920.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  29921.     }
  29922.     /**
  29923.      * Gets the private 'monolog.logger' shared service.
  29924.      *
  29925.      * @return \Symfony\Bridge\Monolog\Logger
  29926.      */
  29927.     protected function getMonolog_LoggerService()
  29928.     {
  29929.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  29930.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29931.         $instance->useMicrosecondTimestamps(true);
  29932.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29933.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  29935.         return $instance;
  29936.     }
  29937.     /**
  29938.      * Gets the private 'monolog.logger.cache' shared service.
  29939.      *
  29940.      * @return \Symfony\Bridge\Monolog\Logger
  29941.      */
  29942.     protected function getMonolog_Logger_CacheService()
  29943.     {
  29944.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  29945.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29946.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29947.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  29949.         return $instance;
  29950.     }
  29951.     /**
  29952.      * Gets the private 'monolog.logger.mailer' shared service.
  29953.      *
  29954.      * @return \Symfony\Bridge\Monolog\Logger
  29955.      */
  29956.     protected function getMonolog_Logger_MailerService()
  29957.     {
  29958.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  29959.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29960.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29961.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  29963.         return $instance;
  29964.     }
  29965.     /**
  29966.      * Gets the private 'monolog.logger.messenger' shared service.
  29967.      *
  29968.      * @return \Symfony\Bridge\Monolog\Logger
  29969.      */
  29970.     protected function getMonolog_Logger_MessengerService()
  29971.     {
  29972.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  29973.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29974.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29975.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29976.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  29977.         return $instance;
  29978.     }
  29979.     /**
  29980.      * Gets the private 'monolog.logger.request' shared service.
  29981.      *
  29982.      * @return \Symfony\Bridge\Monolog\Logger
  29983.      */
  29984.     protected function getMonolog_Logger_RequestService()
  29985.     {
  29986.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  29987.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29988.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29989.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  29990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  29991.         return $instance;
  29992.     }
  29993.     /**
  29994.      * Gets the private 'parameter_bag' shared service.
  29995.      *
  29996.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  29997.      */
  29998.     protected function getParameterBagService()
  29999.     {
  30000.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  30001.     }
  30002.     /**
  30003.      * Gets the private 'profiler_listener' shared service.
  30004.      *
  30005.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  30006.      */
  30007.     protected function getProfilerListenerService()
  30008.     {
  30009.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  30010.         if (isset($this->privates['profiler_listener'])) {
  30011.             return $this->privates['profiler_listener'];
  30012.         }
  30013.         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);
  30014.     }
  30015.     /**
  30016.      * Gets the private 'property_info' shared service.
  30017.      *
  30018.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  30019.      */
  30020.     protected function getPropertyInfoService()
  30021.     {
  30022.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  30023.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  30024.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30025.         }, 2), new RewindableGenerator(function () {
  30026.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30027.         }, 1), new RewindableGenerator(function () {
  30028.             return new \EmptyIterator();
  30029.         }, 0), new RewindableGenerator(function () {
  30030.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30031.         }, 1), new RewindableGenerator(function () {
  30032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30033.         }, 1));
  30034.     }
  30035.     /**
  30036.      * Gets the private 'property_info.serializer_extractor' shared service.
  30037.      *
  30038.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  30039.      */
  30040.     protected function getPropertyInfo_SerializerExtractorService()
  30041.     {
  30042.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  30043.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  30044.     }
  30045.     /**
  30046.      * Gets the private 'router.cache_warmer' shared service.
  30047.      *
  30048.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  30049.      */
  30050.     protected function getRouter_CacheWarmerService()
  30051.     {
  30052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  30054.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30055.             'router' => ['services''router''getRouterService'false],
  30056.         ], [
  30057.             'router' => '?',
  30058.         ]))->withContext('router.cache_warmer'$this));
  30059.     }
  30060.     /**
  30061.      * Gets the private 'router.default' shared service.
  30062.      *
  30063.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  30064.      */
  30065.     protected function getRouter_DefaultService()
  30066.     {
  30067.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  30068.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30069.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30070.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  30071.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30072.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30073.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  30074.         ], [
  30075.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  30076.         ]))->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');
  30077.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  30078.         return $instance;
  30079.     }
  30080.     /**
  30081.      * Gets the private 'router.request_context' shared service.
  30082.      *
  30083.      * @return \Symfony\Component\Routing\RequestContext
  30084.      */
  30085.     protected function getRouter_RequestContextService()
  30086.     {
  30087.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  30088.     }
  30089.     /**
  30090.      * Gets the private 'router_listener' shared service.
  30091.      *
  30092.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  30093.      */
  30094.     protected function getRouterListenerService()
  30095.     {
  30096.         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);
  30097.     }
  30098.     /**
  30099.      * Gets the private 'secrets.vault' shared service.
  30100.      *
  30101.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  30102.      */
  30103.     protected function getSecrets_VaultService()
  30104.     {
  30105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  30106.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  30107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  30108.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  30109.         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'));
  30110.     }
  30111.     /**
  30112.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  30113.      *
  30114.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  30115.      */
  30116.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  30117.     {
  30118.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30119.     }
  30120.     /**
  30121.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  30122.      *
  30123.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  30124.      */
  30125.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  30126.     {
  30127.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  30128.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  30129.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  30130.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  30131.     }
  30132.     /**
  30133.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  30134.      *
  30135.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  30136.      */
  30137.     protected function getSensioFrameworkExtra_View_ListenerService()
  30138.     {
  30139.         $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))));
  30140.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30141.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  30142.         ], [
  30143.             'twig' => '?',
  30144.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  30145.         return $instance;
  30146.     }
  30147.     /**
  30148.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  30149.      *
  30150.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  30151.      */
  30152.     protected function getSerializer_Mapping_CacheWarmerService()
  30153.     {
  30154.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  30156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  30157.         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'));
  30158.     }
  30159.     /**
  30160.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  30161.      *
  30162.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  30163.      */
  30164.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  30165.     {
  30166.         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()))]));
  30167.     }
  30168.     /**
  30169.      * Gets the private 'session.factory' shared service.
  30170.      *
  30171.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  30172.      */
  30173.     protected function getSession_FactoryService()
  30174.     {
  30175.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  30176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  30177.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  30178.         if (isset($this->privates['session.factory'])) {
  30179.             return $this->privates['session.factory'];
  30180.         }
  30181.         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']);
  30182.     }
  30183.     /**
  30184.      * Gets the private 'session.storage.factory.native' shared service.
  30185.      *
  30186.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  30187.      */
  30188.     protected function getSession_Storage_Factory_NativeService()
  30189.     {
  30190.         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);
  30191.     }
  30192.     /**
  30193.      * Gets the private 'session_listener' shared service.
  30194.      *
  30195.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  30196.      */
  30197.     protected function getSessionListenerService()
  30198.     {
  30199.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30200.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  30201.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  30202.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  30203.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  30204.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  30205.         ], [
  30206.             'initialized_session' => '?',
  30207.             'logger' => '?',
  30208.             'session' => '?',
  30209.             'session_collector' => '?',
  30210.             'session_factory' => '?',
  30211.         ]), true$this->parameters['session.storage.options']);
  30212.     }
  30213.     /**
  30214.      * Gets the private 'shopware.api.authorization_server' shared service.
  30215.      *
  30216.      * @return \League\OAuth2\Server\AuthorizationServer
  30217.      */
  30218.     protected function getShopware_Api_AuthorizationServerService()
  30219.     {
  30220.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  30221.         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 () {
  30222.             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()));
  30223.             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()));
  30224.             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()));
  30225.         }, 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'));
  30226.     }
  30227.     /**
  30228.      * Gets the private 'shopware.app_system.guzzle' shared service.
  30229.      *
  30230.      * @return \GuzzleHttp\Client
  30231.      */
  30232.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  30233.     {
  30234.         if ($lazyLoad) {
  30235.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  30236.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  30237.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  30238.                     $proxy->setProxyInitializer(null);
  30239.                     return true;
  30240.                 });
  30241.             });
  30242.         }
  30243.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  30244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  30245.         $a \GuzzleHttp\HandlerStack::create();
  30246.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.20.2', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  30247.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  30248.     }
  30249.     /**
  30250.      * Gets the private 'shopware.asset.asset' shared service.
  30251.      *
  30252.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30253.      */
  30254.     protected function getShopware_Asset_AssetService()
  30255.     {
  30256.         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()));
  30257.     }
  30258.     /**
  30259.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  30260.      *
  30261.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  30262.      */
  30263.     protected function getShopware_Asset_Asset_VersionStrategyService()
  30264.     {
  30265.         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()));
  30266.     }
  30267.     /**
  30268.      * Gets the private 'shopware.asset.public' shared service.
  30269.      *
  30270.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30271.      */
  30272.     protected function getShopware_Asset_PublicService()
  30273.     {
  30274.         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())));
  30275.     }
  30276.     /**
  30277.      * Gets the private 'shopware.asset.sitemap' shared service.
  30278.      *
  30279.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30280.      */
  30281.     protected function getShopware_Asset_SitemapService()
  30282.     {
  30283.         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())));
  30284.     }
  30285.     /**
  30286.      * Gets the private 'shopware.asset.theme' shared service.
  30287.      *
  30288.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  30289.      */
  30290.     protected function getShopware_Asset_ThemeService()
  30291.     {
  30292.         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())));
  30293.     }
  30294.     /**
  30295.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  30296.      *
  30297.      * @return \Psr\Log\LoggerInterface
  30298.      */
  30299.     protected function getShopware_Elasticsearch_LoggerService()
  30300.     {
  30301.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  30302.     }
  30303.     /**
  30304.      * Gets the private 'shopware.es.profiled.adminClient.inner' shared service.
  30305.      *
  30306.      * @return \Elasticsearch\Client
  30307.      */
  30308.     protected function getShopware_Es_Profiled_AdminClient_InnerService($lazyLoad true)
  30309.     {
  30310.         if ($lazyLoad) {
  30311.             return $this->privates['shopware.es.profiled.adminClient.inner'] = $this->createProxy('Client_dba3ed3', function () {
  30312.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  30313.                     $wrappedInstance $this->getShopware_Es_Profiled_AdminClient_InnerService(false);
  30314.                     $proxy->setProxyInitializer(null);
  30315.                     return true;
  30316.                 });
  30317.             });
  30318.         }
  30319.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  30320.         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']);
  30321.     }
  30322.     /**
  30323.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  30324.      *
  30325.      * @return \Elasticsearch\Client
  30326.      */
  30327.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  30328.     {
  30329.         if ($lazyLoad) {
  30330.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  30331.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  30332.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  30333.                     $proxy->setProxyInitializer(null);
  30334.                     return true;
  30335.                 });
  30336.             });
  30337.         }
  30338.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  30339.         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']);
  30340.     }
  30341.     /**
  30342.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  30343.      *
  30344.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  30345.      */
  30346.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  30347.     {
  30348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  30349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  30350.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30351.         $instance->setPool('message_queue');
  30352.         $instance->setConfig([]);
  30353.         return $instance;
  30354.     }
  30355.     /**
  30356.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  30357.      *
  30358.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  30359.      */
  30360.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  30361.     {
  30362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  30363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  30364.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30365.         $instance->setPool('user_activity');
  30366.         $instance->setConfig([]);
  30367.         return $instance;
  30368.     }
  30369.     /**
  30370.      * Gets the private 'shopware.jwt_config' shared service.
  30371.      *
  30372.      * @return \Lcobucci\JWT\Configuration
  30373.      */
  30374.     protected function getShopware_JwtConfigService()
  30375.     {
  30376.         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')))));
  30377.     }
  30378.     /**
  30379.      * Gets the private 'shopware.rate_limiter' shared service.
  30380.      *
  30381.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  30382.      */
  30383.     protected function getShopware_RateLimiterService()
  30384.     {
  30385.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  30386.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  30387.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30388.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  30389.         $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));
  30390.         $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));
  30391.         $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));
  30392.         $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));
  30393.         $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));
  30394.         $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));
  30395.         $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));
  30396.         $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));
  30397.         $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));
  30398.         return $instance;
  30399.     }
  30400.     /**
  30401.      * Gets the private 'slugify' shared service.
  30402.      *
  30403.      * @return \Cocur\Slugify\Slugify
  30404.      */
  30405.     protected function getSlugifyService()
  30406.     {
  30407.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  30408.     }
  30409.     /**
  30410.      * Gets the private 'translation.extractor' shared service.
  30411.      *
  30412.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  30413.      */
  30414.     protected function getTranslation_ExtractorService()
  30415.     {
  30416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  30417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  30418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  30419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  30420.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  30421.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  30422.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  30423.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  30424.         return $instance;
  30425.     }
  30426.     /**
  30427.      * Gets the private 'translation.loader.csv' shared service.
  30428.      *
  30429.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  30430.      */
  30431.     protected function getTranslation_Loader_CsvService()
  30432.     {
  30433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  30437.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  30438.     }
  30439.     /**
  30440.      * Gets the private 'translation.loader.dat' shared service.
  30441.      *
  30442.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  30443.      */
  30444.     protected function getTranslation_Loader_DatService()
  30445.     {
  30446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  30448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  30449.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  30450.     }
  30451.     /**
  30452.      * Gets the private 'translation.loader.ini' shared service.
  30453.      *
  30454.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  30455.      */
  30456.     protected function getTranslation_Loader_IniService()
  30457.     {
  30458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  30462.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  30463.     }
  30464.     /**
  30465.      * Gets the private 'translation.loader.json' shared service.
  30466.      *
  30467.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  30468.      */
  30469.     protected function getTranslation_Loader_JsonService()
  30470.     {
  30471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  30475.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  30476.     }
  30477.     /**
  30478.      * Gets the private 'translation.loader.mo' shared service.
  30479.      *
  30480.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  30481.      */
  30482.     protected function getTranslation_Loader_MoService()
  30483.     {
  30484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  30488.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  30489.     }
  30490.     /**
  30491.      * Gets the private 'translation.loader.php' shared service.
  30492.      *
  30493.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  30494.      */
  30495.     protected function getTranslation_Loader_PhpService()
  30496.     {
  30497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  30501.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  30502.     }
  30503.     /**
  30504.      * Gets the private 'translation.loader.po' shared service.
  30505.      *
  30506.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  30507.      */
  30508.     protected function getTranslation_Loader_PoService()
  30509.     {
  30510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  30514.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  30515.     }
  30516.     /**
  30517.      * Gets the private 'translation.loader.qt' shared service.
  30518.      *
  30519.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  30520.      */
  30521.     protected function getTranslation_Loader_QtService()
  30522.     {
  30523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  30525.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  30526.     }
  30527.     /**
  30528.      * Gets the private 'translation.loader.res' shared service.
  30529.      *
  30530.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  30531.      */
  30532.     protected function getTranslation_Loader_ResService()
  30533.     {
  30534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  30536.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  30537.     }
  30538.     /**
  30539.      * Gets the private 'translation.loader.xliff' shared service.
  30540.      *
  30541.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  30542.      */
  30543.     protected function getTranslation_Loader_XliffService()
  30544.     {
  30545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  30547.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  30548.     }
  30549.     /**
  30550.      * Gets the private 'translation.loader.yml' shared service.
  30551.      *
  30552.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  30553.      */
  30554.     protected function getTranslation_Loader_YmlService()
  30555.     {
  30556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  30560.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  30561.     }
  30562.     /**
  30563.      * Gets the private 'translation.provider_collection' shared service.
  30564.      *
  30565.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  30566.      */
  30567.     protected function getTranslation_ProviderCollectionService()
  30568.     {
  30569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  30570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  30571.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  30572.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  30573.         }, 1), []))->fromConfig([]);
  30574.     }
  30575.     /**
  30576.      * Gets the private 'translation.reader' shared service.
  30577.      *
  30578.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  30579.      */
  30580.     protected function getTranslation_ReaderService()
  30581.     {
  30582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  30583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  30584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  30588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  30589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  30590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  30591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  30592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  30593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  30594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  30595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  30596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  30597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  30598.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  30599.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  30600.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  30601.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  30602.         $instance->addLoader('yaml'$a);
  30603.         $instance->addLoader('yml'$a);
  30604.         $instance->addLoader('xlf'$b);
  30605.         $instance->addLoader('xliff'$b);
  30606.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  30607.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  30608.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  30609.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  30610.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  30611.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  30612.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  30613.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  30614.         return $instance;
  30615.     }
  30616.     /**
  30617.      * Gets the private 'translation.warmer' shared service.
  30618.      *
  30619.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  30620.      */
  30621.     protected function getTranslation_WarmerService()
  30622.     {
  30623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  30625.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30626.             'translator' => ['services''translator''getTranslatorService'false],
  30627.         ], [
  30628.             'translator' => '?',
  30629.         ]))->withContext('translation.warmer'$this));
  30630.     }
  30631.     /**
  30632.      * Gets the private 'translation.writer' shared service.
  30633.      *
  30634.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  30635.      */
  30636.     protected function getTranslation_WriterService()
  30637.     {
  30638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  30639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  30640.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  30641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  30642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  30643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  30644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  30645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  30646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  30647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  30648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  30649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  30650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  30651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  30652.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  30653.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  30654.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  30655.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  30656.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  30657.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  30658.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  30659.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  30660.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  30661.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  30662.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  30663.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  30664.         return $instance;
  30665.     }
  30666.     /**
  30667.      * Gets the private 'translator.default' shared service.
  30668.      *
  30669.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  30670.      */
  30671.     protected function getTranslator_DefaultService()
  30672.     {
  30673.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30674.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  30675.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  30676.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  30677.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  30678.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  30679.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  30680.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  30681.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  30682.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  30683.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  30684.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  30685.         ], [
  30686.             'translation.loader.csv' => '?',
  30687.             'translation.loader.dat' => '?',
  30688.             'translation.loader.ini' => '?',
  30689.             'translation.loader.json' => '?',
  30690.             'translation.loader.mo' => '?',
  30691.             'translation.loader.php' => '?',
  30692.             'translation.loader.po' => '?',
  30693.             'translation.loader.qt' => '?',
  30694.             'translation.loader.res' => '?',
  30695.             'translation.loader.xliff' => '?',
  30696.             'translation.loader.yml' => '?',
  30697.         ]), ($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/SwagExtensionStore/src/translations'), 21 => (\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/SwagExtensionStore/src/translations'21 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  30698.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  30699.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  30700.         return $instance;
  30701.     }
  30702.     /**
  30703.      * Gets the private 'translator.formatter.default' shared service.
  30704.      *
  30705.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  30706.      */
  30707.     protected function getTranslator_Formatter_DefaultService()
  30708.     {
  30709.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  30710.     }
  30711.     /**
  30712.      * Gets the private 'twig.command.debug' shared service.
  30713.      *
  30714.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  30715.      */
  30716.     protected function getTwig_Command_DebugService()
  30717.     {
  30718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30719.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  30720.         $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()));
  30721.         $instance->setName('debug:twig');
  30722.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  30723.         return $instance;
  30724.     }
  30725.     /**
  30726.      * Gets the private 'twig.command.lint' shared service.
  30727.      *
  30728.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  30729.      */
  30730.     protected function getTwig_Command_LintService()
  30731.     {
  30732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30733.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  30734.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  30735.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  30736.         $instance->setName('lint:twig');
  30737.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  30738.         return $instance;
  30739.     }
  30740.     /**
  30741.      * Gets the private 'twig.extension.trans' shared service.
  30742.      *
  30743.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  30744.      */
  30745.     protected function getTwig_Extension_TransService()
  30746.     {
  30747.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  30748.         if (isset($this->privates['twig.extension.trans'])) {
  30749.             return $this->privates['twig.extension.trans'];
  30750.         }
  30751.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  30752.     }
  30753.     /**
  30754.      * Gets the private 'twig.loader.chain' shared service.
  30755.      *
  30756.      * @return \Twig\Loader\ChainLoader
  30757.      */
  30758.     protected function getTwig_Loader_ChainService()
  30759.     {
  30760.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  30761.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  30762.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  30763.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  30764.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  30765.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  30766.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  30767.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  30768.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  30769.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  30770.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  30771.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  30772.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  30773.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  30774.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  30775.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  30776.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  30777.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  30778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  30779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  30780.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  30781.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  30782.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  30783.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  30784.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  30785.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  30786.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  30787.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  30788.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  30789.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  30790.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  30791.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  30792.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  30793.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  30794.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  30795.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  30796.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  30797.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  30798.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  30799.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  30800.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  30801.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  30802.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  30803.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  30804.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  30805.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  30806.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  30807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  30808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  30809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  30810.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  30811.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  30812.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  30813.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  30814.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  30815.         $instance->addLoader($a);
  30816.         return $instance;
  30817.     }
  30818.     /**
  30819.      * Gets the private 'twig.mailer.message_listener' shared service.
  30820.      *
  30821.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  30822.      */
  30823.     protected function getTwig_Mailer_MessageListenerService()
  30824.     {
  30825.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  30826.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  30827.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  30828.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  30829.         if (isset($this->privates['twig.mailer.message_listener'])) {
  30830.             return $this->privates['twig.mailer.message_listener'];
  30831.         }
  30832.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  30833.     }
  30834.     /**
  30835.      * Gets the private 'twig.runtime.httpkernel' shared service.
  30836.      *
  30837.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  30838.      */
  30839.     protected function getTwig_Runtime_HttpkernelService()
  30840.     {
  30841.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  30842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  30843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  30844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  30845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  30846.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  30847.         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, [
  30848.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  30849.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  30850.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  30851.         ], [
  30852.             'esi' => '?',
  30853.             'hinclude' => '?',
  30854.             'inline' => '?',
  30855.         ]), $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));
  30856.     }
  30857.     /**
  30858.      * Gets the private 'twig.runtime.security_csrf' shared service.
  30859.      *
  30860.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  30861.      */
  30862.     protected function getTwig_Runtime_SecurityCsrfService()
  30863.     {
  30864.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  30865.         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()));
  30866.     }
  30867.     /**
  30868.      * Gets the private 'twig.runtime.serializer' shared service.
  30869.      *
  30870.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  30871.      */
  30872.     protected function getTwig_Runtime_SerializerService()
  30873.     {
  30874.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  30875.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  30876.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  30877.     }
  30878.     /**
  30879.      * Gets the private 'validator.builder' shared service.
  30880.      *
  30881.      * @return \Symfony\Component\Validator\ValidatorBuilder
  30882.      */
  30883.     protected function getValidator_BuilderService()
  30884.     {
  30885.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  30886.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  30887.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30888.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  30889.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  30890.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  30891.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  30892.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  30893.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  30894.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  30895.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  30896.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  30897.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  30898.         ], [
  30899.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  30900.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  30901.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  30902.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  30903.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  30904.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  30905.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  30906.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  30907.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  30908.             'validator.expression' => '?',
  30909.         ])));
  30910.         if ($this->has('translator')) {
  30911.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  30912.         }
  30913.         $instance->setTranslationDomain('validators');
  30914.         $instance->enableAnnotationMapping(true);
  30915.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30916.         $instance->addMethodMapping('loadValidatorMetadata');
  30917.         $instance->addObjectInitializers([]);
  30918.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  30919.         return $instance;
  30920.     }
  30921.     /**
  30922.      * Gets the private 'validator.email' shared service.
  30923.      *
  30924.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  30925.      */
  30926.     protected function getValidator_EmailService()
  30927.     {
  30928.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  30929.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  30930.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  30931.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  30932.     }
  30933.     /**
  30934.      * Gets the private 'validator.expression' shared service.
  30935.      *
  30936.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  30937.      */
  30938.     protected function getValidator_ExpressionService()
  30939.     {
  30940.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  30941.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  30942.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  30943.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  30944.     }
  30945.     /**
  30946.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  30947.      *
  30948.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  30949.      */
  30950.     protected function getValidator_Mapping_CacheWarmerService()
  30951.     {
  30952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  30954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  30955.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  30956.     }
  30957.     /**
  30958.      * Gets the private 'validator.not_compromised_password' shared service.
  30959.      *
  30960.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  30961.      */
  30962.     protected function getValidator_NotCompromisedPasswordService()
  30963.     {
  30964.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  30965.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  30966.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  30967.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  30968.     }
  30969.     /**
  30970.      * Gets the private 'var_dumper.command.server_dump' shared service.
  30971.      *
  30972.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  30973.      */
  30974.     protected function getVarDumper_Command_ServerDumpService()
  30975.     {
  30976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30977.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  30978.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  30979.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  30980.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  30981.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  30982.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  30983.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30984.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30985.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  30986.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30987.         $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()))]);
  30988.         $instance->setName('server:dump');
  30989.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  30990.         return $instance;
  30991.     }
  30992.     /**
  30993.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  30994.      *
  30995.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  30996.      */
  30997.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  30998.     {
  30999.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  31000.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  31001.         return $instance;
  31002.     }
  31003.     /**
  31004.      * Gets the private 'var_dumper.html_dumper' shared service.
  31005.      *
  31006.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  31007.      */
  31008.     protected function getVarDumper_HtmlDumperService()
  31009.     {
  31010.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  31011.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  31012.         return $instance;
  31013.     }
  31014.     /**
  31015.      * Gets the private 'web_profiler.csp.handler' shared service.
  31016.      *
  31017.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  31018.      */
  31019.     protected function getWebProfiler_Csp_HandlerService()
  31020.     {
  31021.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  31022.     }
  31023.     /**
  31024.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  31025.      *
  31026.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  31027.      */
  31028.     protected function getWebProfiler_DebugToolbarService()
  31029.     {
  31030.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31031.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  31032.             return $this->privates['web_profiler.debug_toolbar'];
  31033.         }
  31034.         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()));
  31035.     }
  31036.     /**
  31037.      * Gets the public 'cache_clearer' alias.
  31038.      *
  31039.      * @return object The ".container.private.cache_clearer" service.
  31040.      */
  31041.     protected function getCacheClearerService()
  31042.     {
  31043.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  31044.         return $this->get('.container.private.cache_clearer');
  31045.     }
  31046.     /**
  31047.      * Gets the public 'filesystem' alias.
  31048.      *
  31049.      * @return object The ".container.private.filesystem" service.
  31050.      */
  31051.     protected function getFilesystemService()
  31052.     {
  31053.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  31054.         return $this->get('.container.private.filesystem');
  31055.     }
  31056.     /**
  31057.      * Gets the public 'serializer' alias.
  31058.      *
  31059.      * @return object The ".container.private.serializer" service.
  31060.      */
  31061.     protected function getSerializerService()
  31062.     {
  31063.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  31064.         return $this->get('.container.private.serializer');
  31065.     }
  31066.     /**
  31067.      * Gets the public 'security.csrf.token_manager' alias.
  31068.      *
  31069.      * @return object The ".container.private.security.csrf.token_manager" service.
  31070.      */
  31071.     protected function getSecurity_Csrf_TokenManagerService()
  31072.     {
  31073.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  31074.         return $this->get('.container.private.security.csrf.token_manager');
  31075.     }
  31076.     /**
  31077.      * Gets the public 'profiler' alias.
  31078.      *
  31079.      * @return object The ".container.private.profiler" service.
  31080.      */
  31081.     protected function getProfiler2Service()
  31082.     {
  31083.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  31084.         return $this->get('.container.private.profiler');
  31085.     }
  31086.     /**
  31087.      * Gets the public 'twig' alias.
  31088.      *
  31089.      * @return object The ".container.private.twig" service.
  31090.      */
  31091.     protected function getTwigService()
  31092.     {
  31093.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  31094.         return $this->get('.container.private.twig');
  31095.     }
  31096.     /**
  31097.      * Gets the public 'session' alias.
  31098.      *
  31099.      * @return object The ".container.private.session" service.
  31100.      */
  31101.     protected function getSessionService()
  31102.     {
  31103.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  31104.         return $this->get('.container.private.session');
  31105.     }
  31106.     /**
  31107.      * Gets the public 'validator' alias.
  31108.      *
  31109.      * @return object The ".container.private.validator" service.
  31110.      */
  31111.     protected function getValidatorService()
  31112.     {
  31113.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  31114.         return $this->get('.container.private.validator');
  31115.     }
  31116.     /**
  31117.      * @return array|bool|float|int|string|\UnitEnum|null
  31118.      */
  31119.     public function getParameter(string $name)
  31120.     {
  31121.         if (isset($this->buildParameters[$name])) {
  31122.             return $this->buildParameters[$name];
  31123.         }
  31124.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  31125.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  31126.         }
  31127.         if (isset($this->loadedDynamicParameters[$name])) {
  31128.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  31129.         }
  31130.         return $this->parameters[$name];
  31131.     }
  31132.     public function hasParameter(string $name): bool
  31133.     {
  31134.         if (isset($this->buildParameters[$name])) {
  31135.             return true;
  31136.         }
  31137.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  31138.     }
  31139.     public function setParameter(string $name$value): void
  31140.     {
  31141.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  31142.     }
  31143.     public function getParameterBag(): ParameterBagInterface
  31144.     {
  31145.         if (null === $this->parameterBag) {
  31146.             $parameters $this->parameters;
  31147.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  31148.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  31149.             }
  31150.             foreach ($this->buildParameters as $name => $value) {
  31151.                 $parameters[$name] = $value;
  31152.             }
  31153.             $this->parameterBag = new FrozenParameterBag($parameters);
  31154.         }
  31155.         return $this->parameterBag;
  31156.     }
  31157.     private $loadedDynamicParameters = [
  31158.         'kernel.runtime_environment' => false,
  31159.         'kernel.build_dir' => false,
  31160.         'kernel.cache_dir' => false,
  31161.         'APP_URL' => false,
  31162.         'shopware.routing.registered_api_prefixes' => false,
  31163.         'shopware.dbal.time_zone_support_enabled' => false,
  31164.         'shopware.dbal.token_minimum_length' => false,
  31165.         'instance_id' => false,
  31166.         'shopware_administration.path_name' => false,
  31167.         'shopware.http.cache.enabled' => false,
  31168.         'shopware.http.cache.default_ttl' => false,
  31169.         'elasticsearch.enabled' => false,
  31170.         'elasticsearch.indexing_enabled' => false,
  31171.         'elasticsearch.hosts' => false,
  31172.         'elasticsearch.index_prefix' => false,
  31173.         'shopware.cdn.strategy' => false,
  31174.         'kernel.secret' => false,
  31175.         'debug.container.dump' => false,
  31176.         'serializer.mapping.cache.file' => false,
  31177.         'validator.mapping.cache.file' => false,
  31178.         'profiler.storage.dsn' => false,
  31179.         'shopware.cdn' => false,
  31180.         'shopware.deployment' => false,
  31181.         'shopware.deployment.blue_green' => false,
  31182.         'shopware.html_sanitizer' => false,
  31183.         'shopware.html_sanitizer.cache_dir' => false,
  31184.         'shopware.cache' => false,
  31185.         'shopware.cache.redis_prefix' => false,
  31186.         'elasticsearch.indexing_batch_size' => false,
  31187.         'elasticsearch.throw_exception' => false,
  31188.         'elasticsearch.administration' => false,
  31189.         'elasticsearch.administration.hosts' => false,
  31190.         'elasticsearch.administration.enabled' => false,
  31191.         'elasticsearch.administration.refresh_indices' => false,
  31192.         'elasticsearch.administration.index_prefix' => false,
  31193.     ];
  31194.     private $dynamicParameters = [];
  31195.     private function getDynamicParameter(string $name)
  31196.     {
  31197.         switch ($name) {
  31198.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  31199.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  31200.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  31201.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  31202.             case 'shopware.routing.registered_api_prefixes'$value = [
  31203.                 => '_wdt',
  31204.                 => '_profiler',
  31205.                 => '_error',
  31206.                 => 'api',
  31207.                 => 'sw-domain-hash.html',
  31208.                 => 'store-api',
  31209.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  31210.                 => 'api',
  31211.             ]; break;
  31212.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  31213.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  31214.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  31215.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  31216.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  31217.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  31218.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  31219.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  31220.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  31221.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  31222.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  31223.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  31224.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  31225.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  31226.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  31227.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  31228.             case 'shopware.cdn'$value = [
  31229.                 'url' => '',
  31230.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  31231.             ]; break;
  31232.             case 'shopware.deployment'$value = [
  31233.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  31234.             ]; break;
  31235.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  31236.             case 'shopware.html_sanitizer'$value = [
  31237.                 'cache_dir' => $this->targetDir.'',
  31238.                 'cache_enabled' => true,
  31239.                 'sets' => [
  31240.                     'basic' => [
  31241.                         'tags' => [
  31242.                             => 'a',
  31243.                             => 'abbr',
  31244.                             => 'acronym',
  31245.                             => 'address',
  31246.                             => 'b',
  31247.                             => 'bdo',
  31248.                             => 'big',
  31249.                             => 'blockquote',
  31250.                             => 'br',
  31251.                             => 'caption',
  31252.                             10 => 'center',
  31253.                             11 => 'cite',
  31254.                             12 => 'code',
  31255.                             13 => 'col',
  31256.                             14 => 'colgroup',
  31257.                             15 => 'dd',
  31258.                             16 => 'del',
  31259.                             17 => 'dfn',
  31260.                             18 => 'dir',
  31261.                             19 => 'div',
  31262.                             20 => 'dl',
  31263.                             21 => 'dt',
  31264.                             22 => 'em',
  31265.                             23 => 'font',
  31266.                             24 => 'h1',
  31267.                             25 => 'h2',
  31268.                             26 => 'h3',
  31269.                             27 => 'h4',
  31270.                             28 => 'h5',
  31271.                             29 => 'h6',
  31272.                             30 => 'hr',
  31273.                             31 => 'i',
  31274.                             32 => 'ins',
  31275.                             33 => 'kbd',
  31276.                             34 => 'li',
  31277.                             35 => 'menu',
  31278.                             36 => 'ol',
  31279.                             37 => 'p',
  31280.                             38 => 'pre',
  31281.                             39 => 'q',
  31282.                             40 => 's',
  31283.                             41 => 'samp',
  31284.                             42 => 'small',
  31285.                             43 => 'span',
  31286.                             44 => 'strike',
  31287.                             45 => 'strong',
  31288.                             46 => 'sub',
  31289.                             47 => 'sup',
  31290.                             48 => 'table',
  31291.                             49 => 'tbody',
  31292.                             50 => 'td',
  31293.                             51 => 'tfoot',
  31294.                             52 => 'th',
  31295.                             53 => 'thead',
  31296.                             54 => 'tr',
  31297.                             55 => 'tt',
  31298.                             56 => 'u',
  31299.                             57 => 'ul',
  31300.                             58 => 'var',
  31301.                         ],
  31302.                         'attributes' => [
  31303.                             => 'align',
  31304.                             => 'bgcolor',
  31305.                             => 'border',
  31306.                             => 'cellpadding',
  31307.                             => 'cellspacing',
  31308.                             => 'cite',
  31309.                             => 'class',
  31310.                             => 'clear',
  31311.                             => 'color',
  31312.                             => 'colspan',
  31313.                             10 => 'dir',
  31314.                             11 => 'face',
  31315.                             12 => 'frame',
  31316.                             13 => 'height',
  31317.                             14 => 'href',
  31318.                             15 => 'id',
  31319.                             16 => 'lang',
  31320.                             17 => 'name',
  31321.                             18 => 'noshade',
  31322.                             19 => 'nowrap',
  31323.                             20 => 'rel',
  31324.                             21 => 'rev',
  31325.                             22 => 'rowspan',
  31326.                             23 => 'scope',
  31327.                             24 => 'size',
  31328.                             25 => 'span',
  31329.                             26 => 'start',
  31330.                             27 => 'style',
  31331.                             28 => 'summary',
  31332.                             29 => 'title',
  31333.                             30 => 'type',
  31334.                             31 => 'valign',
  31335.                             32 => 'value',
  31336.                             33 => 'width',
  31337.                         ],
  31338.                         'options' => [
  31339.                         ],
  31340.                     ],
  31341.                     'media' => [
  31342.                         'tags' => [
  31343.                             => 'img',
  31344.                         ],
  31345.                         'attributes' => [
  31346.                             => 'src',
  31347.                             => 'alt',
  31348.                         ],
  31349.                         'options' => [
  31350.                         ],
  31351.                     ],
  31352.                     'script' => [
  31353.                         'tags' => [
  31354.                             => 'script',
  31355.                         ],
  31356.                         'options' => [
  31357.                             'HTML.Trusted' => true,
  31358.                         ],
  31359.                         'attributes' => [
  31360.                         ],
  31361.                     ],
  31362.                     'tidy' => [
  31363.                         'options' => [
  31364.                             'Output.TidyFormat' => true,
  31365.                         ],
  31366.                         'tags' => [
  31367.                         ],
  31368.                         'attributes' => [
  31369.                         ],
  31370.                     ],
  31371.                 ],
  31372.                 'fields' => [
  31373.                     'product_translation.description' => [
  31374.                         'sets' => [
  31375.                             => 'basic',
  31376.                             => 'media',
  31377.                         ],
  31378.                     ],
  31379.                     'app_cms_block.template' => [
  31380.                         'sets' => [
  31381.                             => 'basic',
  31382.                             => 'media',
  31383.                             => 'tidy',
  31384.                         ],
  31385.                     ],
  31386.                 ],
  31387.             ]; break;
  31388.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  31389.             case 'shopware.cache'$value = [
  31390.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  31391.                 'invalidation' => [
  31392.                     'delay' => 0,
  31393.                     'count' => 150,
  31394.                     'http_cache' => [
  31395.                         => 'logged-in',
  31396.                         => 'cart-filled',
  31397.                     ],
  31398.                     'product_listing_route' => [
  31399.                     ],
  31400.                     'product_detail_route' => [
  31401.                     ],
  31402.                     'product_review_route' => [
  31403.                     ],
  31404.                     'product_search_route' => [
  31405.                     ],
  31406.                     'product_suggest_route' => [
  31407.                     ],
  31408.                     'product_cross_selling_route' => [
  31409.                     ],
  31410.                     'payment_method_route' => [
  31411.                     ],
  31412.                     'shipping_method_route' => [
  31413.                     ],
  31414.                     'navigation_route' => [
  31415.                     ],
  31416.                     'category_route' => [
  31417.                     ],
  31418.                     'landing_page_route' => [
  31419.                     ],
  31420.                     'language_route' => [
  31421.                     ],
  31422.                     'currency_route' => [
  31423.                     ],
  31424.                     'country_route' => [
  31425.                     ],
  31426.                     'country_state_route' => [
  31427.                     ],
  31428.                     'salutation_route' => [
  31429.                     ],
  31430.                     'sitemap_route' => [
  31431.                     ],
  31432.                 ],
  31433.             ]; break;
  31434.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  31435.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  31436.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  31437.             case 'elasticsearch.administration'$value = [
  31438.                 'hosts' => $this->getEnv('string:ADMIN_OPENSEARCH_URL'),
  31439.                 'enabled' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'),
  31440.                 'refresh_indices' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'),
  31441.                 'index_prefix' => $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'),
  31442.                 'index_settings' => [
  31443.                     'number_of_shards' => 3,
  31444.                     'number_of_replicas' => 3,
  31445.                     'mapping.total_fields.limit' => 50000,
  31446.                     'mapping.nested_fields.limit' => 500,
  31447.                     'mapping.nested_objects.limit' => 1000000,
  31448.                 ],
  31449.                 'analysis' => [
  31450.                     'normalizer' => [
  31451.                         'sw_lowercase_normalizer' => [
  31452.                             'type' => 'custom',
  31453.                             'filter' => [
  31454.                                 => 'lowercase',
  31455.                             ],
  31456.                         ],
  31457.                     ],
  31458.                 ],
  31459.                 'dynamic_templates' => [
  31460.                     => [
  31461.                         'keywords' => [
  31462.                             'match_mapping_type' => 'string',
  31463.                             'mapping' => [
  31464.                                 'type' => 'keyword',
  31465.                                 'normalizer' => 'sw_lowercase_normalizer',
  31466.                                 'fields' => [
  31467.                                     'text' => [
  31468.                                         'type' => 'text',
  31469.                                     ],
  31470.                                 ],
  31471.                             ],
  31472.                         ],
  31473.                     ],
  31474.                 ],
  31475.             ]; break;
  31476.             case 'elasticsearch.administration.hosts'$value $this->getEnv('string:ADMIN_OPENSEARCH_URL'); break;
  31477.             case 'elasticsearch.administration.enabled'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'); break;
  31478.             case 'elasticsearch.administration.refresh_indices'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'); break;
  31479.             case 'elasticsearch.administration.index_prefix'$value $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'); break;
  31480.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  31481.         }
  31482.         $this->loadedDynamicParameters[$name] = true;
  31483.         return $this->dynamicParameters[$name] = $value;
  31484.     }
  31485.     protected function getDefaultParameters(): array
  31486.     {
  31487.         return [
  31488.             'kernel.project_dir' => \dirname(__DIR__4),
  31489.             'kernel.environment' => 'dev',
  31490.             'kernel.debug' => true,
  31491.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  31492.             'kernel.bundles' => [
  31493.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  31494.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  31495.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  31496.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  31497.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  31498.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  31499.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  31500.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  31501.                 'System' => 'Shopware\\Core\\System\\System',
  31502.                 'Content' => 'Shopware\\Core\\Content\\Content',
  31503.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  31504.                 'Administration' => 'Shopware\\Administration\\Administration',
  31505.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  31506.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  31507.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  31508.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  31509.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  31510.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  31511.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  31512.             ],
  31513.             'kernel.bundles_metadata' => [
  31514.                 'FrameworkBundle' => [
  31515.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  31516.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  31517.                 ],
  31518.                 'MonologBundle' => [
  31519.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  31520.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  31521.                 ],
  31522.                 'SensioFrameworkExtraBundle' => [
  31523.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  31524.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  31525.                 ],
  31526.                 'TwigBundle' => [
  31527.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  31528.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  31529.                 ],
  31530.                 'DebugBundle' => [
  31531.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  31532.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  31533.                 ],
  31534.                 'EnqueueBundle' => [
  31535.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  31536.                     'namespace' => 'Enqueue\\Bundle',
  31537.                 ],
  31538.                 'EnqueueAdapterBundle' => [
  31539.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  31540.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  31541.                 ],
  31542.                 'Framework' => [
  31543.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  31544.                     'namespace' => 'Shopware\\Core\\Framework',
  31545.                 ],
  31546.                 'System' => [
  31547.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  31548.                     'namespace' => 'Shopware\\Core\\System',
  31549.                 ],
  31550.                 'Content' => [
  31551.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  31552.                     'namespace' => 'Shopware\\Core\\Content',
  31553.                 ],
  31554.                 'Checkout' => [
  31555.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  31556.                     'namespace' => 'Shopware\\Core\\Checkout',
  31557.                 ],
  31558.                 'Administration' => [
  31559.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  31560.                     'namespace' => 'Shopware\\Administration',
  31561.                 ],
  31562.                 'Storefront' => [
  31563.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  31564.                     'namespace' => 'Shopware\\Storefront',
  31565.                 ],
  31566.                 'Elasticsearch' => [
  31567.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  31568.                     'namespace' => 'Shopware\\Elasticsearch',
  31569.                 ],
  31570.                 'Maintenance' => [
  31571.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  31572.                     'namespace' => 'Shopware\\Core\\Maintenance',
  31573.                 ],
  31574.                 'WebProfilerBundle' => [
  31575.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  31576.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  31577.                 ],
  31578.                 'Profiling' => [
  31579.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  31580.                     'namespace' => 'Shopware\\Core\\Profiling',
  31581.                 ],
  31582.                 'SwagExtensionStore' => [
  31583.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  31584.                     'namespace' => 'SwagExtensionStore',
  31585.                 ],
  31586.                 'DbalKernelPluginLoader' => [
  31587.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  31588.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  31589.                 ],
  31590.             ],
  31591.             'kernel.charset' => 'UTF-8',
  31592.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  31593.             'kernel.cache.hash' => '5be3b8674d2cfdff320ee4b185083993',
  31594.             'kernel.shopware_version' => '6.4.20.2',
  31595.             'kernel.shopware_version_revision' => '42e7b9045d0300938991cc658baec742155da553',
  31596.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  31597.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  31598.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  31599.             'kernel.active_plugins' => [
  31600.                 'SwagExtensionStore\\SwagExtensionStore' => [
  31601.                     'name' => 'SwagExtensionStore',
  31602.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  31603.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  31604.                 ],
  31605.             ],
  31606.             'kernel.plugin_infos' => [
  31607.                 => [
  31608.                     'name' => 'SwagPayPal',
  31609.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  31610.                     'active' => false,
  31611.                     'path' => 'custom/plugins/SwagPayPal',
  31612.                     'version' => '5.4.2',
  31613.                     'autoload' => [
  31614.                         'psr-4' => [
  31615.                             'Swag\\PayPal\\' => 'src/',
  31616.                         ],
  31617.                     ],
  31618.                     'managedByComposer' => false,
  31619.                     'composerName' => 'swag/paypal',
  31620.                 ],
  31621.                 => [
  31622.                     'name' => 'SwagExtensionStore',
  31623.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  31624.                     'active' => true,
  31625.                     'path' => 'custom/plugins/SwagExtensionStore',
  31626.                     'version' => '1.7.0',
  31627.                     'autoload' => [
  31628.                         'psr-4' => [
  31629.                             'SwagExtensionStore\\' => 'src/',
  31630.                         ],
  31631.                     ],
  31632.                     'managedByComposer' => false,
  31633.                     'composerName' => 'swag/swag-extension-store',
  31634.                 ],
  31635.             ],
  31636.             'kernel.supported_api_versions' => [
  31637.                 => 2,
  31638.                 => 3,
  31639.                 => 4,
  31640.             ],
  31641.             'defaults_bool_true' => true,
  31642.             'defaults_bool_false' => false,
  31643.             'default_whitespace' => ' ',
  31644.             'locale' => 'en-GB',
  31645.             'messenger.default_transport_name' => 'default',
  31646.             'env(MAILER_URL)' => 'null://null',
  31647.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  31648.             'default_cdn_strategy' => 'physical_filename',
  31649.             'env(APP_URL)' => '',
  31650.             'env(REDIS_PREFIX)' => '',
  31651.             'shopware.slug.config' => [
  31652.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  31653.                 'lowercase' => false,
  31654.             ],
  31655.             'core.migration.directories' => [
  31656.             ],
  31657.             'migration.active' => [
  31658.                 => 1536232600,
  31659.                 => 1536232610,
  31660.                 => 1536232620,
  31661.                 => 1536232630,
  31662.                 => 1536232640,
  31663.                 => 1536232650,
  31664.                 => 1536232660,
  31665.                 => 1536232670,
  31666.                 => 1536232680,
  31667.                 => 1536232690,
  31668.                 10 => 1536232700,
  31669.                 11 => 1536232710,
  31670.                 12 => 1536232720,
  31671.                 13 => 1536232730,
  31672.                 14 => 1536232740,
  31673.                 15 => 1536232750,
  31674.                 16 => 1536232760,
  31675.                 17 => 1536232770,
  31676.                 18 => 1536232790,
  31677.                 19 => 1536232800,
  31678.                 20 => 1536232810,
  31679.                 21 => 1536232820,
  31680.                 22 => 1536232830,
  31681.                 23 => 1536232840,
  31682.                 24 => 1536232850,
  31683.                 25 => 1536232860,
  31684.                 26 => 1536232870,
  31685.                 27 => 1536232880,
  31686.                 28 => 1536232890,
  31687.                 29 => 1536232900,
  31688.                 30 => 1536232910,
  31689.                 31 => 1536232920,
  31690.                 32 => 1536232930,
  31691.                 33 => 1536232940,
  31692.                 34 => 1536232950,
  31693.                 35 => 1536232960,
  31694.                 36 => 1536232970,
  31695.                 37 => 1536232980,
  31696.                 38 => 1536232990,
  31697.                 39 => 1536233000,
  31698.                 40 => 1536233010,
  31699.                 41 => 1536233020,
  31700.                 42 => 1536233030,
  31701.                 43 => 1536233040,
  31702.                 44 => 1536233050,
  31703.                 45 => 1536233060,
  31704.                 46 => 1536233070,
  31705.                 47 => 1536233080,
  31706.                 48 => 1536233090,
  31707.                 49 => 1536233100,
  31708.                 50 => 1536233110,
  31709.                 51 => 1536233120,
  31710.                 52 => 1536233130,
  31711.                 53 => 1536233140,
  31712.                 54 => 1536233150,
  31713.                 55 => 1536233160,
  31714.                 56 => 1536233170,
  31715.                 57 => 1536233180,
  31716.                 58 => 1536233190,
  31717.                 59 => 1536233200,
  31718.                 60 => 1536233210,
  31719.                 61 => 1536233220,
  31720.                 62 => 1536233230,
  31721.                 63 => 1536233240,
  31722.                 64 => 1536233250,
  31723.                 65 => 1536233260,
  31724.                 66 => 1536233270,
  31725.                 67 => 1536233280,
  31726.                 68 => 1536233290,
  31727.                 69 => 1536233300,
  31728.                 70 => 1536233310,
  31729.                 71 => 1536233320,
  31730.                 72 => 1536233330,
  31731.                 73 => 1536233340,
  31732.                 74 => 1536233350,
  31733.                 75 => 1536233360,
  31734.                 76 => 1536233370,
  31735.                 77 => 1536233380,
  31736.                 78 => 1536233390,
  31737.                 79 => 1536233400,
  31738.                 80 => 1536233410,
  31739.                 81 => 1536233420,
  31740.                 82 => 1536233430,
  31741.                 83 => 1536233440,
  31742.                 84 => 1536233450,
  31743.                 85 => 1536233460,
  31744.                 86 => 1536233470,
  31745.                 87 => 1536233480,
  31746.                 88 => 1536233500,
  31747.                 89 => 1536233510,
  31748.                 90 => 1536233520,
  31749.                 91 => 1536233530,
  31750.                 92 => 1536233540,
  31751.                 93 => 1536233550,
  31752.                 94 => 1536233560,
  31753.                 95 => 1552360944,
  31754.                 96 => 1554199340,
  31755.                 97 => 1554200141,
  31756.                 98 => 1554203706,
  31757.                 99 => 1554900301,
  31758.                 100 => 1556809270,
  31759.                 101 => 1558082916,
  31760.                 102 => 1558105657,
  31761.                 103 => 1558443337,
  31762.                 104 => 1558505525,
  31763.                 105 => 1558594334,
  31764.                 106 => 1558938938,
  31765.                 107 => 1559050088,
  31766.                 108 => 1559050903,
  31767.                 109 => 1559134989,
  31768.                 110 => 1559306391,
  31769.                 111 => 1561370284,
  31770.                 112 => 1561377793,
  31771.                 113 => 1561442979,
  31772.                 114 => 1561452005,
  31773.                 115 => 1561712450,
  31774.                 116 => 1562228335,
  31775.                 117 => 1562240231,
  31776.                 118 => 1562306893,
  31777.                 119 => 1562324772,
  31778.                 120 => 1562579120,
  31779.                 121 => 1562684474,
  31780.                 122 => 1562841035,
  31781.                 123 => 1562933907,
  31782.                 124 => 1563180880,
  31783.                 125 => 1563288227,
  31784.                 126 => 1563518181,
  31785.                 127 => 1563805586,
  31786.                 128 => 1563949275,
  31787.                 129 => 1564475053,
  31788.                 130 => 1565007156,
  31789.                 131 => 1565079228,
  31790.                 132 => 1565270155,
  31791.                 133 => 1565270366,
  31792.                 134 => 1565346846,
  31793.                 135 => 1565705280,
  31794.                 136 => 1566293076,
  31795.                 137 => 1566460168,
  31796.                 138 => 1566817701,
  31797.                 139 => 1567431050,
  31798.                 140 => 1568120239,
  31799.                 141 => 1568120302,
  31800.                 142 => 1568645037,
  31801.                 143 => 1568901713,
  31802.                 144 => 1569403146,
  31803.                 145 => 1570187167,
  31804.                 146 => 1570459127,
  31805.                 147 => 1570621541,
  31806.                 148 => 1570622696,
  31807.                 149 => 1570629862,
  31808.                 150 => 1570684913,
  31809.                 151 => 1571059598,
  31810.                 152 => 1571210820,
  31811.                 153 => 1571660203,
  31812.                 154 => 1571724915,
  31813.                 155 => 1571981437,
  31814.                 156 => 1571990395,
  31815.                 157 => 1572193798,
  31816.                 158 => 1572264837,
  31817.                 159 => 1572273565,
  31818.                 160 => 1572421282,
  31819.                 161 => 1572425108,
  31820.                 162 => 1572957455,
  31821.                 163 => 1573049297,
  31822.                 164 => 1573569685,
  31823.                 165 => 1573729158,
  31824.                 166 => 1574063550,
  31825.                 167 => 1574082635,
  31826.                 168 => 1574258787,
  31827.                 169 => 1574258788,
  31828.                 170 => 1574258789,
  31829.                 171 => 1574520220,
  31830.                 172 => 1574672450,
  31831.                 173 => 1574695657,
  31832.                 174 => 1574925962,
  31833.                 175 => 1575010262,
  31834.                 176 => 1575021466,
  31835.                 177 => 1575034234,
  31836.                 178 => 1575036586,
  31837.                 179 => 1575039284,
  31838.                 180 => 1575197543,
  31839.                 181 => 1575274700,
  31840.                 182 => 1575293069,
  31841.                 183 => 1575451283,
  31842.                 184 => 1575626180,
  31843.                 185 => 1575883959,
  31844.                 186 => 1576488398,
  31845.                 187 => 1576590301,
  31846.                 188 => 1578042218,
  31847.                 189 => 1578044453,
  31848.                 190 => 1578470886,
  31849.                 191 => 1578475268,
  31850.                 192 => 1578485775,
  31851.                 193 => 1578491480,
  31852.                 194 => 1578590702,
  31853.                 195 => 1578648299,
  31854.                 196 => 1578650334,
  31855.                 197 => 1580202210,
  31856.                 198 => 1580218617,
  31857.                 199 => 1580743279,
  31858.                 200 => 1580746806,
  31859.                 201 => 1580808849,
  31860.                 202 => 1580819350,
  31861.                 203 => 1580827023,
  31862.                 204 => 1582011195,
  31863.                 205 => 1583142266,
  31864.                 206 => 1583416186,
  31865.                 207 => 1583756864,
  31866.                 208 => 1583844433,
  31867.                 209 => 1584002637,
  31868.                 210 => 1584953715,
  31869.                 211 => 1585056571,
  31870.                 212 => 1585126355,
  31871.                 213 => 1585490020,
  31872.                 214 => 1585744384,
  31873.                 215 => 1585816139,
  31874.                 216 => 1586158920,
  31875.                 217 => 1586173614,
  31876.                 218 => 1586260286,
  31877.                 219 => 1586334003,
  31878.                 220 => 1587039363,
  31879.                 221 => 1587109484,
  31880.                 222 => 1587111506,
  31881.                 223 => 1587461582,
  31882.                 224 => 1588143272,
  31883.                 225 => 1588144801,
  31884.                 226 => 1588153272,
  31885.                 227 => 1589178550,
  31886.                 228 => 1589357321,
  31887.                 229 => 1589359936,
  31888.                 230 => 1589379060,
  31889.                 231 => 1589447332,
  31890.                 232 => 1589458026,
  31891.                 233 => 1590408550,
  31892.                 234 => 1590409548,
  31893.                 235 => 1590566018,
  31894.                 236 => 1590566405,
  31895.                 237 => 1590579986,
  31896.                 238 => 1590758953,
  31897.                 239 => 1591052278,
  31898.                 240 => 1591167126,
  31899.                 241 => 1591253089,
  31900.                 242 => 1591259559,
  31901.                 243 => 1591272594,
  31902.                 244 => 1591361320,
  31903.                 245 => 1591683158,
  31904.                 246 => 1591817370,
  31905.                 247 => 1592466717,
  31906.                 248 => 1592837424,
  31907.                 249 => 1592978289,
  31908.                 250 => 1593698606,
  31909.                 251 => 1594650256,
  31910.                 252 => 1594885630,
  31911.                 253 => 1594886106,
  31912.                 254 => 1594886773,
  31913.                 255 => 1594886895,
  31914.                 256 => 1594887027,
  31915.                 257 => 1595160327,
  31916.                 258 => 1595321666,
  31917.                 259 => 1595422169,
  31918.                 260 => 1595480600,
  31919.                 261 => 1595489705,
  31920.                 262 => 1595492052,
  31921.                 263 => 1595492053,
  31922.                 264 => 1595499689,
  31923.                 265 => 1595553089,
  31924.                 266 => 1595578253,
  31925.                 267 => 1595919251,
  31926.                 268 => 1596091744,
  31927.                 269 => 1596441551,
  31928.                 270 => 1597391970,
  31929.                 271 => 1597394241,
  31930.                 272 => 1597657689,
  31931.                 273 => 1597762808,
  31932.                 274 => 1597830237,
  31933.                 275 => 1597930227,
  31934.                 276 => 1598280548,
  31935.                 277 => 1598520424,
  31936.                 278 => 1598885384,
  31937.                 279 => 1599112309,
  31938.                 280 => 1599134496,
  31939.                 281 => 1599463278,
  31940.                 282 => 1599570560,
  31941.                 283 => 1599720163,
  31942.                 284 => 1599806584,
  31943.                 285 => 1599806595,
  31944.                 286 => 1599822061,
  31945.                 287 => 1600072779,
  31946.                 288 => 1600156989,
  31947.                 289 => 1600253602,
  31948.                 290 => 1600330846,
  31949.                 291 => 1600338271,
  31950.                 292 => 1600349343,
  31951.                 293 => 1600676671,
  31952.                 294 => 1600769357,
  31953.                 295 => 1600778848,
  31954.                 296 => 1601388975,
  31955.                 297 => 1601451838,
  31956.                 298 => 1601539530,
  31957.                 299 => 1601543829,
  31958.                 300 => 1601891339,
  31959.                 301 => 1602062376,
  31960.                 302 => 1602146868,
  31961.                 303 => 1602153572,
  31962.                 304 => 1602494493,
  31963.                 305 => 1602494495,
  31964.                 306 => 1602745374,
  31965.                 307 => 1602822727,
  31966.                 308 => 1603179023,
  31967.                 309 => 1603293043,
  31968.                 310 => 1603970276,
  31969.                 311 => 1604056363,
  31970.                 312 => 1604056421,
  31971.                 313 => 1604475913,
  31972.                 314 => 1604499476,
  31973.                 315 => 1604568928,
  31974.                 316 => 1604669773,
  31975.                 317 => 1605103533,
  31976.                 318 => 1605530777,
  31977.                 319 => 1605609309,
  31978.                 320 => 1605609477,
  31979.                 321 => 1605861407,
  31980.                 322 => 1606310257,
  31981.                 323 => 1607415095,
  31982.                 324 => 1607500561,
  31983.                 325 => 1607514878,
  31984.                 326 => 1607581275,
  31985.                 327 => 1607581276,
  31986.                 328 => 1608624028,
  31987.                 329 => 1609125144,
  31988.                 330 => 1609857999,
  31989.                 331 => 1610531188,
  31990.                 332 => 1610965670,
  31991.                 333 => 1610974673,
  31992.                 334 => 1611155140,
  31993.                 335 => 1614240671,
  31994.                 336 => 1552899789,
  31995.                 337 => 1555406153,
  31996.                 338 => 1563785071,
  31997.                 339 => 1564385954,
  31998.                 340 => 1564385960,
  31999.                 341 => 1565640170,
  32000.                 342 => 1565640175,
  32001.                 343 => 1595492054,
  32002.                 344 => 1604502151,
  32003.                 345 => 1594104496,
  32004.                 346 => 1604585230,
  32005.                 347 => 1609140710,
  32006.                 348 => 1610337444,
  32007.                 349 => 1610439375,
  32008.                 350 => 1610448012,
  32009.                 351 => 1610523204,
  32010.                 352 => 1610523548,
  32011.                 353 => 1610616655,
  32012.                 354 => 1610621999,
  32013.                 355 => 1610625925,
  32014.                 356 => 1610634383,
  32015.                 357 => 1610904608,
  32016.                 358 => 1611732852,
  32017.                 359 => 1611817467,
  32018.                 360 => 1612184092,
  32019.                 361 => 1612442685,
  32020.                 362 => 1612442686,
  32021.                 363 => 1612442786,
  32022.                 364 => 1612851765,
  32023.                 365 => 1612865237,
  32024.                 366 => 1612970642,
  32025.                 367 => 1612980753,
  32026.                 368 => 1613665555,
  32027.                 369 => 1614249488,
  32028.                 370 => 1614691876,
  32029.                 371 => 1614765170,
  32030.                 372 => 1614765785,
  32031.                 373 => 1615359964,
  32032.                 374 => 1615366708,
  32033.                 375 => 1615452749,
  32034.                 376 => 1615802866,
  32035.                 377 => 1615819992,
  32036.                 378 => 1616076922,
  32037.                 379 => 1616496610,
  32038.                 380 => 1616555956,
  32039.                 381 => 1617000878,
  32040.                 382 => 1617356092,
  32041.                 383 => 1617784658,
  32042.                 384 => 1617864895,
  32043.                 385 => 1617868381,
  32044.                 386 => 1617877887,
  32045.                 387 => 1617896006,
  32046.                 388 => 1617935350,
  32047.                 389 => 1617953690,
  32048.                 390 => 1617960456,
  32049.                 391 => 1617974402,
  32050.                 392 => 1618218491,
  32051.                 393 => 1618389817,
  32052.                 394 => 1618476427,
  32053.                 395 => 1618569201,
  32054.                 396 => 1618900427,
  32055.                 397 => 1618989442,
  32056.                 398 => 1619070236,
  32057.                 399 => 1619428555,
  32058.                 400 => 1619604605,
  32059.                 401 => 1619703075,
  32060.                 402 => 1620146632,
  32061.                 403 => 1620147234,
  32062.                 404 => 1620201616,
  32063.                 405 => 1620215586,
  32064.                 406 => 1620374229,
  32065.                 407 => 1620376945,
  32066.                 408 => 1620632460,
  32067.                 409 => 1620634856,
  32068.                 410 => 1620733405,
  32069.                 411 => 1620733405,
  32070.                 412 => 1620820321,
  32071.                 413 => 1621845357,
  32072.                 414 => 1621845370,
  32073.                 415 => 1622010069,
  32074.                 416 => 1622104463,
  32075.                 417 => 1622782058,
  32076.                 418 => 1623305620,
  32077.                 419 => 1623391399,
  32078.                 420 => 1623828962,
  32079.                 421 => 1624262862,
  32080.                 422 => 1624884801,
  32081.                 423 => 1624967118,
  32082.                 424 => 1625304609,
  32083.                 425 => 1625465756,
  32084.                 426 => 1625505190,
  32085.                 427 => 1625554302,
  32086.                 428 => 1625569667,
  32087.                 429 => 1625583596,
  32088.                 430 => 1625583619,
  32089.                 431 => 1625816310,
  32090.                 432 => 1625819412,
  32091.                 433 => 1625831469,
  32092.                 434 => 1626241110,
  32093.                 435 => 1626442868,
  32094.                 436 => 1626696809,
  32095.                 437 => 1626785125,
  32096.                 438 => 1627292049,
  32097.                 439 => 1627540693,
  32098.                 440 => 1627541488,
  32099.                 441 => 1627562945,
  32100.                 442 => 1627650101,
  32101.                 443 => 1627929168,
  32102.                 444 => 1627983652,
  32103.                 445 => 1628519513,
  32104.                 446 => 1628749113,
  32105.                 447 => 1629204538,
  32106.                 448 => 1629700169,
  32107.                 449 => 1629877210,
  32108.                 450 => 1630074081,
  32109.                 451 => 1630485317,
  32110.                 452 => 1631625055,
  32111.                 453 => 1631703921,
  32112.                 454 => 1631790054,
  32113.                 455 => 1631863869,
  32114.                 456 => 1632111590,
  32115.                 457 => 1632215760,
  32116.                 458 => 1632721037,
  32117.                 459 => 1633347511,
  32118.                 460 => 1633358879,
  32119.                 461 => 1633422057,
  32120.                 462 => 1634735841,
  32121.                 463 => 1635147952,
  32122.                 464 => 1635230747,
  32123.                 465 => 1635237551,
  32124.                 466 => 1635388654,
  32125.                 467 => 1635936029,
  32126.                 468 => 1636014089,
  32127.                 469 => 1636018970,
  32128.                 470 => 1636362839,
  32129.                 471 => 1636449347,
  32130.                 472 => 1636964297,
  32131.                 473 => 1636971615,
  32132.                 474 => 1638195971,
  32133.                 475 => 1638365464,
  32134.                 476 => 1638514913,
  32135.                 477 => 1638993987,
  32136.                 478 => 1639122665,
  32137.                 479 => 1639139581,
  32138.                 480 => 1639992771,
  32139.                 481 => 1641289204,
  32140.                 482 => 1642517958,
  32141.                 483 => 1642732351,
  32142.                 484 => 1642757286,
  32143.                 485 => 1643366069,
  32144.                 486 => 1643386819,
  32145.                 487 => 1643724178,
  32146.                 488 => 1643878976,
  32147.                 489 => 1643892702,
  32148.                 490 => 1645019769,
  32149.                 491 => 1645453538,
  32150.                 492 => 1646125417,
  32151.                 493 => 1646397836,
  32152.                 494 => 1646817331,
  32153.                 495 => 1647260673,
  32154.                 496 => 1647443222,
  32155.                 497 => 1647511158,
  32156.                 498 => 1648031611,
  32157.                 499 => 1648031636,
  32158.                 500 => 1648543185,
  32159.                 501 => 1648709176,
  32160.                 502 => 1648803451,
  32161.                 503 => 1649040981,
  32162.                 504 => 1649315608,
  32163.                 505 => 1649858046,
  32164.                 506 => 1650249241,
  32165.                 507 => 1650444800,
  32166.                 508 => 1650548599,
  32167.                 509 => 1650620993,
  32168.                 510 => 1650872291,
  32169.                 511 => 1650981517,
  32170.                 512 => 1651118773,
  32171.                 513 => 1652166447,
  32172.                 514 => 1652345915,
  32173.                 515 => 1652441129,
  32174.                 516 => 1652864153,
  32175.                 517 => 1653376989,
  32176.                 518 => 1653385302,
  32177.                 519 => 1654839361,
  32178.                 520 => 1654839361,
  32179.                 521 => 1654839361,
  32180.                 522 => 1655730949,
  32181.                 523 => 1656397126,
  32182.                 524 => 1656928097,
  32183.                 525 => 1657011337,
  32184.                 526 => 1657027979,
  32185.                 527 => 1657173907,
  32186.                 528 => 1658786605,
  32187.                 529 => 1659256999,
  32188.                 530 => 1659257296,
  32189.                 531 => 1659257396,
  32190.                 532 => 1659257496,
  32191.                 533 => 1660814397,
  32192.                 534 => 1661759290,
  32193.                 535 => 1661771388,
  32194.                 536 => 1663238480,
  32195.                 537 => 1664512574,
  32196.                 538 => 1664541794,
  32197.                 539 => 1664894872,
  32198.                 540 => 1665064823,
  32199.                 541 => 1665267882,
  32200.                 542 => 1667731399,
  32201.                 543 => 1667806582,
  32202.                 544 => 1667983492,
  32203.                 545 => 1668677456,
  32204.                 546 => 1669316067,
  32205.                 547 => 1672164687,
  32206.                 548 => 1672743034,
  32207.                 549 => 1673001912,
  32208.                 550 => 1673966228,
  32209.                 551 => 1675218708,
  32210.                 552 => 1675827655,
  32211.                 553 => 1632281097,
  32212.                 554 => 1636121186,
  32213.                 555 => 1660813696,
  32214.                 556 => 1641476963,
  32215.                 557 => 1661505878,
  32216.                 558 => 1632281097,
  32217.                 559 => 1636121186,
  32218.                 560 => 1660813696,
  32219.                 561 => 1552899789,
  32220.                 562 => 1555406153,
  32221.                 563 => 1563785071,
  32222.                 564 => 1564385954,
  32223.                 565 => 1564385960,
  32224.                 566 => 1565640170,
  32225.                 567 => 1565640175,
  32226.                 568 => 1595492054,
  32227.                 569 => 1604502151,
  32228.             ],
  32229.             'shopware.security.csp_templates' => [
  32230.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  32231.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  32232.                 'storefront' => '',
  32233.                 'installer' => '',
  32234.             ],
  32235.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  32236.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  32237.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  32238.             'env(INSTANCE_ID)' => 'install',
  32239.             'shopware.store_endpoints' => [
  32240.                 'ping' => '/ping',
  32241.                 'my_extensions' => '/swplatform/licenseenvironment',
  32242.                 'my_licenses' => '/swplatform/licenses',
  32243.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  32244.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  32245.                 'environment_information' => '/swplatform/environmentinformation',
  32246.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  32247.                 'updater_permission' => '/swplatform/autoupdate/permission',
  32248.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  32249.                 'app_generate_signature' => '/swplatform/generatesignature',
  32250.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  32251.                 'login' => '/swplatform/login',
  32252.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  32253.                 'user_info' => '/swplatform/userinfo',
  32254.             ],
  32255.             'env(SHOPWARE_UPDATE_TEST)' => '',
  32256.             'shopware.media.metadata.types' => [
  32257.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  32258.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  32259.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  32260.             ],
  32261.             'product_export.directory' => 'export',
  32262.             'product_export.read_buffer_size' => 100,
  32263.             'import_export.supported_entities' => [
  32264.                 => 'customer',
  32265.                 => 'product',
  32266.             ],
  32267.             'import_export.supported_file_types' => [
  32268.                 => 'text/csv',
  32269.             ],
  32270.             'import_export.read_buffer_size' => 100,
  32271.             'import_export.write_buffer_size' => 100,
  32272.             'import_export.http_batch_size' => 100,
  32273.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  32274.             'shopware_http_cache_enabled_default' => 1,
  32275.             'shopware_http_cache_default_ttl_default' => 7200,
  32276.             'shopware.twig.app_variable.allowed_server_params' => [
  32277.                 => 'server_name',
  32278.                 => 'request_uri',
  32279.                 => 'app_url',
  32280.                 => 'http_user_agent',
  32281.                 => 'http_host',
  32282.                 => 'server_name',
  32283.                 => 'server_port',
  32284.                 => 'redirect_url',
  32285.                 => 'https',
  32286.                 => 'forwarded',
  32287.                 10 => 'host',
  32288.                 11 => 'remote_addr',
  32289.                 12 => 'http_x_forwarded_for',
  32290.                 13 => 'http_x_forwarded_host',
  32291.                 14 => 'http_x_forwarded_proto',
  32292.                 15 => 'http_x_forwarded_port',
  32293.                 16 => 'http_x_forwarded_prefix',
  32294.             ],
  32295.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  32296.             'elasticsearch.index.config' => [
  32297.                 'settings' => [
  32298.                     'index' => [
  32299.                         'number_of_shards' => 3,
  32300.                         'number_of_replicas' => 3,
  32301.                         'mapping.total_fields.limit' => 50000,
  32302.                         'mapping.nested_fields.limit' => 500,
  32303.                         'mapping.nested_objects.limit' => 1000000,
  32304.                     ],
  32305.                     'analysis' => [
  32306.                         'normalizer' => [
  32307.                             'sw_lowercase_normalizer' => [
  32308.                                 'type' => 'custom',
  32309.                                 'filter' => [
  32310.                                     => 'lowercase',
  32311.                                 ],
  32312.                             ],
  32313.                         ],
  32314.                         'analyzer' => [
  32315.                             'sw_ngram_analyzer' => [
  32316.                                 'type' => 'custom',
  32317.                                 'tokenizer' => 'whitespace',
  32318.                                 'filter' => [
  32319.                                     => 'lowercase',
  32320.                                     => 'sw_ngram_filter',
  32321.                                 ],
  32322.                             ],
  32323.                         ],
  32324.                         'filter' => [
  32325.                             'sw_ngram_filter' => [
  32326.                                 'type' => 'ngram',
  32327.                                 'min_gram' => 4,
  32328.                                 'max_gram' => 5,
  32329.                             ],
  32330.                         ],
  32331.                     ],
  32332.                 ],
  32333.             ],
  32334.             'elasticsearch.index.mapping' => [
  32335.                 'dynamic_templates' => [
  32336.                     => [
  32337.                         'keywords' => [
  32338.                             'match_mapping_type' => 'string',
  32339.                             'mapping' => [
  32340.                                 'type' => 'keyword',
  32341.                                 'normalizer' => 'sw_lowercase_normalizer',
  32342.                                 'fields' => [
  32343.                                     'text' => [
  32344.                                         'type' => 'text',
  32345.                                     ],
  32346.                                 ],
  32347.                             ],
  32348.                         ],
  32349.                     ],
  32350.                 ],
  32351.             ],
  32352.             'elasticsearch.administration.index.config' => [
  32353.                 'settings' => [
  32354.                     'index' => [
  32355.                         'number_of_shards' => 3,
  32356.                         'number_of_replicas' => 3,
  32357.                         'mapping.total_fields.limit' => 50000,
  32358.                         'mapping.nested_fields.limit' => 500,
  32359.                         'mapping.nested_objects.limit' => 1000000,
  32360.                     ],
  32361.                     'analysis' => [
  32362.                         'normalizer' => [
  32363.                             'sw_lowercase_normalizer' => [
  32364.                                 'type' => 'custom',
  32365.                                 'filter' => [
  32366.                                     => 'lowercase',
  32367.                                 ],
  32368.                             ],
  32369.                         ],
  32370.                     ],
  32371.                 ],
  32372.             ],
  32373.             'elasticsearch.administration.index.mapping' => [
  32374.                 'dynamic_templates' => [
  32375.                     => [
  32376.                         'keywords' => [
  32377.                             'match_mapping_type' => 'string',
  32378.                             'mapping' => [
  32379.                                 'type' => 'keyword',
  32380.                                 'normalizer' => 'sw_lowercase_normalizer',
  32381.                                 'fields' => [
  32382.                                     'text' => [
  32383.                                         'type' => 'text',
  32384.                                     ],
  32385.                                 ],
  32386.                             ],
  32387.                         ],
  32388.                     ],
  32389.                 ],
  32390.             ],
  32391.             'default_elasticsearch_prefix' => 'sw',
  32392.             'env(SHOPWARE_ES_ENABLED)' => '',
  32393.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  32394.             'env(SHOPWARE_ES_HOSTS)' => '',
  32395.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  32396.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  32397.             'env(SHOPWARE_ADMIN_ES_ENABLED)' => '',
  32398.             'env(ADMIN_OPENSEARCH_URL)' => '',
  32399.             'env(SHOPWARE_ADMIN_ES_INDEX_PREFIX)' => 'sw-admin',
  32400.             'env(SHOPWARE_ADMIN_ES_REFRESH_INDICES)' => '',
  32401.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  32402.             'env(APP_URL_CHECK_DISABLED)' => false,
  32403.             'swag_extension_store.endpoints' => [
  32404.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  32405.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  32406.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  32407.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  32408.                 'create_basket' => '/swplatform/extensionstore/baskets',
  32409.                 'order_basket' => '/swplatform/extensionstore/orders',
  32410.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  32411.             ],
  32412.             'container.dumper.inline_class_loader' => true,
  32413.             'container.dumper.inline_factories' => true,
  32414.             'jwt_private_key_passphrase_default' => 'shopware',
  32415.             'shopware.store.frw' => true,
  32416.             'event_dispatcher.event_aliases' => [
  32417.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  32418.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  32419.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  32420.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  32421.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  32422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  32423.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  32424.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  32425.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  32426.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  32427.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  32428.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  32429.             ],
  32430.             'fragment.renderer.hinclude.global_template' => NULL,
  32431.             'fragment.path' => '/_fragment',
  32432.             'kernel.http_method_override' => true,
  32433.             'kernel.trusted_hosts' => [
  32434.             ],
  32435.             'kernel.default_locale' => 'en-GB',
  32436.             'kernel.enabled_locales' => [
  32437.             ],
  32438.             'kernel.error_controller' => 'error_controller',
  32439.             'debug.file_link_format' => NULL,
  32440.             'asset.request_context.base_path' => NULL,
  32441.             'asset.request_context.secure' => NULL,
  32442.             'translator.logging' => false,
  32443.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  32444.             'debug.error_handler.throw_at' => -1,
  32445.             'router.request_context.host' => 'localhost',
  32446.             'router.request_context.scheme' => 'http',
  32447.             'router.request_context.base_url' => '',
  32448.             'router.resource' => 'kernel::loadRoutes',
  32449.             'request_listener.http_port' => 80,
  32450.             'request_listener.https_port' => 443,
  32451.             'session.metadata.storage_key' => '_sf2_meta',
  32452.             'session.storage.options' => [
  32453.                 'cache_limiter' => '0',
  32454.                 'name' => 'session-',
  32455.                 'cookie_secure' => 'auto',
  32456.                 'cookie_httponly' => true,
  32457.                 'cookie_samesite' => 'lax',
  32458.                 'gc_probability' => 1,
  32459.             ],
  32460.             'session.save_path' => NULL,
  32461.             'session.metadata.update_threshold' => 0,
  32462.             'validator.translation_domain' => 'validators',
  32463.             'profiler_listener.only_exceptions' => false,
  32464.             'profiler_listener.only_main_requests' => false,
  32465.             'monolog.use_microseconds' => true,
  32466.             'monolog.swift_mailer.handlers' => [
  32467.             ],
  32468.             'monolog.handlers_to_channels' => [
  32469.                 'monolog.handler.business_event_handler_buffer' => [
  32470.                     'type' => 'inclusive',
  32471.                     'elements' => [
  32472.                         => 'business_events',
  32473.                     ],
  32474.                 ],
  32475.                 'monolog.handler.console' => [
  32476.                     'type' => 'exclusive',
  32477.                     'elements' => [
  32478.                         => 'event',
  32479.                         => 'doctrine',
  32480.                         => 'console',
  32481.                     ],
  32482.                 ],
  32483.                 'monolog.handler.main' => [
  32484.                     'type' => 'exclusive',
  32485.                     'elements' => [
  32486.                         => 'event',
  32487.                         => 'doctrine',
  32488.                     ],
  32489.                 ],
  32490.             ],
  32491.             'twig.form.resources' => [
  32492.                 => 'form_div_layout.html.twig',
  32493.             ],
  32494.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  32495.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  32496.             'enqueue.transport.default.receive_timeout' => 1000,
  32497.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  32498.             'enqueue.client.default.router_queue_name' => 'default',
  32499.             'enqueue.client.default.default_queue_name' => 'default',
  32500.             'enqueue.transports' => [
  32501.                 => 'default',
  32502.             ],
  32503.             'enqueue.clients' => [
  32504.                 => 'default',
  32505.             ],
  32506.             'enqueue.default_transport' => 'default',
  32507.             'enqueue.default_client' => 'default',
  32508.             'shopware.feature' => [
  32509.                 'flags' => [
  32510.                     'v6.5.0.0' => [
  32511.                         'default' => false,
  32512.                         'major' => true,
  32513.                     ],
  32514.                     'PERFORMANCE_TWEAKS' => [
  32515.                         'default' => false,
  32516.                         'major' => true,
  32517.                         'description' => 'Performance improvements that include a breaking change',
  32518.                     ],
  32519.                     'FEATURE_NEXT_1797' => [
  32520.                         'default' => false,
  32521.                         'major' => true,
  32522.                         'description' => 'composer require for plugins',
  32523.                     ],
  32524.                     'FEATURE_NEXT_16710' => [
  32525.                         'default' => false,
  32526.                         'major' => true,
  32527.                         'description' => 'Do not allow empty ids provided in criteria',
  32528.                     ],
  32529.                     'FEATURE_NEXT_13810' => [
  32530.                         'default' => false,
  32531.                         'major' => true,
  32532.                         'description' => 'Deprecate old promotion module',
  32533.                     ],
  32534.                     'FEATURE_NEXT_13250' => [
  32535.                         'default' => false,
  32536.                         'major' => true,
  32537.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  32538.                     ],
  32539.                     'FEATURE_NEXT_17276' => [
  32540.                         'default' => false,
  32541.                         'major' => true,
  32542.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  32543.                     ],
  32544.                     'FEATURE_NEXT_16151' => [
  32545.                         'default' => false,
  32546.                         'major' => true,
  32547.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  32548.                     ],
  32549.                     'FEATURE_NEXT_16155' => [
  32550.                         'default' => false,
  32551.                         'major' => true,
  32552.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  32553.                     ],
  32554.                     'FEATURE_NEXT_19501' => [
  32555.                         'default' => false,
  32556.                         'major' => false,
  32557.                         'description' => 'Disables the cart.container function',
  32558.                     ],
  32559.                     'FEATURE_NEXT_15053' => [
  32560.                         'default' => false,
  32561.                         'major' => false,
  32562.                         'description' => 'Replace wrong displayed characters in number format',
  32563.                     ],
  32564.                     'FEATURE_NEXT_18215' => [
  32565.                         'default' => false,
  32566.                         'major' => true,
  32567.                         'description' => 'Rules are aware of their assignment',
  32568.                     ],
  32569.                     'FEATURE_NEXT_15815' => [
  32570.                         'default' => false,
  32571.                         'major' => true,
  32572.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  32573.                     ],
  32574.                     'FEATURE_NEXT_14699' => [
  32575.                         'default' => false,
  32576.                         'major' => true,
  32577.                         'description' => 'Refactoring of Storefront theme assets',
  32578.                     ],
  32579.                     'FEATURE_NEXT_15707' => [
  32580.                         'default' => false,
  32581.                         'major' => false,
  32582.                         'description' => 'Delivery notice for EU geoblocking regulation',
  32583.                     ],
  32584.                     'FEATURE_NEXT_14360' => [
  32585.                         'default' => false,
  32586.                         'major' => true,
  32587.                         'description' => 'App System 4.0 - Build action button messaging system',
  32588.                     ],
  32589.                     'FEATURE_NEXT_15172' => [
  32590.                         'default' => false,
  32591.                         'major' => true,
  32592.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  32593.                     ],
  32594.                     'FEATURE_NEXT_14001' => [
  32595.                         'default' => false,
  32596.                         'major' => true,
  32597.                         'description' => 'Newsletter DOI for registered customers',
  32598.                     ],
  32599.                     'FEATURE_NEXT_7739' => [
  32600.                         'default' => false,
  32601.                         'major' => true,
  32602.                         'description' => 'Optional salutation',
  32603.                     ],
  32604.                     'FEATURE_NEXT_16200' => [
  32605.                         'default' => false,
  32606.                         'major' => false,
  32607.                         'description' => 'Register Doi Domain',
  32608.                     ],
  32609.                     'FEATURE_NEXT_13410' => [
  32610.                         'default' => false,
  32611.                         'major' => true,
  32612.                         'description' => 'Make sales channels required in seo generator',
  32613.                     ],
  32614.                     'FEATURE_NEXT_15917' => [
  32615.                         'default' => false,
  32616.                         'major' => true,
  32617.                         'description' => 'Move storefront script tags to head with defer',
  32618.                     ],
  32619.                     'FEATURE_NEXT_15957' => [
  32620.                         'default' => false,
  32621.                         'major' => true,
  32622.                         'description' => 'VAT id field for guest',
  32623.                     ],
  32624.                     'FEATURE_NEXT_13601' => [
  32625.                         'default' => false,
  32626.                         'major' => true,
  32627.                         'description' => 'Default transaction state for async app payments',
  32628.                     ],
  32629.                     'FEATURE_NEXT_16992' => [
  32630.                         'default' => false,
  32631.                         'major' => true,
  32632.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  32633.                     ],
  32634.                     'FEATURE_NEXT_7530' => [
  32635.                         'default' => false,
  32636.                         'major' => true,
  32637.                         'description' => 'Improve orders UX in Administration',
  32638.                     ],
  32639.                     'FEATURE_NEXT_16824' => [
  32640.                         'default' => false,
  32641.                         'major' => true,
  32642.                         'description' => 'Cart merged event',
  32643.                     ],
  32644.                     'FEATURE_NEXT_16271' => [
  32645.                         'default' => false,
  32646.                         'major' => true,
  32647.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  32648.                     ],
  32649.                     'FEATURE_NEXT_15381' => [
  32650.                         'default' => false,
  32651.                         'major' => true,
  32652.                         'description' => 'Save theme compilation',
  32653.                     ],
  32654.                     'FEATURE_NEXT_17275' => [
  32655.                         'default' => false,
  32656.                         'major' => true,
  32657.                         'description' => 'StorefrontRenderEvent only gets original view',
  32658.                     ],
  32659.                     'FEATURE_NEXT_17016' => [
  32660.                         'default' => false,
  32661.                         'major' => true,
  32662.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  32663.                     ],
  32664.                     'FEATURE_NEXT_16236' => [
  32665.                         'default' => false,
  32666.                         'major' => true,
  32667.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  32668.                     ],
  32669.                     'FEATURE_NEXT_16640' => [
  32670.                         'default' => false,
  32671.                         'major' => true,
  32672.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  32673.                     ],
  32674.                     'FEATURE_NEXT_17858' => [
  32675.                         'default' => false,
  32676.                         'major' => true,
  32677.                         'description' => 'Major feature flag for Business Event',
  32678.                     ],
  32679.                     'FEATURE_NEXT_6758' => [
  32680.                         'default' => false,
  32681.                         'major' => true,
  32682.                         'description' => 'Layout assignment for category as list',
  32683.                     ],
  32684.                     'FEATURE_NEXT_19048' => [
  32685.                         'default' => false,
  32686.                         'major' => true,
  32687.                         'description' => 'Fix media resolution in theme',
  32688.                     ],
  32689.                     'FEATURE_NEXT_19822' => [
  32690.                         'default' => false,
  32691.                         'major' => true,
  32692.                         'description' => 'Enables lazy loading components in the administration',
  32693.                     ],
  32694.                     'FEATURE_NEXT_18129' => [
  32695.                         'default' => false,
  32696.                         'major' => true,
  32697.                         'description' => 'Require positionIdentifier for some components',
  32698.                     ],
  32699.                     'FEATURE_NEXT_19163' => [
  32700.                         'default' => false,
  32701.                         'major' => true,
  32702.                         'description' => 'one to one inheritance',
  32703.                     ],
  32704.                     'FEATURE_NEXT_18187' => [
  32705.                         'default' => false,
  32706.                         'major' => true,
  32707.                         'description' => 'Move admin dashboard statistics into separate component',
  32708.                     ],
  32709.                     'FEATURE_NEXT_17978' => [
  32710.                         'default' => false,
  32711.                         'major' => true,
  32712.                         'description' => 'Change component factory to work with extension overrides in Administration',
  32713.                     ],
  32714.                     'FEATURE_NEXT_11634' => [
  32715.                         'default' => false,
  32716.                         'major' => true,
  32717.                         'description' => 'Webpack alias refactor',
  32718.                     ],
  32719.                     'FEATURE_NEXT_21547' => [
  32720.                         'default' => false,
  32721.                         'major' => true,
  32722.                         'description' => 'Change admin criteria defaults',
  32723.                     ],
  32724.                     'FEATURE_NEXT_22900' => [
  32725.                         'default' => false,
  32726.                         'major' => true,
  32727.                         'description' => 'Admin search configuration is used in Elasticsearch',
  32728.                     ],
  32729.                 ],
  32730.             ],
  32731.             'shopware.feature.flags' => [
  32732.                 'v6.5.0.0' => [
  32733.                     'default' => false,
  32734.                     'major' => true,
  32735.                 ],
  32736.                 'PERFORMANCE_TWEAKS' => [
  32737.                     'default' => false,
  32738.                     'major' => true,
  32739.                     'description' => 'Performance improvements that include a breaking change',
  32740.                 ],
  32741.                 'FEATURE_NEXT_1797' => [
  32742.                     'default' => false,
  32743.                     'major' => true,
  32744.                     'description' => 'composer require for plugins',
  32745.                 ],
  32746.                 'FEATURE_NEXT_16710' => [
  32747.                     'default' => false,
  32748.                     'major' => true,
  32749.                     'description' => 'Do not allow empty ids provided in criteria',
  32750.                 ],
  32751.                 'FEATURE_NEXT_13810' => [
  32752.                     'default' => false,
  32753.                     'major' => true,
  32754.                     'description' => 'Deprecate old promotion module',
  32755.                 ],
  32756.                 'FEATURE_NEXT_13250' => [
  32757.                     'default' => false,
  32758.                     'major' => true,
  32759.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  32760.                 ],
  32761.                 'FEATURE_NEXT_17276' => [
  32762.                     'default' => false,
  32763.                     'major' => true,
  32764.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  32765.                 ],
  32766.                 'FEATURE_NEXT_16151' => [
  32767.                     'default' => false,
  32768.                     'major' => true,
  32769.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  32770.                 ],
  32771.                 'FEATURE_NEXT_16155' => [
  32772.                     'default' => false,
  32773.                     'major' => true,
  32774.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  32775.                 ],
  32776.                 'FEATURE_NEXT_19501' => [
  32777.                     'default' => false,
  32778.                     'major' => false,
  32779.                     'description' => 'Disables the cart.container function',
  32780.                 ],
  32781.                 'FEATURE_NEXT_15053' => [
  32782.                     'default' => false,
  32783.                     'major' => false,
  32784.                     'description' => 'Replace wrong displayed characters in number format',
  32785.                 ],
  32786.                 'FEATURE_NEXT_18215' => [
  32787.                     'default' => false,
  32788.                     'major' => true,
  32789.                     'description' => 'Rules are aware of their assignment',
  32790.                 ],
  32791.                 'FEATURE_NEXT_15815' => [
  32792.                     'default' => false,
  32793.                     'major' => true,
  32794.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  32795.                 ],
  32796.                 'FEATURE_NEXT_14699' => [
  32797.                     'default' => false,
  32798.                     'major' => true,
  32799.                     'description' => 'Refactoring of Storefront theme assets',
  32800.                 ],
  32801.                 'FEATURE_NEXT_15707' => [
  32802.                     'default' => false,
  32803.                     'major' => false,
  32804.                     'description' => 'Delivery notice for EU geoblocking regulation',
  32805.                 ],
  32806.                 'FEATURE_NEXT_14360' => [
  32807.                     'default' => false,
  32808.                     'major' => true,
  32809.                     'description' => 'App System 4.0 - Build action button messaging system',
  32810.                 ],
  32811.                 'FEATURE_NEXT_15172' => [
  32812.                     'default' => false,
  32813.                     'major' => true,
  32814.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  32815.                 ],
  32816.                 'FEATURE_NEXT_14001' => [
  32817.                     'default' => false,
  32818.                     'major' => true,
  32819.                     'description' => 'Newsletter DOI for registered customers',
  32820.                 ],
  32821.                 'FEATURE_NEXT_7739' => [
  32822.                     'default' => false,
  32823.                     'major' => true,
  32824.                     'description' => 'Optional salutation',
  32825.                 ],
  32826.                 'FEATURE_NEXT_16200' => [
  32827.                     'default' => false,
  32828.                     'major' => false,
  32829.                     'description' => 'Register Doi Domain',
  32830.                 ],
  32831.                 'FEATURE_NEXT_13410' => [
  32832.                     'default' => false,
  32833.                     'major' => true,
  32834.                     'description' => 'Make sales channels required in seo generator',
  32835.                 ],
  32836.                 'FEATURE_NEXT_15917' => [
  32837.                     'default' => false,
  32838.                     'major' => true,
  32839.                     'description' => 'Move storefront script tags to head with defer',
  32840.                 ],
  32841.                 'FEATURE_NEXT_15957' => [
  32842.                     'default' => false,
  32843.                     'major' => true,
  32844.                     'description' => 'VAT id field for guest',
  32845.                 ],
  32846.                 'FEATURE_NEXT_13601' => [
  32847.                     'default' => false,
  32848.                     'major' => true,
  32849.                     'description' => 'Default transaction state for async app payments',
  32850.                 ],
  32851.                 'FEATURE_NEXT_16992' => [
  32852.                     'default' => false,
  32853.                     'major' => true,
  32854.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  32855.                 ],
  32856.                 'FEATURE_NEXT_7530' => [
  32857.                     'default' => false,
  32858.                     'major' => true,
  32859.                     'description' => 'Improve orders UX in Administration',
  32860.                 ],
  32861.                 'FEATURE_NEXT_16824' => [
  32862.                     'default' => false,
  32863.                     'major' => true,
  32864.                     'description' => 'Cart merged event',
  32865.                 ],
  32866.                 'FEATURE_NEXT_16271' => [
  32867.                     'default' => false,
  32868.                     'major' => true,
  32869.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  32870.                 ],
  32871.                 'FEATURE_NEXT_15381' => [
  32872.                     'default' => false,
  32873.                     'major' => true,
  32874.                     'description' => 'Save theme compilation',
  32875.                 ],
  32876.                 'FEATURE_NEXT_17275' => [
  32877.                     'default' => false,
  32878.                     'major' => true,
  32879.                     'description' => 'StorefrontRenderEvent only gets original view',
  32880.                 ],
  32881.                 'FEATURE_NEXT_17016' => [
  32882.                     'default' => false,
  32883.                     'major' => true,
  32884.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  32885.                 ],
  32886.                 'FEATURE_NEXT_16236' => [
  32887.                     'default' => false,
  32888.                     'major' => true,
  32889.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  32890.                 ],
  32891.                 'FEATURE_NEXT_16640' => [
  32892.                     'default' => false,
  32893.                     'major' => true,
  32894.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  32895.                 ],
  32896.                 'FEATURE_NEXT_17858' => [
  32897.                     'default' => false,
  32898.                     'major' => true,
  32899.                     'description' => 'Major feature flag for Business Event',
  32900.                 ],
  32901.                 'FEATURE_NEXT_6758' => [
  32902.                     'default' => false,
  32903.                     'major' => true,
  32904.                     'description' => 'Layout assignment for category as list',
  32905.                 ],
  32906.                 'FEATURE_NEXT_19048' => [
  32907.                     'default' => false,
  32908.                     'major' => true,
  32909.                     'description' => 'Fix media resolution in theme',
  32910.                 ],
  32911.                 'FEATURE_NEXT_19822' => [
  32912.                     'default' => false,
  32913.                     'major' => true,
  32914.                     'description' => 'Enables lazy loading components in the administration',
  32915.                 ],
  32916.                 'FEATURE_NEXT_18129' => [
  32917.                     'default' => false,
  32918.                     'major' => true,
  32919.                     'description' => 'Require positionIdentifier for some components',
  32920.                 ],
  32921.                 'FEATURE_NEXT_19163' => [
  32922.                     'default' => false,
  32923.                     'major' => true,
  32924.                     'description' => 'one to one inheritance',
  32925.                 ],
  32926.                 'FEATURE_NEXT_18187' => [
  32927.                     'default' => false,
  32928.                     'major' => true,
  32929.                     'description' => 'Move admin dashboard statistics into separate component',
  32930.                 ],
  32931.                 'FEATURE_NEXT_17978' => [
  32932.                     'default' => false,
  32933.                     'major' => true,
  32934.                     'description' => 'Change component factory to work with extension overrides in Administration',
  32935.                 ],
  32936.                 'FEATURE_NEXT_11634' => [
  32937.                     'default' => false,
  32938.                     'major' => true,
  32939.                     'description' => 'Webpack alias refactor',
  32940.                 ],
  32941.                 'FEATURE_NEXT_21547' => [
  32942.                     'default' => false,
  32943.                     'major' => true,
  32944.                     'description' => 'Change admin criteria defaults',
  32945.                 ],
  32946.                 'FEATURE_NEXT_22900' => [
  32947.                     'default' => false,
  32948.                     'major' => true,
  32949.                     'description' => 'Admin search configuration is used in Elasticsearch',
  32950.                 ],
  32951.             ],
  32952.             'shopware.feature.flags.v6.5.0.0' => [
  32953.                 'default' => false,
  32954.                 'major' => true,
  32955.             ],
  32956.             'shopware.feature.flags.v6.5.0.0.default' => false,
  32957.             'shopware.feature.flags.v6.5.0.0.major' => true,
  32958.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  32959.                 'default' => false,
  32960.                 'major' => true,
  32961.                 'description' => 'Performance improvements that include a breaking change',
  32962.             ],
  32963.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  32964.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  32965.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  32966.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  32967.                 'default' => false,
  32968.                 'major' => true,
  32969.                 'description' => 'composer require for plugins',
  32970.             ],
  32971.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  32972.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  32973.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  32974.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  32975.                 'default' => false,
  32976.                 'major' => true,
  32977.                 'description' => 'Do not allow empty ids provided in criteria',
  32978.             ],
  32979.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  32980.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  32981.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  32982.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  32983.                 'default' => false,
  32984.                 'major' => true,
  32985.                 'description' => 'Deprecate old promotion module',
  32986.             ],
  32987.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  32988.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  32989.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  32990.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  32991.                 'default' => false,
  32992.                 'major' => true,
  32993.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  32994.             ],
  32995.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  32996.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  32997.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  32998.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  32999.                 'default' => false,
  33000.                 'major' => true,
  33001.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33002.             ],
  33003.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  33004.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  33005.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33006.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  33007.                 'default' => false,
  33008.                 'major' => true,
  33009.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33010.             ],
  33011.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  33012.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  33013.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33014.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  33015.                 'default' => false,
  33016.                 'major' => true,
  33017.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  33018.             ],
  33019.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  33020.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  33021.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  33022.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  33023.                 'default' => false,
  33024.                 'major' => false,
  33025.                 'description' => 'Disables the cart.container function',
  33026.             ],
  33027.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  33028.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  33029.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  33030.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  33031.                 'default' => false,
  33032.                 'major' => false,
  33033.                 'description' => 'Replace wrong displayed characters in number format',
  33034.             ],
  33035.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  33036.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  33037.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  33038.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  33039.                 'default' => false,
  33040.                 'major' => true,
  33041.                 'description' => 'Rules are aware of their assignment',
  33042.             ],
  33043.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  33044.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  33045.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  33046.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  33047.                 'default' => false,
  33048.                 'major' => true,
  33049.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33050.             ],
  33051.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  33052.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  33053.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33054.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  33055.                 'default' => false,
  33056.                 'major' => true,
  33057.                 'description' => 'Refactoring of Storefront theme assets',
  33058.             ],
  33059.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  33060.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  33061.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  33062.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  33063.                 'default' => false,
  33064.                 'major' => false,
  33065.                 'description' => 'Delivery notice for EU geoblocking regulation',
  33066.             ],
  33067.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  33068.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  33069.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  33070.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  33071.                 'default' => false,
  33072.                 'major' => true,
  33073.                 'description' => 'App System 4.0 - Build action button messaging system',
  33074.             ],
  33075.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  33076.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  33077.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  33078.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  33079.                 'default' => false,
  33080.                 'major' => true,
  33081.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  33082.             ],
  33083.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  33084.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  33085.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  33086.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  33087.                 'default' => false,
  33088.                 'major' => true,
  33089.                 'description' => 'Newsletter DOI for registered customers',
  33090.             ],
  33091.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  33092.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  33093.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  33094.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  33095.                 'default' => false,
  33096.                 'major' => true,
  33097.                 'description' => 'Optional salutation',
  33098.             ],
  33099.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  33100.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  33101.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  33102.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  33103.                 'default' => false,
  33104.                 'major' => false,
  33105.                 'description' => 'Register Doi Domain',
  33106.             ],
  33107.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  33108.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  33109.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  33110.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  33111.                 'default' => false,
  33112.                 'major' => true,
  33113.                 'description' => 'Make sales channels required in seo generator',
  33114.             ],
  33115.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  33116.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  33117.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  33118.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  33119.                 'default' => false,
  33120.                 'major' => true,
  33121.                 'description' => 'Move storefront script tags to head with defer',
  33122.             ],
  33123.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  33124.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  33125.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  33126.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  33127.                 'default' => false,
  33128.                 'major' => true,
  33129.                 'description' => 'VAT id field for guest',
  33130.             ],
  33131.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  33132.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  33133.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  33134.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  33135.                 'default' => false,
  33136.                 'major' => true,
  33137.                 'description' => 'Default transaction state for async app payments',
  33138.             ],
  33139.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  33140.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  33141.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  33142.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  33143.                 'default' => false,
  33144.                 'major' => true,
  33145.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33146.             ],
  33147.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  33148.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  33149.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33150.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  33151.                 'default' => false,
  33152.                 'major' => true,
  33153.                 'description' => 'Improve orders UX in Administration',
  33154.             ],
  33155.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  33156.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  33157.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  33158.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  33159.                 'default' => false,
  33160.                 'major' => true,
  33161.                 'description' => 'Cart merged event',
  33162.             ],
  33163.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  33164.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  33165.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  33166.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  33167.                 'default' => false,
  33168.                 'major' => true,
  33169.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33170.             ],
  33171.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  33172.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  33173.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33174.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  33175.                 'default' => false,
  33176.                 'major' => true,
  33177.                 'description' => 'Save theme compilation',
  33178.             ],
  33179.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  33180.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  33181.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  33182.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  33183.                 'default' => false,
  33184.                 'major' => true,
  33185.                 'description' => 'StorefrontRenderEvent only gets original view',
  33186.             ],
  33187.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  33188.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  33189.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  33190.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  33191.                 'default' => false,
  33192.                 'major' => true,
  33193.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33194.             ],
  33195.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  33196.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  33197.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33198.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  33199.                 'default' => false,
  33200.                 'major' => true,
  33201.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33202.             ],
  33203.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  33204.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  33205.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33206.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  33207.                 'default' => false,
  33208.                 'major' => true,
  33209.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33210.             ],
  33211.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  33212.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  33213.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33214.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  33215.                 'default' => false,
  33216.                 'major' => true,
  33217.                 'description' => 'Major feature flag for Business Event',
  33218.             ],
  33219.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  33220.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  33221.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  33222.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  33223.                 'default' => false,
  33224.                 'major' => true,
  33225.                 'description' => 'Layout assignment for category as list',
  33226.             ],
  33227.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  33228.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  33229.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  33230.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  33231.                 'default' => false,
  33232.                 'major' => true,
  33233.                 'description' => 'Fix media resolution in theme',
  33234.             ],
  33235.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  33236.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  33237.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  33238.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  33239.                 'default' => false,
  33240.                 'major' => true,
  33241.                 'description' => 'Enables lazy loading components in the administration',
  33242.             ],
  33243.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  33244.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  33245.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  33246.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  33247.                 'default' => false,
  33248.                 'major' => true,
  33249.                 'description' => 'Require positionIdentifier for some components',
  33250.             ],
  33251.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  33252.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  33253.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  33254.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  33255.                 'default' => false,
  33256.                 'major' => true,
  33257.                 'description' => 'one to one inheritance',
  33258.             ],
  33259.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  33260.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  33261.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  33262.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  33263.                 'default' => false,
  33264.                 'major' => true,
  33265.                 'description' => 'Move admin dashboard statistics into separate component',
  33266.             ],
  33267.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  33268.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  33269.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  33270.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  33271.                 'default' => false,
  33272.                 'major' => true,
  33273.                 'description' => 'Change component factory to work with extension overrides in Administration',
  33274.             ],
  33275.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  33276.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  33277.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  33278.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  33279.                 'default' => false,
  33280.                 'major' => true,
  33281.                 'description' => 'Webpack alias refactor',
  33282.             ],
  33283.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  33284.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  33285.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  33286.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  33287.                 'default' => false,
  33288.                 'major' => true,
  33289.                 'description' => 'Change admin criteria defaults',
  33290.             ],
  33291.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  33292.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  33293.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  33294.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  33295.                 'default' => false,
  33296.                 'major' => true,
  33297.                 'description' => 'Admin search configuration is used in Elasticsearch',
  33298.             ],
  33299.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  33300.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  33301.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  33302.             'shopware.profiler' => [
  33303.                 'integrations' => [
  33304.                     => 'Symfony',
  33305.                 ],
  33306.             ],
  33307.             'shopware.profiler.integrations' => [
  33308.                 => 'Symfony',
  33309.             ],
  33310.             'shopware.profiler.integrations.0' => 'Symfony',
  33311.             'shopware.filesystem' => [
  33312.                 'private' => [
  33313.                     'type' => 'local',
  33314.                     'config' => [
  33315.                         'root' => (\dirname(__DIR__4).'/files'),
  33316.                     ],
  33317.                 ],
  33318.                 'public' => [
  33319.                     'type' => 'local',
  33320.                     'config' => [
  33321.                         'root' => (\dirname(__DIR__4).'/public'),
  33322.                     ],
  33323.                 ],
  33324.                 'temp' => [
  33325.                     'type' => 'local',
  33326.                     'config' => [
  33327.                         'root' => \dirname(__DIR__3),
  33328.                     ],
  33329.                 ],
  33330.                 'theme' => [
  33331.                 ],
  33332.                 'asset' => [
  33333.                 ],
  33334.                 'sitemap' => [
  33335.                 ],
  33336.                 'allowed_extensions' => [
  33337.                     => 'jpg',
  33338.                     => 'jpeg',
  33339.                     => 'png',
  33340.                     => 'webp',
  33341.                     => 'gif',
  33342.                     => 'svg',
  33343.                     => 'bmp',
  33344.                     => 'tiff',
  33345.                     => 'tif',
  33346.                     => 'eps',
  33347.                     10 => 'webm',
  33348.                     11 => 'mkv',
  33349.                     12 => 'flv',
  33350.                     13 => 'ogv',
  33351.                     14 => 'ogg',
  33352.                     15 => 'mov',
  33353.                     16 => 'mp4',
  33354.                     17 => 'avi',
  33355.                     18 => 'wmv',
  33356.                     19 => 'pdf',
  33357.                     20 => 'aac',
  33358.                     21 => 'mp3',
  33359.                     22 => 'wav',
  33360.                     23 => 'flac',
  33361.                     24 => 'oga',
  33362.                     25 => 'wma',
  33363.                     26 => 'txt',
  33364.                     27 => 'doc',
  33365.                     28 => 'ico',
  33366.                 ],
  33367.                 'private_allowed_extensions' => [
  33368.                     => 'jpg',
  33369.                     => 'jpeg',
  33370.                     => 'png',
  33371.                     => 'webp',
  33372.                     => 'gif',
  33373.                     => 'svg',
  33374.                     => 'bmp',
  33375.                     => 'tiff',
  33376.                     => 'tif',
  33377.                     => 'eps',
  33378.                     10 => 'webm',
  33379.                     11 => 'mkv',
  33380.                     12 => 'flv',
  33381.                     13 => 'ogv',
  33382.                     14 => 'ogg',
  33383.                     15 => 'mov',
  33384.                     16 => 'mp4',
  33385.                     17 => 'avi',
  33386.                     18 => 'wmv',
  33387.                     19 => 'pdf',
  33388.                     20 => 'aac',
  33389.                     21 => 'mp3',
  33390.                     22 => 'wav',
  33391.                     23 => 'flac',
  33392.                     24 => 'oga',
  33393.                     25 => 'wma',
  33394.                     26 => 'txt',
  33395.                     27 => 'doc',
  33396.                     28 => 'ico',
  33397.                     29 => 'zip',
  33398.                     30 => 'rar',
  33399.                 ],
  33400.                 'private_local_download_strategy' => 'php',
  33401.             ],
  33402.             'shopware.filesystem.private' => [
  33403.                 'type' => 'local',
  33404.                 'config' => [
  33405.                     'root' => (\dirname(__DIR__4).'/files'),
  33406.                 ],
  33407.             ],
  33408.             'shopware.filesystem.private.type' => 'local',
  33409.             'shopware.filesystem.private.config' => [
  33410.                 'root' => (\dirname(__DIR__4).'/files'),
  33411.             ],
  33412.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  33413.             'shopware.filesystem.public' => [
  33414.                 'type' => 'local',
  33415.                 'config' => [
  33416.                     'root' => (\dirname(__DIR__4).'/public'),
  33417.                 ],
  33418.             ],
  33419.             'shopware.filesystem.public.type' => 'local',
  33420.             'shopware.filesystem.public.config' => [
  33421.                 'root' => (\dirname(__DIR__4).'/public'),
  33422.             ],
  33423.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  33424.             'shopware.filesystem.temp' => [
  33425.                 'type' => 'local',
  33426.                 'config' => [
  33427.                     'root' => \dirname(__DIR__3),
  33428.                 ],
  33429.             ],
  33430.             'shopware.filesystem.temp.type' => 'local',
  33431.             'shopware.filesystem.temp.config' => [
  33432.                 'root' => \dirname(__DIR__3),
  33433.             ],
  33434.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  33435.             'shopware.filesystem.theme' => [
  33436.                 'type' => 'local',
  33437.                 'config' => [
  33438.                     'root' => (\dirname(__DIR__4).'/public'),
  33439.                 ],
  33440.             ],
  33441.             'shopware.filesystem.asset' => [
  33442.                 'type' => 'local',
  33443.                 'config' => [
  33444.                     'root' => (\dirname(__DIR__4).'/public'),
  33445.                 ],
  33446.             ],
  33447.             'shopware.filesystem.sitemap' => [
  33448.                 'type' => 'local',
  33449.                 'config' => [
  33450.                     'root' => (\dirname(__DIR__4).'/public'),
  33451.                 ],
  33452.             ],
  33453.             'shopware.filesystem.allowed_extensions' => [
  33454.                 => 'jpg',
  33455.                 => 'jpeg',
  33456.                 => 'png',
  33457.                 => 'webp',
  33458.                 => 'gif',
  33459.                 => 'svg',
  33460.                 => 'bmp',
  33461.                 => 'tiff',
  33462.                 => 'tif',
  33463.                 => 'eps',
  33464.                 10 => 'webm',
  33465.                 11 => 'mkv',
  33466.                 12 => 'flv',
  33467.                 13 => 'ogv',
  33468.                 14 => 'ogg',
  33469.                 15 => 'mov',
  33470.                 16 => 'mp4',
  33471.                 17 => 'avi',
  33472.                 18 => 'wmv',
  33473.                 19 => 'pdf',
  33474.                 20 => 'aac',
  33475.                 21 => 'mp3',
  33476.                 22 => 'wav',
  33477.                 23 => 'flac',
  33478.                 24 => 'oga',
  33479.                 25 => 'wma',
  33480.                 26 => 'txt',
  33481.                 27 => 'doc',
  33482.                 28 => 'ico',
  33483.             ],
  33484.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  33485.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  33486.             'shopware.filesystem.allowed_extensions.2' => 'png',
  33487.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  33488.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  33489.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  33490.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  33491.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  33492.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  33493.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  33494.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  33495.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  33496.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  33497.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  33498.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  33499.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  33500.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  33501.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  33502.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  33503.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  33504.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  33505.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  33506.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  33507.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  33508.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  33509.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  33510.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  33511.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  33512.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  33513.             'shopware.filesystem.private_allowed_extensions' => [
  33514.                 => 'jpg',
  33515.                 => 'jpeg',
  33516.                 => 'png',
  33517.                 => 'webp',
  33518.                 => 'gif',
  33519.                 => 'svg',
  33520.                 => 'bmp',
  33521.                 => 'tiff',
  33522.                 => 'tif',
  33523.                 => 'eps',
  33524.                 10 => 'webm',
  33525.                 11 => 'mkv',
  33526.                 12 => 'flv',
  33527.                 13 => 'ogv',
  33528.                 14 => 'ogg',
  33529.                 15 => 'mov',
  33530.                 16 => 'mp4',
  33531.                 17 => 'avi',
  33532.                 18 => 'wmv',
  33533.                 19 => 'pdf',
  33534.                 20 => 'aac',
  33535.                 21 => 'mp3',
  33536.                 22 => 'wav',
  33537.                 23 => 'flac',
  33538.                 24 => 'oga',
  33539.                 25 => 'wma',
  33540.                 26 => 'txt',
  33541.                 27 => 'doc',
  33542.                 28 => 'ico',
  33543.                 29 => 'zip',
  33544.                 30 => 'rar',
  33545.             ],
  33546.             'shopware.filesystem.private_allowed_extensions.0' => 'jpg',
  33547.             'shopware.filesystem.private_allowed_extensions.1' => 'jpeg',
  33548.             'shopware.filesystem.private_allowed_extensions.2' => 'png',
  33549.             'shopware.filesystem.private_allowed_extensions.3' => 'webp',
  33550.             'shopware.filesystem.private_allowed_extensions.4' => 'gif',
  33551.             'shopware.filesystem.private_allowed_extensions.5' => 'svg',
  33552.             'shopware.filesystem.private_allowed_extensions.6' => 'bmp',
  33553.             'shopware.filesystem.private_allowed_extensions.7' => 'tiff',
  33554.             'shopware.filesystem.private_allowed_extensions.8' => 'tif',
  33555.             'shopware.filesystem.private_allowed_extensions.9' => 'eps',
  33556.             'shopware.filesystem.private_allowed_extensions.10' => 'webm',
  33557.             'shopware.filesystem.private_allowed_extensions.11' => 'mkv',
  33558.             'shopware.filesystem.private_allowed_extensions.12' => 'flv',
  33559.             'shopware.filesystem.private_allowed_extensions.13' => 'ogv',
  33560.             'shopware.filesystem.private_allowed_extensions.14' => 'ogg',
  33561.             'shopware.filesystem.private_allowed_extensions.15' => 'mov',
  33562.             'shopware.filesystem.private_allowed_extensions.16' => 'mp4',
  33563.             'shopware.filesystem.private_allowed_extensions.17' => 'avi',
  33564.             'shopware.filesystem.private_allowed_extensions.18' => 'wmv',
  33565.             'shopware.filesystem.private_allowed_extensions.19' => 'pdf',
  33566.             'shopware.filesystem.private_allowed_extensions.20' => 'aac',
  33567.             'shopware.filesystem.private_allowed_extensions.21' => 'mp3',
  33568.             'shopware.filesystem.private_allowed_extensions.22' => 'wav',
  33569.             'shopware.filesystem.private_allowed_extensions.23' => 'flac',
  33570.             'shopware.filesystem.private_allowed_extensions.24' => 'oga',
  33571.             'shopware.filesystem.private_allowed_extensions.25' => 'wma',
  33572.             'shopware.filesystem.private_allowed_extensions.26' => 'txt',
  33573.             'shopware.filesystem.private_allowed_extensions.27' => 'doc',
  33574.             'shopware.filesystem.private_allowed_extensions.28' => 'ico',
  33575.             'shopware.filesystem.private_allowed_extensions.29' => 'zip',
  33576.             'shopware.filesystem.private_allowed_extensions.30' => 'rar',
  33577.             'shopware.filesystem.private_local_download_strategy' => 'php',
  33578.             'shopware.cdn.url' => '',
  33579.             'shopware.increment' => [
  33580.                 'user_activity' => [
  33581.                     'type' => 'mysql',
  33582.                 ],
  33583.                 'message_queue' => [
  33584.                     'type' => 'mysql',
  33585.                 ],
  33586.             ],
  33587.             'shopware.increment.user_activity' => [
  33588.                 'type' => 'mysql',
  33589.             ],
  33590.             'shopware.increment.user_activity.type' => 'mysql',
  33591.             'shopware.increment.message_queue' => [
  33592.                 'type' => 'mysql',
  33593.             ],
  33594.             'shopware.increment.message_queue.type' => 'mysql',
  33595.             'shopware.api' => [
  33596.                 'max_limit' => 100,
  33597.                 'api_browser' => [
  33598.                     'auth_required' => false,
  33599.                 ],
  33600.                 'store' => [
  33601.                     'context_lifetime' => 'P1D',
  33602.                 ],
  33603.                 'rate_limiter' => [
  33604.                     'login' => [
  33605.                         'enabled' => true,
  33606.                         'policy' => 'time_backoff',
  33607.                         'reset' => '24 hours',
  33608.                         'limits' => [
  33609.                             => [
  33610.                                 'limit' => 10,
  33611.                                 'interval' => '10 seconds',
  33612.                             ],
  33613.                             => [
  33614.                                 'limit' => 15,
  33615.                                 'interval' => '30 seconds',
  33616.                             ],
  33617.                             => [
  33618.                                 'limit' => 20,
  33619.                                 'interval' => '60 seconds',
  33620.                             ],
  33621.                         ],
  33622.                         'lock_factory' => 'lock.factory',
  33623.                         'cache_pool' => 'cache.rate_limiter',
  33624.                     ],
  33625.                     'guest_login' => [
  33626.                         'enabled' => true,
  33627.                         'policy' => 'time_backoff',
  33628.                         'reset' => '24 hours',
  33629.                         'limits' => [
  33630.                             => [
  33631.                                 'limit' => 10,
  33632.                                 'interval' => '10 seconds',
  33633.                             ],
  33634.                             => [
  33635.                                 'limit' => 15,
  33636.                                 'interval' => '30 seconds',
  33637.                             ],
  33638.                             => [
  33639.                                 'limit' => 20,
  33640.                                 'interval' => '60 seconds',
  33641.                             ],
  33642.                         ],
  33643.                         'lock_factory' => 'lock.factory',
  33644.                         'cache_pool' => 'cache.rate_limiter',
  33645.                     ],
  33646.                     'oauth' => [
  33647.                         'enabled' => true,
  33648.                         'policy' => 'time_backoff',
  33649.                         'reset' => '24 hours',
  33650.                         'limits' => [
  33651.                             => [
  33652.                                 'limit' => 10,
  33653.                                 'interval' => '10 seconds',
  33654.                             ],
  33655.                             => [
  33656.                                 'limit' => 15,
  33657.                                 'interval' => '30 seconds',
  33658.                             ],
  33659.                             => [
  33660.                                 'limit' => 20,
  33661.                                 'interval' => '60 seconds',
  33662.                             ],
  33663.                         ],
  33664.                         'lock_factory' => 'lock.factory',
  33665.                         'cache_pool' => 'cache.rate_limiter',
  33666.                     ],
  33667.                     'reset_password' => [
  33668.                         'enabled' => true,
  33669.                         'policy' => 'time_backoff',
  33670.                         'reset' => '24 hours',
  33671.                         'limits' => [
  33672.                             => [
  33673.                                 'limit' => 3,
  33674.                                 'interval' => '30 seconds',
  33675.                             ],
  33676.                             => [
  33677.                                 'limit' => 5,
  33678.                                 'interval' => '60 seconds',
  33679.                             ],
  33680.                             => [
  33681.                                 'limit' => 10,
  33682.                                 'interval' => '90 seconds',
  33683.                             ],
  33684.                         ],
  33685.                         'lock_factory' => 'lock.factory',
  33686.                         'cache_pool' => 'cache.rate_limiter',
  33687.                     ],
  33688.                     'user_recovery' => [
  33689.                         'enabled' => true,
  33690.                         'policy' => 'time_backoff',
  33691.                         'reset' => '24 hours',
  33692.                         'limits' => [
  33693.                             => [
  33694.                                 'limit' => 3,
  33695.                                 'interval' => '30 seconds',
  33696.                             ],
  33697.                             => [
  33698.                                 'limit' => 5,
  33699.                                 'interval' => '60 seconds',
  33700.                             ],
  33701.                             => [
  33702.                                 'limit' => 10,
  33703.                                 'interval' => '90 seconds',
  33704.                             ],
  33705.                         ],
  33706.                         'lock_factory' => 'lock.factory',
  33707.                         'cache_pool' => 'cache.rate_limiter',
  33708.                     ],
  33709.                     'contact_form' => [
  33710.                         'enabled' => true,
  33711.                         'policy' => 'time_backoff',
  33712.                         'reset' => '24 hours',
  33713.                         'limits' => [
  33714.                             => [
  33715.                                 'limit' => 3,
  33716.                                 'interval' => '30 seconds',
  33717.                             ],
  33718.                             => [
  33719.                                 'limit' => 5,
  33720.                                 'interval' => '60 seconds',
  33721.                             ],
  33722.                             => [
  33723.                                 'limit' => 10,
  33724.                                 'interval' => '90 seconds',
  33725.                             ],
  33726.                         ],
  33727.                         'lock_factory' => 'lock.factory',
  33728.                         'cache_pool' => 'cache.rate_limiter',
  33729.                     ],
  33730.                     'notification' => [
  33731.                         'enabled' => true,
  33732.                         'policy' => 'time_backoff',
  33733.                         'reset' => '24 hours',
  33734.                         'limits' => [
  33735.                             => [
  33736.                                 'limit' => 10,
  33737.                                 'interval' => '10 seconds',
  33738.                             ],
  33739.                             => [
  33740.                                 'limit' => 15,
  33741.                                 'interval' => '30 seconds',
  33742.                             ],
  33743.                             => [
  33744.                                 'limit' => 20,
  33745.                                 'interval' => '60 seconds',
  33746.                             ],
  33747.                         ],
  33748.                         'lock_factory' => 'lock.factory',
  33749.                         'cache_pool' => 'cache.rate_limiter',
  33750.                     ],
  33751.                     'newsletter_form' => [
  33752.                         'enabled' => true,
  33753.                         'policy' => 'time_backoff',
  33754.                         'reset' => '24 hours',
  33755.                         'limits' => [
  33756.                             => [
  33757.                                 'limit' => 3,
  33758.                                 'interval' => '30 seconds',
  33759.                             ],
  33760.                             => [
  33761.                                 'limit' => 5,
  33762.                                 'interval' => '60 seconds',
  33763.                             ],
  33764.                             => [
  33765.                                 'limit' => 10,
  33766.                                 'interval' => '90 seconds',
  33767.                             ],
  33768.                         ],
  33769.                         'lock_factory' => 'lock.factory',
  33770.                         'cache_pool' => 'cache.rate_limiter',
  33771.                     ],
  33772.                     'cart_add_line_item' => [
  33773.                         'enabled' => true,
  33774.                         'policy' => 'system_config',
  33775.                         'reset' => '1 hours',
  33776.                         'limits' => [
  33777.                             => [
  33778.                                 'domain' => 'core.cart.lineItemAddLimit',
  33779.                                 'interval' => '60 seconds',
  33780.                             ],
  33781.                         ],
  33782.                         'lock_factory' => 'lock.factory',
  33783.                         'cache_pool' => 'cache.rate_limiter',
  33784.                     ],
  33785.                 ],
  33786.             ],
  33787.             'shopware.api.max_limit' => 100,
  33788.             'shopware.api.api_browser' => [
  33789.                 'auth_required' => false,
  33790.             ],
  33791.             'shopware.api.api_browser.auth_required' => false,
  33792.             'shopware.api.api_browser.auth_required_str' => '0',
  33793.             'shopware.api.store' => [
  33794.                 'context_lifetime' => 'P1D',
  33795.             ],
  33796.             'shopware.api.store.context_lifetime' => 'P1D',
  33797.             'shopware.api.rate_limiter' => [
  33798.                 'login' => [
  33799.                     'enabled' => true,
  33800.                     'policy' => 'time_backoff',
  33801.                     'reset' => '24 hours',
  33802.                     'limits' => [
  33803.                         => [
  33804.                             'limit' => 10,
  33805.                             'interval' => '10 seconds',
  33806.                         ],
  33807.                         => [
  33808.                             'limit' => 15,
  33809.                             'interval' => '30 seconds',
  33810.                         ],
  33811.                         => [
  33812.                             'limit' => 20,
  33813.                             'interval' => '60 seconds',
  33814.                         ],
  33815.                     ],
  33816.                     'lock_factory' => 'lock.factory',
  33817.                     'cache_pool' => 'cache.rate_limiter',
  33818.                 ],
  33819.                 'guest_login' => [
  33820.                     'enabled' => true,
  33821.                     'policy' => 'time_backoff',
  33822.                     'reset' => '24 hours',
  33823.                     'limits' => [
  33824.                         => [
  33825.                             'limit' => 10,
  33826.                             'interval' => '10 seconds',
  33827.                         ],
  33828.                         => [
  33829.                             'limit' => 15,
  33830.                             'interval' => '30 seconds',
  33831.                         ],
  33832.                         => [
  33833.                             'limit' => 20,
  33834.                             'interval' => '60 seconds',
  33835.                         ],
  33836.                     ],
  33837.                     'lock_factory' => 'lock.factory',
  33838.                     'cache_pool' => 'cache.rate_limiter',
  33839.                 ],
  33840.                 'oauth' => [
  33841.                     'enabled' => true,
  33842.                     'policy' => 'time_backoff',
  33843.                     'reset' => '24 hours',
  33844.                     'limits' => [
  33845.                         => [
  33846.                             'limit' => 10,
  33847.                             'interval' => '10 seconds',
  33848.                         ],
  33849.                         => [
  33850.                             'limit' => 15,
  33851.                             'interval' => '30 seconds',
  33852.                         ],
  33853.                         => [
  33854.                             'limit' => 20,
  33855.                             'interval' => '60 seconds',
  33856.                         ],
  33857.                     ],
  33858.                     'lock_factory' => 'lock.factory',
  33859.                     'cache_pool' => 'cache.rate_limiter',
  33860.                 ],
  33861.                 'reset_password' => [
  33862.                     'enabled' => true,
  33863.                     'policy' => 'time_backoff',
  33864.                     'reset' => '24 hours',
  33865.                     'limits' => [
  33866.                         => [
  33867.                             'limit' => 3,
  33868.                             'interval' => '30 seconds',
  33869.                         ],
  33870.                         => [
  33871.                             'limit' => 5,
  33872.                             'interval' => '60 seconds',
  33873.                         ],
  33874.                         => [
  33875.                             'limit' => 10,
  33876.                             'interval' => '90 seconds',
  33877.                         ],
  33878.                     ],
  33879.                     'lock_factory' => 'lock.factory',
  33880.                     'cache_pool' => 'cache.rate_limiter',
  33881.                 ],
  33882.                 'user_recovery' => [
  33883.                     'enabled' => true,
  33884.                     'policy' => 'time_backoff',
  33885.                     'reset' => '24 hours',
  33886.                     'limits' => [
  33887.                         => [
  33888.                             'limit' => 3,
  33889.                             'interval' => '30 seconds',
  33890.                         ],
  33891.                         => [
  33892.                             'limit' => 5,
  33893.                             'interval' => '60 seconds',
  33894.                         ],
  33895.                         => [
  33896.                             'limit' => 10,
  33897.                             'interval' => '90 seconds',
  33898.                         ],
  33899.                     ],
  33900.                     'lock_factory' => 'lock.factory',
  33901.                     'cache_pool' => 'cache.rate_limiter',
  33902.                 ],
  33903.                 'contact_form' => [
  33904.                     'enabled' => true,
  33905.                     'policy' => 'time_backoff',
  33906.                     'reset' => '24 hours',
  33907.                     'limits' => [
  33908.                         => [
  33909.                             'limit' => 3,
  33910.                             'interval' => '30 seconds',
  33911.                         ],
  33912.                         => [
  33913.                             'limit' => 5,
  33914.                             'interval' => '60 seconds',
  33915.                         ],
  33916.                         => [
  33917.                             'limit' => 10,
  33918.                             'interval' => '90 seconds',
  33919.                         ],
  33920.                     ],
  33921.                     'lock_factory' => 'lock.factory',
  33922.                     'cache_pool' => 'cache.rate_limiter',
  33923.                 ],
  33924.                 'notification' => [
  33925.                     'enabled' => true,
  33926.                     'policy' => 'time_backoff',
  33927.                     'reset' => '24 hours',
  33928.                     'limits' => [
  33929.                         => [
  33930.                             'limit' => 10,
  33931.                             'interval' => '10 seconds',
  33932.                         ],
  33933.                         => [
  33934.                             'limit' => 15,
  33935.                             'interval' => '30 seconds',
  33936.                         ],
  33937.                         => [
  33938.                             'limit' => 20,
  33939.                             'interval' => '60 seconds',
  33940.                         ],
  33941.                     ],
  33942.                     'lock_factory' => 'lock.factory',
  33943.                     'cache_pool' => 'cache.rate_limiter',
  33944.                 ],
  33945.                 'newsletter_form' => [
  33946.                     'enabled' => true,
  33947.                     'policy' => 'time_backoff',
  33948.                     'reset' => '24 hours',
  33949.                     'limits' => [
  33950.                         => [
  33951.                             'limit' => 3,
  33952.                             'interval' => '30 seconds',
  33953.                         ],
  33954.                         => [
  33955.                             'limit' => 5,
  33956.                             'interval' => '60 seconds',
  33957.                         ],
  33958.                         => [
  33959.                             'limit' => 10,
  33960.                             'interval' => '90 seconds',
  33961.                         ],
  33962.                     ],
  33963.                     'lock_factory' => 'lock.factory',
  33964.                     'cache_pool' => 'cache.rate_limiter',
  33965.                 ],
  33966.                 'cart_add_line_item' => [
  33967.                     'enabled' => true,
  33968.                     'policy' => 'system_config',
  33969.                     'reset' => '1 hours',
  33970.                     'limits' => [
  33971.                         => [
  33972.                             'domain' => 'core.cart.lineItemAddLimit',
  33973.                             'interval' => '60 seconds',
  33974.                         ],
  33975.                     ],
  33976.                     'lock_factory' => 'lock.factory',
  33977.                     'cache_pool' => 'cache.rate_limiter',
  33978.                 ],
  33979.             ],
  33980.             'shopware.api.rate_limiter.login' => [
  33981.                 'enabled' => true,
  33982.                 'policy' => 'time_backoff',
  33983.                 'reset' => '24 hours',
  33984.                 'limits' => [
  33985.                     => [
  33986.                         'limit' => 10,
  33987.                         'interval' => '10 seconds',
  33988.                     ],
  33989.                     => [
  33990.                         'limit' => 15,
  33991.                         'interval' => '30 seconds',
  33992.                     ],
  33993.                     => [
  33994.                         'limit' => 20,
  33995.                         'interval' => '60 seconds',
  33996.                     ],
  33997.                 ],
  33998.                 'lock_factory' => 'lock.factory',
  33999.                 'cache_pool' => 'cache.rate_limiter',
  34000.             ],
  34001.             'shopware.api.rate_limiter.login.enabled' => true,
  34002.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  34003.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  34004.             'shopware.api.rate_limiter.login.limits' => [
  34005.                 => [
  34006.                     'limit' => 10,
  34007.                     'interval' => '10 seconds',
  34008.                 ],
  34009.                 => [
  34010.                     'limit' => 15,
  34011.                     'interval' => '30 seconds',
  34012.                 ],
  34013.                 => [
  34014.                     'limit' => 20,
  34015.                     'interval' => '60 seconds',
  34016.                 ],
  34017.             ],
  34018.             'shopware.api.rate_limiter.login.limits.0' => [
  34019.                 'limit' => 10,
  34020.                 'interval' => '10 seconds',
  34021.             ],
  34022.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  34023.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  34024.             'shopware.api.rate_limiter.login.limits.1' => [
  34025.                 'limit' => 15,
  34026.                 'interval' => '30 seconds',
  34027.             ],
  34028.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  34029.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  34030.             'shopware.api.rate_limiter.login.limits.2' => [
  34031.                 'limit' => 20,
  34032.                 'interval' => '60 seconds',
  34033.             ],
  34034.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  34035.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  34036.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  34037.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  34038.             'shopware.api.rate_limiter.guest_login' => [
  34039.                 'enabled' => true,
  34040.                 'policy' => 'time_backoff',
  34041.                 'reset' => '24 hours',
  34042.                 'limits' => [
  34043.                     => [
  34044.                         'limit' => 10,
  34045.                         'interval' => '10 seconds',
  34046.                     ],
  34047.                     => [
  34048.                         'limit' => 15,
  34049.                         'interval' => '30 seconds',
  34050.                     ],
  34051.                     => [
  34052.                         'limit' => 20,
  34053.                         'interval' => '60 seconds',
  34054.                     ],
  34055.                 ],
  34056.                 'lock_factory' => 'lock.factory',
  34057.                 'cache_pool' => 'cache.rate_limiter',
  34058.             ],
  34059.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  34060.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  34061.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  34062.             'shopware.api.rate_limiter.guest_login.limits' => [
  34063.                 => [
  34064.                     'limit' => 10,
  34065.                     'interval' => '10 seconds',
  34066.                 ],
  34067.                 => [
  34068.                     'limit' => 15,
  34069.                     'interval' => '30 seconds',
  34070.                 ],
  34071.                 => [
  34072.                     'limit' => 20,
  34073.                     'interval' => '60 seconds',
  34074.                 ],
  34075.             ],
  34076.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  34077.                 'limit' => 10,
  34078.                 'interval' => '10 seconds',
  34079.             ],
  34080.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  34081.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  34082.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  34083.                 'limit' => 15,
  34084.                 'interval' => '30 seconds',
  34085.             ],
  34086.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  34087.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  34088.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  34089.                 'limit' => 20,
  34090.                 'interval' => '60 seconds',
  34091.             ],
  34092.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  34093.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  34094.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  34095.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  34096.             'shopware.api.rate_limiter.oauth' => [
  34097.                 'enabled' => true,
  34098.                 'policy' => 'time_backoff',
  34099.                 'reset' => '24 hours',
  34100.                 'limits' => [
  34101.                     => [
  34102.                         'limit' => 10,
  34103.                         'interval' => '10 seconds',
  34104.                     ],
  34105.                     => [
  34106.                         'limit' => 15,
  34107.                         'interval' => '30 seconds',
  34108.                     ],
  34109.                     => [
  34110.                         'limit' => 20,
  34111.                         'interval' => '60 seconds',
  34112.                     ],
  34113.                 ],
  34114.                 'lock_factory' => 'lock.factory',
  34115.                 'cache_pool' => 'cache.rate_limiter',
  34116.             ],
  34117.             'shopware.api.rate_limiter.oauth.enabled' => true,
  34118.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  34119.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  34120.             'shopware.api.rate_limiter.oauth.limits' => [
  34121.                 => [
  34122.                     'limit' => 10,
  34123.                     'interval' => '10 seconds',
  34124.                 ],
  34125.                 => [
  34126.                     'limit' => 15,
  34127.                     'interval' => '30 seconds',
  34128.                 ],
  34129.                 => [
  34130.                     'limit' => 20,
  34131.                     'interval' => '60 seconds',
  34132.                 ],
  34133.             ],
  34134.             'shopware.api.rate_limiter.oauth.limits.0' => [
  34135.                 'limit' => 10,
  34136.                 'interval' => '10 seconds',
  34137.             ],
  34138.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  34139.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  34140.             'shopware.api.rate_limiter.oauth.limits.1' => [
  34141.                 'limit' => 15,
  34142.                 'interval' => '30 seconds',
  34143.             ],
  34144.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  34145.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  34146.             'shopware.api.rate_limiter.oauth.limits.2' => [
  34147.                 'limit' => 20,
  34148.                 'interval' => '60 seconds',
  34149.             ],
  34150.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  34151.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  34152.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  34153.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  34154.             'shopware.api.rate_limiter.reset_password' => [
  34155.                 'enabled' => true,
  34156.                 'policy' => 'time_backoff',
  34157.                 'reset' => '24 hours',
  34158.                 'limits' => [
  34159.                     => [
  34160.                         'limit' => 3,
  34161.                         'interval' => '30 seconds',
  34162.                     ],
  34163.                     => [
  34164.                         'limit' => 5,
  34165.                         'interval' => '60 seconds',
  34166.                     ],
  34167.                     => [
  34168.                         'limit' => 10,
  34169.                         'interval' => '90 seconds',
  34170.                     ],
  34171.                 ],
  34172.                 'lock_factory' => 'lock.factory',
  34173.                 'cache_pool' => 'cache.rate_limiter',
  34174.             ],
  34175.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  34176.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  34177.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  34178.             'shopware.api.rate_limiter.reset_password.limits' => [
  34179.                 => [
  34180.                     'limit' => 3,
  34181.                     'interval' => '30 seconds',
  34182.                 ],
  34183.                 => [
  34184.                     'limit' => 5,
  34185.                     'interval' => '60 seconds',
  34186.                 ],
  34187.                 => [
  34188.                     'limit' => 10,
  34189.                     'interval' => '90 seconds',
  34190.                 ],
  34191.             ],
  34192.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  34193.                 'limit' => 3,
  34194.                 'interval' => '30 seconds',
  34195.             ],
  34196.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  34197.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  34198.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  34199.                 'limit' => 5,
  34200.                 'interval' => '60 seconds',
  34201.             ],
  34202.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  34203.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  34204.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  34205.                 'limit' => 10,
  34206.                 'interval' => '90 seconds',
  34207.             ],
  34208.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  34209.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  34210.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  34211.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  34212.             'shopware.api.rate_limiter.user_recovery' => [
  34213.                 'enabled' => true,
  34214.                 'policy' => 'time_backoff',
  34215.                 'reset' => '24 hours',
  34216.                 'limits' => [
  34217.                     => [
  34218.                         'limit' => 3,
  34219.                         'interval' => '30 seconds',
  34220.                     ],
  34221.                     => [
  34222.                         'limit' => 5,
  34223.                         'interval' => '60 seconds',
  34224.                     ],
  34225.                     => [
  34226.                         'limit' => 10,
  34227.                         'interval' => '90 seconds',
  34228.                     ],
  34229.                 ],
  34230.                 'lock_factory' => 'lock.factory',
  34231.                 'cache_pool' => 'cache.rate_limiter',
  34232.             ],
  34233.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  34234.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  34235.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  34236.             'shopware.api.rate_limiter.user_recovery.limits' => [
  34237.                 => [
  34238.                     'limit' => 3,
  34239.                     'interval' => '30 seconds',
  34240.                 ],
  34241.                 => [
  34242.                     'limit' => 5,
  34243.                     'interval' => '60 seconds',
  34244.                 ],
  34245.                 => [
  34246.                     'limit' => 10,
  34247.                     'interval' => '90 seconds',
  34248.                 ],
  34249.             ],
  34250.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  34251.                 'limit' => 3,
  34252.                 'interval' => '30 seconds',
  34253.             ],
  34254.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  34255.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  34256.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  34257.                 'limit' => 5,
  34258.                 'interval' => '60 seconds',
  34259.             ],
  34260.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  34261.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  34262.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  34263.                 'limit' => 10,
  34264.                 'interval' => '90 seconds',
  34265.             ],
  34266.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  34267.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  34268.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  34269.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  34270.             'shopware.api.rate_limiter.contact_form' => [
  34271.                 'enabled' => true,
  34272.                 'policy' => 'time_backoff',
  34273.                 'reset' => '24 hours',
  34274.                 'limits' => [
  34275.                     => [
  34276.                         'limit' => 3,
  34277.                         'interval' => '30 seconds',
  34278.                     ],
  34279.                     => [
  34280.                         'limit' => 5,
  34281.                         'interval' => '60 seconds',
  34282.                     ],
  34283.                     => [
  34284.                         'limit' => 10,
  34285.                         'interval' => '90 seconds',
  34286.                     ],
  34287.                 ],
  34288.                 'lock_factory' => 'lock.factory',
  34289.                 'cache_pool' => 'cache.rate_limiter',
  34290.             ],
  34291.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  34292.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  34293.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  34294.             'shopware.api.rate_limiter.contact_form.limits' => [
  34295.                 => [
  34296.                     'limit' => 3,
  34297.                     'interval' => '30 seconds',
  34298.                 ],
  34299.                 => [
  34300.                     'limit' => 5,
  34301.                     'interval' => '60 seconds',
  34302.                 ],
  34303.                 => [
  34304.                     'limit' => 10,
  34305.                     'interval' => '90 seconds',
  34306.                 ],
  34307.             ],
  34308.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  34309.                 'limit' => 3,
  34310.                 'interval' => '30 seconds',
  34311.             ],
  34312.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  34313.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  34314.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  34315.                 'limit' => 5,
  34316.                 'interval' => '60 seconds',
  34317.             ],
  34318.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  34319.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  34320.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  34321.                 'limit' => 10,
  34322.                 'interval' => '90 seconds',
  34323.             ],
  34324.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  34325.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  34326.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  34327.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  34328.             'shopware.api.rate_limiter.notification' => [
  34329.                 'enabled' => true,
  34330.                 'policy' => 'time_backoff',
  34331.                 'reset' => '24 hours',
  34332.                 'limits' => [
  34333.                     => [
  34334.                         'limit' => 10,
  34335.                         'interval' => '10 seconds',
  34336.                     ],
  34337.                     => [
  34338.                         'limit' => 15,
  34339.                         'interval' => '30 seconds',
  34340.                     ],
  34341.                     => [
  34342.                         'limit' => 20,
  34343.                         'interval' => '60 seconds',
  34344.                     ],
  34345.                 ],
  34346.                 'lock_factory' => 'lock.factory',
  34347.                 'cache_pool' => 'cache.rate_limiter',
  34348.             ],
  34349.             'shopware.api.rate_limiter.notification.enabled' => true,
  34350.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  34351.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  34352.             'shopware.api.rate_limiter.notification.limits' => [
  34353.                 => [
  34354.                     'limit' => 10,
  34355.                     'interval' => '10 seconds',
  34356.                 ],
  34357.                 => [
  34358.                     'limit' => 15,
  34359.                     'interval' => '30 seconds',
  34360.                 ],
  34361.                 => [
  34362.                     'limit' => 20,
  34363.                     'interval' => '60 seconds',
  34364.                 ],
  34365.             ],
  34366.             'shopware.api.rate_limiter.notification.limits.0' => [
  34367.                 'limit' => 10,
  34368.                 'interval' => '10 seconds',
  34369.             ],
  34370.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  34371.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  34372.             'shopware.api.rate_limiter.notification.limits.1' => [
  34373.                 'limit' => 15,
  34374.                 'interval' => '30 seconds',
  34375.             ],
  34376.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  34377.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  34378.             'shopware.api.rate_limiter.notification.limits.2' => [
  34379.                 'limit' => 20,
  34380.                 'interval' => '60 seconds',
  34381.             ],
  34382.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  34383.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  34384.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  34385.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  34386.             'shopware.api.rate_limiter.newsletter_form' => [
  34387.                 'enabled' => true,
  34388.                 'policy' => 'time_backoff',
  34389.                 'reset' => '24 hours',
  34390.                 'limits' => [
  34391.                     => [
  34392.                         'limit' => 3,
  34393.                         'interval' => '30 seconds',
  34394.                     ],
  34395.                     => [
  34396.                         'limit' => 5,
  34397.                         'interval' => '60 seconds',
  34398.                     ],
  34399.                     => [
  34400.                         'limit' => 10,
  34401.                         'interval' => '90 seconds',
  34402.                     ],
  34403.                 ],
  34404.                 'lock_factory' => 'lock.factory',
  34405.                 'cache_pool' => 'cache.rate_limiter',
  34406.             ],
  34407.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  34408.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  34409.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  34410.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  34411.                 => [
  34412.                     'limit' => 3,
  34413.                     'interval' => '30 seconds',
  34414.                 ],
  34415.                 => [
  34416.                     'limit' => 5,
  34417.                     'interval' => '60 seconds',
  34418.                 ],
  34419.                 => [
  34420.                     'limit' => 10,
  34421.                     'interval' => '90 seconds',
  34422.                 ],
  34423.             ],
  34424.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  34425.                 'limit' => 3,
  34426.                 'interval' => '30 seconds',
  34427.             ],
  34428.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  34429.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  34430.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  34431.                 'limit' => 5,
  34432.                 'interval' => '60 seconds',
  34433.             ],
  34434.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  34435.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  34436.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  34437.                 'limit' => 10,
  34438.                 'interval' => '90 seconds',
  34439.             ],
  34440.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  34441.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  34442.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  34443.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  34444.             'shopware.api.rate_limiter.cart_add_line_item' => [
  34445.                 'enabled' => true,
  34446.                 'policy' => 'system_config',
  34447.                 'reset' => '1 hours',
  34448.                 'limits' => [
  34449.                     => [
  34450.                         'domain' => 'core.cart.lineItemAddLimit',
  34451.                         'interval' => '60 seconds',
  34452.                     ],
  34453.                 ],
  34454.                 'lock_factory' => 'lock.factory',
  34455.                 'cache_pool' => 'cache.rate_limiter',
  34456.             ],
  34457.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  34458.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  34459.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  34460.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  34461.                 => [
  34462.                     'domain' => 'core.cart.lineItemAddLimit',
  34463.                     'interval' => '60 seconds',
  34464.                 ],
  34465.             ],
  34466.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  34467.                 'domain' => 'core.cart.lineItemAddLimit',
  34468.                 'interval' => '60 seconds',
  34469.             ],
  34470.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  34471.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  34472.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  34473.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  34474.             'shopware.admin_worker' => [
  34475.                 'enable_admin_worker' => true,
  34476.                 'poll_interval' => 20,
  34477.                 'transports' => [
  34478.                     => 'default',
  34479.                 ],
  34480.                 'memory_limit' => '128M',
  34481.             ],
  34482.             'shopware.admin_worker.enable_admin_worker' => true,
  34483.             'shopware.admin_worker.poll_interval' => 20,
  34484.             'shopware.admin_worker.transports' => [
  34485.                 => 'default',
  34486.             ],
  34487.             'shopware.admin_worker.transports.0' => 'default',
  34488.             'shopware.admin_worker.memory_limit' => '128M',
  34489.             'shopware.auto_update' => [
  34490.                 'enabled' => true,
  34491.             ],
  34492.             'shopware.auto_update.enabled' => true,
  34493.             'shopware.store' => [
  34494.                 'frw' => false,
  34495.             ],
  34496.             'shopware.sitemap' => [
  34497.                 'batchsize' => 100,
  34498.                 'custom_urls' => [
  34499.                 ],
  34500.                 'excluded_urls' => [
  34501.                 ],
  34502.             ],
  34503.             'shopware.sitemap.batchsize' => 100,
  34504.             'shopware.sitemap.custom_urls' => [
  34505.             ],
  34506.             'shopware.sitemap.excluded_urls' => [
  34507.             ],
  34508.             'shopware.media' => [
  34509.                 'enable_url_upload_feature' => true,
  34510.                 'enable_url_validation' => false,
  34511.                 'url_upload_max_size' => 0,
  34512.             ],
  34513.             'shopware.media.enable_url_upload_feature' => true,
  34514.             'shopware.media.enable_url_validation' => false,
  34515.             'shopware.media.url_upload_max_size' => 0,
  34516.             'shopware.dal' => [
  34517.                 'batch_size' => 125,
  34518.                 'max_rule_prices' => 100,
  34519.                 'versioning' => [
  34520.                     'expire_days' => 30,
  34521.                 ],
  34522.             ],
  34523.             'shopware.dal.batch_size' => 125,
  34524.             'shopware.dal.max_rule_prices' => 100,
  34525.             'shopware.dal.versioning' => [
  34526.                 'expire_days' => 30,
  34527.             ],
  34528.             'shopware.dal.versioning.expire_days' => 30,
  34529.             'shopware.mail' => [
  34530.                 'update_mail_variables_on_send' => true,
  34531.             ],
  34532.             'shopware.mail.update_mail_variables_on_send' => true,
  34533.             'shopware.cart' => [
  34534.                 'compress' => false,
  34535.                 'expire_days' => 120,
  34536.                 'redis_url' => false,
  34537.             ],
  34538.             'shopware.cart.compress' => false,
  34539.             'shopware.cart.expire_days' => 120,
  34540.             'shopware.cart.redis_url' => false,
  34541.             'shopware.number_range' => [
  34542.                 'increment_storage' => 'SQL',
  34543.                 'redis_url' => false,
  34544.             ],
  34545.             'shopware.number_range.increment_storage' => 'SQL',
  34546.             'shopware.number_range.redis_url' => false,
  34547.             'shopware.sales_channel_context' => [
  34548.                 'expire_days' => 120,
  34549.             ],
  34550.             'shopware.sales_channel_context.expire_days' => 120,
  34551.             'shopware.html_sanitizer.cache_enabled' => true,
  34552.             'shopware.html_sanitizer.sets' => [
  34553.                 'basic' => [
  34554.                     'tags' => [
  34555.                         => 'a',
  34556.                         => 'abbr',
  34557.                         => 'acronym',
  34558.                         => 'address',
  34559.                         => 'b',
  34560.                         => 'bdo',
  34561.                         => 'big',
  34562.                         => 'blockquote',
  34563.                         => 'br',
  34564.                         => 'caption',
  34565.                         10 => 'center',
  34566.                         11 => 'cite',
  34567.                         12 => 'code',
  34568.                         13 => 'col',
  34569.                         14 => 'colgroup',
  34570.                         15 => 'dd',
  34571.                         16 => 'del',
  34572.                         17 => 'dfn',
  34573.                         18 => 'dir',
  34574.                         19 => 'div',
  34575.                         20 => 'dl',
  34576.                         21 => 'dt',
  34577.                         22 => 'em',
  34578.                         23 => 'font',
  34579.                         24 => 'h1',
  34580.                         25 => 'h2',
  34581.                         26 => 'h3',
  34582.                         27 => 'h4',
  34583.                         28 => 'h5',
  34584.                         29 => 'h6',
  34585.                         30 => 'hr',
  34586.                         31 => 'i',
  34587.                         32 => 'ins',
  34588.                         33 => 'kbd',
  34589.                         34 => 'li',
  34590.                         35 => 'menu',
  34591.                         36 => 'ol',
  34592.                         37 => 'p',
  34593.                         38 => 'pre',
  34594.                         39 => 'q',
  34595.                         40 => 's',
  34596.                         41 => 'samp',
  34597.                         42 => 'small',
  34598.                         43 => 'span',
  34599.                         44 => 'strike',
  34600.                         45 => 'strong',
  34601.                         46 => 'sub',
  34602.                         47 => 'sup',
  34603.                         48 => 'table',
  34604.                         49 => 'tbody',
  34605.                         50 => 'td',
  34606.                         51 => 'tfoot',
  34607.                         52 => 'th',
  34608.                         53 => 'thead',
  34609.                         54 => 'tr',
  34610.                         55 => 'tt',
  34611.                         56 => 'u',
  34612.                         57 => 'ul',
  34613.                         58 => 'var',
  34614.                     ],
  34615.                     'attributes' => [
  34616.                         => 'align',
  34617.                         => 'bgcolor',
  34618.                         => 'border',
  34619.                         => 'cellpadding',
  34620.                         => 'cellspacing',
  34621.                         => 'cite',
  34622.                         => 'class',
  34623.                         => 'clear',
  34624.                         => 'color',
  34625.                         => 'colspan',
  34626.                         10 => 'dir',
  34627.                         11 => 'face',
  34628.                         12 => 'frame',
  34629.                         13 => 'height',
  34630.                         14 => 'href',
  34631.                         15 => 'id',
  34632.                         16 => 'lang',
  34633.                         17 => 'name',
  34634.                         18 => 'noshade',
  34635.                         19 => 'nowrap',
  34636.                         20 => 'rel',
  34637.                         21 => 'rev',
  34638.                         22 => 'rowspan',
  34639.                         23 => 'scope',
  34640.                         24 => 'size',
  34641.                         25 => 'span',
  34642.                         26 => 'start',
  34643.                         27 => 'style',
  34644.                         28 => 'summary',
  34645.                         29 => 'title',
  34646.                         30 => 'type',
  34647.                         31 => 'valign',
  34648.                         32 => 'value',
  34649.                         33 => 'width',
  34650.                     ],
  34651.                     'options' => [
  34652.                     ],
  34653.                 ],
  34654.                 'media' => [
  34655.                     'tags' => [
  34656.                         => 'img',
  34657.                     ],
  34658.                     'attributes' => [
  34659.                         => 'src',
  34660.                         => 'alt',
  34661.                     ],
  34662.                     'options' => [
  34663.                     ],
  34664.                 ],
  34665.                 'script' => [
  34666.                     'tags' => [
  34667.                         => 'script',
  34668.                     ],
  34669.                     'options' => [
  34670.                         'HTML.Trusted' => true,
  34671.                     ],
  34672.                     'attributes' => [
  34673.                     ],
  34674.                 ],
  34675.                 'tidy' => [
  34676.                     'options' => [
  34677.                         'Output.TidyFormat' => true,
  34678.                     ],
  34679.                     'tags' => [
  34680.                     ],
  34681.                     'attributes' => [
  34682.                     ],
  34683.                 ],
  34684.             ],
  34685.             'shopware.html_sanitizer.sets.basic' => [
  34686.                 'tags' => [
  34687.                     => 'a',
  34688.                     => 'abbr',
  34689.                     => 'acronym',
  34690.                     => 'address',
  34691.                     => 'b',
  34692.                     => 'bdo',
  34693.                     => 'big',
  34694.                     => 'blockquote',
  34695.                     => 'br',
  34696.                     => 'caption',
  34697.                     10 => 'center',
  34698.                     11 => 'cite',
  34699.                     12 => 'code',
  34700.                     13 => 'col',
  34701.                     14 => 'colgroup',
  34702.                     15 => 'dd',
  34703.                     16 => 'del',
  34704.                     17 => 'dfn',
  34705.                     18 => 'dir',
  34706.                     19 => 'div',
  34707.                     20 => 'dl',
  34708.                     21 => 'dt',
  34709.                     22 => 'em',
  34710.                     23 => 'font',
  34711.                     24 => 'h1',
  34712.                     25 => 'h2',
  34713.                     26 => 'h3',
  34714.                     27 => 'h4',
  34715.                     28 => 'h5',
  34716.                     29 => 'h6',
  34717.                     30 => 'hr',
  34718.                     31 => 'i',
  34719.                     32 => 'ins',
  34720.                     33 => 'kbd',
  34721.                     34 => 'li',
  34722.                     35 => 'menu',
  34723.                     36 => 'ol',
  34724.                     37 => 'p',
  34725.                     38 => 'pre',
  34726.                     39 => 'q',
  34727.                     40 => 's',
  34728.                     41 => 'samp',
  34729.                     42 => 'small',
  34730.                     43 => 'span',
  34731.                     44 => 'strike',
  34732.                     45 => 'strong',
  34733.                     46 => 'sub',
  34734.                     47 => 'sup',
  34735.                     48 => 'table',
  34736.                     49 => 'tbody',
  34737.                     50 => 'td',
  34738.                     51 => 'tfoot',
  34739.                     52 => 'th',
  34740.                     53 => 'thead',
  34741.                     54 => 'tr',
  34742.                     55 => 'tt',
  34743.                     56 => 'u',
  34744.                     57 => 'ul',
  34745.                     58 => 'var',
  34746.                 ],
  34747.                 'attributes' => [
  34748.                     => 'align',
  34749.                     => 'bgcolor',
  34750.                     => 'border',
  34751.                     => 'cellpadding',
  34752.                     => 'cellspacing',
  34753.                     => 'cite',
  34754.                     => 'class',
  34755.                     => 'clear',
  34756.                     => 'color',
  34757.                     => 'colspan',
  34758.                     10 => 'dir',
  34759.                     11 => 'face',
  34760.                     12 => 'frame',
  34761.                     13 => 'height',
  34762.                     14 => 'href',
  34763.                     15 => 'id',
  34764.                     16 => 'lang',
  34765.                     17 => 'name',
  34766.                     18 => 'noshade',
  34767.                     19 => 'nowrap',
  34768.                     20 => 'rel',
  34769.                     21 => 'rev',
  34770.                     22 => 'rowspan',
  34771.                     23 => 'scope',
  34772.                     24 => 'size',
  34773.                     25 => 'span',
  34774.                     26 => 'start',
  34775.                     27 => 'style',
  34776.                     28 => 'summary',
  34777.                     29 => 'title',
  34778.                     30 => 'type',
  34779.                     31 => 'valign',
  34780.                     32 => 'value',
  34781.                     33 => 'width',
  34782.                 ],
  34783.                 'options' => [
  34784.                 ],
  34785.             ],
  34786.             'shopware.html_sanitizer.sets.basic.tags' => [
  34787.                 => 'a',
  34788.                 => 'abbr',
  34789.                 => 'acronym',
  34790.                 => 'address',
  34791.                 => 'b',
  34792.                 => 'bdo',
  34793.                 => 'big',
  34794.                 => 'blockquote',
  34795.                 => 'br',
  34796.                 => 'caption',
  34797.                 10 => 'center',
  34798.                 11 => 'cite',
  34799.                 12 => 'code',
  34800.                 13 => 'col',
  34801.                 14 => 'colgroup',
  34802.                 15 => 'dd',
  34803.                 16 => 'del',
  34804.                 17 => 'dfn',
  34805.                 18 => 'dir',
  34806.                 19 => 'div',
  34807.                 20 => 'dl',
  34808.                 21 => 'dt',
  34809.                 22 => 'em',
  34810.                 23 => 'font',
  34811.                 24 => 'h1',
  34812.                 25 => 'h2',
  34813.                 26 => 'h3',
  34814.                 27 => 'h4',
  34815.                 28 => 'h5',
  34816.                 29 => 'h6',
  34817.                 30 => 'hr',
  34818.                 31 => 'i',
  34819.                 32 => 'ins',
  34820.                 33 => 'kbd',
  34821.                 34 => 'li',
  34822.                 35 => 'menu',
  34823.                 36 => 'ol',
  34824.                 37 => 'p',
  34825.                 38 => 'pre',
  34826.                 39 => 'q',
  34827.                 40 => 's',
  34828.                 41 => 'samp',
  34829.                 42 => 'small',
  34830.                 43 => 'span',
  34831.                 44 => 'strike',
  34832.                 45 => 'strong',
  34833.                 46 => 'sub',
  34834.                 47 => 'sup',
  34835.                 48 => 'table',
  34836.                 49 => 'tbody',
  34837.                 50 => 'td',
  34838.                 51 => 'tfoot',
  34839.                 52 => 'th',
  34840.                 53 => 'thead',
  34841.                 54 => 'tr',
  34842.                 55 => 'tt',
  34843.                 56 => 'u',
  34844.                 57 => 'ul',
  34845.                 58 => 'var',
  34846.             ],
  34847.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  34848.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  34849.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  34850.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  34851.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  34852.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  34853.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  34854.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  34855.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  34856.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  34857.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  34858.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  34859.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  34860.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  34861.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  34862.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  34863.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  34864.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  34865.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  34866.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  34867.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  34868.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  34869.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  34870.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  34871.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  34872.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  34873.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  34874.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  34875.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  34876.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  34877.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  34878.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  34879.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  34880.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  34881.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  34882.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  34883.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  34884.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  34885.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  34886.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  34887.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  34888.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  34889.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  34890.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  34891.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  34892.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  34893.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  34894.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  34895.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  34896.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  34897.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  34898.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  34899.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  34900.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  34901.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  34902.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  34903.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  34904.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  34905.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  34906.             'shopware.html_sanitizer.sets.basic.attributes' => [
  34907.                 => 'align',
  34908.                 => 'bgcolor',
  34909.                 => 'border',
  34910.                 => 'cellpadding',
  34911.                 => 'cellspacing',
  34912.                 => 'cite',
  34913.                 => 'class',
  34914.                 => 'clear',
  34915.                 => 'color',
  34916.                 => 'colspan',
  34917.                 10 => 'dir',
  34918.                 11 => 'face',
  34919.                 12 => 'frame',
  34920.                 13 => 'height',
  34921.                 14 => 'href',
  34922.                 15 => 'id',
  34923.                 16 => 'lang',
  34924.                 17 => 'name',
  34925.                 18 => 'noshade',
  34926.                 19 => 'nowrap',
  34927.                 20 => 'rel',
  34928.                 21 => 'rev',
  34929.                 22 => 'rowspan',
  34930.                 23 => 'scope',
  34931.                 24 => 'size',
  34932.                 25 => 'span',
  34933.                 26 => 'start',
  34934.                 27 => 'style',
  34935.                 28 => 'summary',
  34936.                 29 => 'title',
  34937.                 30 => 'type',
  34938.                 31 => 'valign',
  34939.                 32 => 'value',
  34940.                 33 => 'width',
  34941.             ],
  34942.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  34943.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  34944.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  34945.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  34946.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  34947.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  34948.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  34949.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  34950.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  34951.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  34952.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  34953.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  34954.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  34955.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  34956.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  34957.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  34958.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  34959.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  34960.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  34961.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  34962.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  34963.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  34964.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  34965.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  34966.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  34967.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  34968.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  34969.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  34970.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  34971.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  34972.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  34973.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  34974.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  34975.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  34976.             'shopware.html_sanitizer.sets.basic.options' => [
  34977.             ],
  34978.             'shopware.html_sanitizer.sets.media' => [
  34979.                 'tags' => [
  34980.                     => 'img',
  34981.                 ],
  34982.                 'attributes' => [
  34983.                     => 'src',
  34984.                     => 'alt',
  34985.                 ],
  34986.                 'options' => [
  34987.                 ],
  34988.             ],
  34989.             'shopware.html_sanitizer.sets.media.tags' => [
  34990.                 => 'img',
  34991.             ],
  34992.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  34993.             'shopware.html_sanitizer.sets.media.attributes' => [
  34994.                 => 'src',
  34995.                 => 'alt',
  34996.             ],
  34997.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  34998.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  34999.             'shopware.html_sanitizer.sets.media.options' => [
  35000.             ],
  35001.             'shopware.html_sanitizer.sets.script' => [
  35002.                 'tags' => [
  35003.                     => 'script',
  35004.                 ],
  35005.                 'options' => [
  35006.                     'HTML.Trusted' => true,
  35007.                 ],
  35008.                 'attributes' => [
  35009.                 ],
  35010.             ],
  35011.             'shopware.html_sanitizer.sets.script.tags' => [
  35012.                 => 'script',
  35013.             ],
  35014.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  35015.             'shopware.html_sanitizer.sets.script.options' => [
  35016.                 'HTML.Trusted' => true,
  35017.             ],
  35018.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  35019.             'shopware.html_sanitizer.sets.script.attributes' => [
  35020.             ],
  35021.             'shopware.html_sanitizer.sets.tidy' => [
  35022.                 'options' => [
  35023.                     'Output.TidyFormat' => true,
  35024.                 ],
  35025.                 'tags' => [
  35026.                 ],
  35027.                 'attributes' => [
  35028.                 ],
  35029.             ],
  35030.             'shopware.html_sanitizer.sets.tidy.options' => [
  35031.                 'Output.TidyFormat' => true,
  35032.             ],
  35033.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  35034.             'shopware.html_sanitizer.sets.tidy.tags' => [
  35035.             ],
  35036.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  35037.             ],
  35038.             'shopware.html_sanitizer.fields' => [
  35039.                 'product_translation.description' => [
  35040.                     'sets' => [
  35041.                         => 'basic',
  35042.                         => 'media',
  35043.                     ],
  35044.                 ],
  35045.                 'app_cms_block.template' => [
  35046.                     'sets' => [
  35047.                         => 'basic',
  35048.                         => 'media',
  35049.                         => 'tidy',
  35050.                     ],
  35051.                 ],
  35052.             ],
  35053.             'shopware.html_sanitizer.fields.product_translation.description' => [
  35054.                 'sets' => [
  35055.                     => 'basic',
  35056.                     => 'media',
  35057.                 ],
  35058.             ],
  35059.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  35060.                 => 'basic',
  35061.                 => 'media',
  35062.             ],
  35063.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  35064.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  35065.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  35066.                 'sets' => [
  35067.                     => 'basic',
  35068.                     => 'media',
  35069.                     => 'tidy',
  35070.                 ],
  35071.             ],
  35072.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  35073.                 => 'basic',
  35074.                 => 'media',
  35075.                 => 'tidy',
  35076.             ],
  35077.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  35078.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  35079.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  35080.             'shopware.logger' => [
  35081.                 'file_rotation_count' => 14,
  35082.                 'exclude_exception' => [
  35083.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35084.                 ],
  35085.                 'exclude_events' => [
  35086.                     => 'user.recovery.request',
  35087.                     => 'customer.recovery.request',
  35088.                 ],
  35089.             ],
  35090.             'shopware.logger.file_rotation_count' => 14,
  35091.             'shopware.logger.exclude_exception' => [
  35092.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35093.             ],
  35094.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35095.             'shopware.logger.exclude_events' => [
  35096.                 => 'user.recovery.request',
  35097.                 => 'customer.recovery.request',
  35098.             ],
  35099.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  35100.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  35101.             'shopware.cache.invalidation' => [
  35102.                 'delay' => 0,
  35103.                 'count' => 150,
  35104.                 'http_cache' => [
  35105.                     => 'logged-in',
  35106.                     => 'cart-filled',
  35107.                 ],
  35108.                 'product_listing_route' => [
  35109.                 ],
  35110.                 'product_detail_route' => [
  35111.                 ],
  35112.                 'product_review_route' => [
  35113.                 ],
  35114.                 'product_search_route' => [
  35115.                 ],
  35116.                 'product_suggest_route' => [
  35117.                 ],
  35118.                 'product_cross_selling_route' => [
  35119.                 ],
  35120.                 'payment_method_route' => [
  35121.                 ],
  35122.                 'shipping_method_route' => [
  35123.                 ],
  35124.                 'navigation_route' => [
  35125.                 ],
  35126.                 'category_route' => [
  35127.                 ],
  35128.                 'landing_page_route' => [
  35129.                 ],
  35130.                 'language_route' => [
  35131.                 ],
  35132.                 'currency_route' => [
  35133.                 ],
  35134.                 'country_route' => [
  35135.                 ],
  35136.                 'country_state_route' => [
  35137.                 ],
  35138.                 'salutation_route' => [
  35139.                 ],
  35140.                 'sitemap_route' => [
  35141.                 ],
  35142.             ],
  35143.             'shopware.cache.invalidation.delay' => 0,
  35144.             'shopware.cache.invalidation.count' => 150,
  35145.             'shopware.cache.invalidation.http_cache' => [
  35146.                 => 'logged-in',
  35147.                 => 'cart-filled',
  35148.             ],
  35149.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  35150.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  35151.             'shopware.cache.invalidation.product_listing_route' => [
  35152.             ],
  35153.             'shopware.cache.invalidation.product_detail_route' => [
  35154.             ],
  35155.             'shopware.cache.invalidation.product_review_route' => [
  35156.             ],
  35157.             'shopware.cache.invalidation.product_search_route' => [
  35158.             ],
  35159.             'shopware.cache.invalidation.product_suggest_route' => [
  35160.             ],
  35161.             'shopware.cache.invalidation.product_cross_selling_route' => [
  35162.             ],
  35163.             'shopware.cache.invalidation.payment_method_route' => [
  35164.             ],
  35165.             'shopware.cache.invalidation.shipping_method_route' => [
  35166.             ],
  35167.             'shopware.cache.invalidation.navigation_route' => [
  35168.             ],
  35169.             'shopware.cache.invalidation.category_route' => [
  35170.             ],
  35171.             'shopware.cache.invalidation.landing_page_route' => [
  35172.             ],
  35173.             'shopware.cache.invalidation.language_route' => [
  35174.             ],
  35175.             'shopware.cache.invalidation.currency_route' => [
  35176.             ],
  35177.             'shopware.cache.invalidation.country_route' => [
  35178.             ],
  35179.             'shopware.cache.invalidation.country_state_route' => [
  35180.             ],
  35181.             'shopware.cache.invalidation.salutation_route' => [
  35182.             ],
  35183.             'shopware.cache.invalidation.sitemap_route' => [
  35184.             ],
  35185.             'shopware.twig' => [
  35186.                 'allowed_php_functions' => [
  35187.                 ],
  35188.             ],
  35189.             'shopware.twig.allowed_php_functions' => [
  35190.             ],
  35191.             'shopware.dompdf' => [
  35192.                 'options' => [
  35193.                     'isRemoteEnabled' => true,
  35194.                     'isHtml5ParserEnabled' => true,
  35195.                 ],
  35196.             ],
  35197.             'shopware.dompdf.options' => [
  35198.                 'isRemoteEnabled' => true,
  35199.                 'isHtml5ParserEnabled' => true,
  35200.             ],
  35201.             'shopware.dompdf.options.isRemoteEnabled' => true,
  35202.             'shopware.dompdf.options.isHtml5ParserEnabled' => true,
  35203.             'storefront.csrf' => [
  35204.                 'enabled' => true,
  35205.                 'mode' => 'twig',
  35206.             ],
  35207.             'storefront.csrf.enabled' => true,
  35208.             'storefront.csrf.mode' => 'twig',
  35209.             'storefront.reverse_proxy' => [
  35210.                 'enabled' => false,
  35211.                 'ban_method' => 'BAN',
  35212.                 'hosts' => [
  35213.                     => 'http://varnish',
  35214.                 ],
  35215.                 'max_parallel_invalidations' => 2,
  35216.                 'redis_url' => 'redis://redis',
  35217.                 'purge_all' => [
  35218.                     'ban_method' => 'BAN',
  35219.                     'ban_headers' => [
  35220.                     ],
  35221.                     'urls' => [
  35222.                         => '/',
  35223.                     ],
  35224.                 ],
  35225.                 'fastly' => [
  35226.                     'enabled' => false,
  35227.                     'api_key' => '',
  35228.                     'instance_tag' => '',
  35229.                     'service_id' => '',
  35230.                     'soft_purge' => '0',
  35231.                     'tag_prefix' => '',
  35232.                 ],
  35233.                 'use_varnish_xkey' => false,
  35234.                 'ban_headers' => [
  35235.                 ],
  35236.             ],
  35237.             'storefront.reverse_proxy.enabled' => false,
  35238.             'storefront.reverse_proxy.ban_method' => 'BAN',
  35239.             'storefront.reverse_proxy.hosts' => [
  35240.                 => 'http://varnish',
  35241.             ],
  35242.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  35243.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  35244.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  35245.             'storefront.reverse_proxy.purge_all' => [
  35246.                 'ban_method' => 'BAN',
  35247.                 'ban_headers' => [
  35248.                 ],
  35249.                 'urls' => [
  35250.                     => '/',
  35251.                 ],
  35252.             ],
  35253.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  35254.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  35255.             ],
  35256.             'storefront.reverse_proxy.purge_all.urls' => [
  35257.                 => '/',
  35258.             ],
  35259.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  35260.             'storefront.reverse_proxy.fastly' => [
  35261.                 'enabled' => false,
  35262.                 'api_key' => '',
  35263.                 'instance_tag' => '',
  35264.                 'service_id' => '',
  35265.                 'soft_purge' => '0',
  35266.                 'tag_prefix' => '',
  35267.             ],
  35268.             'storefront.reverse_proxy.fastly.enabled' => false,
  35269.             'storefront.reverse_proxy.fastly.api_key' => '',
  35270.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  35271.             'storefront.reverse_proxy.fastly.service_id' => '',
  35272.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  35273.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  35274.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  35275.             'storefront.reverse_proxy.ban_headers' => [
  35276.             ],
  35277.             'storefront.http_cache' => [
  35278.                 'ignored_url_parameters' => [
  35279.                     => 'pk_campaign',
  35280.                     => 'piwik_campaign',
  35281.                     => 'pk_kwd',
  35282.                     => 'piwik_kwd',
  35283.                     => 'pk_keyword',
  35284.                     => 'mtm_campaign',
  35285.                     => 'matomo_campaign',
  35286.                     => 'mtm_cid',
  35287.                     => 'matomo_cid',
  35288.                     => 'mtm_kwd',
  35289.                     10 => 'matomo_kwd',
  35290.                     11 => 'mtm_keyword',
  35291.                     12 => 'matomo_keyword',
  35292.                     13 => 'mtm_source',
  35293.                     14 => 'matomo_source',
  35294.                     15 => 'mtm_medium',
  35295.                     16 => 'matomo_medium',
  35296.                     17 => 'mtm_content',
  35297.                     18 => 'matomo_content',
  35298.                     19 => 'mtm_group',
  35299.                     20 => 'matomo_group',
  35300.                     21 => 'mtm_placement',
  35301.                     22 => 'matomo_placement',
  35302.                     23 => 'pixelId',
  35303.                     24 => 'kwid',
  35304.                     25 => 'kw',
  35305.                     26 => 'chl',
  35306.                     27 => 'dv',
  35307.                     28 => 'nk',
  35308.                     29 => 'pa',
  35309.                     30 => 'camid',
  35310.                     31 => 'adgid',
  35311.                     32 => 'utm_term',
  35312.                     33 => 'utm_source',
  35313.                     34 => 'utm_medium',
  35314.                     35 => 'utm_campaign',
  35315.                     36 => 'utm_content',
  35316.                     37 => 'cx',
  35317.                     38 => 'ie',
  35318.                     39 => 'cof',
  35319.                     40 => 'siteurl',
  35320.                     41 => '_ga',
  35321.                     42 => 'adgroupid',
  35322.                     43 => 'campaignid',
  35323.                     44 => 'adid',
  35324.                     45 => 'gclsrc',
  35325.                     46 => 'gclid',
  35326.                     47 => 'fbclid',
  35327.                     48 => 'fb_action_ids',
  35328.                     49 => 'fb_action_types',
  35329.                     50 => 'fb_source',
  35330.                     51 => 'mc_cid',
  35331.                     52 => 'mc_eid',
  35332.                     53 => '_bta_tid',
  35333.                     54 => '_bta_c',
  35334.                     55 => 'trk_contact',
  35335.                     56 => 'trk_msg',
  35336.                     57 => 'trk_module',
  35337.                     58 => 'trk_sid',
  35338.                     59 => 'gdfms',
  35339.                     60 => 'gdftrk',
  35340.                     61 => 'gdffi',
  35341.                     62 => '_ke',
  35342.                     63 => 'redirect_log_mongo_id',
  35343.                     64 => 'redirect_mongo_id',
  35344.                     65 => 'sb_referer_host',
  35345.                     66 => 'mkwid',
  35346.                     67 => 'pcrid',
  35347.                     68 => 'ef_id',
  35348.                     69 => 's_kwcid',
  35349.                     70 => 'msclkid',
  35350.                     71 => 'dm_i',
  35351.                     72 => 'epik',
  35352.                     73 => 'pp',
  35353.                 ],
  35354.                 'stale_while_revalidate' => NULL,
  35355.                 'stale_if_error' => NULL,
  35356.             ],
  35357.             'storefront.http_cache.ignored_url_parameters' => [
  35358.                 => 'pk_campaign',
  35359.                 => 'piwik_campaign',
  35360.                 => 'pk_kwd',
  35361.                 => 'piwik_kwd',
  35362.                 => 'pk_keyword',
  35363.                 => 'mtm_campaign',
  35364.                 => 'matomo_campaign',
  35365.                 => 'mtm_cid',
  35366.                 => 'matomo_cid',
  35367.                 => 'mtm_kwd',
  35368.                 10 => 'matomo_kwd',
  35369.                 11 => 'mtm_keyword',
  35370.                 12 => 'matomo_keyword',
  35371.                 13 => 'mtm_source',
  35372.                 14 => 'matomo_source',
  35373.                 15 => 'mtm_medium',
  35374.                 16 => 'matomo_medium',
  35375.                 17 => 'mtm_content',
  35376.                 18 => 'matomo_content',
  35377.                 19 => 'mtm_group',
  35378.                 20 => 'matomo_group',
  35379.                 21 => 'mtm_placement',
  35380.                 22 => 'matomo_placement',
  35381.                 23 => 'pixelId',
  35382.                 24 => 'kwid',
  35383.                 25 => 'kw',
  35384.                 26 => 'chl',
  35385.                 27 => 'dv',
  35386.                 28 => 'nk',
  35387.                 29 => 'pa',
  35388.                 30 => 'camid',
  35389.                 31 => 'adgid',
  35390.                 32 => 'utm_term',
  35391.                 33 => 'utm_source',
  35392.                 34 => 'utm_medium',
  35393.                 35 => 'utm_campaign',
  35394.                 36 => 'utm_content',
  35395.                 37 => 'cx',
  35396.                 38 => 'ie',
  35397.                 39 => 'cof',
  35398.                 40 => 'siteurl',
  35399.                 41 => '_ga',
  35400.                 42 => 'adgroupid',
  35401.                 43 => 'campaignid',
  35402.                 44 => 'adid',
  35403.                 45 => 'gclsrc',
  35404.                 46 => 'gclid',
  35405.                 47 => 'fbclid',
  35406.                 48 => 'fb_action_ids',
  35407.                 49 => 'fb_action_types',
  35408.                 50 => 'fb_source',
  35409.                 51 => 'mc_cid',
  35410.                 52 => 'mc_eid',
  35411.                 53 => '_bta_tid',
  35412.                 54 => '_bta_c',
  35413.                 55 => 'trk_contact',
  35414.                 56 => 'trk_msg',
  35415.                 57 => 'trk_module',
  35416.                 58 => 'trk_sid',
  35417.                 59 => 'gdfms',
  35418.                 60 => 'gdftrk',
  35419.                 61 => 'gdffi',
  35420.                 62 => '_ke',
  35421.                 63 => 'redirect_log_mongo_id',
  35422.                 64 => 'redirect_mongo_id',
  35423.                 65 => 'sb_referer_host',
  35424.                 66 => 'mkwid',
  35425.                 67 => 'pcrid',
  35426.                 68 => 'ef_id',
  35427.                 69 => 's_kwcid',
  35428.                 70 => 'msclkid',
  35429.                 71 => 'dm_i',
  35430.                 72 => 'epik',
  35431.                 73 => 'pp',
  35432.             ],
  35433.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  35434.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  35435.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  35436.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  35437.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  35438.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  35439.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  35440.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  35441.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  35442.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  35443.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  35444.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  35445.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  35446.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  35447.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  35448.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  35449.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  35450.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  35451.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  35452.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  35453.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  35454.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  35455.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  35456.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  35457.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  35458.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  35459.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  35460.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  35461.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  35462.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  35463.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  35464.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  35465.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  35466.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  35467.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  35468.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  35469.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  35470.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  35471.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  35472.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  35473.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  35474.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  35475.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  35476.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  35477.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  35478.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  35479.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  35480.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  35481.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  35482.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  35483.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  35484.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  35485.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  35486.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  35487.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  35488.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  35489.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  35490.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  35491.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  35492.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  35493.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  35494.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  35495.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  35496.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  35497.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  35498.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  35499.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  35500.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  35501.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  35502.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  35503.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  35504.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  35505.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  35506.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  35507.             'storefront.http_cache.stale_while_revalidate' => NULL,
  35508.             'storefront.http_cache.stale_if_error' => NULL,
  35509.             'storefront.theme' => [
  35510.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  35511.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  35512.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  35513.             ],
  35514.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  35515.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  35516.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  35517.             'elasticsearch.administration.index_settings' => [
  35518.                 'number_of_shards' => 3,
  35519.                 'number_of_replicas' => 3,
  35520.                 'mapping.total_fields.limit' => 50000,
  35521.                 'mapping.nested_fields.limit' => 500,
  35522.                 'mapping.nested_objects.limit' => 1000000,
  35523.             ],
  35524.             'elasticsearch.administration.index_settings.number_of_shards' => 3,
  35525.             'elasticsearch.administration.index_settings.number_of_replicas' => 3,
  35526.             'elasticsearch.administration.index_settings.mapping.total_fields.limit' => 50000,
  35527.             'elasticsearch.administration.index_settings.mapping.nested_fields.limit' => 500,
  35528.             'elasticsearch.administration.index_settings.mapping.nested_objects.limit' => 1000000,
  35529.             'elasticsearch.administration.analysis' => [
  35530.                 'normalizer' => [
  35531.                     'sw_lowercase_normalizer' => [
  35532.                         'type' => 'custom',
  35533.                         'filter' => [
  35534.                             => 'lowercase',
  35535.                         ],
  35536.                     ],
  35537.                 ],
  35538.             ],
  35539.             'elasticsearch.administration.analysis.normalizer' => [
  35540.                 'sw_lowercase_normalizer' => [
  35541.                     'type' => 'custom',
  35542.                     'filter' => [
  35543.                         => 'lowercase',
  35544.                     ],
  35545.                 ],
  35546.             ],
  35547.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer' => [
  35548.                 'type' => 'custom',
  35549.                 'filter' => [
  35550.                     => 'lowercase',
  35551.                 ],
  35552.             ],
  35553.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  35554.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  35555.                 => 'lowercase',
  35556.             ],
  35557.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  35558.             'elasticsearch.administration.dynamic_templates' => [
  35559.                 => [
  35560.                     'keywords' => [
  35561.                         'match_mapping_type' => 'string',
  35562.                         'mapping' => [
  35563.                             'type' => 'keyword',
  35564.                             'normalizer' => 'sw_lowercase_normalizer',
  35565.                             'fields' => [
  35566.                                 'text' => [
  35567.                                     'type' => 'text',
  35568.                                 ],
  35569.                             ],
  35570.                         ],
  35571.                     ],
  35572.                 ],
  35573.             ],
  35574.             'elasticsearch.administration.dynamic_templates.0' => [
  35575.                 'keywords' => [
  35576.                     'match_mapping_type' => 'string',
  35577.                     'mapping' => [
  35578.                         'type' => 'keyword',
  35579.                         'normalizer' => 'sw_lowercase_normalizer',
  35580.                         'fields' => [
  35581.                             'text' => [
  35582.                                 'type' => 'text',
  35583.                             ],
  35584.                         ],
  35585.                     ],
  35586.                 ],
  35587.             ],
  35588.             'elasticsearch.administration.dynamic_templates.0.keywords' => [
  35589.                 'match_mapping_type' => 'string',
  35590.                 'mapping' => [
  35591.                     'type' => 'keyword',
  35592.                     'normalizer' => 'sw_lowercase_normalizer',
  35593.                     'fields' => [
  35594.                         'text' => [
  35595.                             'type' => 'text',
  35596.                         ],
  35597.                     ],
  35598.                 ],
  35599.             ],
  35600.             'elasticsearch.administration.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  35601.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping' => [
  35602.                 'type' => 'keyword',
  35603.                 'normalizer' => 'sw_lowercase_normalizer',
  35604.                 'fields' => [
  35605.                     'text' => [
  35606.                         'type' => 'text',
  35607.                     ],
  35608.                 ],
  35609.             ],
  35610.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  35611.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  35612.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields' => [
  35613.                 'text' => [
  35614.                     'type' => 'text',
  35615.                 ],
  35616.             ],
  35617.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text' => [
  35618.                 'type' => 'text',
  35619.             ],
  35620.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  35621.             'elasticsearch.product' => [
  35622.                 'custom_fields_mapping' => [
  35623.                 ],
  35624.             ],
  35625.             'elasticsearch.product.custom_fields_mapping' => [
  35626.             ],
  35627.             'elasticsearch.ssl' => [
  35628.                 'verify_server_cert' => true,
  35629.             ],
  35630.             'elasticsearch.ssl.verify_server_cert' => true,
  35631.             'elasticsearch.index_settings' => [
  35632.                 'number_of_shards' => 3,
  35633.                 'number_of_replicas' => 3,
  35634.                 'mapping.total_fields.limit' => 50000,
  35635.                 'mapping.nested_fields.limit' => 500,
  35636.                 'mapping.nested_objects.limit' => 1000000,
  35637.             ],
  35638.             'elasticsearch.index_settings.number_of_shards' => 3,
  35639.             'elasticsearch.index_settings.number_of_replicas' => 3,
  35640.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  35641.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  35642.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  35643.             'elasticsearch.analysis' => [
  35644.                 'normalizer' => [
  35645.                     'sw_lowercase_normalizer' => [
  35646.                         'type' => 'custom',
  35647.                         'filter' => [
  35648.                             => 'lowercase',
  35649.                         ],
  35650.                     ],
  35651.                 ],
  35652.                 'analyzer' => [
  35653.                     'sw_ngram_analyzer' => [
  35654.                         'type' => 'custom',
  35655.                         'tokenizer' => 'whitespace',
  35656.                         'filter' => [
  35657.                             => 'lowercase',
  35658.                             => 'sw_ngram_filter',
  35659.                         ],
  35660.                     ],
  35661.                 ],
  35662.                 'filter' => [
  35663.                     'sw_ngram_filter' => [
  35664.                         'type' => 'ngram',
  35665.                         'min_gram' => 4,
  35666.                         'max_gram' => 5,
  35667.                     ],
  35668.                 ],
  35669.             ],
  35670.             'elasticsearch.analysis.normalizer' => [
  35671.                 'sw_lowercase_normalizer' => [
  35672.                     'type' => 'custom',
  35673.                     'filter' => [
  35674.                         => 'lowercase',
  35675.                     ],
  35676.                 ],
  35677.             ],
  35678.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  35679.                 'type' => 'custom',
  35680.                 'filter' => [
  35681.                     => 'lowercase',
  35682.                 ],
  35683.             ],
  35684.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  35685.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  35686.                 => 'lowercase',
  35687.             ],
  35688.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  35689.             'elasticsearch.analysis.analyzer' => [
  35690.                 'sw_ngram_analyzer' => [
  35691.                     'type' => 'custom',
  35692.                     'tokenizer' => 'whitespace',
  35693.                     'filter' => [
  35694.                         => 'lowercase',
  35695.                         => 'sw_ngram_filter',
  35696.                     ],
  35697.                 ],
  35698.             ],
  35699.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  35700.                 'type' => 'custom',
  35701.                 'tokenizer' => 'whitespace',
  35702.                 'filter' => [
  35703.                     => 'lowercase',
  35704.                     => 'sw_ngram_filter',
  35705.                 ],
  35706.             ],
  35707.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  35708.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  35709.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  35710.                 => 'lowercase',
  35711.                 => 'sw_ngram_filter',
  35712.             ],
  35713.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  35714.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  35715.             'elasticsearch.analysis.filter' => [
  35716.                 'sw_ngram_filter' => [
  35717.                     'type' => 'ngram',
  35718.                     'min_gram' => 4,
  35719.                     'max_gram' => 5,
  35720.                 ],
  35721.             ],
  35722.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  35723.                 'type' => 'ngram',
  35724.                 'min_gram' => 4,
  35725.                 'max_gram' => 5,
  35726.             ],
  35727.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  35728.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  35729.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  35730.             'elasticsearch.dynamic_templates' => [
  35731.                 => [
  35732.                     'keywords' => [
  35733.                         'match_mapping_type' => 'string',
  35734.                         'mapping' => [
  35735.                             'type' => 'keyword',
  35736.                             'normalizer' => 'sw_lowercase_normalizer',
  35737.                             'fields' => [
  35738.                                 'text' => [
  35739.                                     'type' => 'text',
  35740.                                 ],
  35741.                             ],
  35742.                         ],
  35743.                     ],
  35744.                 ],
  35745.             ],
  35746.             'elasticsearch.dynamic_templates.0' => [
  35747.                 'keywords' => [
  35748.                     'match_mapping_type' => 'string',
  35749.                     'mapping' => [
  35750.                         'type' => 'keyword',
  35751.                         'normalizer' => 'sw_lowercase_normalizer',
  35752.                         'fields' => [
  35753.                             'text' => [
  35754.                                 'type' => 'text',
  35755.                             ],
  35756.                         ],
  35757.                     ],
  35758.                 ],
  35759.             ],
  35760.             'elasticsearch.dynamic_templates.0.keywords' => [
  35761.                 'match_mapping_type' => 'string',
  35762.                 'mapping' => [
  35763.                     'type' => 'keyword',
  35764.                     'normalizer' => 'sw_lowercase_normalizer',
  35765.                     'fields' => [
  35766.                         'text' => [
  35767.                             'type' => 'text',
  35768.                         ],
  35769.                     ],
  35770.                 ],
  35771.             ],
  35772.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  35773.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  35774.                 'type' => 'keyword',
  35775.                 'normalizer' => 'sw_lowercase_normalizer',
  35776.                 'fields' => [
  35777.                     'text' => [
  35778.                         'type' => 'text',
  35779.                     ],
  35780.                 ],
  35781.             ],
  35782.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  35783.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  35784.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  35785.                 'text' => [
  35786.                     'type' => 'text',
  35787.                 ],
  35788.             ],
  35789.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  35790.                 'type' => 'text',
  35791.             ],
  35792.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  35793.             'elasticsearch.logger_level' => 100,
  35794.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  35795.             'web_profiler.debug_toolbar.mode' => 2,
  35796.             'data_collector.templates' => [
  35797.                 'data_collector.request' => [
  35798.                     => 'request',
  35799.                     => '@WebProfiler/Collector/request.html.twig',
  35800.                 ],
  35801.                 'data_collector.time' => [
  35802.                     => 'time',
  35803.                     => '@WebProfiler/Collector/time.html.twig',
  35804.                 ],
  35805.                 'data_collector.memory' => [
  35806.                     => 'memory',
  35807.                     => '@WebProfiler/Collector/memory.html.twig',
  35808.                 ],
  35809.                 'data_collector.validator' => [
  35810.                     => 'validator',
  35811.                     => '@WebProfiler/Collector/validator.html.twig',
  35812.                 ],
  35813.                 'data_collector.ajax' => [
  35814.                     => 'ajax',
  35815.                     => '@WebProfiler/Collector/ajax.html.twig',
  35816.                 ],
  35817.                 'data_collector.exception' => [
  35818.                     => 'exception',
  35819.                     => '@WebProfiler/Collector/exception.html.twig',
  35820.                 ],
  35821.                 'data_collector.logger' => [
  35822.                     => 'logger',
  35823.                     => '@WebProfiler/Collector/logger.html.twig',
  35824.                 ],
  35825.                 'data_collector.events' => [
  35826.                     => 'events',
  35827.                     => '@WebProfiler/Collector/events.html.twig',
  35828.                 ],
  35829.                 'data_collector.router' => [
  35830.                     => 'router',
  35831.                     => '@WebProfiler/Collector/router.html.twig',
  35832.                 ],
  35833.                 'data_collector.cache' => [
  35834.                     => 'cache',
  35835.                     => '@WebProfiler/Collector/cache.html.twig',
  35836.                 ],
  35837.                 'data_collector.translation' => [
  35838.                     => 'translation',
  35839.                     => '@WebProfiler/Collector/translation.html.twig',
  35840.                 ],
  35841.                 'data_collector.twig' => [
  35842.                     => 'twig',
  35843.                     => '@WebProfiler/Collector/twig.html.twig',
  35844.                 ],
  35845.                 'data_collector.dump' => [
  35846.                     => 'dump',
  35847.                     => '@Debug/Profiler/dump.html.twig',
  35848.                 ],
  35849.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  35850.                     => 'app.connection_collector',
  35851.                     => '@Profiling/Collector/db.html.twig',
  35852.                 ],
  35853.                 'data_collector.messenger' => [
  35854.                     => 'messenger',
  35855.                     => '@WebProfiler/Collector/messenger.html.twig',
  35856.                 ],
  35857.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  35858.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  35859.                     => '@Profiling/Collector/script_traces.html.twig',
  35860.                 ],
  35861.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  35862.                     => 'elasticsearch',
  35863.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  35864.                 ],
  35865.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  35866.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  35867.                     => '@Profiling/Collector/rules.html.twig',
  35868.                 ],
  35869.                 'mailer.data_collector' => [
  35870.                     => 'mailer',
  35871.                     => '@WebProfiler/Collector/mailer.html.twig',
  35872.                 ],
  35873.                 'enqueue.profiler.message_queue_collector' => [
  35874.                     => 'enqueue.message_queue',
  35875.                     => '@Enqueue/Profiler/panel.html.twig',
  35876.                 ],
  35877.                 'data_collector.config' => [
  35878.                     => 'config',
  35879.                     => '@WebProfiler/Collector/config.html.twig',
  35880.                 ],
  35881.             ],
  35882.             'shopware.filesystem.theme.url' => '',
  35883.             'shopware.filesystem.theme.type' => 'local',
  35884.             'shopware.filesystem.theme.config' => [
  35885.                 'root' => (\dirname(__DIR__4).'/public'),
  35886.             ],
  35887.             'shopware.filesystem.asset.url' => '',
  35888.             'shopware.filesystem.asset.type' => 'local',
  35889.             'shopware.filesystem.asset.config' => [
  35890.                 'root' => (\dirname(__DIR__4).'/public'),
  35891.             ],
  35892.             'shopware.filesystem.sitemap.url' => '',
  35893.             'shopware.filesystem.sitemap.type' => 'local',
  35894.             'shopware.filesystem.sitemap.config' => [
  35895.                 'root' => (\dirname(__DIR__4).'/public'),
  35896.             ],
  35897.             'shopware.filesystem.public.url' => '',
  35898.             'console.command.ids' => [
  35899.             ],
  35900.         ];
  35901.     }
  35902.     protected function throw($message)
  35903.     {
  35904.         throw new RuntimeException($message);
  35905.     }
  35906. }