var/cache/dev_h2b367c3b4d22978f186f9b4f8f7962df/ContainerOJk2iR2/Shopware_Production_KernelDevDebugContainer.php line 14324

Open in your IDE?
  1. <?php
  2. namespace ContainerOJk2iR2;
  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_Production_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.             'Alm6FontAwesome\\Alm6FontAwesome' => 'getAlm6FontAwesomeService',
  42.             'Dne\\CustomCssJs\\Api\\ThemeCompileController' => 'getThemeCompileControllerService',
  43.             'Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition' => 'getModuleSalesChannelDefinitionService',
  44.             'Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinitionService',
  45.             'Dne\\CustomCssJs\\DneCustomCssJs' => 'getDneCustomCssJsService',
  46.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  47.             'Elasticsearch\\Client' => 'getClientService',
  48.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  49.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  50.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  51.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  52.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  53.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  54.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  55.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  56.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  57.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  58.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  59.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  60.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  61.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  62.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  63.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  64.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  65.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  66.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  67.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  68.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  69.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  70.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  71.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  72.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  73.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  74.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  75.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  76.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  77.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  78.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  79.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  80.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  81.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  82.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  83.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  84.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  85.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  86.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  87.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  88.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  89.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  90.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  91.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  92.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  93.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  94.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  95.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  96.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  97.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  98.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  99.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  100.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  101.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  102.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  103.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  104.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  105.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  106.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  107.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  108.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  109.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  110.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  111.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  112.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  113.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  114.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  115.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  116.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  117.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  118.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  121.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  123.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  124.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  125.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  126.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  127.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  128.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  130.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  131.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  132.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  133.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  134.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  135.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  136.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  137.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  138.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  140.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  146.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  147.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  148.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  149.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  150.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  152.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  153.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  154.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  155.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  156.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  157.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  158.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  159.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  160.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  161.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  162.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  163.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  164.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  165.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  166.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  167.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  168.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  169.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  170.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  171.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  172.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  173.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  174.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  175.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  176.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  177.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  178.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  179.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  180.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  181.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  182.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  183.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  184.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  185.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  186.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  187.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  188.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  189.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  190.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  191.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  192.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  193.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  194.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  195.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  196.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  197.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  198.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  199.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  200.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  201.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  202.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  203.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  204.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  205.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  206.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  207.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  208.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  209.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  210.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  211.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  212.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  213.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  214.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  215.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  216.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  217.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  218.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  219.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  220.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  221.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  222.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  223.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  224.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  225.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  226.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  227.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  228.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  229.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  230.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  231.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  232.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  233.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  234.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  235.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  236.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  237.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  238.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  239.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  240.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  241.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  242.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  243.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  244.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  245.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  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\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  557.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  558.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  559.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  560.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  561.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  562.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  563.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  564.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  565.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  566.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  567.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  568.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  569.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  570.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  571.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  572.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  573.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  574.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  575.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  576.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  577.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  578.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  579.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  580.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  581.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  582.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  583.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  584.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  585.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  586.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  587.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  588.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  589.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  590.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  591.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  592.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  593.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  594.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  595.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  596.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  597.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  598.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  599.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  600.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  601.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  602.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  603.             'SwagExtensionStore\\Controller\\BasketController' => 'getBasketControllerService',
  604.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  605.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  606.             'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinitionService',
  607.             'Swag\\LanguagePack\\SwagLanguagePack' => 'getSwagLanguagePackService',
  608.             'Swag\\Markets\\Controller\\AmazonConnectionAssistantController' => 'getAmazonConnectionAssistantControllerService',
  609.             'Swag\\Markets\\Controller\\Api\\ConfigController' => 'getConfigControllerService',
  610.             'Swag\\Markets\\Controller\\EbayConnectionAssistantController' => 'getEbayConnectionAssistantControllerService',
  611.             'Swag\\Markets\\Controller\\SalesChannelApiController' => 'getSalesChannelApiControllerService',
  612.             'Swag\\Markets\\Controller\\SupportRequestController' => 'getSupportRequestControllerService',
  613.             'Swag\\Markets\\Controller\\SwagMarketsController' => 'getSwagMarketsControllerService',
  614.             'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition' => 'getCategoryMappingDefinitionService',
  615.             'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition' => 'getSwagMarketsConfigurationEntityDefinitionService',
  616.             'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition' => 'getMarketplaceSalesChannelDefinitionService',
  617.             'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinitionService',
  618.             'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition' => 'getMarketplaceDefinitionService',
  619.             'Swag\\Markets\\Entity\\Support\\SupportDefinition' => 'getSupportDefinitionService',
  620.             'Swag\\Markets\\SwagMarkets' => 'getSwagMarketsService',
  621.             'Swpa\\SwpaMenu\\SwpaMenu' => 'getSwpaMenuService',
  622.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  623.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  624.             'Ujy\\Import\\Controllers\\Import\\ImportController' => 'getImportControllerService',
  625.             'Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition' => 'getProductDescriptionDefinitionService',
  626.             'Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition' => 'getSangebotDefinitionService',
  627.             'Ujy\\Import\\UjyImport' => 'getUjyImportService',
  628.             'acl_role.repository' => 'getAclRole_RepositoryService',
  629.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  630.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  631.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  632.             'alm6_font_awesome.filesystem.private' => 'getAlm6FontAwesome_Filesystem_PrivateService',
  633.             'alm6_font_awesome.filesystem.public' => 'getAlm6FontAwesome_Filesystem_PublicService',
  634.             'app.repository' => 'getApp_RepositoryService',
  635.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  636.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  637.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  638.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  639.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  640.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  641.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  642.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  643.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  644.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  645.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  646.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  647.             'bf_category_mapping.repository' => 'getBfCategoryMapping_RepositoryService',
  648.             'bf_config.repository' => 'getBfConfig_RepositoryService',
  649.             'bf_marketplace.repository' => 'getBfMarketplace_RepositoryService',
  650.             'bf_marketplace_sales_channel.repository' => 'getBfMarketplaceSalesChannel_RepositoryService',
  651.             'bf_marketplace_settings.repository' => 'getBfMarketplaceSettings_RepositoryService',
  652.             'bf_support.repository' => 'getBfSupport_RepositoryService',
  653.             'cache.app' => 'getCache_AppService',
  654.             'cache.app_clearer' => 'getCache_AppClearerService',
  655.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  656.             'cache.system' => 'getCache_SystemService',
  657.             'cache.system_clearer' => 'getCache_SystemClearerService',
  658.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  659.             'cache_warmer' => 'getCacheWarmerService',
  660.             'category.repository' => 'getCategory_RepositoryService',
  661.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  662.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  663.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  664.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  665.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  666.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  667.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  668.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  669.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  670.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  671.             'console.command_loader' => 'getConsole_CommandLoaderService',
  672.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  673.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  674.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  675.             'country.repository' => 'getCountry_RepositoryService',
  676.             'country_state.repository' => 'getCountryState_RepositoryService',
  677.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  678.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  679.             'currency.repository' => 'getCurrency_RepositoryService',
  680.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  681.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  682.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  683.             'custom_field.repository' => 'getCustomField_RepositoryService',
  684.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  685.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  686.             'customer.repository' => 'getCustomer_RepositoryService',
  687.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  688.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  689.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  690.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  691.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  692.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  693.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  694.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  695.             'data_collector.dump' => 'getDataCollector_DumpService',
  696.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  697.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  698.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  699.             'dne_custom_css_js.filesystem.private' => 'getDneCustomCssJs_Filesystem_PrivateService',
  700.             'dne_custom_css_js.filesystem.public' => 'getDneCustomCssJs_Filesystem_PublicService',
  701.             'dne_custom_js_css.repository' => 'getDneCustomJsCss_RepositoryService',
  702.             'dne_custom_js_css_sales_channel.repository' => 'getDneCustomJsCssSalesChannel_RepositoryService',
  703.             'document.repository' => 'getDocument_RepositoryService',
  704.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  705.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  706.             'document_type.repository' => 'getDocumentType_RepositoryService',
  707.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  708.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  709.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  710.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  711.             'error_controller' => 'getErrorController2Service',
  712.             'event_action.repository' => 'getEventAction_RepositoryService',
  713.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  714.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  715.             'event_dispatcher' => 'getEventDispatcherService',
  716.             'flow.repository' => 'getFlow_RepositoryService',
  717.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  718.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  719.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  720.             'http_kernel' => 'getHttpKernelService',
  721.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  722.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  723.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  724.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  725.             'integration.repository' => 'getIntegration_RepositoryService',
  726.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  727.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  728.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  729.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  730.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  731.             'language.repository' => 'getLanguage_RepositoryService',
  732.             'locale.repository' => 'getLocale_RepositoryService',
  733.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  734.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  735.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  736.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  737.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  738.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  739.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  740.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  741.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  742.             'main_category.repository' => 'getMainCategory_RepositoryService',
  743.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  744.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  745.             'media.repository' => 'getMedia_RepositoryService',
  746.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  747.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  748.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  749.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  750.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  751.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  752.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  753.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  754.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  755.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  756.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  757.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  758.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  759.             'notification.repository' => 'getNotification_RepositoryService',
  760.             'number_range.repository' => 'getNumberRange_RepositoryService',
  761.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  762.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  763.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  764.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  765.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  766.             'order.repository' => 'getOrder_RepositoryService',
  767.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  768.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  769.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  770.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  771.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  772.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  773.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  774.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  775.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  776.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  777.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  778.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  779.             'plugin.repository' => 'getPlugin_RepositoryService',
  780.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  781.             'product.repository' => 'getProduct_RepositoryService',
  782.             'product_category.repository' => 'getProductCategory_RepositoryService',
  783.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  784.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  785.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  786.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  787.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  788.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  789.             'product_export.repository' => 'getProductExport_RepositoryService',
  790.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  791.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  792.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  793.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  794.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  795.             'product_media.repository' => 'getProductMedia_RepositoryService',
  796.             'product_option.repository' => 'getProductOption_RepositoryService',
  797.             'product_price.repository' => 'getProductPrice_RepositoryService',
  798.             'product_property.repository' => 'getProductProperty_RepositoryService',
  799.             'product_review.repository' => 'getProductReview_RepositoryService',
  800.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  801.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  802.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  803.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  804.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  805.             'product_stream.repository' => 'getProductStream_RepositoryService',
  806.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  807.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  808.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  809.             'product_tag.repository' => 'getProductTag_RepositoryService',
  810.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  811.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  812.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  813.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  814.             'promotion.repository' => 'getPromotion_RepositoryService',
  815.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  816.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  817.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  818.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  819.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  820.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  821.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  822.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  823.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  824.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  825.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  826.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  827.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  828.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  829.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  830.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  831.             'request_stack' => 'getRequestStackService',
  832.             'router' => 'getRouterService',
  833.             'routing.loader' => 'getRouting_LoaderService',
  834.             'rule.repository' => 'getRule_RepositoryService',
  835.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  836.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  837.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  838.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  839.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  840.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  841.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  842.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  843.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  844.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  845.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  846.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  847.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  848.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  849.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  850.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  851.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  852.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  853.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  854.             'sales_channel_definition.Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition' => 'getModuleSalesChannelDefinition2Service',
  855.             'sales_channel_definition.Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinition2Service',
  856.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  857.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  858.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  859.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  860.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  861.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  862.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  863.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  864.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  865.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  866.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  867.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  868.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  869.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  870.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  871.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  872.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  873.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  874.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  875.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  876.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  877.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  878.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  879.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  880.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  881.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  882.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  883.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  884.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  885.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  886.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  887.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  888.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  889.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  890.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  891.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  892.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  893.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  894.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  895.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  896.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  897.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  898.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  899.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  900.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  901.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  902.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  903.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  904.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  905.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  906.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  907.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1012.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1013.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1015.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1016.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1017.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1023.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1024.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1026.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1027.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1028.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1047.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1048.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1049.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1050.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1051.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1052.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1053.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1054.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1055.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1056.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1057.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1058.             'sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinition2Service',
  1059.             'sales_channel_definition.Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition' => 'getCategoryMappingDefinition2Service',
  1060.             'sales_channel_definition.Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition' => 'getSwagMarketsConfigurationEntityDefinition2Service',
  1061.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition' => 'getMarketplaceSalesChannelDefinition2Service',
  1062.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinition2Service',
  1063.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition' => 'getMarketplaceDefinition2Service',
  1064.             'sales_channel_definition.Swag\\Markets\\Entity\\Support\\SupportDefinition' => 'getSupportDefinition2Service',
  1065.             'sales_channel_definition.Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition' => 'getProductDescriptionDefinition2Service',
  1066.             'sales_channel_definition.Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition' => 'getSangebotDefinition2Service',
  1067.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1068.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1069.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1070.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1071.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1072.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1073.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1074.             'salutation.repository' => 'getSalutation_RepositoryService',
  1075.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1076.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1077.             'script.repository' => 'getScript_RepositoryService',
  1078.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1079.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1080.             'services_resetter' => 'getServicesResetterService',
  1081.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1082.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1083.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1084.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1085.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1086.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1087.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1088.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1089.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1090.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1091.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1092.             'shopware.store_client' => 'getShopware_StoreClientService',
  1093.             'snippet.repository' => 'getSnippet_RepositoryService',
  1094.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1095.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1096.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1097.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1098.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1099.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1100.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1101.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1102.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1103.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1104.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1105.             'swag_language_pack.filesystem.private' => 'getSwagLanguagePack_Filesystem_PrivateService',
  1106.             'swag_language_pack.filesystem.public' => 'getSwagLanguagePack_Filesystem_PublicService',
  1107.             'swag_language_pack_language.repository' => 'getSwagLanguagePackLanguage_RepositoryService',
  1108.             'swag_markets.filesystem.private' => 'getSwagMarkets_Filesystem_PrivateService',
  1109.             'swag_markets.filesystem.public' => 'getSwagMarkets_Filesystem_PublicService',
  1110.             'swpa_menu.filesystem.private' => 'getSwpaMenu_Filesystem_PrivateService',
  1111.             'swpa_menu.filesystem.public' => 'getSwpaMenu_Filesystem_PublicService',
  1112.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1113.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1114.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1115.             'tag.repository' => 'getTag_RepositoryService',
  1116.             'tax.repository' => 'getTax_RepositoryService',
  1117.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1118.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1119.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1120.             'theme.repository' => 'getTheme_RepositoryService',
  1121.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1122.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1123.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1124.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1125.             'translator' => 'getTranslatorService',
  1126.             'ujyProductDescriptionImport.service' => 'getUjyProductDescriptionImport_ServiceService',
  1127.             'ujyProductImport.service' => 'getUjyProductImport_ServiceService',
  1128.             'ujySangebotImport.service' => 'getUjySangebotImport_ServiceService',
  1129.             'ujy_import.filesystem.private' => 'getUjyImport_Filesystem_PrivateService',
  1130.             'ujy_import.filesystem.public' => 'getUjyImport_Filesystem_PublicService',
  1131.             'ujy_product_description.repository' => 'getUjyProductDescription_RepositoryService',
  1132.             'ujy_sangebot_to_category.repository' => 'getUjySangebotToCategory_RepositoryService',
  1133.             'unit.repository' => 'getUnit_RepositoryService',
  1134.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1135.             'user.repository' => 'getUser_RepositoryService',
  1136.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1137.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1138.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1139.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1140.             'version.repository' => 'getVersion_RepositoryService',
  1141.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1142.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1143.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1144.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1145.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1146.             'webhook.repository' => 'getWebhook_RepositoryService',
  1147.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1148.             'zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController' => 'getQuickViewControllerService',
  1149.             'zenit\\PlatformGravity\\zenitPlatformGravity' => 'getZenitPlatformGravityService',
  1150.             'zenit_platform_gravity.filesystem.private' => 'getZenitPlatformGravity_Filesystem_PrivateService',
  1151.             'zenit_platform_gravity.filesystem.public' => 'getZenitPlatformGravity_Filesystem_PublicService',
  1152.             'cache_clearer' => 'getCacheClearerService',
  1153.             'filesystem' => 'getFilesystemService',
  1154.             'serializer' => 'getSerializerService',
  1155.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1156.             'profiler' => 'getProfiler2Service',
  1157.             'twig' => 'getTwigService',
  1158.             'session' => 'getSessionService',
  1159.             'validator' => 'getValidatorService',
  1160.         ];
  1161.         $this->aliases = [
  1162.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1163.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1164.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1165.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1166.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1167.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1168.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1169.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1170.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1171.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1172.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1173.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1174.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1175.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1176.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1177.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1178.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1179.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1180.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1181.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1182.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1183.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1184.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1185.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1186.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1187.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1188.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1189.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1190.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1191.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1192.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1193.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1194.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1195.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1196.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1197.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1198.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1199.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1200.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1201.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1202.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1203.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1204.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1205.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1206.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1207.         ];
  1208.         $this->privates['service_container'] = function () {
  1209.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeExceptionHandler.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1575.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1759.             include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/DataAbstractionLayer/SalesChannelRepositoryDecorator.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1912.             include_once __DIR__.'/proxy-classes.php';
  1913.         };
  1914.     }
  1915.     public function compile(): void
  1916.     {
  1917.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1918.     }
  1919.     public function isCompiled(): bool
  1920.     {
  1921.         return true;
  1922.     }
  1923.     public function getRemovedIds(): array
  1924.     {
  1925.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1926.     }
  1927.     protected function createProxy($class, \Closure $factory)
  1928.     {
  1929.         return $factory();
  1930.     }
  1931.     /**
  1932.      * Gets the public '.container.private.cache_clearer' shared service.
  1933.      *
  1934.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1935.      */
  1936.     protected function get_Container_Private_CacheClearerService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1940.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1941.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1942.         }, 1));
  1943.     }
  1944.     /**
  1945.      * Gets the public '.container.private.filesystem' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\Filesystem\Filesystem
  1948.      */
  1949.     protected function get_Container_Private_FilesystemService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1952.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1953.     }
  1954.     /**
  1955.      * Gets the public '.container.private.profiler' shared service.
  1956.      *
  1957.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1958.      */
  1959.     protected function get_Container_Private_ProfilerService()
  1960.     {
  1961.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1962.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1963.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1964.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  1965.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1966.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1967.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1968.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1969.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1970.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1971.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1972.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1973.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1974.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1975.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1976.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1977.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1978.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  1979.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  1980.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  1981.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1982.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1983.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1984.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1985.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1986.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1987.         if ($this->has('kernel')) {
  1988.             $g->setKernel($b);
  1989.         }
  1990.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1991.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1992.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1993.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1994.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1995.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1996.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Production_KernelDevDebugContainer'), $c));
  1997.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1998.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1999.         $instance->add($d);
  2000.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2001.         $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())));
  2002.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2003.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2004.         $instance->add($e);
  2005.         $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())));
  2006.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2007.         $instance->add(new \Shopware\Elasticsearch\Profiler\DataCollector($this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService())));
  2008.         $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()))));
  2009.         $instance->add($f);
  2010.         $instance->add($g);
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2017.      */
  2018.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2019.     {
  2020.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2021.         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);
  2022.     }
  2023.     /**
  2024.      * Gets the public '.container.private.serializer' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\Serializer\Serializer
  2027.      */
  2028.     protected function get_Container_Private_SerializerService()
  2029.     {
  2030.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2031.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2032.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2033.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2034.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2035.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2036.         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()]);
  2037.     }
  2038.     /**
  2039.      * Gets the public '.container.private.session' shared service.
  2040.      *
  2041.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2042.      */
  2043.     protected function get_Container_Private_SessionService()
  2044.     {
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2047.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2048.         if (isset($this->services['.container.private.session'])) {
  2049.             return $this->services['.container.private.session'];
  2050.         }
  2051.         return $this->services['.container.private.session'] = $a->createSession();
  2052.     }
  2053.     /**
  2054.      * Gets the public '.container.private.twig' shared service.
  2055.      *
  2056.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2057.      */
  2058.     protected function get_Container_Private_TwigService()
  2059.     {
  2060.         $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']);
  2061.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2062.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2063.         $c = ($this->services['router'] ?? $this->getRouterService());
  2064.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2065.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2066.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2067.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2068.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2069.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2070.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2071.         $i->setEnvironment('dev');
  2072.         $i->setDebug(true);
  2073.         if ($this->has('request_stack')) {
  2074.             $i->setRequestStack($e);
  2075.         }
  2076.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2077.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2078.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2079.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2080.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__4), 'UTF-8'));
  2081.         $instance->addExtension($d);
  2082.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2083.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2084.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2085.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2086.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2087.         $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())));
  2088.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2089.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2090.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2091.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2092.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2093.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2094.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2095.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2096.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2097.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2098.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2099.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2100.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2101.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2102.         $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())));
  2103.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2104.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2105.         $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()))));
  2106.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2107.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2108.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2109.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2110.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2111.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  2112.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2113.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2114.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2115.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2116.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2117.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2118.         ], [
  2119.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2120.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2121.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2122.         ])));
  2123.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2124.         return $instance;
  2125.     }
  2126.     /**
  2127.      * Gets the public '.container.private.validator' shared service.
  2128.      *
  2129.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2130.      */
  2131.     protected function get_Container_Private_ValidatorService()
  2132.     {
  2133.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2134.         if (isset($this->services['.container.private.validator'])) {
  2135.             return $this->services['.container.private.validator'];
  2136.         }
  2137.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2138.     }
  2139.     /**
  2140.      * Gets the public 'Alm6FontAwesome\Alm6FontAwesome' shared autowired service.
  2141.      *
  2142.      * @return \Alm6FontAwesome\Alm6FontAwesome
  2143.      */
  2144.     protected function getAlm6FontAwesomeService()
  2145.     {
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2152.         include_once \dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Alm6FontAwesome.php';
  2153.         return $this->services['Alm6FontAwesome\\Alm6FontAwesome'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Alm6FontAwesome\\Alm6FontAwesome');
  2154.     }
  2155.     /**
  2156.      * Gets the public 'Dne\CustomCssJs\Api\ThemeCompileController' shared service.
  2157.      *
  2158.      * @return \Dne\CustomCssJs\Api\ThemeCompileController
  2159.      */
  2160.     protected function getThemeCompileControllerService()
  2161.     {
  2162.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Api/ThemeCompileController.php';
  2163.         $this->services['Dne\\CustomCssJs\\Api\\ThemeCompileController'] = $instance = new \Dne\CustomCssJs\Api\ThemeCompileController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  2164.         $instance->setContainer($this);
  2165.         return $instance;
  2166.     }
  2167.     /**
  2168.      * Gets the public 'Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition' shared service.
  2169.      *
  2170.      * @return \Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition
  2171.      */
  2172.     protected function getModuleSalesChannelDefinitionService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Core/Content/Module/Aggregate/ModuleSalesChannel/ModuleSalesChannelDefinition.php';
  2175.         $this->services['Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition'] = $instance = new \Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition();
  2176.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2177.         return $instance;
  2178.     }
  2179.     /**
  2180.      * Gets the public 'Dne\CustomCssJs\Core\Content\Module\ModuleDefinition' shared service.
  2181.      *
  2182.      * @return \Dne\CustomCssJs\Core\Content\Module\ModuleDefinition
  2183.      */
  2184.     protected function getModuleDefinitionService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Core/Content/Module/ModuleDefinition.php';
  2187.         $this->services['Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Dne\CustomCssJs\Core\Content\Module\ModuleDefinition();
  2188.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2189.         return $instance;
  2190.     }
  2191.     /**
  2192.      * Gets the public 'Dne\CustomCssJs\DneCustomCssJs' shared autowired service.
  2193.      *
  2194.      * @return \Dne\CustomCssJs\DneCustomCssJs
  2195.      */
  2196.     protected function getDneCustomCssJsService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2204.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/DneCustomCssJs.php';
  2205.         return $this->services['Dne\\CustomCssJs\\DneCustomCssJs'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Dne\\CustomCssJs\\DneCustomCssJs');
  2206.     }
  2207.     /**
  2208.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2209.      *
  2210.      * @return \Doctrine\DBAL\Connection
  2211.      */
  2212.     protected function getConnectionService()
  2213.     {
  2214.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2215.     }
  2216.     /**
  2217.      * Gets the public 'Elasticsearch\Client' shared service.
  2218.      *
  2219.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2220.      */
  2221.     protected function getClientService()
  2222.     {
  2223.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2224.     }
  2225.     /**
  2226.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2227.      *
  2228.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2229.      */
  2230.     protected function getAdminExtensionApiControllerService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2233.         $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()));
  2234.         $instance->setContainer($this);
  2235.         return $instance;
  2236.     }
  2237.     /**
  2238.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2239.      *
  2240.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2241.      */
  2242.     protected function getAdminProductStreamControllerService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  2245.         $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()));
  2246.         $instance->setContainer($this);
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  2251.      *
  2252.      * @return \Shopware\Administration\Controller\AdminSearchController
  2253.      */
  2254.     protected function getAdminSearchControllerService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  2258.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2259.         $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()));
  2260.         $instance->setContainer($this);
  2261.         return $instance;
  2262.     }
  2263.     /**
  2264.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  2265.      *
  2266.      * @return \Shopware\Administration\Controller\AdminTagController
  2267.      */
  2268.     protected function getAdminTagControllerService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  2271.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  2272.         $instance->setContainer($this);
  2273.         return $instance;
  2274.     }
  2275.     /**
  2276.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  2277.      *
  2278.      * @return \Shopware\Administration\Controller\AdministrationController
  2279.      */
  2280.     protected function getAdministrationControllerService()
  2281.     {
  2282.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  2288.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2289.         $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()));
  2290.         $instance->setContainer($this);
  2291.         return $instance;
  2292.     }
  2293.     /**
  2294.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  2295.      *
  2296.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  2297.      */
  2298.     protected function getDocumentServiceDeprecationControllerService()
  2299.     {
  2300.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  2303.         return $this->services['Shopware\\Administration\\Controller\\DocumentServiceDeprecationController'] = new \Shopware\Administration\Controller\DocumentServiceDeprecationController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator())), ($this->privates['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()));
  2304.     }
  2305.     /**
  2306.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  2307.      *
  2308.      * @return \Shopware\Administration\Controller\NotificationController
  2309.      */
  2310.     protected function getNotificationControllerService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  2313.         $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()));
  2314.         $instance->setContainer($this);
  2315.         return $instance;
  2316.     }
  2317.     /**
  2318.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  2319.      *
  2320.      * @return \Shopware\Administration\Controller\UserConfigController
  2321.      */
  2322.     protected function getUserConfigControllerService()
  2323.     {
  2324.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  2325.         $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()));
  2326.         $instance->setContainer($this);
  2327.         return $instance;
  2328.     }
  2329.     /**
  2330.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  2331.      *
  2332.      * @return \Shopware\Administration\Notification\NotificationDefinition
  2333.      */
  2334.     protected function getNotificationDefinitionService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  2337.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  2338.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2339.         return $instance;
  2340.     }
  2341.     /**
  2342.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  2343.      *
  2344.      * @return \Shopware\Administration\Notification\NotificationService
  2345.      */
  2346.     protected function getNotificationServiceService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  2349.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  2350.     }
  2351.     /**
  2352.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  2353.      *
  2354.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  2355.      */
  2356.     protected function getAppAdministrationSnippetDefinitionService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  2359.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  2360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  2365.      *
  2366.      * @return \Shopware\Core\Checkout\Cart\Calculator
  2367.      */
  2368.     protected function getCalculatorService()
  2369.     {
  2370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  2371.         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()));
  2372.     }
  2373.     /**
  2374.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  2375.      *
  2376.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  2377.      */
  2378.     protected function getCartFacadeHookFactoryService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  2382.         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()));
  2383.     }
  2384.     /**
  2385.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  2386.      *
  2387.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  2388.      */
  2389.     protected function getOrderConverterControllerService()
  2390.     {
  2391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  2392.         $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()));
  2393.         $instance->setContainer($this);
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  2398.      *
  2399.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  2400.      */
  2401.     protected function getOrderRecalculationControllerService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  2405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  2406.         $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()))));
  2407.         $instance->setContainer($this);
  2408.         return $instance;
  2409.     }
  2410.     /**
  2411.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  2412.      *
  2413.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  2414.      */
  2415.     protected function getPriceActionControllerService()
  2416.     {
  2417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  2418.         $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()));
  2419.         $instance->setContainer($this);
  2420.         return $instance;
  2421.     }
  2422.     /**
  2423.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  2424.      *
  2425.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  2426.      */
  2427.     protected function getCartDeleteRouteService()
  2428.     {
  2429.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2430.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2431.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2432.         }
  2433.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2434.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2435.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2436.         }
  2437.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($b$a);
  2438.     }
  2439.     /**
  2440.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  2441.      *
  2442.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  2443.      */
  2444.     protected function getCartItemAddRouteService()
  2445.     {
  2446.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2447.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2448.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2449.         }
  2450.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2451.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2452.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2453.         }
  2454.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2455.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2456.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2457.         }
  2458.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  2459.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2460.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2461.         }
  2462.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b$a$c$d);
  2463.     }
  2464.     /**
  2465.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  2466.      *
  2467.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  2468.      */
  2469.     protected function getCartItemRemoveRouteService()
  2470.     {
  2471.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2472.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2473.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2474.         }
  2475.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2476.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2477.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2478.         }
  2479.         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);
  2480.     }
  2481.     /**
  2482.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  2483.      *
  2484.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  2485.      */
  2486.     protected function getCartItemUpdateRouteService()
  2487.     {
  2488.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2489.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2490.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2491.         }
  2492.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2493.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2494.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2495.         }
  2496.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2497.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2498.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2499.         }
  2500.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute($b, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $c$a);
  2501.     }
  2502.     /**
  2503.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  2504.      *
  2505.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  2506.      */
  2507.     protected function getCartLoadRouteService()
  2508.     {
  2509.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2510.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2511.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2512.         }
  2513.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2514.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2515.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2516.         }
  2517.         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()));
  2518.     }
  2519.     /**
  2520.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  2521.      *
  2522.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  2523.      */
  2524.     protected function getCartOrderRouteService()
  2525.     {
  2526.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2527.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2528.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2529.         }
  2530.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  2531.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2532.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2533.         }
  2534.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  2535.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2536.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2537.         }
  2538.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2539.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2540.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2541.         }
  2542.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  2543.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2544.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2545.         }
  2546.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  2547.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2548.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2549.         }
  2550.         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()), $b, new \Shopware\Core\Checkout\Cart\Order\OrderPersister($b$c), $d$a, 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())));
  2551.     }
  2552.     /**
  2553.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  2554.      *
  2555.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  2556.      */
  2557.     protected function getCartServiceService()
  2558.     {
  2559.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2560.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2561.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2562.         }
  2563.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  2564.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2565.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2566.         }
  2567.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  2568.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2569.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2570.         }
  2571.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  2572.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2573.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2574.         }
  2575.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  2576.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2577.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2578.         }
  2579.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  2580.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2581.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2582.         }
  2583.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  2584.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2585.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2586.         }
  2587.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  2588.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2589.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2590.         }
  2591.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  2592.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2593.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2594.         }
  2595.         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);
  2596.     }
  2597.     /**
  2598.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  2599.      *
  2600.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  2601.      */
  2602.     protected function getCustomerAddressDefinitionService()
  2603.     {
  2604.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  2605.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2606.         return $instance;
  2607.     }
  2608.     /**
  2609.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  2610.      *
  2611.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  2612.      */
  2613.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  2616.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  2617.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2618.         return $instance;
  2619.     }
  2620.     /**
  2621.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  2622.      *
  2623.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  2624.      */
  2625.     protected function getCustomerGroupTranslationDefinitionService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  2629.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  2630.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2631.         return $instance;
  2632.     }
  2633.     /**
  2634.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  2635.      *
  2636.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  2637.      */
  2638.     protected function getCustomerGroupDefinitionService()
  2639.     {
  2640.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  2641.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2642.         return $instance;
  2643.     }
  2644.     /**
  2645.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  2646.      *
  2647.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  2648.      */
  2649.     protected function getCustomerRecoveryDefinitionService()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  2652.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  2653.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  2658.      *
  2659.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  2660.      */
  2661.     protected function getCustomerTagDefinitionService()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  2664.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  2665.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  2670.      *
  2671.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  2672.      */
  2673.     protected function getCustomerWishlistProductDefinitionService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  2676.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  2677.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2678.         return $instance;
  2679.     }
  2680.     /**
  2681.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  2682.      *
  2683.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  2684.      */
  2685.     protected function getCustomerWishlistDefinitionService()
  2686.     {
  2687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  2688.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  2689.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  2694.      *
  2695.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  2696.      */
  2697.     protected function getCustomerGroupRegistrationActionControllerService()
  2698.     {
  2699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  2700.         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()));
  2701.     }
  2702.     /**
  2703.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  2704.      *
  2705.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  2706.      */
  2707.     protected function getCustomerDefinitionService()
  2708.     {
  2709.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  2710.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2711.         return $instance;
  2712.     }
  2713.     /**
  2714.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  2715.      *
  2716.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  2717.      */
  2718.     protected function getAccountNewsletterRecipientRouteService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  2722.         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()));
  2723.     }
  2724.     /**
  2725.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  2726.      *
  2727.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  2728.      */
  2729.     protected function getAddWishlistProductRouteService()
  2730.     {
  2731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  2733.         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()));
  2734.     }
  2735.     /**
  2736.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  2737.      *
  2738.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  2739.      */
  2740.     protected function getChangeCustomerProfileRouteService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  2744.         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()));
  2745.     }
  2746.     /**
  2747.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  2748.      *
  2749.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  2750.      */
  2751.     protected function getChangeEmailRouteService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  2755.         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()));
  2756.     }
  2757.     /**
  2758.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  2759.      *
  2760.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  2761.      */
  2762.     protected function getChangeLanguageRouteService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  2766.         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()));
  2767.     }
  2768.     /**
  2769.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  2770.      *
  2771.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  2772.      */
  2773.     protected function getChangePasswordRouteService()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  2777.         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()));
  2778.     }
  2779.     /**
  2780.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  2781.      *
  2782.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  2783.      */
  2784.     protected function getChangePaymentMethodRouteService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  2788.         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()));
  2789.     }
  2790.     /**
  2791.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  2792.      *
  2793.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  2794.      */
  2795.     protected function getCustomerGroupRegistrationSettingsRouteService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  2799.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  2800.     }
  2801.     /**
  2802.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  2803.      *
  2804.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  2805.      */
  2806.     protected function getCustomerRecoveryIsExpiredRouteService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  2810.         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()));
  2811.     }
  2812.     /**
  2813.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  2814.      *
  2815.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  2816.      */
  2817.     protected function getCustomerRouteService()
  2818.     {
  2819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  2821.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2822.     }
  2823.     /**
  2824.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  2825.      *
  2826.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  2827.      */
  2828.     protected function getDeleteAddressRouteService()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  2833.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  2834.     }
  2835.     /**
  2836.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  2837.      *
  2838.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  2839.      */
  2840.     protected function getDeleteCustomerRouteService()
  2841.     {
  2842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  2844.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2845.     }
  2846.     /**
  2847.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  2848.      *
  2849.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  2850.      */
  2851.     protected function getListAddressRouteService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  2855.         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()));
  2856.     }
  2857.     /**
  2858.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  2859.      *
  2860.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  2861.      */
  2862.     protected function getLoadWishlistRouteService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  2868.         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())));
  2869.     }
  2870.     /**
  2871.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  2872.      *
  2873.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  2874.      */
  2875.     protected function getLoginRouteService()
  2876.     {
  2877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  2879.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  2880.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  2881.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2882.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  2883.         $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));
  2884.         $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));
  2885.         $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));
  2886.         $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));
  2887.         $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));
  2888.         $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));
  2889.         $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));
  2890.         $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));
  2891.         $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));
  2892.         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);
  2893.     }
  2894.     /**
  2895.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  2896.      *
  2897.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  2898.      */
  2899.     protected function getLogoutRouteService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  2903.         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()));
  2904.     }
  2905.     /**
  2906.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  2907.      *
  2908.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  2909.      */
  2910.     protected function getMergeWishlistProductRouteService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  2914.         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()));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  2918.      *
  2919.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  2920.      */
  2921.     protected function getRegisterConfirmRouteService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  2925.         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()));
  2926.     }
  2927.     /**
  2928.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  2929.      *
  2930.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  2931.      */
  2932.     protected function getRegisterRouteService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  2938.         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()));
  2939.     }
  2940.     /**
  2941.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  2942.      *
  2943.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  2944.      */
  2945.     protected function getRemoveWishlistProductRouteService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  2949.         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()));
  2950.     }
  2951.     /**
  2952.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  2953.      *
  2954.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  2955.      */
  2956.     protected function getResetPasswordRouteService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  2960.         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()));
  2961.     }
  2962.     /**
  2963.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  2964.      *
  2965.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  2966.      */
  2967.     protected function getSendPasswordRecoveryMailRouteService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  2971.         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()));
  2972.     }
  2973.     /**
  2974.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  2975.      *
  2976.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  2977.      */
  2978.     protected function getSwitchDefaultAddressRouteService()
  2979.     {
  2980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  2983.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2984.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2985.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2986.         }
  2987.         $b = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  2988.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2989.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2990.         }
  2991.         $c = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  2992.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2993.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2994.         }
  2995.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($b$c$a);
  2996.     }
  2997.     /**
  2998.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  2999.      *
  3000.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  3001.      */
  3002.     protected function getUpsertAddressRouteService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  3007.         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()));
  3008.     }
  3009.     /**
  3010.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  3011.      *
  3012.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  3013.      */
  3014.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  3015.     {
  3016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  3017.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  3018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3019.         return $instance;
  3020.     }
  3021.     /**
  3022.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  3023.      *
  3024.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  3025.      */
  3026.     protected function getDocumentBaseConfigDefinitionService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  3029.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  3030.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3031.         return $instance;
  3032.     }
  3033.     /**
  3034.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  3035.      *
  3036.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  3037.      */
  3038.     protected function getDocumentTypeTranslationDefinitionService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  3042.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  3043.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  3048.      *
  3049.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  3050.      */
  3051.     protected function getDocumentTypeDefinitionService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  3054.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  3055.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3056.         return $instance;
  3057.     }
  3058.     /**
  3059.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  3060.      *
  3061.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  3062.      */
  3063.     protected function getDocumentControllerService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  3070.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  3071.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  3072.         $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);
  3073.         $instance->setContainer($this);
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  3078.      *
  3079.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  3080.      */
  3081.     protected function getDocumentDefinitionService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  3084.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  3085.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  3090.      *
  3091.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  3092.      */
  3093.     protected function getDocumentGeneratorControllerService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  3096.         $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()));
  3097.         $instance->setContainer($this);
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  3102.      *
  3103.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  3104.      */
  3105.     protected function getDocumentRouteService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  3109.         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()));
  3110.     }
  3111.     /**
  3112.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3113.      *
  3114.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3115.      */
  3116.     protected function getOrderAddressDefinitionService()
  3117.     {
  3118.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3119.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3120.         return $instance;
  3121.     }
  3122.     /**
  3123.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3124.      *
  3125.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3126.      */
  3127.     protected function getOrderCustomerDefinitionService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3130.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3132.         return $instance;
  3133.     }
  3134.     /**
  3135.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3136.      *
  3137.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3138.      */
  3139.     protected function getOrderDeliveryPositionDefinitionService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3142.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3143.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3144.         return $instance;
  3145.     }
  3146.     /**
  3147.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3148.      *
  3149.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3150.      */
  3151.     protected function getOrderDeliveryDefinitionService()
  3152.     {
  3153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3154.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3155.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3156.         return $instance;
  3157.     }
  3158.     /**
  3159.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3160.      *
  3161.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3162.      */
  3163.     protected function getOrderLineItemDefinitionService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3166.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3167.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3168.         return $instance;
  3169.     }
  3170.     /**
  3171.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3172.      *
  3173.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3174.      */
  3175.     protected function getOrderTagDefinitionService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3178.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3179.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3180.         return $instance;
  3181.     }
  3182.     /**
  3183.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3184.      *
  3185.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3186.      */
  3187.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3190.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3191.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3192.         return $instance;
  3193.     }
  3194.     /**
  3195.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3196.      *
  3197.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3198.      */
  3199.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3202.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3203.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3204.         return $instance;
  3205.     }
  3206.     /**
  3207.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3208.      *
  3209.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3210.      */
  3211.     protected function getOrderTransactionCaptureDefinitionService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3214.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3215.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3216.         return $instance;
  3217.     }
  3218.     /**
  3219.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3220.      *
  3221.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3222.      */
  3223.     protected function getOrderTransactionDefinitionService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  3226.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  3227.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  3232.      *
  3233.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  3234.      */
  3235.     protected function getOrderActionControllerService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  3238.         $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()));
  3239.         $instance->setContainer($this);
  3240.         return $instance;
  3241.     }
  3242.     /**
  3243.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  3244.      *
  3245.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  3246.      */
  3247.     protected function getOrderDefinitionService()
  3248.     {
  3249.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  3250.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3251.         return $instance;
  3252.     }
  3253.     /**
  3254.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  3255.      *
  3256.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  3257.      */
  3258.     protected function getCancelOrderRouteService()
  3259.     {
  3260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  3262.         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()));
  3263.     }
  3264.     /**
  3265.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  3266.      *
  3267.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  3268.      */
  3269.     protected function getOrderRouteService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  3273.         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()));
  3274.     }
  3275.     /**
  3276.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  3277.      *
  3278.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  3279.      */
  3280.     protected function getSetPaymentOrderRouteService()
  3281.     {
  3282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  3284.         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()));
  3285.     }
  3286.     /**
  3287.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  3288.      *
  3289.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  3290.      */
  3291.     protected function getPaymentMethodTranslationDefinitionService()
  3292.     {
  3293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  3295.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  3296.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3297.         return $instance;
  3298.     }
  3299.     /**
  3300.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  3301.      *
  3302.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  3303.      */
  3304.     protected function getPaymentRefundProcessorService()
  3305.     {
  3306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  3308.         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()));
  3309.     }
  3310.     /**
  3311.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  3312.      *
  3313.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  3314.      */
  3315.     protected function getPaymentControllerService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  3318.         $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()));
  3319.         $instance->setContainer($this);
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  3324.      *
  3325.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  3326.      */
  3327.     protected function getPaymentMethodDefinitionService()
  3328.     {
  3329.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  3330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  3335.      *
  3336.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  3337.      */
  3338.     protected function getCachedPaymentMethodRouteService()
  3339.     {
  3340.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3341.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3342.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3343.         }
  3344.         $b = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  3345.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3346.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3347.         }
  3348.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3349.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3350.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3351.         }
  3352.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  3353.     }
  3354.     /**
  3355.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  3356.      *
  3357.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  3358.      */
  3359.     protected function getHandlePaymentMethodRouteService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  3363.         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()));
  3364.     }
  3365.     /**
  3366.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  3367.      *
  3368.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  3369.      */
  3370.     protected function getSalesChannelPaymentMethodDefinitionService()
  3371.     {
  3372.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  3373.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3374.         return $instance;
  3375.     }
  3376.     /**
  3377.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  3378.      *
  3379.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  3380.      */
  3381.     protected function getSortedPaymentMethodRouteService()
  3382.     {
  3383.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  3384.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  3385.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  3386.         }
  3387.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  3388.     }
  3389.     /**
  3390.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  3391.      *
  3392.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  3393.      */
  3394.     protected function getPromotionCartRuleDefinitionService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  3397.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  3398.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3399.         return $instance;
  3400.     }
  3401.     /**
  3402.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  3403.      *
  3404.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  3405.      */
  3406.     protected function getPromotionDiscountPriceDefinitionService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  3409.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  3410.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3411.         return $instance;
  3412.     }
  3413.     /**
  3414.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  3415.      *
  3416.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  3417.      */
  3418.     protected function getPromotionDiscountRuleDefinitionService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  3421.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  3422.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3423.         return $instance;
  3424.     }
  3425.     /**
  3426.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  3427.      *
  3428.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  3429.      */
  3430.     protected function getPromotionDiscountDefinitionService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  3433.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  3434.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3435.         return $instance;
  3436.     }
  3437.     /**
  3438.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  3439.      *
  3440.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  3441.      */
  3442.     protected function getPromotionIndividualCodeDefinitionService()
  3443.     {
  3444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  3445.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  3446.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3447.         return $instance;
  3448.     }
  3449.     /**
  3450.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  3451.      *
  3452.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  3453.      */
  3454.     protected function getPromotionOrderRuleDefinitionService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  3457.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  3458.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3459.         return $instance;
  3460.     }
  3461.     /**
  3462.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  3463.      *
  3464.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  3465.      */
  3466.     protected function getPromotionPersonaCustomerDefinitionService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  3469.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  3470.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3471.         return $instance;
  3472.     }
  3473.     /**
  3474.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  3475.      *
  3476.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  3477.      */
  3478.     protected function getPromotionPersonaRuleDefinitionService()
  3479.     {
  3480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  3481.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  3482.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3483.         return $instance;
  3484.     }
  3485.     /**
  3486.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  3487.      *
  3488.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  3489.      */
  3490.     protected function getPromotionSalesChannelDefinitionService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  3493.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  3494.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  3499.      *
  3500.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  3501.      */
  3502.     protected function getPromotionSetGroupRuleDefinitionService()
  3503.     {
  3504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  3505.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  3506.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3507.         return $instance;
  3508.     }
  3509.     /**
  3510.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  3511.      *
  3512.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  3513.      */
  3514.     protected function getPromotionSetGroupDefinitionService()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  3517.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  3518.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3519.         return $instance;
  3520.     }
  3521.     /**
  3522.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  3523.      *
  3524.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  3525.      */
  3526.     protected function getPromotionTranslationDefinitionService()
  3527.     {
  3528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  3530.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  3531.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3532.         return $instance;
  3533.     }
  3534.     /**
  3535.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  3536.      *
  3537.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  3538.      */
  3539.     protected function getPromotionActionControllerService()
  3540.     {
  3541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  3544.         $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()));
  3545.         $instance->setContainer($this);
  3546.         return $instance;
  3547.     }
  3548.     /**
  3549.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  3550.      *
  3551.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  3552.      */
  3553.     protected function getPromotionControllerService()
  3554.     {
  3555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  3557.         $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())));
  3558.         $instance->setContainer($this);
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  3563.      *
  3564.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  3565.      */
  3566.     protected function getPromotionDefinitionService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  3569.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  3570.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  3575.      *
  3576.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  3577.      */
  3578.     protected function getShippingMethodPriceDefinitionService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  3581.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  3582.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3583.         return $instance;
  3584.     }
  3585.     /**
  3586.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  3587.      *
  3588.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  3589.      */
  3590.     protected function getShippingMethodTagDefinitionService()
  3591.     {
  3592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  3593.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  3594.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3595.         return $instance;
  3596.     }
  3597.     /**
  3598.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  3599.      *
  3600.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  3601.      */
  3602.     protected function getShippingMethodTranslationDefinitionService()
  3603.     {
  3604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  3606.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  3607.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  3612.      *
  3613.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  3614.      */
  3615.     protected function getCachedShippingMethodRouteService()
  3616.     {
  3617.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3618.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3619.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3620.         }
  3621.         $b = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  3622.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3623.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3624.         }
  3625.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3626.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3627.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3628.         }
  3629.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute(new \Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  3630.     }
  3631.     /**
  3632.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  3633.      *
  3634.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  3635.      */
  3636.     protected function getSalesChannelShippingMethodDefinitionService()
  3637.     {
  3638.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  3639.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  3644.      *
  3645.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  3646.      */
  3647.     protected function getSortedShippingMethodRouteService()
  3648.     {
  3649.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  3650.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  3651.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  3652.         }
  3653.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  3654.     }
  3655.     /**
  3656.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  3657.      *
  3658.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  3659.      */
  3660.     protected function getShippingMethodDefinitionService()
  3661.     {
  3662.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  3663.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3664.         return $instance;
  3665.     }
  3666.     /**
  3667.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  3668.      *
  3669.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  3670.      */
  3671.     protected function getCategoryTagDefinitionService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  3674.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  3675.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3676.         return $instance;
  3677.     }
  3678.     /**
  3679.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3680.      *
  3681.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3682.      */
  3683.     protected function getCategoryTranslationDefinitionService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3687.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3688.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3689.         return $instance;
  3690.     }
  3691.     /**
  3692.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  3693.      *
  3694.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  3695.      */
  3696.     protected function getCategoryDefinitionService()
  3697.     {
  3698.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  3699.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  3704.      *
  3705.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  3706.      */
  3707.     protected function getCategoryHydratorService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  3710.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  3711.     }
  3712.     /**
  3713.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  3714.      *
  3715.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  3716.      */
  3717.     protected function getCachedCategoryRouteService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  3722.         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()), []);
  3723.     }
  3724.     /**
  3725.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  3726.      *
  3727.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  3728.      */
  3729.     protected function getCachedNavigationRouteService()
  3730.     {
  3731.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3732.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3733.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3734.         }
  3735.         $b = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  3736.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3737.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3738.         }
  3739.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3740.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3741.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3742.         }
  3743.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute(new \Shopware\Core\Content\Category\SalesChannel\NavigationRoute(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  3744.     }
  3745.     /**
  3746.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  3747.      *
  3748.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  3749.      */
  3750.     protected function getCategoryListRouteService()
  3751.     {
  3752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  3754.         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()));
  3755.     }
  3756.     /**
  3757.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  3758.      *
  3759.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  3760.      */
  3761.     protected function getSalesChannelCategoryDefinitionService()
  3762.     {
  3763.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  3764.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3765.         return $instance;
  3766.     }
  3767.     /**
  3768.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  3769.      *
  3770.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  3771.      */
  3772.     protected function getTreeBuildingNavigationRouteService()
  3773.     {
  3774.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  3775.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  3776.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  3777.         }
  3778.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  3779.     }
  3780.     /**
  3781.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  3782.      *
  3783.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  3784.      */
  3785.     protected function getCmsBlockDefinitionService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  3788.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  3789.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3790.         return $instance;
  3791.     }
  3792.     /**
  3793.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  3794.      *
  3795.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  3796.      */
  3797.     protected function getCmsPageTranslationDefinitionService()
  3798.     {
  3799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  3801.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  3802.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3803.         return $instance;
  3804.     }
  3805.     /**
  3806.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  3807.      *
  3808.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  3809.      */
  3810.     protected function getCmsSectionDefinitionService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  3813.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  3814.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3815.         return $instance;
  3816.     }
  3817.     /**
  3818.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  3819.      *
  3820.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  3821.      */
  3822.     protected function getCmsSlotTranslationDefinitionService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  3826.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  3827.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3828.         return $instance;
  3829.     }
  3830.     /**
  3831.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  3832.      *
  3833.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  3834.      */
  3835.     protected function getCmsSlotDefinitionService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  3838.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  3839.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3840.         return $instance;
  3841.     }
  3842.     /**
  3843.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  3844.      *
  3845.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  3846.      */
  3847.     protected function getCmsPageDefinitionService()
  3848.     {
  3849.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  3850.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3851.         return $instance;
  3852.     }
  3853.     /**
  3854.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  3855.      *
  3856.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  3857.      */
  3858.     protected function getSlotConfigFieldSerializerService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  3864.         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()));
  3865.     }
  3866.     /**
  3867.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  3868.      *
  3869.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  3870.      */
  3871.     protected function getCmsSlotsDataResolverService()
  3872.     {
  3873.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  3874.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  3875.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  3876.         }
  3877.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  3878.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  3879.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  3880.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  3881.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  3882.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  3883.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  3884.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  3885.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  3886.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  3887.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  3888.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  3889.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  3890.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  3891.             yield 13 => ($this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'] ?? $this->getProductSliderCmsElementResolverDecoratorService());
  3892.             yield 14 => ($this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'] ?? $this->getProductBoxCmsElementResolverDecoratorService());
  3893.             yield 15 => ($this->privates['zenit\\PlatformGravity\\Core\\Content\\Media\\Cms\\Type\\TeaserTypeDataResolver'] ?? $this->getTeaserTypeDataResolverService());
  3894.             yield 16 => ($this->privates['zenit\\PlatformGravity\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolver2Service());
  3895.         }, 17), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3896.     }
  3897.     /**
  3898.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  3899.      *
  3900.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  3901.      */
  3902.     protected function getCmsRouteService()
  3903.     {
  3904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  3906.         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()));
  3907.     }
  3908.     /**
  3909.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  3910.      *
  3911.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  3912.      *
  3913.      * @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.
  3914.      */
  3915.     protected function getSalesChannelCmsPageRepositoryService()
  3916.     {
  3917.         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.');
  3918.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  3919.     }
  3920.     /**
  3921.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  3922.      *
  3923.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  3924.      */
  3925.     protected function getContactFormRouteService()
  3926.     {
  3927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  3931.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3932.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3933.         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()));
  3934.     }
  3935.     /**
  3936.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  3937.      *
  3938.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  3939.      */
  3940.     protected function getFlowSequenceDefinitionService()
  3941.     {
  3942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  3943.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  3944.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3945.         return $instance;
  3946.     }
  3947.     /**
  3948.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  3949.      *
  3950.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  3951.      */
  3952.     protected function getCachedFlowLoaderService()
  3953.     {
  3954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  3957.         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()));
  3958.     }
  3959.     /**
  3960.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  3961.      *
  3962.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  3963.      */
  3964.     protected function getFlowExecutorService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  3969.         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 () {
  3970.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  3971.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  3972.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  3973.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  3974.         }, 4)), new RewindableGenerator(function () {
  3975.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  3976.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  3977.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  3978.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  3979.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  3980.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  3981.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  3982.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  3983.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  3984.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  3985.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  3986.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  3987.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  3988.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  3989.             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()));
  3990.         }, 15));
  3991.     }
  3992.     /**
  3993.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  3994.      *
  3995.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  3996.      */
  3997.     protected function getFlowFactoryService()
  3998.     {
  3999.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  4000.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  4001.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  4002.             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()));
  4003.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  4004.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  4005.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  4006.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  4007.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  4008.             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()));
  4009.             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()));
  4010.             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()));
  4011.             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()));
  4012.             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()));
  4013.             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()));
  4014.             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()));
  4015.             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()));
  4016.             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()));
  4017.             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()));
  4018.             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()));
  4019.             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()));
  4020.             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()));
  4021.         }, 21));
  4022.     }
  4023.     /**
  4024.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  4025.      *
  4026.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  4027.      */
  4028.     protected function getFlowDefinitionService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  4031.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  4032.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  4037.      *
  4038.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  4039.      */
  4040.     protected function getImportExportFileDefinitionService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  4043.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  4044.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  4049.      *
  4050.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  4051.      */
  4052.     protected function getImportExportLogDefinitionService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  4055.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  4056.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4057.         return $instance;
  4058.     }
  4059.     /**
  4060.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  4061.      *
  4062.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  4063.      */
  4064.     protected function getImportExportActionControllerService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  4071.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  4072.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4073.         $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));
  4074.         $instance->setContainer($this);
  4075.         return $instance;
  4076.     }
  4077.     /**
  4078.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  4079.      *
  4080.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  4081.      */
  4082.     protected function getImportExportFactoryService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  4085.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4086.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4087.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4088.         }
  4089.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  4090.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4091.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4092.         }
  4093.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  4094.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4095.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4096.         }
  4097.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  4098.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4099.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4100.         }
  4101.         return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] = new \Shopware\Core\Content\ImportExport\ImportExportFactory($b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $a$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d, new RewindableGenerator(function () {
  4102.             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()));
  4103.         }, 1), new RewindableGenerator(function () {
  4104.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  4105.         }, 1), new RewindableGenerator(function () {
  4106.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  4107.         }, 1));
  4108.     }
  4109.     /**
  4110.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  4111.      *
  4112.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  4113.      */
  4114.     protected function getImportExportProfileDefinitionService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  4117.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  4118.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4119.         return $instance;
  4120.     }
  4121.     /**
  4122.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  4123.      *
  4124.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  4125.      */
  4126.     protected function getImportExportProfileTranslationDefinitionService()
  4127.     {
  4128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  4130.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  4131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  4136.      *
  4137.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  4138.      */
  4139.     protected function getImportExportHandlerService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  4142.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4143.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4144.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4145.         }
  4146.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  4147.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4148.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4149.         }
  4150.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  4151.     }
  4152.     /**
  4153.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  4154.      *
  4155.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  4156.      */
  4157.     protected function getLandingPageSalesChannelDefinitionService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  4160.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  4161.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  4166.      *
  4167.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  4168.      */
  4169.     protected function getLandingPageTagDefinitionService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  4172.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  4173.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4174.         return $instance;
  4175.     }
  4176.     /**
  4177.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  4178.      *
  4179.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  4180.      */
  4181.     protected function getLandingPageTranslationDefinitionService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  4185.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  4186.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4187.         return $instance;
  4188.     }
  4189.     /**
  4190.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  4191.      *
  4192.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  4193.      */
  4194.     protected function getLandingPageDefinitionService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4197.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  4198.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4199.         return $instance;
  4200.     }
  4201.     /**
  4202.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  4203.      *
  4204.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  4205.      */
  4206.     protected function getCachedLandingPageRouteService()
  4207.     {
  4208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  4211.         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()), []);
  4212.     }
  4213.     /**
  4214.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  4215.      *
  4216.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  4217.      */
  4218.     protected function getSalesChannelLandingPageDefinitionService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  4222.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  4223.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  4228.      *
  4229.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  4230.      */
  4231.     protected function getMailHeaderFooterTranslationDefinitionService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  4235.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  4236.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4237.         return $instance;
  4238.     }
  4239.     /**
  4240.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  4241.      *
  4242.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  4243.      */
  4244.     protected function getMailHeaderFooterDefinitionService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  4247.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  4248.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4249.         return $instance;
  4250.     }
  4251.     /**
  4252.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  4253.      *
  4254.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  4255.      */
  4256.     protected function getMailTemplateMediaDefinitionService()
  4257.     {
  4258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  4259.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  4260.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  4265.      *
  4266.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  4267.      */
  4268.     protected function getMailTemplateTranslationDefinitionService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  4272.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  4273.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4274.         return $instance;
  4275.     }
  4276.     /**
  4277.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  4278.      *
  4279.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  4280.      */
  4281.     protected function getMailTemplateTypeTranslationDefinitionService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  4285.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  4286.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4287.         return $instance;
  4288.     }
  4289.     /**
  4290.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  4291.      *
  4292.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  4293.      */
  4294.     protected function getMailTemplateTypeDefinitionService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  4297.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  4298.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4299.         return $instance;
  4300.     }
  4301.     /**
  4302.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  4303.      *
  4304.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  4305.      */
  4306.     protected function getMailActionControllerService()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  4310.         $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())));
  4311.         $instance->setContainer($this);
  4312.         return $instance;
  4313.     }
  4314.     /**
  4315.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  4316.      *
  4317.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  4318.      */
  4319.     protected function getMailTemplateDefinitionService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  4322.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  4323.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  4328.      *
  4329.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  4330.      */
  4331.     protected function getMailFactoryService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  4335.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4336.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  4337.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  4338.         }
  4339.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()));
  4340.     }
  4341.     /**
  4342.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  4343.      *
  4344.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  4345.      */
  4346.     protected function getMailSenderService()
  4347.     {
  4348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4352.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4353.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4354.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4355.         }
  4356.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4357.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4358.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4359.         }
  4360.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4361.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4362.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4363.         }
  4364.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  4365.     }
  4366.     /**
  4367.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  4368.      *
  4369.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  4370.      */
  4371.     protected function getMediaDefaultFolderDefinitionService()
  4372.     {
  4373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  4374.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  4375.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4376.         return $instance;
  4377.     }
  4378.     /**
  4379.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  4380.      *
  4381.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  4382.      */
  4383.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  4384.     {
  4385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  4386.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  4387.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  4392.      *
  4393.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  4394.      */
  4395.     protected function getMediaFolderConfigurationDefinitionService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  4398.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  4399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4400.         return $instance;
  4401.     }
  4402.     /**
  4403.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  4404.      *
  4405.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  4406.      */
  4407.     protected function getMediaFolderDefinitionService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  4410.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  4411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4412.         return $instance;
  4413.     }
  4414.     /**
  4415.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  4416.      *
  4417.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  4418.      */
  4419.     protected function getMediaTagDefinitionService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  4422.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  4423.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4424.         return $instance;
  4425.     }
  4426.     /**
  4427.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  4428.      *
  4429.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  4430.      */
  4431.     protected function getMediaThumbnailSizeDefinitionService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  4434.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  4435.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4436.         return $instance;
  4437.     }
  4438.     /**
  4439.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  4440.      *
  4441.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  4442.      */
  4443.     protected function getMediaThumbnailDefinitionService()
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  4446.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  4447.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4448.         return $instance;
  4449.     }
  4450.     /**
  4451.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  4452.      *
  4453.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  4454.      */
  4455.     protected function getMediaTranslationDefinitionService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  4459.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  4460.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4461.         return $instance;
  4462.     }
  4463.     /**
  4464.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  4465.      *
  4466.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  4467.      */
  4468.     protected function getMediaFolderControllerService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  4472.         $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())));
  4473.         $instance->setContainer($this);
  4474.         return $instance;
  4475.     }
  4476.     /**
  4477.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  4478.      *
  4479.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  4480.      */
  4481.     protected function getMediaUploadControllerService()
  4482.     {
  4483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  4484.         $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()));
  4485.         $instance->setContainer($this);
  4486.         return $instance;
  4487.     }
  4488.     /**
  4489.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  4490.      *
  4491.      * @return \Shopware\Core\Content\Media\File\FileSaver
  4492.      */
  4493.     protected function getFileSaverService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  4497.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4498.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4499.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4500.         }
  4501.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  4502.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4503.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4504.         }
  4505.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  4506.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4507.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4508.         }
  4509.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4510.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4511.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4512.         }
  4513.         return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] = new \Shopware\Core\Content\Media\File\FileSaver($b, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $c, new \Shopware\Core\Content\Media\Metadata\MetadataLoader(new RewindableGenerator(function () {
  4514.             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()));
  4515.         }, 1)), ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), $a$d$this->parameters['shopware.filesystem.allowed_extensions']);
  4516.     }
  4517.     /**
  4518.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  4519.      *
  4520.      * @return \Shopware\Core\Content\Media\MediaDefinition
  4521.      */
  4522.     protected function getMediaDefinitionService()
  4523.     {
  4524.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  4525.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4526.         return $instance;
  4527.     }
  4528.     /**
  4529.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  4530.      *
  4531.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  4532.      */
  4533.     protected function getNewsletterRecipientTagDefinitionService()
  4534.     {
  4535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  4536.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  4537.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4538.         return $instance;
  4539.     }
  4540.     /**
  4541.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  4542.      *
  4543.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  4544.      */
  4545.     protected function getNewsletterRecipientDefinitionService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4548.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  4549.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  4554.      *
  4555.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  4556.      */
  4557.     protected function getNewsletterConfirmRouteService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  4561.         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()));
  4562.     }
  4563.     /**
  4564.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  4565.      *
  4566.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  4567.      */
  4568.     protected function getNewsletterSubscribeRouteService()
  4569.     {
  4570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  4572.         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())));
  4573.     }
  4574.     /**
  4575.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  4576.      *
  4577.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  4578.      */
  4579.     protected function getNewsletterUnsubscribeRouteService()
  4580.     {
  4581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  4583.         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()));
  4584.     }
  4585.     /**
  4586.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  4587.      *
  4588.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  4589.      */
  4590.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  4594.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  4595.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4596.         return $instance;
  4597.     }
  4598.     /**
  4599.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  4600.      *
  4601.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  4602.      */
  4603.     protected function getProductExportControllerService()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  4606.         $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()));
  4607.         $instance->setContainer($this);
  4608.         return $instance;
  4609.     }
  4610.     /**
  4611.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  4612.      *
  4613.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  4614.      */
  4615.     protected function getProductExportDefinitionService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  4618.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  4619.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4620.         return $instance;
  4621.     }
  4622.     /**
  4623.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  4624.      *
  4625.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  4626.      */
  4627.     protected function getProductExportHydratorService()
  4628.     {
  4629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  4630.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  4631.     }
  4632.     /**
  4633.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  4634.      *
  4635.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  4636.      */
  4637.     protected function getExportControllerService()
  4638.     {
  4639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  4640.         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()));
  4641.     }
  4642.     /**
  4643.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  4644.      *
  4645.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  4646.      */
  4647.     protected function getProductExportGeneratorService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  4653.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4654.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4655.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4656.         }
  4657.         $b = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  4658.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4659.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4660.         }
  4661.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  4662.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4663.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4664.         }
  4665.         $d = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  4666.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4667.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4668.         }
  4669.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  4670.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4671.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4672.         }
  4673.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  4674.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4675.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4676.         }
  4677.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  4678.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4679.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4680.         }
  4681.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  4682.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4683.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4684.         }
  4685.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator($b$c$d$a, new \Shopware\Core\Content\ProductExport\Service\ProductExportValidator(new RewindableGenerator(function () {
  4686.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  4687.         }, 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()));
  4688.     }
  4689.     /**
  4690.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  4691.      *
  4692.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  4693.      */
  4694.     protected function getProductExporterService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  4698.         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()));
  4699.     }
  4700.     /**
  4701.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  4702.      *
  4703.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  4704.      */
  4705.     protected function getProductStreamFilterDefinitionService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  4708.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  4709.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4710.         return $instance;
  4711.     }
  4712.     /**
  4713.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  4714.      *
  4715.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  4716.      */
  4717.     protected function getProductStreamFilterHydratorService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  4720.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  4721.     }
  4722.     /**
  4723.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  4724.      *
  4725.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  4726.      */
  4727.     protected function getProductStreamTranslationDefinitionService()
  4728.     {
  4729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  4731.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  4732.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4733.         return $instance;
  4734.     }
  4735.     /**
  4736.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  4737.      *
  4738.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  4739.      */
  4740.     protected function getProductStreamDefinitionService()
  4741.     {
  4742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  4743.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  4744.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  4749.      *
  4750.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  4751.      */
  4752.     protected function getProductStreamHydratorService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  4755.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  4756.     }
  4757.     /**
  4758.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  4759.      *
  4760.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  4761.      */
  4762.     protected function getProductStreamBuilderService()
  4763.     {
  4764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  4766.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  4767.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  4768.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  4769.         }
  4770.         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()));
  4771.     }
  4772.     /**
  4773.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  4774.      *
  4775.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  4776.      */
  4777.     protected function getProductCategoryTreeDefinitionService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  4780.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  4781.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  4786.      *
  4787.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  4788.      */
  4789.     protected function getProductCategoryDefinitionService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  4792.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  4793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4794.         return $instance;
  4795.     }
  4796.     /**
  4797.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  4798.      *
  4799.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  4800.      */
  4801.     protected function getProductConfiguratorSettingDefinitionService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  4804.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  4805.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4806.         return $instance;
  4807.     }
  4808.     /**
  4809.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  4810.      *
  4811.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  4812.      */
  4813.     protected function getProductConfiguratorSettingHydratorService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  4816.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  4817.     }
  4818.     /**
  4819.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  4820.      *
  4821.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  4822.      */
  4823.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  4824.     {
  4825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  4826.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  4827.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4828.         return $instance;
  4829.     }
  4830.     /**
  4831.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  4832.      *
  4833.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  4834.      */
  4835.     protected function getProductCrossSellingAssignedProductsHydratorService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  4838.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  4839.     }
  4840.     /**
  4841.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  4842.      *
  4843.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  4844.      */
  4845.     protected function getProductCrossSellingTranslationDefinitionService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  4849.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  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\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  4855.      *
  4856.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  4857.      */
  4858.     protected function getProductCrossSellingDefinitionService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  4861.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  4862.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4863.         return $instance;
  4864.     }
  4865.     /**
  4866.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  4867.      *
  4868.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  4869.      */
  4870.     protected function getProductCrossSellingHydratorService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  4873.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  4874.     }
  4875.     /**
  4876.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  4877.      *
  4878.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  4879.      */
  4880.     protected function getProductCustomFieldSetDefinitionService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  4883.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  4884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4885.         return $instance;
  4886.     }
  4887.     /**
  4888.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  4889.      *
  4890.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  4891.      */
  4892.     protected function getProductFeatureSetTranslationDefinitionService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  4896.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  4897.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4898.         return $instance;
  4899.     }
  4900.     /**
  4901.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  4902.      *
  4903.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  4904.      */
  4905.     protected function getProductFeatureSetDefinitionService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  4908.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  4909.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  4914.      *
  4915.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  4916.      */
  4917.     protected function getProductFeatureSetHydratorService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  4920.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  4921.     }
  4922.     /**
  4923.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  4924.      *
  4925.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  4926.      */
  4927.     protected function getProductKeywordDictionaryDefinitionService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  4930.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  4931.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4932.         return $instance;
  4933.     }
  4934.     /**
  4935.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  4936.      *
  4937.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  4938.      */
  4939.     protected function getProductKeywordDictionaryHydratorService()
  4940.     {
  4941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  4942.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  4943.     }
  4944.     /**
  4945.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  4946.      *
  4947.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  4948.      */
  4949.     protected function getProductManufacturerTranslationDefinitionService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  4953.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  4954.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  4959.      *
  4960.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  4961.      */
  4962.     protected function getProductManufacturerDefinitionService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  4965.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  4966.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4967.         return $instance;
  4968.     }
  4969.     /**
  4970.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  4971.      *
  4972.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  4973.      */
  4974.     protected function getProductManufacturerHydratorService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  4977.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  4978.     }
  4979.     /**
  4980.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  4981.      *
  4982.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  4983.      */
  4984.     protected function getProductMediaDefinitionService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  4987.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  4988.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  4993.      *
  4994.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  4995.      */
  4996.     protected function getProductMediaHydratorService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  4999.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  5000.     }
  5001.     /**
  5002.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  5003.      *
  5004.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  5005.      */
  5006.     protected function getProductOptionDefinitionService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  5009.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  5010.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5011.         return $instance;
  5012.     }
  5013.     /**
  5014.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  5015.      *
  5016.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  5017.      */
  5018.     protected function getProductPriceDefinitionService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  5021.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  5022.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  5027.      *
  5028.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  5029.      */
  5030.     protected function getProductPriceHydratorService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  5033.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  5034.     }
  5035.     /**
  5036.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  5037.      *
  5038.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  5039.      */
  5040.     protected function getProductPropertyDefinitionService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  5043.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  5044.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5045.         return $instance;
  5046.     }
  5047.     /**
  5048.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  5049.      *
  5050.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  5051.      */
  5052.     protected function getProductReviewDefinitionService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  5055.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  5056.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5057.         return $instance;
  5058.     }
  5059.     /**
  5060.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  5061.      *
  5062.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  5063.      */
  5064.     protected function getProductReviewHydratorService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  5067.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  5068.     }
  5069.     /**
  5070.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  5071.      *
  5072.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  5073.      */
  5074.     protected function getProductSearchConfigFieldDefinitionService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  5077.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  5078.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5079.         return $instance;
  5080.     }
  5081.     /**
  5082.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  5083.      *
  5084.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  5085.      */
  5086.     protected function getProductSearchConfigFieldHydratorService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  5089.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  5090.     }
  5091.     /**
  5092.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  5093.      *
  5094.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  5095.      */
  5096.     protected function getProductSearchConfigDefinitionService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  5099.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  5100.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5101.         return $instance;
  5102.     }
  5103.     /**
  5104.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  5105.      *
  5106.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  5107.      */
  5108.     protected function getProductSearchConfigHydratorService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  5111.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  5112.     }
  5113.     /**
  5114.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  5115.      *
  5116.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  5117.      */
  5118.     protected function getProductSearchKeywordDefinitionService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  5121.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  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\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  5127.      *
  5128.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  5129.      */
  5130.     protected function getProductSearchKeywordHydratorService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  5133.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  5134.     }
  5135.     /**
  5136.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  5137.      *
  5138.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  5139.      */
  5140.     protected function getProductStreamMappingDefinitionService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  5143.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  5144.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5145.         return $instance;
  5146.     }
  5147.     /**
  5148.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  5149.      *
  5150.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  5151.      */
  5152.     protected function getProductTagDefinitionService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  5155.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  5156.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5157.         return $instance;
  5158.     }
  5159.     /**
  5160.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  5161.      *
  5162.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  5163.      */
  5164.     protected function getProductTranslationDefinitionService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  5168.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  5169.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5170.         return $instance;
  5171.     }
  5172.     /**
  5173.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  5174.      *
  5175.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  5176.      */
  5177.     protected function getProductVisibilityDefinitionService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  5180.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  5181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5182.         return $instance;
  5183.     }
  5184.     /**
  5185.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  5186.      *
  5187.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  5188.      */
  5189.     protected function getProductVisibilityHydratorService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  5192.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  5193.     }
  5194.     /**
  5195.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  5196.      *
  5197.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  5198.      */
  5199.     protected function getProductActionControllerService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  5203.         $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())));
  5204.         $instance->setContainer($this);
  5205.         return $instance;
  5206.     }
  5207.     /**
  5208.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  5209.      *
  5210.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  5211.      */
  5212.     protected function getCheapestPriceAccessorBuilderService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  5216.         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()));
  5217.     }
  5218.     /**
  5219.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  5220.      *
  5221.      * @return \Shopware\Core\Content\Product\ProductDefinition
  5222.      */
  5223.     protected function getProductDefinitionService()
  5224.     {
  5225.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  5226.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  5231.      *
  5232.      * @return \Shopware\Core\Content\Product\ProductHydrator
  5233.      */
  5234.     protected function getProductHydratorService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  5237.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  5238.     }
  5239.     /**
  5240.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  5241.      *
  5242.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  5243.      */
  5244.     protected function getCachedProductCrossSellingRouteService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5251.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5252.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5253.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5254.         }
  5255.         $b = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  5256.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5257.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5258.         }
  5259.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5260.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5261.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5262.         }
  5263.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5264.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5265.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5266.         }
  5267.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5268.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5269.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5270.         }
  5271.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5272.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5273.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5274.         }
  5275.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute(new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute($b$a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $c$d$e, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $f$a, []);
  5276.     }
  5277.     /**
  5278.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  5279.      *
  5280.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  5281.      */
  5282.     protected function getCachedProductDetailRouteService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5289.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5290.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  5291.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  5292.         }
  5293.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5294.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  5295.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  5296.         }
  5297.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5298.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  5299.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  5300.         }
  5301.         $d = ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService());
  5302.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  5303.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  5304.         }
  5305.         $e = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5306.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  5307.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  5308.         }
  5309.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute($b$c, ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), $d, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $e$a, []);
  5310.     }
  5311.     /**
  5312.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  5313.      *
  5314.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  5315.      */
  5316.     protected function getFindProductVariantRouteService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  5320.         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()));
  5321.     }
  5322.     /**
  5323.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  5324.      *
  5325.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  5326.      */
  5327.     protected function getCachedProductListingRouteService()
  5328.     {
  5329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  5332.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5333.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5334.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5335.         }
  5336.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5337.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5338.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5339.         }
  5340.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  5341.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5342.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5343.         }
  5344.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5345.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5346.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5347.         }
  5348.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute(new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute($b$a$c, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $d$a, []);
  5349.     }
  5350.     /**
  5351.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  5352.      *
  5353.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  5354.      */
  5355.     protected function getResolveCriteriaProductListingRouteService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  5359.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5360.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5361.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5362.         }
  5363.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  5364.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5365.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5366.         }
  5367.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($b$a);
  5368.     }
  5369.     /**
  5370.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  5371.      *
  5372.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  5373.      */
  5374.     protected function getProductListRouteService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  5378.         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()));
  5379.     }
  5380.     /**
  5381.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  5382.      *
  5383.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  5384.      */
  5385.     protected function getCachedProductReviewRouteService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  5390.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5391.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5392.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5393.         }
  5394.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  5395.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5396.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5397.         }
  5398.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5399.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5400.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5401.         }
  5402.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute(new \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  5403.     }
  5404.     /**
  5405.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  5406.      *
  5407.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  5408.      */
  5409.     protected function getProductReviewSaveRouteService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  5413.         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()));
  5414.     }
  5415.     /**
  5416.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  5417.      *
  5418.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  5419.      */
  5420.     protected function getSalesChannelProductDefinitionService()
  5421.     {
  5422.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  5423.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  5428.      *
  5429.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  5430.      */
  5431.     protected function getCachedProductSearchRouteService()
  5432.     {
  5433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  5436.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5437.         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, []);
  5438.     }
  5439.     /**
  5440.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  5441.      *
  5442.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  5443.      */
  5444.     protected function getResolvedCriteriaProductSearchRouteService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  5448.         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()));
  5449.     }
  5450.     /**
  5451.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  5452.      *
  5453.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  5454.      */
  5455.     protected function getProductSortingDefinitionService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  5458.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  5459.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5460.         return $instance;
  5461.     }
  5462.     /**
  5463.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  5464.      *
  5465.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  5466.      */
  5467.     protected function getProductSortingHydratorService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  5470.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  5471.     }
  5472.     /**
  5473.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  5474.      *
  5475.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  5476.      */
  5477.     protected function getProductSortingTranslationDefinitionService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  5481.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  5482.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5483.         return $instance;
  5484.     }
  5485.     /**
  5486.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  5487.      *
  5488.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  5489.      */
  5490.     protected function getCachedProductSuggestRouteService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  5495.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5496.         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, []);
  5497.     }
  5498.     /**
  5499.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  5500.      *
  5501.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  5502.      */
  5503.     protected function getPropertyGroupOptionTranslationDefinitionService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  5507.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  5508.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  5513.      *
  5514.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  5515.      */
  5516.     protected function getPropertyGroupOptionDefinitionService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  5519.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  5520.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  5525.      *
  5526.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  5527.      */
  5528.     protected function getPropertyGroupOptionHydratorService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  5531.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  5532.     }
  5533.     /**
  5534.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  5535.      *
  5536.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  5537.      */
  5538.     protected function getPropertyGroupTranslationDefinitionService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  5542.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  5543.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5544.         return $instance;
  5545.     }
  5546.     /**
  5547.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  5548.      *
  5549.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  5550.      */
  5551.     protected function getPropertyGroupDefinitionService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  5554.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  5555.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5556.         return $instance;
  5557.     }
  5558.     /**
  5559.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  5560.      *
  5561.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  5562.      */
  5563.     protected function getPropertyGroupHydratorService()
  5564.     {
  5565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  5566.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  5567.     }
  5568.     /**
  5569.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  5570.      *
  5571.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  5572.      */
  5573.     protected function getRuleConditionDefinitionService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  5576.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  5577.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5578.         return $instance;
  5579.     }
  5580.     /**
  5581.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  5582.      *
  5583.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  5584.      */
  5585.     protected function getRuleTagDefinitionService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  5588.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  5589.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5590.         return $instance;
  5591.     }
  5592.     /**
  5593.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  5594.      *
  5595.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  5596.      */
  5597.     protected function getRuleDefinitionService()
  5598.     {
  5599.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  5600.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5601.         return $instance;
  5602.     }
  5603.     /**
  5604.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  5605.      *
  5606.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  5607.      */
  5608.     protected function getSeoActionControllerService()
  5609.     {
  5610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  5613.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5614.         $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);
  5615.         $instance->setContainer($this);
  5616.         return $instance;
  5617.     }
  5618.     /**
  5619.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  5620.      *
  5621.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  5622.      */
  5623.     protected function getCachedSeoResolverService()
  5624.     {
  5625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  5628.         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()));
  5629.     }
  5630.     /**
  5631.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  5632.      *
  5633.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  5634.      */
  5635.     protected function getEmptyPathInfoResolverService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  5639.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  5640.     }
  5641.     /**
  5642.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  5643.      *
  5644.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  5645.      */
  5646.     protected function getSeoUrlAssociationFieldResolverService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  5650.         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())));
  5651.     }
  5652.     /**
  5653.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  5654.      *
  5655.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  5656.      */
  5657.     protected function getSeoUrlFieldSerializerService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  5662.         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()));
  5663.     }
  5664.     /**
  5665.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  5666.      *
  5667.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  5668.      */
  5669.     protected function getMainCategoryDefinitionService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5672.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  5673.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5674.         return $instance;
  5675.     }
  5676.     /**
  5677.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  5678.      *
  5679.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  5680.      */
  5681.     protected function getSalesChannelMainCategoryDefinitionService()
  5682.     {
  5683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  5685.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  5686.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5687.         return $instance;
  5688.     }
  5689.     /**
  5690.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  5691.      *
  5692.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  5693.      */
  5694.     protected function getSeoUrlRouteService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  5698.         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()));
  5699.     }
  5700.     /**
  5701.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  5702.      *
  5703.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  5704.      */
  5705.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  5706.     {
  5707.         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()));
  5708.     }
  5709.     /**
  5710.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  5711.      *
  5712.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  5713.      */
  5714.     protected function getSeoUrlTemplateDefinitionService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  5717.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  5718.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5719.         return $instance;
  5720.     }
  5721.     /**
  5722.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  5723.      *
  5724.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  5725.      */
  5726.     protected function getSalesChannelSeoUrlDefinitionService()
  5727.     {
  5728.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  5729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5730.         return $instance;
  5731.     }
  5732.     /**
  5733.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  5734.      *
  5735.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  5736.      */
  5737.     protected function getSeoUrlDefinitionService()
  5738.     {
  5739.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  5740.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5741.         return $instance;
  5742.     }
  5743.     /**
  5744.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  5745.      *
  5746.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  5747.      */
  5748.     protected function getCachedSitemapRouteService()
  5749.     {
  5750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  5755.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5756.         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);
  5757.     }
  5758.     /**
  5759.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  5760.      *
  5761.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  5762.      */
  5763.     protected function getAssetPackageServiceService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  5766.         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()));
  5767.     }
  5768.     /**
  5769.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  5770.      *
  5771.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  5772.      */
  5773.     protected function getCacheIdLoaderService()
  5774.     {
  5775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  5776.         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()));
  5777.     }
  5778.     /**
  5779.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  5780.      *
  5781.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  5782.      */
  5783.     protected function getCacheInvalidatorFacadeHookFactoryService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  5787.         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()));
  5788.     }
  5789.     /**
  5790.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  5791.      *
  5792.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  5793.      */
  5794.     protected function getAppTemplateIteratorService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  5797.         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()));
  5798.     }
  5799.     /**
  5800.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  5801.      *
  5802.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  5803.      */
  5804.     protected function getTemplateFinderService()
  5805.     {
  5806.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5807.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  5808.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  5809.         }
  5810.         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 () {
  5811.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  5812.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  5813.         }, 2)));
  5814.     }
  5815.     /**
  5816.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  5817.      *
  5818.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  5819.      */
  5820.     protected function getTemplateIteratorService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5824.         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']);
  5825.     }
  5826.     /**
  5827.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  5828.      *
  5829.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  5830.      */
  5831.     protected function getAclCriteriaValidatorService()
  5832.     {
  5833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  5834.         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()));
  5835.     }
  5836.     /**
  5837.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  5838.      *
  5839.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  5840.      */
  5841.     protected function getAclRoleDefinitionService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  5844.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  5845.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  5850.      *
  5851.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  5852.      */
  5853.     protected function getAclUserRoleDefinitionService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  5856.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  5857.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5858.         return $instance;
  5859.     }
  5860.     /**
  5861.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  5862.      *
  5863.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  5864.      */
  5865.     protected function getAccessKeyControllerService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  5868.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  5869.         $instance->setContainer($this);
  5870.         return $instance;
  5871.     }
  5872.     /**
  5873.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  5874.      *
  5875.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  5876.      */
  5877.     protected function getAclControllerService()
  5878.     {
  5879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  5880.         $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()));
  5881.         $instance->setContainer($this);
  5882.         return $instance;
  5883.     }
  5884.     /**
  5885.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  5886.      *
  5887.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  5888.      */
  5889.     protected function getApiControllerService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  5895.         $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()));
  5896.         $instance->setContainer($this);
  5897.         return $instance;
  5898.     }
  5899.     /**
  5900.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  5901.      *
  5902.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  5903.      */
  5904.     protected function getAuthControllerService()
  5905.     {
  5906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  5907.         $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()));
  5908.         $instance->setContainer($this);
  5909.         return $instance;
  5910.     }
  5911.     /**
  5912.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  5913.      *
  5914.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  5915.      */
  5916.     protected function getCacheControllerService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  5919.         $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()));
  5920.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  5925.      *
  5926.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  5927.      */
  5928.     protected function getCustomSnippetFormatControllerService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  5931.         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()));
  5932.     }
  5933.     /**
  5934.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  5935.      *
  5936.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  5937.      */
  5938.     protected function getFallbackControllerService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  5941.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  5942.         $instance->setContainer($this);
  5943.         return $instance;
  5944.     }
  5945.     /**
  5946.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  5947.      *
  5948.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  5949.      */
  5950.     protected function getIndexingControllerService()
  5951.     {
  5952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  5953.         $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()));
  5954.         $instance->setContainer($this);
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  5959.      *
  5960.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  5961.      */
  5962.     protected function getInfoControllerService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  5966.         $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']);
  5967.         $instance->setContainer($this);
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  5972.      *
  5973.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  5974.      */
  5975.     protected function getIntegrationControllerService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  5978.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  5979.         $instance->setContainer($this);
  5980.         return $instance;
  5981.     }
  5982.     /**
  5983.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  5984.      *
  5985.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  5986.      */
  5987.     protected function getSalesChannelProxyControllerService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  5991.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5992.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  5993.         $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())));
  5994.         $instance->setContainer($this);
  5995.         return $instance;
  5996.     }
  5997.     /**
  5998.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  5999.      *
  6000.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  6001.      */
  6002.     protected function getSyncControllerService()
  6003.     {
  6004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  6005.         $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()));
  6006.         $instance->setContainer($this);
  6007.         return $instance;
  6008.     }
  6009.     /**
  6010.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  6011.      *
  6012.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  6013.      */
  6014.     protected function getUserControllerService()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  6017.         $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()));
  6018.         $instance->setContainer($this);
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  6023.      *
  6024.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  6025.      */
  6026.     protected function getSyncServiceService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  6030.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  6031.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6032.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6033.         }
  6034.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6035.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6036.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6037.         }
  6038.         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);
  6039.     }
  6040.     /**
  6041.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  6042.      *
  6043.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  6044.      */
  6045.     protected function getActionButtonTranslationDefinitionService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  6049.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  6050.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6051.         return $instance;
  6052.     }
  6053.     /**
  6054.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  6055.      *
  6056.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  6057.      */
  6058.     protected function getActionButtonDefinitionService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  6061.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  6062.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6063.         return $instance;
  6064.     }
  6065.     /**
  6066.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  6067.      *
  6068.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  6069.      */
  6070.     protected function getAppPaymentMethodDefinitionService()
  6071.     {
  6072.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  6073.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6074.         return $instance;
  6075.     }
  6076.     /**
  6077.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  6078.      *
  6079.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  6080.      */
  6081.     protected function getAppScriptConditionTranslationDefinitionService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  6085.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  6086.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6087.         return $instance;
  6088.     }
  6089.     /**
  6090.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  6091.      *
  6092.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  6093.      */
  6094.     protected function getAppScriptConditionDefinitionService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  6097.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  6098.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6099.         return $instance;
  6100.     }
  6101.     /**
  6102.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  6103.      *
  6104.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  6105.      */
  6106.     protected function getAppTranslationDefinitionService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  6110.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  6111.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6112.         return $instance;
  6113.     }
  6114.     /**
  6115.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  6116.      *
  6117.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  6118.      */
  6119.     protected function getAppCmsBlockTranslationDefinitionService()
  6120.     {
  6121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  6123.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  6124.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6125.         return $instance;
  6126.     }
  6127.     /**
  6128.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  6129.      *
  6130.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  6131.      */
  6132.     protected function getAppCmsBlockDefinitionService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  6135.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  6136.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6137.         return $instance;
  6138.     }
  6139.     /**
  6140.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  6141.      *
  6142.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  6143.      */
  6144.     protected function getAppFlowActionTranslationDefinitionService()
  6145.     {
  6146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  6148.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  6149.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6150.         return $instance;
  6151.     }
  6152.     /**
  6153.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  6154.      *
  6155.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  6156.      */
  6157.     protected function getAppFlowActionDefinitionService()
  6158.     {
  6159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  6160.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  6161.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6162.         return $instance;
  6163.     }
  6164.     /**
  6165.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  6166.      *
  6167.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  6168.      */
  6169.     protected function getAppActionControllerService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  6175.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  6176.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  6177.         $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())));
  6178.         $instance->setContainer($this);
  6179.         return $instance;
  6180.     }
  6181.     /**
  6182.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  6183.      *
  6184.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  6185.      */
  6186.     protected function getAppCmsControllerService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  6189.         $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()));
  6190.         $instance->setContainer($this);
  6191.         return $instance;
  6192.     }
  6193.     /**
  6194.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  6195.      *
  6196.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  6197.      */
  6198.     protected function getAppUrlChangeControllerService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  6201.         $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()));
  6202.         $instance->setContainer($this);
  6203.         return $instance;
  6204.     }
  6205.     /**
  6206.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  6207.      *
  6208.      * @return \Shopware\Core\Framework\App\AppDefinition
  6209.      */
  6210.     protected function getAppDefinitionService()
  6211.     {
  6212.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  6213.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6214.         return $instance;
  6215.     }
  6216.     /**
  6217.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  6218.      *
  6219.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  6220.      */
  6221.     protected function getAppLocaleProviderService()
  6222.     {
  6223.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  6224.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  6225.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  6226.         }
  6227.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6228.     }
  6229.     /**
  6230.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  6231.      *
  6232.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  6233.      */
  6234.     protected function getResolverService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  6237.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  6238.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  6239.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  6240.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  6241.         }, 3));
  6242.     }
  6243.     /**
  6244.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  6245.      *
  6246.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  6247.      */
  6248.     protected function getAppFlowActionProviderService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  6251.         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()));
  6252.     }
  6253.     /**
  6254.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  6255.      *
  6256.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  6257.      */
  6258.     protected function getShopIdProviderService()
  6259.     {
  6260.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6261.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6262.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6263.         }
  6264.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  6265.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6266.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6267.         }
  6268.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  6269.     }
  6270.     /**
  6271.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  6272.      *
  6273.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  6274.      */
  6275.     protected function getTemplateDefinitionService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  6278.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  6279.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6280.         return $instance;
  6281.     }
  6282.     /**
  6283.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  6284.      *
  6285.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  6286.      */
  6287.     protected function getTemplateStateServiceService()
  6288.     {
  6289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  6290.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  6291.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  6292.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  6293.         }
  6294.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  6295.     }
  6296.     /**
  6297.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  6298.      *
  6299.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  6300.      */
  6301.     protected function getEntityCacheKeyGeneratorService()
  6302.     {
  6303.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  6304.     }
  6305.     /**
  6306.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  6307.      *
  6308.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  6309.      */
  6310.     protected function getEntityHydratorService()
  6311.     {
  6312.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  6313.     }
  6314.     /**
  6315.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  6316.      *
  6317.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  6318.      */
  6319.     protected function getConfigJsonFieldAccessorBuilderService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  6324.         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()));
  6325.     }
  6326.     /**
  6327.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  6328.      *
  6329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  6330.      */
  6331.     protected function getCustomFieldsAccessorBuilderService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  6336.         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()));
  6337.     }
  6338.     /**
  6339.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  6340.      *
  6341.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  6342.      */
  6343.     protected function getDefaultFieldAccessorBuilderService()
  6344.     {
  6345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  6347.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  6348.     }
  6349.     /**
  6350.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  6351.      *
  6352.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  6353.      */
  6354.     protected function getJsonFieldAccessorBuilderService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6358.         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()));
  6359.     }
  6360.     /**
  6361.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  6362.      *
  6363.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  6364.      */
  6365.     protected function getPriceFieldAccessorBuilderService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  6369.         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()));
  6370.     }
  6371.     /**
  6372.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  6373.      *
  6374.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  6375.      */
  6376.     protected function getManyToManyAssociationFieldResolverService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  6380.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  6381.     }
  6382.     /**
  6383.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  6384.      *
  6385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  6386.      */
  6387.     protected function getManyToOneAssociationFieldResolverService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  6391.         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())));
  6392.     }
  6393.     /**
  6394.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  6395.      *
  6396.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  6397.      */
  6398.     protected function getOneToManyAssociationFieldResolverService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  6402.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  6403.     }
  6404.     /**
  6405.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  6406.      *
  6407.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  6408.      */
  6409.     protected function getTranslationFieldResolverService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  6413.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  6414.     }
  6415.     /**
  6416.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  6417.      *
  6418.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  6419.      */
  6420.     protected function getJoinGroupBuilderService()
  6421.     {
  6422.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  6423.     }
  6424.     /**
  6425.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  6426.      *
  6427.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  6428.      */
  6429.     protected function getDefinitionInstanceRegistryService()
  6430.     {
  6431.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry($this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\LanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\CountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\CurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\CategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\ProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''bf_config' => 'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition''bf_marketplace' => 'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition''bf_marketplace_sales_channel' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition''bf_marketplace_settings' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition''bf_category_mapping' => 'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition''bf_support' => 'Swag\\Markets\\Entity\\Support\\SupportDefinition''dne_custom_js_css' => 'Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition''dne_custom_js_css_sales_channel' => 'Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition''ujy_sangebot_to_category' => 'Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition''ujy_product_description' => 'Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition'], ['log_entry' => 'log_entry.repository''acl_role' => 'acl_role.repository''acl_user_role' => 'acl_user_role.repository''app' => 'app.repository''app_translation' => 'app_translation.repository''app_action_button' => 'app_action_button.repository''app_action_button_translation' => 'app_action_button_translation.repository''app_template' => 'app_template.repository''app_payment_method' => 'app_payment_method.repository''app_script_condition' => 'app_script_condition.repository''app_script_condition_translation' => 'app_script_condition_translation.repository''app_cms_block' => 'app_cms_block.repository''app_cms_block_translation' => 'app_cms_block_translation.repository''app_flow_action' => 'app_flow_action.repository''app_flow_action_translation' => 'app_flow_action_translation.repository''custom_field' => 'custom_field.repository''custom_field_set' => 'custom_field_set.repository''custom_field_set_relation' => 'custom_field_set_relation.repository''version' => 'version.repository''version_commit' => 'version_commit.repository''version_commit_data' => 'version_commit_data.repository''event_action' => 'event_action.repository''event_action_rule' => 'event_action_rule.repository''event_action_sales_channel' => 'event_action_sales_channel.repository''dead_message' => 'dead_message.repository''message_queue_stats' => 'message_queue_stats.repository''plugin' => 'plugin.repository''plugin_translation' => 'plugin_translation.repository''scheduled_task' => 'scheduled_task.repository''script' => 'script.repository''language' => 'language.repository''seo_url' => 'seo_url.repository''seo_url_template' => 'seo_url_template.repository''main_category' => 'main_category.repository''webhook' => 'webhook.repository''webhook_event_log' => 'webhook_event_log.repository''sales_channel' => 'sales_channel.repository''sales_channel_translation' => 'sales_channel_translation.repository''sales_channel_country' => 'sales_channel_country.repository''sales_channel_currency' => 'sales_channel_currency.repository''sales_channel_domain' => 'sales_channel_domain.repository''sales_channel_language' => 'sales_channel_language.repository''sales_channel_payment_method' => 'sales_channel_payment_method.repository''sales_channel_shipping_method' => 'sales_channel_shipping_method.repository''sales_channel_type' => 'sales_channel_type.repository''sales_channel_type_translation' => 'sales_channel_type_translation.repository''sales_channel_analytics' => 'sales_channel_analytics.repository''country' => 'country.repository''country_state' => 'country_state.repository''country_state_translation' => 'country_state_translation.repository''country_translation' => 'country_translation.repository''currency' => 'currency.repository''currency_country_rounding' => 'currency_country_rounding.repository''currency_translation' => 'currency_translation.repository''custom_entity' => 'custom_entity.repository''locale' => 'locale.repository''locale_translation' => 'locale_translation.repository''snippet_set' => 'snippet_set.repository''snippet' => 'snippet.repository''salutation' => 'salutation.repository''salutation_translation' => 'salutation_translation.repository''tax' => 'tax.repository''tax_rule' => 'tax_rule.repository''tax_rule_type' => 'tax_rule_type.repository''tax_rule_type_translation' => 'tax_rule_type_translation.repository''unit' => 'unit.repository''unit_translation' => 'unit_translation.repository''user' => 'user.repository''user_config' => 'user_config.repository''user_access_key' => 'user_access_key.repository''user_recovery' => 'user_recovery.repository''integration' => 'integration.repository''integration_role' => 'integration_role.repository''state_machine' => 'state_machine.repository''state_machine_translation' => 'state_machine_translation.repository''state_machine_state' => 'state_machine_state.repository''state_machine_state_translation' => 'state_machine_state_translation.repository''state_machine_transition' => 'state_machine_transition.repository''state_machine_history' => 'state_machine_history.repository''system_config' => 'system_config.repository''number_range' => 'number_range.repository''number_range_sales_channel' => 'number_range_sales_channel.repository''number_range_state' => 'number_range_state.repository''number_range_type' => 'number_range_type.repository''number_range_type_translation' => 'number_range_type_translation.repository''number_range_translation' => 'number_range_translation.repository''tag' => 'tag.repository''category' => 'category.repository''category_translation' => 'category_translation.repository''category_tag' => 'category_tag.repository''media' => 'media.repository''media_default_folder' => 'media_default_folder.repository''media_thumbnail' => 'media_thumbnail.repository''media_translation' => 'media_translation.repository''media_folder' => 'media_folder.repository''media_thumbnail_size' => 'media_thumbnail_size.repository''media_folder_configuration' => 'media_folder_configuration.repository''media_folder_configuration_media_thumbnail_size' => 'media_folder_configuration_media_thumbnail_size.repository''media_tag' => 'media_tag.repository''product' => 'product.repository''product_stream_mapping' => 'product_stream_mapping.repository''product_category' => 'product_category.repository''product_custom_field_set' => 'product_custom_field_set.repository''product_tag' => 'product_tag.repository''product_configurator_setting' => 'product_configurator_setting.repository''product_price' => 'product_price.repository''product_property' => 'product_property.repository''product_search_keyword' => 'product_search_keyword.repository''product_keyword_dictionary' => 'product_keyword_dictionary.repository''product_review' => 'product_review.repository''product_manufacturer' => 'product_manufacturer.repository''product_manufacturer_translation' => 'product_manufacturer_translation.repository''product_media' => 'product_media.repository''product_translation' => 'product_translation.repository''product_option' => 'product_option.repository''product_category_tree' => 'product_category_tree.repository''product_cross_selling' => 'product_cross_selling.repository''product_cross_selling_translation' => 'product_cross_selling_translation.repository''product_cross_selling_assigned_products' => 'product_cross_selling_assigned_products.repository''product_feature_set' => 'product_feature_set.repository''product_feature_set_translation' => 'product_feature_set_translation.repository''product_sorting' => 'product_sorting.repository''product_sorting_translation' => 'product_sorting_translation.repository''product_search_config' => 'product_search_config.repository''product_search_config_field' => 'product_search_config_field.repository''product_visibility' => 'product_visibility.repository''delivery_time' => 'delivery_time.repository''newsletter_recipient' => 'newsletter_recipient.repository''newsletter_recipient_tag' => 'newsletter_recipient_tag.repository''rule' => 'rule.repository''rule_condition' => 'rule_condition.repository''rule_tag' => 'rule_tag.repository''product_stream' => 'product_stream.repository''product_stream_translation' => 'product_stream_translation.repository''product_stream_filter' => 'product_stream_filter.repository''product_export' => 'product_export.repository''property_group' => 'property_group.repository''property_group_option' => 'property_group_option.repository''property_group_option_translation' => 'property_group_option_translation.repository''property_group_translation' => 'property_group_translation.repository''cms_page' => 'cms_page.repository''cms_page_translation' => 'cms_page_translation.repository''cms_section' => 'cms_section.repository''cms_block' => 'cms_block.repository''cms_slot' => 'cms_slot.repository''cms_slot_translation' => 'cms_slot_translation.repository''mail_template' => 'mail_template.repository''mail_template_translation' => 'mail_template_translation.repository''mail_template_type' => 'mail_template_type.repository''mail_template_type_translation' => 'mail_template_type_translation.repository''mail_template_media' => 'mail_template_media.repository''mail_header_footer' => 'mail_header_footer.repository''mail_header_footer_translation' => 'mail_header_footer_translation.repository''delivery_time_translation' => 'delivery_time_translation.repository''import_export_profile' => 'import_export_profile.repository''import_export_log' => 'import_export_log.repository''import_export_file' => 'import_export_file.repository''import_export_profile_translation' => 'import_export_profile_translation.repository''landing_page' => 'landing_page.repository''landing_page_translation' => 'landing_page_translation.repository''landing_page_tag' => 'landing_page_tag.repository''landing_page_sales_channel' => 'landing_page_sales_channel.repository''flow' => 'flow.repository''flow_sequence' => 'flow_sequence.repository''customer' => 'customer.repository''customer_group_translation' => 'customer_group_translation.repository''customer_address' => 'customer_address.repository''customer_recovery' => 'customer_recovery.repository''customer_group' => 'customer_group.repository''customer_group_registration_sales_channels' => 'customer_group_registration_sales_channels.repository''customer_tag' => 'customer_tag.repository''customer_wishlist' => 'customer_wishlist.repository''customer_wishlist_product' => 'customer_wishlist_product.repository''document' => 'document.repository''document_type' => 'document_type.repository''document_type_translation' => 'document_type_translation.repository''document_base_config' => 'document_base_config.repository''document_base_config_sales_channel' => 'document_base_config_sales_channel.repository''order' => 'order.repository''order_address' => 'order_address.repository''order_customer' => 'order_customer.repository''order_delivery' => 'order_delivery.repository''order_delivery_position' => 'order_delivery_position.repository''order_line_item' => 'order_line_item.repository''order_tag' => 'order_tag.repository''order_transaction' => 'order_transaction.repository''order_transaction_capture' => 'order_transaction_capture.repository''order_transaction_capture_refund' => 'order_transaction_capture_refund.repository''order_transaction_capture_refund_position' => 'order_transaction_capture_refund_position.repository''payment_method' => 'payment_method.repository''payment_method_translation' => 'payment_method_translation.repository''promotion' => 'promotion.repository''promotion_sales_channel' => 'promotion_sales_channel.repository''promotion_individual_code' => 'promotion_individual_code.repository''promotion_discount' => 'promotion_discount.repository''promotion_discount_rule' => 'promotion_discount_rule.repository''promotion_setgroup' => 'promotion_setgroup.repository''promotion_setgroup_rule' => 'promotion_setgroup_rule.repository''promotion_order_rule' => 'promotion_order_rule.repository''promotion_persona_customer' => 'promotion_persona_customer.repository''promotion_persona_rule' => 'promotion_persona_rule.repository''promotion_cart_rule' => 'promotion_cart_rule.repository''promotion_translation' => 'promotion_translation.repository''promotion_discount_prices' => 'promotion_discount_prices.repository''shipping_method' => 'shipping_method.repository''shipping_method_tag' => 'shipping_method_tag.repository''shipping_method_price' => 'shipping_method_price.repository''shipping_method_translation' => 'shipping_method_translation.repository''app_administration_snippet' => 'app_administration_snippet.repository''notification' => 'notification.repository''theme' => 'theme.repository''theme_translation' => 'theme_translation.repository''theme_sales_channel' => 'theme_sales_channel.repository''theme_media' => 'theme_media.repository''theme_child' => 'theme_child.repository''swag_language_pack_language' => 'swag_language_pack_language.repository''bf_config' => 'bf_config.repository''bf_marketplace' => 'bf_marketplace.repository''bf_marketplace_sales_channel' => 'bf_marketplace_sales_channel.repository''bf_marketplace_settings' => 'bf_marketplace_settings.repository''bf_category_mapping' => 'bf_category_mapping.repository''bf_support' => 'bf_support.repository''dne_custom_js_css' => 'dne_custom_js_css.repository''dne_custom_js_css_sales_channel' => 'dne_custom_js_css_sales_channel.repository''ujy_sangebot_to_category' => 'ujy_sangebot_to_category.repository''ujy_product_description' => 'ujy_product_description.repository']);
  6432.     }
  6433.     /**
  6434.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  6435.      *
  6436.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  6437.      */
  6438.     protected function getEntityLoadedEventFactoryService()
  6439.     {
  6440.         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()));
  6441.     }
  6442.     /**
  6443.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  6444.      *
  6445.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  6446.      */
  6447.     protected function getExtensionRegistryService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  6450.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  6451.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  6452.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  6453.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  6454.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  6455.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  6456.             yield => ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] = new \Swag\LanguagePack\Extension\LanguageExtension()));
  6457.             yield => ($this->privates['Swag\\Markets\\Entity\\Extension\\SalesChannelExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\SalesChannelExtension'] = new \Swag\Markets\Entity\Extension\SalesChannelExtension()));
  6458.             yield => ($this->privates['Swag\\Markets\\Entity\\Extension\\CurrencyExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\CurrencyExtension'] = new \Swag\Markets\Entity\Extension\CurrencyExtension()));
  6459.             yield => ($this->privates['Swag\\Markets\\Entity\\Extension\\CountryExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\CountryExtension'] = new \Swag\Markets\Entity\Extension\CountryExtension()));
  6460.             yield => ($this->privates['Swag\\Markets\\Entity\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\LanguageExtension'] = new \Swag\Markets\Entity\Extension\LanguageExtension()));
  6461.             yield 10 => ($this->privates['Dne\\CustomCssJs\\Core\\Content\\SalesChannel\\SalesChannelExtension'] ?? ($this->privates['Dne\\CustomCssJs\\Core\\Content\\SalesChannel\\SalesChannelExtension'] = new \Dne\CustomCssJs\Core\Content\SalesChannel\SalesChannelExtension()));
  6462.             yield 11 => ($this->privates['Ujy\\Import\\Core\\Content\\Category\\CategoryExtension'] ?? ($this->privates['Ujy\\Import\\Core\\Content\\Category\\CategoryExtension'] = new \Ujy\Import\Core\Content\Category\CategoryExtension()));
  6463.         }, 12));
  6464.     }
  6465.     /**
  6466.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  6467.      *
  6468.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  6469.      */
  6470.     protected function getRepositoryFacadeHookFactoryService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  6474.         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()));
  6475.     }
  6476.     /**
  6477.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  6478.      *
  6479.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  6480.      */
  6481.     protected function getRepositoryWriterFacadeHookFactoryService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  6485.         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()));
  6486.     }
  6487.     /**
  6488.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  6489.      *
  6490.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  6491.      */
  6492.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  6493.     {
  6494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  6496.         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()));
  6497.     }
  6498.     /**
  6499.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  6500.      *
  6501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  6502.      */
  6503.     protected function getBlobFieldSerializerService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  6507.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  6508.     }
  6509.     /**
  6510.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  6511.      *
  6512.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  6513.      */
  6514.     protected function getBoolFieldSerializerService()
  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/BoolFieldSerializer.php';
  6519.         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()));
  6520.     }
  6521.     /**
  6522.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  6523.      *
  6524.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  6525.      */
  6526.     protected function getCalculatedPriceFieldSerializerService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  6532.         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()));
  6533.     }
  6534.     /**
  6535.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  6536.      *
  6537.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  6538.      */
  6539.     protected function getCartPriceFieldSerializerService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  6545.         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()));
  6546.     }
  6547.     /**
  6548.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  6549.      *
  6550.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  6551.      */
  6552.     protected function getCashRoundingConfigFieldSerializerService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  6558.         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()));
  6559.     }
  6560.     /**
  6561.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  6562.      *
  6563.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  6564.      */
  6565.     protected function getConfigJsonFieldSerializerService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  6571.         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()));
  6572.     }
  6573.     /**
  6574.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  6575.      *
  6576.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  6577.      */
  6578.     protected function getCreatedAtFieldSerializerService()
  6579.     {
  6580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  6584.         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()));
  6585.     }
  6586.     /**
  6587.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  6588.      *
  6589.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  6590.      */
  6591.     protected function getCreatedByFieldSerializerService()
  6592.     {
  6593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  6597.         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()));
  6598.     }
  6599.     /**
  6600.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  6601.      *
  6602.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  6603.      */
  6604.     protected function getCustomFieldsSerializerService()
  6605.     {
  6606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  6610.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6611.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6612.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6613.         }
  6614.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  6615.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6616.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6617.         }
  6618.         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);
  6619.     }
  6620.     /**
  6621.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  6622.      *
  6623.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  6624.      */
  6625.     protected function getDateFieldSerializerService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  6630.         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()));
  6631.     }
  6632.     /**
  6633.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  6634.      *
  6635.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  6636.      */
  6637.     protected function getDateTimeFieldSerializerService()
  6638.     {
  6639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6642.         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()));
  6643.     }
  6644.     /**
  6645.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  6646.      *
  6647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  6648.      */
  6649.     protected function getEmailFieldSerializerService()
  6650.     {
  6651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  6654.         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()));
  6655.     }
  6656.     /**
  6657.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  6658.      *
  6659.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  6660.      */
  6661.     protected function getFkFieldSerializerService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6666.         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()));
  6667.     }
  6668.     /**
  6669.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  6670.      *
  6671.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  6672.      */
  6673.     protected function getFloatFieldSerializerService()
  6674.     {
  6675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  6678.         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()));
  6679.     }
  6680.     /**
  6681.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  6682.      *
  6683.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  6684.      */
  6685.     protected function getIdFieldSerializerService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  6690.         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()));
  6691.     }
  6692.     /**
  6693.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  6694.      *
  6695.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  6696.      */
  6697.     protected function getIntFieldSerializerService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  6702.         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()));
  6703.     }
  6704.     /**
  6705.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  6706.      *
  6707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  6708.      */
  6709.     protected function getJsonFieldSerializerService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6714.         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()));
  6715.     }
  6716.     /**
  6717.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  6718.      *
  6719.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  6720.      */
  6721.     protected function getListFieldSerializerService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  6726.         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()));
  6727.     }
  6728.     /**
  6729.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  6730.      *
  6731.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  6732.      */
  6733.     protected function getLongTextFieldSerializerService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  6738.         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()));
  6739.     }
  6740.     /**
  6741.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  6742.      *
  6743.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  6744.      */
  6745.     protected function getManyToManyAssociationFieldSerializerService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  6749.         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()));
  6750.     }
  6751.     /**
  6752.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  6753.      *
  6754.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  6755.      */
  6756.     protected function getManyToOneAssociationFieldSerializerService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  6760.         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()));
  6761.     }
  6762.     /**
  6763.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  6764.      *
  6765.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  6766.      */
  6767.     protected function getOneToManyAssociationFieldSerializerService()
  6768.     {
  6769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6771.         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()));
  6772.     }
  6773.     /**
  6774.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  6775.      *
  6776.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  6777.      */
  6778.     protected function getOneToOneAssociationFieldSerializerService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  6782.         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()));
  6783.     }
  6784.     /**
  6785.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  6786.      *
  6787.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  6788.      */
  6789.     protected function getPHPUnserializeFieldSerializerService()
  6790.     {
  6791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  6794.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  6795.     }
  6796.     /**
  6797.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  6798.      *
  6799.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  6800.      */
  6801.     protected function getPasswordFieldSerializerService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  6806.         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()));
  6807.     }
  6808.     /**
  6809.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  6810.      *
  6811.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  6812.      */
  6813.     protected function getPriceDefinitionFieldSerializerService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  6819.         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()));
  6820.     }
  6821.     /**
  6822.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  6823.      *
  6824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  6825.      */
  6826.     protected function getPriceFieldSerializerService()
  6827.     {
  6828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  6831.         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()));
  6832.     }
  6833.     /**
  6834.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  6835.      *
  6836.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  6837.      */
  6838.     protected function getReferenceVersionFieldSerializerService()
  6839.     {
  6840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  6842.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  6843.     }
  6844.     /**
  6845.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  6846.      *
  6847.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  6848.      */
  6849.     protected function getRemoteAddressFieldSerializerService()
  6850.     {
  6851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  6854.         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()));
  6855.     }
  6856.     /**
  6857.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  6858.      *
  6859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  6860.      */
  6861.     protected function getStateMachineStateFieldSerializerService()
  6862.     {
  6863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  6867.         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()));
  6868.     }
  6869.     /**
  6870.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  6871.      *
  6872.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  6873.      */
  6874.     protected function getStringFieldSerializerService()
  6875.     {
  6876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  6879.         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()));
  6880.     }
  6881.     /**
  6882.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  6883.      *
  6884.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  6885.      */
  6886.     protected function getTaxFreeConfigFieldSerializerService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  6892.         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()));
  6893.     }
  6894.     /**
  6895.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  6896.      *
  6897.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  6898.      */
  6899.     protected function getTimeZoneFieldSerializerService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  6904.         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()));
  6905.     }
  6906.     /**
  6907.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  6908.      *
  6909.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  6910.      */
  6911.     protected function getTranslatedFieldSerializerService()
  6912.     {
  6913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  6915.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  6916.     }
  6917.     /**
  6918.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  6919.      *
  6920.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  6921.      */
  6922.     protected function getTranslationsAssociationFieldSerializerService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  6926.         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()));
  6927.     }
  6928.     /**
  6929.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  6930.      *
  6931.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  6932.      */
  6933.     protected function getUpdatedAtFieldSerializerService()
  6934.     {
  6935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  6939.         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()));
  6940.     }
  6941.     /**
  6942.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  6943.      *
  6944.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  6945.      */
  6946.     protected function getUpdatedByFieldSerializerService()
  6947.     {
  6948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  6952.         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()));
  6953.     }
  6954.     /**
  6955.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  6956.      *
  6957.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  6958.      */
  6959.     protected function getVariantListingConfigFieldSerializerService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  6964.         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()));
  6965.     }
  6966.     /**
  6967.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  6968.      *
  6969.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  6970.      */
  6971.     protected function getVersionDataPayloadFieldSerializerService()
  6972.     {
  6973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  6975.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  6976.     }
  6977.     /**
  6978.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  6979.      *
  6980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  6981.      */
  6982.     protected function getVersionFieldSerializerService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  6986.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  6987.     }
  6988.     /**
  6989.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  6990.      *
  6991.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  6992.      */
  6993.     protected function getEntityIndexerRegistryService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  6996.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6997.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  6998.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  6999.         }
  7000.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7001.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  7002.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  7003.         }
  7004.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  7005.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  7006.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  7007.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  7008.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  7009.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  7010.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  7011.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  7012.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  7013.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  7014.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  7015.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  7016.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  7017.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  7018.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  7019.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  7020.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  7021.         }, 16), $a$b);
  7022.     }
  7023.     /**
  7024.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  7025.      *
  7026.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  7027.      */
  7028.     protected function getEntityReaderInterfaceService()
  7029.     {
  7030.         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()));
  7031.     }
  7032.     /**
  7033.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  7034.      *
  7035.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  7036.      */
  7037.     protected function getEntityAggregatorInterfaceService()
  7038.     {
  7039.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7040.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7041.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7042.         }
  7043.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7044.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7045.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7046.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7047.         }
  7048.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()), $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] ?? $this->getSearchTermInterpreterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder()))), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregatorHydrator($b), $c);
  7049.     }
  7050.     /**
  7051.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  7052.      *
  7053.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  7054.      */
  7055.     protected function getEntitySearcherInterfaceService()
  7056.     {
  7057.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7058.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7059.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7060.         }
  7061.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7062.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7063.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7064.         }
  7065.         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);
  7066.     }
  7067.     /**
  7068.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  7069.      *
  7070.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  7071.      */
  7072.     protected function getVersionManagerService()
  7073.     {
  7074.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  7075.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7076.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7077.         }
  7078.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7079.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7080.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7081.         }
  7082.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  7083.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7084.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7085.         }
  7086.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7087.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7088.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7089.         }
  7090.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$d$b, ($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()));
  7091.     }
  7092.     /**
  7093.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  7094.      *
  7095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  7096.      */
  7097.     protected function getVersionCommitDataDefinitionService()
  7098.     {
  7099.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  7100.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7101.         return $instance;
  7102.     }
  7103.     /**
  7104.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  7105.      *
  7106.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  7107.      */
  7108.     protected function getVersionCommitDefinitionService()
  7109.     {
  7110.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  7111.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7112.         return $instance;
  7113.     }
  7114.     /**
  7115.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  7116.      *
  7117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  7118.      */
  7119.     protected function getVersionDefinitionService()
  7120.     {
  7121.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  7122.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7123.         return $instance;
  7124.     }
  7125.     /**
  7126.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  7127.      *
  7128.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  7129.      */
  7130.     protected function getEntityWriteGatewayInterfaceService()
  7131.     {
  7132.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7133.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  7134.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  7135.         }
  7136.         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 () {
  7137.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  7138.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  7139.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  7140.             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()));
  7141.             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()));
  7142.             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()));
  7143.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  7144.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  7145.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  7146.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  7147.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7148.     }
  7149.     /**
  7150.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  7151.      *
  7152.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  7153.      */
  7154.     protected function getEntityWriterService()
  7155.     {
  7156.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  7157.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7158.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7159.         }
  7160.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7161.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7162.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7163.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7164.         }
  7165.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7166.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter($a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver($b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper()))), $c, ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()), $d, new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory($d$b));
  7167.     }
  7168.     /**
  7169.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  7170.      *
  7171.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  7172.      */
  7173.     protected function getBusinessEventRegistryService()
  7174.     {
  7175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  7176.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  7177.         $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']);
  7178.         return $instance;
  7179.     }
  7180.     /**
  7181.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  7182.      *
  7183.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  7184.      */
  7185.     protected function getEventActionRuleDefinitionService()
  7186.     {
  7187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  7188.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  7189.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7190.         return $instance;
  7191.     }
  7192.     /**
  7193.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  7194.      *
  7195.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  7196.      */
  7197.     protected function getEventActionSalesChannelDefinitionService()
  7198.     {
  7199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  7200.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  7201.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7202.         return $instance;
  7203.     }
  7204.     /**
  7205.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  7206.      *
  7207.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  7208.      */
  7209.     protected function getEventActionDefinitionService()
  7210.     {
  7211.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  7212.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7213.         return $instance;
  7214.     }
  7215.     /**
  7216.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  7217.      *
  7218.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  7219.      */
  7220.     protected function getIncrementApiControllerService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  7223.         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()));
  7224.     }
  7225.     /**
  7226.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  7227.      *
  7228.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  7229.      */
  7230.     protected function getLogEntryDefinitionService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  7233.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  7234.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7235.         return $instance;
  7236.     }
  7237.     /**
  7238.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  7239.      *
  7240.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  7241.      */
  7242.     protected function getConsumeMessagesControllerService()
  7243.     {
  7244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  7247.         $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');
  7248.         $instance->setContainer($this);
  7249.         return $instance;
  7250.     }
  7251.     /**
  7252.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  7253.      *
  7254.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  7255.      */
  7256.     protected function getDeadMessageDefinitionService()
  7257.     {
  7258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  7259.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  7260.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7261.         return $instance;
  7262.     }
  7263.     /**
  7264.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  7265.      *
  7266.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  7267.      */
  7268.     protected function getMessageQueueStatsDefinitionService()
  7269.     {
  7270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  7271.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  7272.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7273.         return $instance;
  7274.     }
  7275.     /**
  7276.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  7277.      *
  7278.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  7279.      */
  7280.     protected function getScheduledTaskControllerService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  7283.         $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()));
  7284.         $instance->setContainer($this);
  7285.         return $instance;
  7286.     }
  7287.     /**
  7288.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  7289.      *
  7290.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  7291.      */
  7292.     protected function getScheduledTaskDefinitionService()
  7293.     {
  7294.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  7295.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7296.         return $instance;
  7297.     }
  7298.     /**
  7299.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  7300.      *
  7301.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  7302.      */
  7303.     protected function getMigrationControllerService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  7306.         $this->services['Shopware\\Core\\Framework\\Migration\\Api\\MigrationController'] = $instance = new \Shopware\Core\Framework\Migration\Api\MigrationController(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), '6.4.18.0');
  7307.         $instance->setContainer($this);
  7308.         return $instance;
  7309.     }
  7310.     /**
  7311.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  7312.      *
  7313.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  7314.      */
  7315.     protected function getIndexerQueuerService()
  7316.     {
  7317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  7318.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7319.     }
  7320.     /**
  7321.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  7322.      *
  7323.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  7324.      */
  7325.     protected function getMigrationCollectionLoaderService()
  7326.     {
  7327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  7329.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7330.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  7331.         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 () {
  7332.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  7333.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  7334.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  7335.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  7336.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  7337.             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'])));
  7338.             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'])));
  7339.             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'])));
  7340.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagLanguagePack', [(\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Migration') => 'Swag\\LanguagePack\\Migration'])));
  7341.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMarkets'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMarkets'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagMarkets', [(\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Migration') => 'Swag\\Markets\\Migration'])));
  7342.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_DneCustomCssJs'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_DneCustomCssJs'] = new \Shopware\Core\Framework\Migration\MigrationSource('DneCustomCssJs', [(\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Migration') => 'Dne\\CustomCssJs\\Migration'])));
  7343.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_UjyImport'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_UjyImport'] = new \Shopware\Core\Framework\Migration\MigrationSource('UjyImport', [(\dirname(__DIR__4).'/vendor/ujy/shopware6-binefeld-import/src/Migration') => 'Ujy\\Import\\Migration'])));
  7344.         }, 12), $b);
  7345.     }
  7346.     /**
  7347.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  7348.      *
  7349.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  7350.      */
  7351.     protected function getPluginTranslationDefinitionService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  7355.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  7356.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7357.         return $instance;
  7358.     }
  7359.     /**
  7360.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  7361.      *
  7362.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  7363.      */
  7364.     protected function getKernelPluginCollectionService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  7367.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  7368.     }
  7369.     /**
  7370.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  7371.      *
  7372.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  7373.      */
  7374.     protected function getKernelPluginLoaderService()
  7375.     {
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  7381.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  7382.     }
  7383.     /**
  7384.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  7385.      *
  7386.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  7387.      */
  7388.     protected function getPluginDefinitionService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  7391.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  7392.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7393.         return $instance;
  7394.     }
  7395.     /**
  7396.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  7397.      *
  7398.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  7399.      */
  7400.     protected function getPluginIdProviderService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  7403.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  7404.     }
  7405.     /**
  7406.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  7407.      *
  7408.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  7409.      */
  7410.     protected function getCanonicalRedirectServiceService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  7413.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7414.     }
  7415.     /**
  7416.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  7417.      *
  7418.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  7419.      */
  7420.     protected function getRequestTransformerInterfaceService()
  7421.     {
  7422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  7428.         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())));
  7429.     }
  7430.     /**
  7431.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  7432.      *
  7433.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  7434.      */
  7435.     protected function getRuleConfigControllerService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  7438.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  7439.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  7440.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  7441.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  7442.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  7443.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  7444.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  7445.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  7446.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  7447.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  7448.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  7449.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  7450.             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()));
  7451.             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()));
  7452.             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()));
  7453.             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()));
  7454.             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()));
  7455.             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()));
  7456.             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()));
  7457.             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()));
  7458.             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()));
  7459.             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()));
  7460.             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()));
  7461.             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()));
  7462.             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()));
  7463.             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()));
  7464.             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()));
  7465.             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()));
  7466.             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()));
  7467.             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()));
  7468.             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()));
  7469.             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()));
  7470.             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()));
  7471.             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()));
  7472.             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()));
  7473.             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()));
  7474.             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()));
  7475.             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()));
  7476.             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()));
  7477.             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()));
  7478.             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()));
  7479.             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()));
  7480.             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()));
  7481.             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()));
  7482.             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()));
  7483.             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()));
  7484.             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()));
  7485.             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()));
  7486.             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()));
  7487.             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()));
  7488.             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()));
  7489.             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()));
  7490.             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()));
  7491.             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()));
  7492.             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()));
  7493.             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()));
  7494.             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()));
  7495.             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()));
  7496.             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()));
  7497.             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()));
  7498.             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()));
  7499.             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()));
  7500.             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()));
  7501.             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()));
  7502.             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()));
  7503.             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()));
  7504.             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()));
  7505.             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()));
  7506.             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()));
  7507.             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()));
  7508.             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()));
  7509.             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()));
  7510.             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()));
  7511.             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()));
  7512.             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()));
  7513.             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()));
  7514.             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()));
  7515.             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()));
  7516.             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()));
  7517.             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()));
  7518.             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()));
  7519.             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()));
  7520.             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()));
  7521.             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()));
  7522.             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()));
  7523.             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()));
  7524.             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()));
  7525.             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()));
  7526.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  7527.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  7528.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  7529.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  7530.         }, 91));
  7531.         $instance->setContainer($this);
  7532.         return $instance;
  7533.     }
  7534.     /**
  7535.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  7536.      *
  7537.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  7538.      */
  7539.     protected function getScriptApiRouteService()
  7540.     {
  7541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  7542.         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()));
  7543.     }
  7544.     /**
  7545.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  7546.      *
  7547.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  7548.      */
  7549.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  7550.     {
  7551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  7553.         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()));
  7554.     }
  7555.     /**
  7556.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  7557.      *
  7558.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  7559.      */
  7560.     protected function getScriptStoreApiRouteService()
  7561.     {
  7562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  7563.         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()));
  7564.     }
  7565.     /**
  7566.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  7567.      *
  7568.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  7569.      */
  7570.     protected function getScriptExecutorService()
  7571.     {
  7572.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  7573.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7574.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7575.         }
  7576.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  7577.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7578.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7579.         }
  7580.         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);
  7581.     }
  7582.     /**
  7583.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  7584.      *
  7585.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  7586.      */
  7587.     protected function getScriptDefinitionService()
  7588.     {
  7589.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  7590.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7591.         return $instance;
  7592.     }
  7593.     /**
  7594.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  7595.      *
  7596.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  7597.      */
  7598.     protected function getExtensionStoreActionsControllerService()
  7599.     {
  7600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  7601.         $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()));
  7602.         $instance->setContainer($this);
  7603.         return $instance;
  7604.     }
  7605.     /**
  7606.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  7607.      *
  7608.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  7609.      */
  7610.     protected function getExtensionStoreDataControllerService()
  7611.     {
  7612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  7613.         $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()));
  7614.         $instance->setContainer($this);
  7615.         return $instance;
  7616.     }
  7617.     /**
  7618.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  7619.      *
  7620.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  7621.      */
  7622.     protected function getExtensionStoreLicensesControllerService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  7627.         $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())));
  7628.         $instance->setContainer($this);
  7629.         return $instance;
  7630.     }
  7631.     /**
  7632.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  7633.      *
  7634.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  7635.      */
  7636.     protected function getFirstRunWizardControllerService()
  7637.     {
  7638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  7639.         $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()));
  7640.         $instance->setContainer($this);
  7641.         return $instance;
  7642.     }
  7643.     /**
  7644.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  7645.      *
  7646.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  7647.      */
  7648.     protected function getStoreControllerService()
  7649.     {
  7650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  7651.         $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()));
  7652.         $instance->setContainer($this);
  7653.         return $instance;
  7654.     }
  7655.     /**
  7656.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  7657.      *
  7658.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  7659.      */
  7660.     protected function getStoreRequestOptionsProviderService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  7665.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  7666.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7667.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7668.         }
  7669.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7670.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7671.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7672.         }
  7673.         return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] = new \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider($a$b, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  7674.     }
  7675.     /**
  7676.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  7677.      *
  7678.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  7679.      */
  7680.     protected function getShopSecretInvalidMiddlewareService()
  7681.     {
  7682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  7684.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7685.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  7686.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  7687.         }
  7688.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  7689.     }
  7690.     /**
  7691.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  7692.      *
  7693.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  7694.      */
  7695.     protected function getStoreSessionExpiredMiddlewareService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  7699.         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())));
  7700.     }
  7701.     /**
  7702.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  7703.      *
  7704.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  7705.      */
  7706.     protected function getVerifyResponseSignatureMiddlewareService()
  7707.     {
  7708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7711.         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')]))));
  7712.     }
  7713.     /**
  7714.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  7715.      *
  7716.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  7717.      */
  7718.     protected function getUpdateControllerService()
  7719.     {
  7720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7726.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7727.         $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.18.0'$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 () {
  7728.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  7729.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  7730.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  7731.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  7732.         }, 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.18.0'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  7733.         $instance->setContainer($this);
  7734.         return $instance;
  7735.     }
  7736.     /**
  7737.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  7738.      *
  7739.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  7740.      */
  7741.     protected function getHtmlSanitizerService()
  7742.     {
  7743.         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']);
  7744.     }
  7745.     /**
  7746.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  7747.      *
  7748.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  7749.      */
  7750.     protected function getWebhookEventLogDefinitionService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  7753.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  7754.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7755.         return $instance;
  7756.     }
  7757.     /**
  7758.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  7759.      *
  7760.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  7761.      */
  7762.     protected function getWebhookDefinitionService()
  7763.     {
  7764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  7765.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  7766.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7767.         return $instance;
  7768.     }
  7769.     /**
  7770.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  7771.      *
  7772.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  7773.      */
  7774.     protected function getSalesChannelCreatorService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  7777.         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()));
  7778.     }
  7779.     /**
  7780.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  7781.      *
  7782.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  7783.      */
  7784.     protected function getUserProvisionerService()
  7785.     {
  7786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  7787.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7788.     }
  7789.     /**
  7790.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  7791.      *
  7792.      * @return \Shopware\Core\Profiling\Profiler
  7793.      */
  7794.     protected function getProfilerService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  7797.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  7798.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  7799.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  7800.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  7801.         }, 3), $this->parameters['shopware.profiler.integrations']);
  7802.     }
  7803.     /**
  7804.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  7805.      *
  7806.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  7807.      */
  7808.     protected function getCountryStateTranslationDefinitionService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  7812.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  7813.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7814.         return $instance;
  7815.     }
  7816.     /**
  7817.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  7818.      *
  7819.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  7820.      */
  7821.     protected function getCountryStateDefinitionService()
  7822.     {
  7823.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  7824.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7825.         return $instance;
  7826.     }
  7827.     /**
  7828.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  7829.      *
  7830.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  7831.      */
  7832.     protected function getSalesChannelCountryStateDefinitionService()
  7833.     {
  7834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  7835.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  7836.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7837.         return $instance;
  7838.     }
  7839.     /**
  7840.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  7841.      *
  7842.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  7843.      */
  7844.     protected function getCountryTranslationDefinitionService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  7848.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  7849.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7850.         return $instance;
  7851.     }
  7852.     /**
  7853.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  7854.      *
  7855.      * @return \Shopware\Core\System\Country\CountryDefinition
  7856.      */
  7857.     protected function getCountryDefinitionService()
  7858.     {
  7859.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  7860.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7861.         return $instance;
  7862.     }
  7863.     /**
  7864.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  7865.      *
  7866.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  7867.      */
  7868.     protected function getCachedCountryRouteService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  7873.         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()), []);
  7874.     }
  7875.     /**
  7876.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  7877.      *
  7878.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  7879.      */
  7880.     protected function getCachedCountryStateRouteService()
  7881.     {
  7882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  7885.         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()), []);
  7886.     }
  7887.     /**
  7888.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  7889.      *
  7890.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  7891.      */
  7892.     protected function getSalesChannelCountryDefinitionService()
  7893.     {
  7894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  7895.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  7896.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7897.         return $instance;
  7898.     }
  7899.     /**
  7900.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  7901.      *
  7902.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  7903.      */
  7904.     protected function getCurrencyCountryRoundingDefinitionService()
  7905.     {
  7906.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  7907.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7908.         return $instance;
  7909.     }
  7910.     /**
  7911.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  7912.      *
  7913.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  7914.      */
  7915.     protected function getCurrencyTranslationDefinitionService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  7919.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  7920.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7921.         return $instance;
  7922.     }
  7923.     /**
  7924.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  7925.      *
  7926.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  7927.      */
  7928.     protected function getCurrencyDefinitionService()
  7929.     {
  7930.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  7931.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7932.         return $instance;
  7933.     }
  7934.     /**
  7935.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  7936.      *
  7937.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  7938.      */
  7939.     protected function getCurrencyFormatterService()
  7940.     {
  7941.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7942.     }
  7943.     /**
  7944.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  7945.      *
  7946.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  7947.      */
  7948.     protected function getCachedCurrencyRouteService()
  7949.     {
  7950.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7951.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7952.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7953.         }
  7954.         $b = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  7955.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7956.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7957.         }
  7958.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7959.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7960.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7961.         }
  7962.         return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] = new \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute(new \Shopware\Core\System\Currency\SalesChannel\CurrencyRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  7963.     }
  7964.     /**
  7965.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  7966.      *
  7967.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  7968.      */
  7969.     protected function getSalesChannelCurrencyDefinitionService()
  7970.     {
  7971.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  7972.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7973.         return $instance;
  7974.     }
  7975.     /**
  7976.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  7977.      *
  7978.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  7979.      */
  7980.     protected function getCustomEntityApiControllerService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7985.         $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()));
  7986.         $instance->setContainer($this);
  7987.         return $instance;
  7988.     }
  7989.     /**
  7990.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  7991.      *
  7992.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  7993.      */
  7994.     protected function getCustomEntityDefinitionService()
  7995.     {
  7996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  7997.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  7998.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7999.         return $instance;
  8000.     }
  8001.     /**
  8002.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  8003.      *
  8004.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  8005.      */
  8006.     protected function getCustomEntityRegistrarService()
  8007.     {
  8008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  8009.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  8010.     }
  8011.     /**
  8012.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  8013.      *
  8014.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  8015.      */
  8016.     protected function getCustomEntitySchemaUpdaterService()
  8017.     {
  8018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  8019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  8020.         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());
  8021.     }
  8022.     /**
  8023.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  8024.      *
  8025.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  8026.      */
  8027.     protected function getCustomFieldSetRelationDefinitionService()
  8028.     {
  8029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  8030.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  8031.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8032.         return $instance;
  8033.     }
  8034.     /**
  8035.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  8036.      *
  8037.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  8038.      */
  8039.     protected function getCustomFieldSetDefinitionService()
  8040.     {
  8041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  8042.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  8043.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8044.         return $instance;
  8045.     }
  8046.     /**
  8047.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  8048.      *
  8049.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  8050.      */
  8051.     protected function getCustomFieldSetActionControllerService()
  8052.     {
  8053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  8054.         $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()));
  8055.         $instance->setContainer($this);
  8056.         return $instance;
  8057.     }
  8058.     /**
  8059.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  8060.      *
  8061.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  8062.      */
  8063.     protected function getCustomFieldDefinitionService()
  8064.     {
  8065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  8066.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  8067.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8068.         return $instance;
  8069.     }
  8070.     /**
  8071.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  8072.      *
  8073.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  8074.      */
  8075.     protected function getDeliveryTimeTranslationDefinitionService()
  8076.     {
  8077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  8079.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  8080.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8081.         return $instance;
  8082.     }
  8083.     /**
  8084.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  8085.      *
  8086.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  8087.      */
  8088.     protected function getDeliveryTimeDefinitionService()
  8089.     {
  8090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  8091.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  8092.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8093.         return $instance;
  8094.     }
  8095.     /**
  8096.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  8097.      *
  8098.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  8099.      */
  8100.     protected function getIntegrationRoleDefinitionService()
  8101.     {
  8102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  8103.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  8104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8105.         return $instance;
  8106.     }
  8107.     /**
  8108.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  8109.      *
  8110.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  8111.      */
  8112.     protected function getIntegrationDefinitionService()
  8113.     {
  8114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  8115.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  8116.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8117.         return $instance;
  8118.     }
  8119.     /**
  8120.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  8121.      *
  8122.      * @return \Shopware\Core\System\Language\LanguageDefinition
  8123.      */
  8124.     protected function getLanguageDefinitionService()
  8125.     {
  8126.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  8127.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8128.         return $instance;
  8129.     }
  8130.     /**
  8131.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  8132.      *
  8133.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  8134.      */
  8135.     protected function getCachedLanguageRouteService()
  8136.     {
  8137.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  8138.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8139.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8140.         }
  8141.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8142.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8143.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8144.         }
  8145.         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, []);
  8146.     }
  8147.     /**
  8148.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  8149.      *
  8150.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  8151.      */
  8152.     protected function getSalesChannelLanguageDefinitionService()
  8153.     {
  8154.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  8155.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8156.         return $instance;
  8157.     }
  8158.     /**
  8159.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  8160.      *
  8161.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  8162.      */
  8163.     protected function getLocaleTranslationDefinitionService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  8167.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  8168.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8169.         return $instance;
  8170.     }
  8171.     /**
  8172.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  8173.      *
  8174.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  8175.      */
  8176.     protected function getLocaleDefinitionService()
  8177.     {
  8178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  8179.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  8180.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8181.         return $instance;
  8182.     }
  8183.     /**
  8184.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  8185.      *
  8186.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  8187.      */
  8188.     protected function getNumberRangeSalesChannelDefinitionService()
  8189.     {
  8190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  8191.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  8192.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8193.         return $instance;
  8194.     }
  8195.     /**
  8196.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  8197.      *
  8198.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  8199.      */
  8200.     protected function getNumberRangeStateDefinitionService()
  8201.     {
  8202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  8203.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  8204.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8205.         return $instance;
  8206.     }
  8207.     /**
  8208.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  8209.      *
  8210.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  8211.      */
  8212.     protected function getNumberRangeTranslationDefinitionService()
  8213.     {
  8214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  8216.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  8217.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8218.         return $instance;
  8219.     }
  8220.     /**
  8221.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  8222.      *
  8223.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  8224.      */
  8225.     protected function getNumberRangeTypeTranslationDefinitionService()
  8226.     {
  8227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  8229.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  8230.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8231.         return $instance;
  8232.     }
  8233.     /**
  8234.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  8235.      *
  8236.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  8237.      */
  8238.     protected function getNumberRangeTypeDefinitionService()
  8239.     {
  8240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  8241.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  8242.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8243.         return $instance;
  8244.     }
  8245.     /**
  8246.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  8247.      *
  8248.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  8249.      */
  8250.     protected function getNumberRangeControllerService()
  8251.     {
  8252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  8253.         $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()));
  8254.         $instance->setContainer($this);
  8255.         return $instance;
  8256.     }
  8257.     /**
  8258.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  8259.      *
  8260.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  8261.      */
  8262.     protected function getNumberRangeDefinitionService()
  8263.     {
  8264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  8265.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  8266.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8267.         return $instance;
  8268.     }
  8269.     /**
  8270.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  8271.      *
  8272.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  8273.      */
  8274.     protected function getNumberRangeValueGeneratorInterfaceService()
  8275.     {
  8276.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8277.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  8278.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  8279.         }
  8280.         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 () {
  8281.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  8282.             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()));
  8283.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8284.     }
  8285.     /**
  8286.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  8287.      *
  8288.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  8289.      */
  8290.     protected function getSalesChannelAnalyticsDefinitionService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  8293.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  8294.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8295.         return $instance;
  8296.     }
  8297.     /**
  8298.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  8299.      *
  8300.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  8301.      */
  8302.     protected function getSalesChannelCountryDefinition2Service()
  8303.     {
  8304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  8305.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  8306.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8307.         return $instance;
  8308.     }
  8309.     /**
  8310.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  8311.      *
  8312.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  8313.      */
  8314.     protected function getSalesChannelCurrencyDefinition2Service()
  8315.     {
  8316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  8317.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  8318.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  8323.      *
  8324.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  8325.      */
  8326.     protected function getSalesChannelDomainDefinitionService()
  8327.     {
  8328.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  8329.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8330.         return $instance;
  8331.     }
  8332.     /**
  8333.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  8334.      *
  8335.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  8336.      */
  8337.     protected function getSalesChannelLanguageDefinition2Service()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  8340.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  8341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8342.         return $instance;
  8343.     }
  8344.     /**
  8345.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  8346.      *
  8347.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  8348.      */
  8349.     protected function getSalesChannelPaymentMethodDefinition2Service()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  8352.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  8353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8354.         return $instance;
  8355.     }
  8356.     /**
  8357.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  8358.      *
  8359.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  8360.      */
  8361.     protected function getSalesChannelShippingMethodDefinition2Service()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  8364.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  8365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8366.         return $instance;
  8367.     }
  8368.     /**
  8369.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  8370.      *
  8371.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  8372.      */
  8373.     protected function getSalesChannelTranslationDefinitionService()
  8374.     {
  8375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  8377.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  8378.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8379.         return $instance;
  8380.     }
  8381.     /**
  8382.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  8383.      *
  8384.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  8385.      */
  8386.     protected function getSalesChannelTypeTranslationDefinitionService()
  8387.     {
  8388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  8390.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  8391.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8392.         return $instance;
  8393.     }
  8394.     /**
  8395.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  8396.      *
  8397.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  8398.      */
  8399.     protected function getSalesChannelTypeDefinitionService()
  8400.     {
  8401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  8402.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  8403.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8404.         return $instance;
  8405.     }
  8406.     /**
  8407.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  8408.      *
  8409.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  8410.      */
  8411.     protected function getSalesChannelContextFactoryService()
  8412.     {
  8413.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8414.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8415.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8416.         }
  8417.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  8418.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8419.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8420.         }
  8421.         $c = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  8422.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8423.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8424.         }
  8425.         $d = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  8426.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8427.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8428.         }
  8429.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  8430.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8431.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8432.         }
  8433.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  8434.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8435.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8436.         }
  8437.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  8438.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8439.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8440.         }
  8441.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  8442.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8443.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8444.         }
  8445.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  8446.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8447.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8448.         }
  8449.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  8450.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8451.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8452.         }
  8453.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  8454.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8455.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8456.         }
  8457.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  8458.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8459.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8460.         }
  8461.         $m = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  8462.         $n = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8463.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8464.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8465.         }
  8466.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = new \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory($b$c$d$e, ($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 () {
  8467.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  8468.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  8469.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  8470.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  8471.         }, 4), $a$f, new \Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory(new \Shopware\Core\System\SalesChannel\Context\BaseContextFactory($g$h$c$i$j$e$k, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $l$f), $m$n)), $m$n);
  8472.     }
  8473.     /**
  8474.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  8475.      *
  8476.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  8477.      */
  8478.     protected function getSalesChannelDefinitionInstanceRegistryService()
  8479.     {
  8480.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry('sales_channel_definition.'$this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''user_role_acl' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''bf_config' => 'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition''bf_marketplace' => 'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition''bf_marketplace_sales_channel' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition''bf_marketplace_settings' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition''bf_category_mapping' => 'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition''bf_support' => 'Swag\\Markets\\Entity\\Support\\SupportDefinition''dne_custom_js_css' => 'Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition''dne_custom_js_css_sales_channel' => 'Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition''ujy_sangebot_to_category' => 'Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition''ujy_product_description' => 'Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition'], ['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']);
  8481.     }
  8482.     /**
  8483.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  8484.      *
  8485.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  8486.      */
  8487.     protected function getSalesChannelDefinitionService()
  8488.     {
  8489.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  8490.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8491.         return $instance;
  8492.     }
  8493.     /**
  8494.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  8495.      *
  8496.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  8497.      */
  8498.     protected function getContextSwitchRouteService()
  8499.     {
  8500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  8502.         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()));
  8503.     }
  8504.     /**
  8505.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  8506.      *
  8507.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  8508.      */
  8509.     protected function getStoreApiInfoControllerService()
  8510.     {
  8511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  8512.         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']);
  8513.     }
  8514.     /**
  8515.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  8516.      *
  8517.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  8518.      */
  8519.     protected function getSalutationTranslationDefinitionService()
  8520.     {
  8521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  8523.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  8524.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8525.         return $instance;
  8526.     }
  8527.     /**
  8528.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  8529.      *
  8530.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  8531.      */
  8532.     protected function getCachedSalutationRouteService()
  8533.     {
  8534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  8537.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8538.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8539.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8540.         }
  8541.         $b = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  8542.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8543.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8544.         }
  8545.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8546.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8547.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8548.         }
  8549.         return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] = new \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute(new \Shopware\Core\System\Salutation\SalesChannel\SalutationRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  8550.     }
  8551.     /**
  8552.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  8553.      *
  8554.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  8555.      */
  8556.     protected function getSalesChannelSalutationDefinitionService()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  8560.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  8561.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8562.         return $instance;
  8563.     }
  8564.     /**
  8565.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  8566.      *
  8567.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  8568.      */
  8569.     protected function getSalutationDefinitionService()
  8570.     {
  8571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8572.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  8573.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  8578.      *
  8579.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  8580.      */
  8581.     protected function getSnippetSetDefinitionService()
  8582.     {
  8583.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  8584.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8585.         return $instance;
  8586.     }
  8587.     /**
  8588.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  8589.      *
  8590.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  8591.      */
  8592.     protected function getSnippetControllerService()
  8593.     {
  8594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  8595.         $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()));
  8596.         $instance->setContainer($this);
  8597.         return $instance;
  8598.     }
  8599.     /**
  8600.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  8601.      *
  8602.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  8603.      */
  8604.     protected function getSnippetFileCollectionService($lazyLoad true)
  8605.     {
  8606.         if ($lazyLoad) {
  8607.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  8608.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8609.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  8610.                     $proxy->setProxyInitializer(null);
  8611.                     return true;
  8612.                 });
  8613.             });
  8614.         }
  8615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  8619.         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();
  8620.     }
  8621.     /**
  8622.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  8623.      *
  8624.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  8625.      */
  8626.     protected function getSnippetFilterFactoryService()
  8627.     {
  8628.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  8629.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  8630.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  8631.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  8632.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  8633.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  8634.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  8635.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  8636.         }, 7));
  8637.     }
  8638.     /**
  8639.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  8640.      *
  8641.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  8642.      */
  8643.     protected function getSnippetDefinitionService()
  8644.     {
  8645.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  8646.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8647.         return $instance;
  8648.     }
  8649.     /**
  8650.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  8651.      *
  8652.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  8653.      */
  8654.     protected function getStateMachineHistoryDefinitionService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  8657.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  8658.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8659.         return $instance;
  8660.     }
  8661.     /**
  8662.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  8663.      *
  8664.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  8665.      */
  8666.     protected function getStateMachineStateDefinitionService()
  8667.     {
  8668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  8669.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  8670.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8671.         return $instance;
  8672.     }
  8673.     /**
  8674.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  8675.      *
  8676.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  8677.      */
  8678.     protected function getStateMachineStateTranslationDefinitionService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  8682.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  8683.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8684.         return $instance;
  8685.     }
  8686.     /**
  8687.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  8688.      *
  8689.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  8690.      */
  8691.     protected function getStateMachineTransitionDefinitionService()
  8692.     {
  8693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  8694.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  8695.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8696.         return $instance;
  8697.     }
  8698.     /**
  8699.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  8700.      *
  8701.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  8702.      */
  8703.     protected function getStateMachineActionControllerService()
  8704.     {
  8705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  8706.         $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()));
  8707.         $instance->setContainer($this);
  8708.         return $instance;
  8709.     }
  8710.     /**
  8711.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  8712.      *
  8713.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  8714.      */
  8715.     protected function getStateMachineDefinitionService()
  8716.     {
  8717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  8718.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  8719.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8720.         return $instance;
  8721.     }
  8722.     /**
  8723.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  8724.      *
  8725.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  8726.      */
  8727.     protected function getStateMachineTranslationDefinitionService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  8731.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  8732.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8733.         return $instance;
  8734.     }
  8735.     /**
  8736.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  8737.      *
  8738.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  8739.      */
  8740.     protected function getSystemConfigControllerService()
  8741.     {
  8742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  8743.         $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()));
  8744.         $instance->setContainer($this);
  8745.         return $instance;
  8746.     }
  8747.     /**
  8748.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  8749.      *
  8750.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  8751.      */
  8752.     protected function getSystemConfigFacadeHookFactoryService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  8756.         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()));
  8757.     }
  8758.     /**
  8759.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  8760.      *
  8761.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  8762.      */
  8763.     protected function getSystemConfigDefinitionService()
  8764.     {
  8765.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  8766.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8767.         return $instance;
  8768.     }
  8769.     /**
  8770.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  8771.      *
  8772.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  8773.      */
  8774.     protected function getSystemConfigServiceService()
  8775.     {
  8776.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8777.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8778.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8779.         }
  8780.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8781.         $c = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  8782.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8783.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8784.         }
  8785.         return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] = new \Shopware\Core\System\SystemConfig\SystemConfigService($b$c, ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), new \Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\CachedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\SystemConfigLoader($b, ($this->services['kernel'] ?? $this->get('kernel'1))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()))), $a);
  8786.     }
  8787.     /**
  8788.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  8789.      *
  8790.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  8791.      */
  8792.     protected function getFilterTagIdsServiceService()
  8793.     {
  8794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  8795.         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()));
  8796.     }
  8797.     /**
  8798.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  8799.      *
  8800.      * @return \Shopware\Core\System\Tag\TagDefinition
  8801.      */
  8802.     protected function getTagDefinitionService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  8805.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  8806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  8811.      *
  8812.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  8813.      */
  8814.     protected function getTaxRuleTypeTranslationDefinitionService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  8818.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  8819.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8820.         return $instance;
  8821.     }
  8822.     /**
  8823.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  8824.      *
  8825.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  8826.      */
  8827.     protected function getTaxRuleTypeDefinitionService()
  8828.     {
  8829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  8830.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  8831.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8832.         return $instance;
  8833.     }
  8834.     /**
  8835.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  8836.      *
  8837.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  8838.      */
  8839.     protected function getTaxRuleDefinitionService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  8842.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  8843.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8844.         return $instance;
  8845.     }
  8846.     /**
  8847.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  8848.      *
  8849.      * @return \Shopware\Core\System\Tax\TaxDefinition
  8850.      */
  8851.     protected function getTaxDefinitionService()
  8852.     {
  8853.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  8854.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8855.         return $instance;
  8856.     }
  8857.     /**
  8858.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  8859.      *
  8860.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  8861.      */
  8862.     protected function getUnitTranslationDefinitionService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  8866.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  8867.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8868.         return $instance;
  8869.     }
  8870.     /**
  8871.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  8872.      *
  8873.      * @return \Shopware\Core\System\Unit\UnitDefinition
  8874.      */
  8875.     protected function getUnitDefinitionService()
  8876.     {
  8877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  8878.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  8879.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8880.         return $instance;
  8881.     }
  8882.     /**
  8883.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  8884.      *
  8885.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  8886.      */
  8887.     protected function getUserAccessKeyDefinitionService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  8890.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  8891.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8892.         return $instance;
  8893.     }
  8894.     /**
  8895.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  8896.      *
  8897.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  8898.      */
  8899.     protected function getUserConfigDefinitionService()
  8900.     {
  8901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  8902.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  8903.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8904.         return $instance;
  8905.     }
  8906.     /**
  8907.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  8908.      *
  8909.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  8910.      */
  8911.     protected function getUserRecoveryDefinitionService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  8914.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  8915.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8916.         return $instance;
  8917.     }
  8918.     /**
  8919.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  8920.      *
  8921.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  8922.      */
  8923.     protected function getUserRecoveryControllerService()
  8924.     {
  8925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  8927.         $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()));
  8928.         $instance->setContainer($this);
  8929.         return $instance;
  8930.     }
  8931.     /**
  8932.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  8933.      *
  8934.      * @return \Shopware\Core\System\User\Api\UserValidationController
  8935.      */
  8936.     protected function getUserValidationControllerService()
  8937.     {
  8938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  8940.         $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())));
  8941.         $instance->setContainer($this);
  8942.         return $instance;
  8943.     }
  8944.     /**
  8945.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  8946.      *
  8947.      * @return \Shopware\Core\System\User\UserDefinition
  8948.      */
  8949.     protected function getUserDefinitionService()
  8950.     {
  8951.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  8952.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8953.         return $instance;
  8954.     }
  8955.     /**
  8956.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  8957.      *
  8958.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  8959.      */
  8960.     protected function getElasticsearchHelperService()
  8961.     {
  8962.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  8963.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  8964.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  8965.         }
  8966.         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()));
  8967.     }
  8968.     /**
  8969.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  8970.      *
  8971.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  8972.      */
  8973.     protected function getCreateAliasTaskHandlerService()
  8974.     {
  8975.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  8976.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  8977.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8978.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8979.         }
  8980.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  8981.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8982.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8983.         }
  8984.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8985.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8986.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8987.         }
  8988.         return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler($b, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$this->parameters['elasticsearch.index.config'], $c);
  8989.     }
  8990.     /**
  8991.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  8992.      *
  8993.      * @return \Shopware\Storefront\Controller\AccountOrderController
  8994.      */
  8995.     protected function getAccountOrderControllerService()
  8996.     {
  8997.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  9001.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9002.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9003.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  9004.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  9005.         $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);
  9006.         $instance->setContainer($this);
  9007.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9008.         return $instance;
  9009.     }
  9010.     /**
  9011.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  9012.      *
  9013.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  9014.      */
  9015.     protected function getAccountPaymentControllerService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  9019.         $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()));
  9020.         $instance->setContainer($this);
  9021.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9022.         return $instance;
  9023.     }
  9024.     /**
  9025.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  9026.      *
  9027.      * @return \Shopware\Storefront\Controller\AccountProfileController
  9028.      */
  9029.     protected function getAccountProfileControllerService()
  9030.     {
  9031.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  9034.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9035.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9036.         $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()));
  9037.         $instance->setContainer($this);
  9038.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9039.         return $instance;
  9040.     }
  9041.     /**
  9042.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  9043.      *
  9044.      * @return \Shopware\Storefront\Controller\AddressController
  9045.      */
  9046.     protected function getAddressControllerService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  9051.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9052.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  9053.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  9054.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  9055.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9056.         $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()));
  9057.         $instance->setContainer($this);
  9058.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9059.         return $instance;
  9060.     }
  9061.     /**
  9062.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  9063.      *
  9064.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  9065.      */
  9066.     protected function getCaptchaControllerService()
  9067.     {
  9068.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  9069.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  9070.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  9071.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  9072.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  9073.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  9074.         }, 4));
  9075.         $instance->setContainer($this);
  9076.         return $instance;
  9077.     }
  9078.     /**
  9079.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  9080.      *
  9081.      * @return \Shopware\Storefront\Controller\AuthController
  9082.      */
  9083.     protected function getAuthController2Service()
  9084.     {
  9085.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  9087.         $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()));
  9088.         $instance->setContainer($this);
  9089.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9090.         return $instance;
  9091.     }
  9092.     /**
  9093.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  9094.      *
  9095.      * @return \Shopware\Storefront\Controller\CaptchaController
  9096.      */
  9097.     protected function getCaptchaController2Service()
  9098.     {
  9099.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  9104.         $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()));
  9105.         $instance->setContainer($this);
  9106.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9107.         return $instance;
  9108.     }
  9109.     /**
  9110.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  9111.      *
  9112.      * @return \Shopware\Storefront\Controller\CartLineItemController
  9113.      */
  9114.     protected function getCartLineItemControllerService()
  9115.     {
  9116.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  9119.         $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()));
  9120.         $instance->setContainer($this);
  9121.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9122.         return $instance;
  9123.     }
  9124.     /**
  9125.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  9126.      *
  9127.      * @return \Shopware\Storefront\Controller\CheckoutController
  9128.      */
  9129.     protected function getCheckoutControllerService()
  9130.     {
  9131.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  9136.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9137.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9138.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  9139.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  9140.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  9141.         $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()));
  9142.         $instance->setContainer($this);
  9143.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9144.         return $instance;
  9145.     }
  9146.     /**
  9147.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  9148.      *
  9149.      * @return \Shopware\Storefront\Controller\CmsController
  9150.      */
  9151.     protected function getCmsControllerService()
  9152.     {
  9153.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  9154.         $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()));
  9155.         $instance->setContainer($this);
  9156.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9157.         return $instance;
  9158.     }
  9159.     /**
  9160.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  9161.      *
  9162.      * @return \Shopware\Storefront\Controller\ContextController
  9163.      */
  9164.     protected function getContextControllerService()
  9165.     {
  9166.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  9167.         $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()));
  9168.         $instance->setContainer($this);
  9169.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9170.         return $instance;
  9171.     }
  9172.     /**
  9173.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  9174.      *
  9175.      * @return \Shopware\Storefront\Controller\CookieController
  9176.      */
  9177.     protected function getCookieControllerService()
  9178.     {
  9179.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  9181.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Framework/Cookie/CustomCookieProvider.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  9184.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9185.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \zenit\PlatformGravity\Framework\Cookie\CustomCookieProvider($a, new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()))), $a);
  9186.         $instance->setContainer($this);
  9187.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9188.         return $instance;
  9189.     }
  9190.     /**
  9191.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  9192.      *
  9193.      * @return \Shopware\Storefront\Controller\CountryStateController
  9194.      */
  9195.     protected function getCountryStateControllerService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  9199.         $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()));
  9200.         $instance->setContainer($this);
  9201.         return $instance;
  9202.     }
  9203.     /**
  9204.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  9205.      *
  9206.      * @return \Shopware\Storefront\Controller\CsrfController
  9207.      */
  9208.     protected function getCsrfControllerService()
  9209.     {
  9210.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  9211.         $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');
  9212.         $instance->setContainer($this);
  9213.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9214.         return $instance;
  9215.     }
  9216.     /**
  9217.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  9218.      *
  9219.      * @return \Shopware\Storefront\Controller\DocumentController
  9220.      */
  9221.     protected function getDocumentController2Service()
  9222.     {
  9223.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  9224.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  9225.         $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()));
  9226.         $instance->setContainer($this);
  9227.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9228.         return $instance;
  9229.     }
  9230.     /**
  9231.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  9232.      *
  9233.      * @return \Shopware\Storefront\Controller\ErrorController
  9234.      */
  9235.     protected function getErrorControllerService($lazyLoad true)
  9236.     {
  9237.         if ($lazyLoad) {
  9238.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  9239.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9240.                     $wrappedInstance $this->getErrorControllerService(false);
  9241.                     $proxy->setProxyInitializer(null);
  9242.                     return true;
  9243.                 });
  9244.             });
  9245.         }
  9246.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  9249.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9250.         $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()));
  9251.         $instance->setContainer($this);
  9252.         $instance->setTwig($a);
  9253.         return $instance;
  9254.     }
  9255.     /**
  9256.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  9257.      *
  9258.      * @return \Shopware\Storefront\Controller\FormController
  9259.      */
  9260.     protected function getFormControllerService()
  9261.     {
  9262.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  9263.         $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()));
  9264.         $instance->setContainer($this);
  9265.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9266.         return $instance;
  9267.     }
  9268.     /**
  9269.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  9270.      *
  9271.      * @return \Shopware\Storefront\Controller\LandingPageController
  9272.      */
  9273.     protected function getLandingPageControllerService()
  9274.     {
  9275.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  9277.         $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())));
  9278.         $instance->setContainer($this);
  9279.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9280.         return $instance;
  9281.     }
  9282.     /**
  9283.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  9284.      *
  9285.      * @return \Shopware\Storefront\Controller\MaintenanceController
  9286.      */
  9287.     protected function getMaintenanceControllerService()
  9288.     {
  9289.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  9290.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  9291.         $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()));
  9292.         $instance->setContainer($this);
  9293.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9294.         return $instance;
  9295.     }
  9296.     /**
  9297.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  9298.      *
  9299.      * @return \Shopware\Storefront\Controller\NavigationController
  9300.      */
  9301.     protected function getNavigationControllerService()
  9302.     {
  9303.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  9308.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9309.         $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())));
  9310.         $instance->setContainer($this);
  9311.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9312.         return $instance;
  9313.     }
  9314.     /**
  9315.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  9316.      *
  9317.      * @return \Shopware\Storefront\Controller\NewsletterController
  9318.      */
  9319.     protected function getNewsletterControllerService()
  9320.     {
  9321.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  9323.         $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()));
  9324.         $instance->setContainer($this);
  9325.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9326.         return $instance;
  9327.     }
  9328.     /**
  9329.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  9330.      *
  9331.      * @return \Shopware\Storefront\Controller\ProductController
  9332.      */
  9333.     protected function getProductControllerService()
  9334.     {
  9335.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  9337.         $a = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  9338.         $this->services['Shopware\\Storefront\\Controller\\ProductController'] = $instance = new \Shopware\Storefront\Controller\ProductController(new \Shopware\Storefront\Page\Product\ProductPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()), $a, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService())), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] ?? $this->getMinimalQuickViewPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] ?? $this->getProductReviewSaveRouteService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $a, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9339.         $instance->setContainer($this);
  9340.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9341.         return $instance;
  9342.     }
  9343.     /**
  9344.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  9345.      *
  9346.      * @return \Shopware\Storefront\Controller\RegisterController
  9347.      */
  9348.     protected function getRegisterControllerService()
  9349.     {
  9350.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  9353.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  9354.         $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()));
  9355.         $instance->setContainer($this);
  9356.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9357.         return $instance;
  9358.     }
  9359.     /**
  9360.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  9361.      *
  9362.      * @return \Shopware\Storefront\Controller\ScriptController
  9363.      */
  9364.     protected function getScriptControllerService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  9367.         $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()));
  9368.         $instance->setContainer($this);
  9369.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9370.         return $instance;
  9371.     }
  9372.     /**
  9373.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  9374.      *
  9375.      * @return \Shopware\Storefront\Controller\SearchController
  9376.      */
  9377.     protected function getSearchControllerService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  9381.         $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()));
  9382.         $instance->setContainer($this);
  9383.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9384.         return $instance;
  9385.     }
  9386.     /**
  9387.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  9388.      *
  9389.      * @return \Shopware\Storefront\Controller\SitemapController
  9390.      */
  9391.     protected function getSitemapControllerService()
  9392.     {
  9393.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  9395.         $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())));
  9396.         $instance->setContainer($this);
  9397.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9398.         return $instance;
  9399.     }
  9400.     /**
  9401.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  9402.      *
  9403.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  9404.      */
  9405.     protected function getStoreApiProxyControllerService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  9408.         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())));
  9409.     }
  9410.     /**
  9411.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  9412.      *
  9413.      * @return \Shopware\Storefront\Controller\VerificationHashController
  9414.      */
  9415.     protected function getVerificationHashControllerService()
  9416.     {
  9417.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  9418.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9419.         $instance->setContainer($this);
  9420.         return $instance;
  9421.     }
  9422.     /**
  9423.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  9424.      *
  9425.      * @return \Shopware\Storefront\Controller\WellKnownController
  9426.      */
  9427.     protected function getWellKnownControllerService()
  9428.     {
  9429.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  9430.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  9431.         $instance->setContainer($this);
  9432.         return $instance;
  9433.     }
  9434.     /**
  9435.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  9436.      *
  9437.      * @return \Shopware\Storefront\Controller\WishlistController
  9438.      */
  9439.     protected function getWishlistControllerService()
  9440.     {
  9441.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  9447.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9448.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  9449.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9450.         $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);
  9451.         $instance->setContainer($this);
  9452.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9453.         return $instance;
  9454.     }
  9455.     /**
  9456.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  9457.      *
  9458.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  9459.      */
  9460.     protected function getCacheStoreService()
  9461.     {
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  9468.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9469.         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('2b367c3b4d22978f186f9b4f8f7962df'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  9470.     }
  9471.     /**
  9472.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  9473.      *
  9474.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  9475.      */
  9476.     protected function getCsrfPlaceholderHandlerService()
  9477.     {
  9478.         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()));
  9479.     }
  9480.     /**
  9481.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  9482.      *
  9483.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  9484.      */
  9485.     protected function getStorefrontMediaValidatorRegistryService()
  9486.     {
  9487.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  9488.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  9489.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  9490.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  9491.         }, 2));
  9492.     }
  9493.     /**
  9494.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  9495.      *
  9496.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  9497.      */
  9498.     protected function getCheckoutRegisterPageLoaderService()
  9499.     {
  9500.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  9501.         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()));
  9502.     }
  9503.     /**
  9504.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  9505.      *
  9506.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  9507.      */
  9508.     protected function getProductCombinationFinderService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  9511.         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()));
  9512.     }
  9513.     /**
  9514.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  9515.      *
  9516.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  9517.      */
  9518.     protected function getProductReviewLoaderService()
  9519.     {
  9520.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  9521.         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()));
  9522.     }
  9523.     /**
  9524.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  9525.      *
  9526.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  9527.      */
  9528.     protected function getSearchPageLoaderService()
  9529.     {
  9530.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  9531.         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()));
  9532.     }
  9533.     /**
  9534.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  9535.      *
  9536.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  9537.      */
  9538.     protected function getThemeChildDefinitionService()
  9539.     {
  9540.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  9541.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  9542.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9543.         return $instance;
  9544.     }
  9545.     /**
  9546.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  9547.      *
  9548.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  9549.      */
  9550.     protected function getThemeMediaDefinitionService()
  9551.     {
  9552.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  9553.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  9554.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9555.         return $instance;
  9556.     }
  9557.     /**
  9558.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  9559.      *
  9560.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  9561.      */
  9562.     protected function getThemeSalesChannelDefinitionService()
  9563.     {
  9564.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  9565.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9566.         return $instance;
  9567.     }
  9568.     /**
  9569.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  9570.      *
  9571.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  9572.      */
  9573.     protected function getThemeTranslationDefinitionService()
  9574.     {
  9575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9576.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  9577.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  9578.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9579.         return $instance;
  9580.     }
  9581.     /**
  9582.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  9583.      *
  9584.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  9585.      */
  9586.     protected function getThemeControllerService()
  9587.     {
  9588.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  9589.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  9590.         $instance->setContainer($this);
  9591.         return $instance;
  9592.     }
  9593.     /**
  9594.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  9595.      *
  9596.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  9597.      */
  9598.     protected function getSalesChannelThemeLoaderService()
  9599.     {
  9600.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9601.     }
  9602.     /**
  9603.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  9604.      *
  9605.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  9606.      */
  9607.     protected function getStorefrontPluginRegistryService()
  9608.     {
  9609.         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()));
  9610.     }
  9611.     /**
  9612.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  9613.      *
  9614.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  9615.      */
  9616.     protected function getThemeDefinitionService()
  9617.     {
  9618.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  9619.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9620.         return $instance;
  9621.     }
  9622.     /**
  9623.      * Gets the public 'SwagExtensionStore\Controller\BasketController' shared service.
  9624.      *
  9625.      * @return \SwagExtensionStore\Controller\BasketController
  9626.      */
  9627.     protected function getBasketControllerService()
  9628.     {
  9629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/BasketController.php';
  9630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/BasketService.php';
  9631.         return $this->services['SwagExtensionStore\\Controller\\BasketController'] = new \SwagExtensionStore\Controller\BasketController(new \SwagExtensionStore\Services\BasketService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService())));
  9632.     }
  9633.     /**
  9634.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  9635.      *
  9636.      * @return \SwagExtensionStore\Controller\DataController
  9637.      */
  9638.     protected function getDataControllerService()
  9639.     {
  9640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  9641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  9642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/CategoryProvider.php';
  9643.         $a = ($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service());
  9644.         return $this->services['SwagExtensionStore\\Controller\\DataController'] = new \SwagExtensionStore\Controller\DataController(new \SwagExtensionStore\Services\StoreDataProvider($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService())), new \SwagExtensionStore\Services\CategoryProvider($a));
  9645.     }
  9646.     /**
  9647.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  9648.      *
  9649.      * @return \SwagExtensionStore\SwagExtensionStore
  9650.      */
  9651.     protected function getSwagExtensionStoreService()
  9652.     {
  9653.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  9660.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  9661.     }
  9662.     /**
  9663.      * Gets the public 'Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  9664.      *
  9665.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  9666.      */
  9667.     protected function getPackLanguageDefinitionService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  9670.         $this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  9671.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9672.         return $instance;
  9673.     }
  9674.     /**
  9675.      * Gets the public 'Swag\LanguagePack\SwagLanguagePack' shared autowired service.
  9676.      *
  9677.      * @return \Swag\LanguagePack\SwagLanguagePack
  9678.      */
  9679.     protected function getSwagLanguagePackService()
  9680.     {
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/SwagLanguagePack.php';
  9688.         return $this->services['Swag\\LanguagePack\\SwagLanguagePack'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\LanguagePack\\SwagLanguagePack');
  9689.     }
  9690.     /**
  9691.      * Gets the public 'Swag\Markets\Controller\AmazonConnectionAssistantController' shared autowired service.
  9692.      *
  9693.      * @return \Swag\Markets\Controller\AmazonConnectionAssistantController
  9694.      */
  9695.     protected function getAmazonConnectionAssistantControllerService()
  9696.     {
  9697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/AmazonConnectionAssistantController.php';
  9698.         $this->services['Swag\\Markets\\Controller\\AmazonConnectionAssistantController'] = $instance = new \Swag\Markets\Controller\AmazonConnectionAssistantController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()));
  9699.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\AmazonConnectionAssistantController'$this));
  9700.         return $instance;
  9701.     }
  9702.     /**
  9703.      * Gets the public 'Swag\Markets\Controller\Api\ConfigController' shared autowired service.
  9704.      *
  9705.      * @return \Swag\Markets\Controller\Api\ConfigController
  9706.      */
  9707.     protected function getConfigControllerService()
  9708.     {
  9709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/Api/ConfigController.php';
  9710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/IntegrationUserService.php';
  9711.         $a = ($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService());
  9712.         $this->services['Swag\\Markets\\Controller\\Api\\ConfigController'] = $instance = new \Swag\Markets\Controller\Api\ConfigController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Swag\Markets\Service\IntegrationUserService($a, ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), $a'6.4.18.0');
  9713.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\Api\\ConfigController'$this));
  9714.         return $instance;
  9715.     }
  9716.     /**
  9717.      * Gets the public 'Swag\Markets\Controller\EbayConnectionAssistantController' shared autowired service.
  9718.      *
  9719.      * @return \Swag\Markets\Controller\EbayConnectionAssistantController
  9720.      */
  9721.     protected function getEbayConnectionAssistantControllerService()
  9722.     {
  9723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/EbayConnectionAssistantController.php';
  9724.         $this->services['Swag\\Markets\\Controller\\EbayConnectionAssistantController'] = $instance = new \Swag\Markets\Controller\EbayConnectionAssistantController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()));
  9725.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\EbayConnectionAssistantController'$this));
  9726.         return $instance;
  9727.     }
  9728.     /**
  9729.      * Gets the public 'Swag\Markets\Controller\SalesChannelApiController' shared autowired service.
  9730.      *
  9731.      * @return \Swag\Markets\Controller\SalesChannelApiController
  9732.      */
  9733.     protected function getSalesChannelApiControllerService()
  9734.     {
  9735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SalesChannelApiController.php';
  9736.         $this->services['Swag\\Markets\\Controller\\SalesChannelApiController'] = $instance = new \Swag\Markets\Controller\SalesChannelApiController();
  9737.         $instance->setContainer($this);
  9738.         return $instance;
  9739.     }
  9740.     /**
  9741.      * Gets the public 'Swag\Markets\Controller\SupportRequestController' shared autowired service.
  9742.      *
  9743.      * @return \Swag\Markets\Controller\SupportRequestController
  9744.      */
  9745.     protected function getSupportRequestControllerService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SupportRequestController.php';
  9748.         $this->services['Swag\\Markets\\Controller\\SupportRequestController'] = $instance = new \Swag\Markets\Controller\SupportRequestController(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Swag\\Markets\\Controller\\Api\\ConfigController'] ?? $this->getConfigControllerService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  9749.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\SupportRequestController'$this));
  9750.         return $instance;
  9751.     }
  9752.     /**
  9753.      * Gets the public 'Swag\Markets\Controller\SwagMarketsController' shared autowired service.
  9754.      *
  9755.      * @return \Swag\Markets\Controller\SwagMarketsController
  9756.      */
  9757.     protected function getSwagMarketsControllerService()
  9758.     {
  9759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SwagMarketsController.php';
  9760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/SwagMarketsService.php';
  9761.         $this->services['Swag\\Markets\\Controller\\SwagMarketsController'] = $instance = new \Swag\Markets\Controller\SwagMarketsController(new \Swag\Markets\Service\SwagMarketsService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  9762.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\SwagMarketsController'$this));
  9763.         return $instance;
  9764.     }
  9765.     /**
  9766.      * Gets the public 'Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition' shared autowired service.
  9767.      *
  9768.      * @return \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition
  9769.      */
  9770.     protected function getCategoryMappingDefinitionService()
  9771.     {
  9772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/CategoryMapping/CategoryMappingDefinition.php';
  9773.         $this->services['Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] = $instance = new \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition();
  9774.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9775.         return $instance;
  9776.     }
  9777.     /**
  9778.      * Gets the public 'Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition' shared autowired service.
  9779.      *
  9780.      * @return \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition
  9781.      */
  9782.     protected function getSwagMarketsConfigurationEntityDefinitionService()
  9783.     {
  9784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Config/SwagMarketsConfigurationEntityDefinition.php';
  9785.         $this->services['Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] = $instance = new \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition();
  9786.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9787.         return $instance;
  9788.     }
  9789.     /**
  9790.      * Gets the public 'Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition' shared autowired service.
  9791.      *
  9792.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition
  9793.      */
  9794.     protected function getMarketplaceSalesChannelDefinitionService()
  9795.     {
  9796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSalesChannel/MarketplaceSalesChannelDefinition.php';
  9797.         $this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition();
  9798.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9799.         return $instance;
  9800.     }
  9801.     /**
  9802.      * Gets the public 'Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition' shared autowired service.
  9803.      *
  9804.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition
  9805.      */
  9806.     protected function getMarketplaceSettingsDefinitionService()
  9807.     {
  9808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSettings/MarketplaceSettingsDefinition.php';
  9809.         $this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition();
  9810.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9811.         return $instance;
  9812.     }
  9813.     /**
  9814.      * Gets the public 'Swag\Markets\Entity\Marketplace\MarketplaceDefinition' shared autowired service.
  9815.      *
  9816.      * @return \Swag\Markets\Entity\Marketplace\MarketplaceDefinition
  9817.      */
  9818.     protected function getMarketplaceDefinitionService()
  9819.     {
  9820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/MarketplaceDefinition.php';
  9821.         $this->services['Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\MarketplaceDefinition();
  9822.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9823.         return $instance;
  9824.     }
  9825.     /**
  9826.      * Gets the public 'Swag\Markets\Entity\Support\SupportDefinition' shared autowired service.
  9827.      *
  9828.      * @return \Swag\Markets\Entity\Support\SupportDefinition
  9829.      */
  9830.     protected function getSupportDefinitionService()
  9831.     {
  9832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Support/SupportDefinition.php';
  9833.         $this->services['Swag\\Markets\\Entity\\Support\\SupportDefinition'] = $instance = new \Swag\Markets\Entity\Support\SupportDefinition();
  9834.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9835.         return $instance;
  9836.     }
  9837.     /**
  9838.      * Gets the public 'Swag\Markets\SwagMarkets' shared autowired service.
  9839.      *
  9840.      * @return \Swag\Markets\SwagMarkets
  9841.      */
  9842.     protected function getSwagMarketsService()
  9843.     {
  9844.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9846.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/SwagMarkets.php';
  9851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Setup/ActivateDeactivate.php';
  9852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/ActivationService.php';
  9853.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/SalesChannelTypeService.php';
  9854.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/DeactivationService.php';
  9855.         $this->services['Swag\\Markets\\SwagMarkets'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Markets\\SwagMarkets');
  9856.         $a = ($this->services['sales_channel_type.repository'] ?? $this->getSalesChannelType_RepositoryService());
  9857.         $b = ($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService());
  9858.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  9859.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  9860.         $e = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  9861.         $instance->setActivate(new \Swag\Markets\Setup\ActivateDeactivate(new \Swag\Markets\Service\ActivationService(new \Swag\Markets\Service\SalesChannelTypeService($a), $b$c, ($this->services['bf_marketplace.repository'] ?? $this->getBfMarketplace_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), $d$e), new \Swag\Markets\Service\DeactivationService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c$a$d$e)));
  9862.         return $instance;
  9863.     }
  9864.     /**
  9865.      * Gets the public 'Swpa\SwpaMenu\SwpaMenu' shared autowired service.
  9866.      *
  9867.      * @return \Swpa\SwpaMenu\SwpaMenu
  9868.      */
  9869.     protected function getSwpaMenuService()
  9870.     {
  9871.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9877.         include_once \dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/SwpaMenu.php';
  9878.         return $this->services['Swpa\\SwpaMenu\\SwpaMenu'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swpa\\SwpaMenu\\SwpaMenu');
  9879.     }
  9880.     /**
  9881.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  9882.      *
  9883.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  9884.      */
  9885.     protected function getRedirectControllerService()
  9886.     {
  9887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  9888.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9889.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  9890.     }
  9891.     /**
  9892.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  9893.      *
  9894.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  9895.      */
  9896.     protected function getTemplateControllerService()
  9897.     {
  9898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  9899.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9900.     }
  9901.     /**
  9902.      * Gets the public 'Ujy\Import\Controllers\Import\ImportController' shared service.
  9903.      *
  9904.      * @return \Ujy\Import\Controllers\Import\ImportController
  9905.      */
  9906.     protected function getImportControllerService()
  9907.     {
  9908.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Controllers/Import/ImportController.php';
  9909.         $this->services['Ujy\\Import\\Controllers\\Import\\ImportController'] = $instance = new \Ujy\Import\Controllers\Import\ImportController();
  9910.         $instance->setContainer($this);
  9911.         return $instance;
  9912.     }
  9913.     /**
  9914.      * Gets the public 'Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition' shared service.
  9915.      *
  9916.      * @return \Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition
  9917.      */
  9918.     protected function getProductDescriptionDefinitionService()
  9919.     {
  9920.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Core/Content/ProductDescription/ProductDescriptionDefinition.php';
  9921.         $this->services['Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition'] = $instance = new \Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition();
  9922.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9923.         return $instance;
  9924.     }
  9925.     /**
  9926.      * Gets the public 'Ujy\Import\Core\Content\Sangebot\SangebotDefinition' shared service.
  9927.      *
  9928.      * @return \Ujy\Import\Core\Content\Sangebot\SangebotDefinition
  9929.      */
  9930.     protected function getSangebotDefinitionService()
  9931.     {
  9932.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Core/Content/Sangebot/SangebotDefinition.php';
  9933.         $this->services['Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition'] = $instance = new \Ujy\Import\Core\Content\Sangebot\SangebotDefinition();
  9934.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9935.         return $instance;
  9936.     }
  9937.     /**
  9938.      * Gets the public 'Ujy\Import\UjyImport' shared autowired service.
  9939.      *
  9940.      * @return \Ujy\Import\UjyImport
  9941.      */
  9942.     protected function getUjyImportService()
  9943.     {
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9950.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/UjyImport.php';
  9951.         return $this->services['Ujy\\Import\\UjyImport'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Ujy\\Import\\UjyImport');
  9952.     }
  9953.     /**
  9954.      * Gets the public 'acl_role.repository' shared service.
  9955.      *
  9956.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9957.      */
  9958.     protected function getAclRole_RepositoryService()
  9959.     {
  9960.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9961.         if (isset($this->services['acl_role.repository'])) {
  9962.             return $this->services['acl_role.repository'];
  9963.         }
  9964.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  9965.         if (isset($this->services['acl_role.repository'])) {
  9966.             return $this->services['acl_role.repository'];
  9967.         }
  9968.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  9969.         if (isset($this->services['acl_role.repository'])) {
  9970.             return $this->services['acl_role.repository'];
  9971.         }
  9972.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9973.         if (isset($this->services['acl_role.repository'])) {
  9974.             return $this->services['acl_role.repository'];
  9975.         }
  9976.         return $this->services['acl_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] ?? $this->getAclRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9977.     }
  9978.     /**
  9979.      * Gets the public 'acl_user_role.repository' shared service.
  9980.      *
  9981.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9982.      */
  9983.     protected function getAclUserRole_RepositoryService()
  9984.     {
  9985.         return $this->services['acl_user_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] ?? $this->getAclUserRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9986.     }
  9987.     /**
  9988.      * Gets the public 'administration.filesystem.private' shared service.
  9989.      *
  9990.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9991.      */
  9992.     protected function getAdministration_Filesystem_PrivateService()
  9993.     {
  9994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9996.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  9997.     }
  9998.     /**
  9999.      * Gets the public 'administration.filesystem.public' shared service.
  10000.      *
  10001.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10002.      */
  10003.     protected function getAdministration_Filesystem_PublicService()
  10004.     {
  10005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10007.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  10008.     }
  10009.     /**
  10010.      * Gets the public 'alm6_font_awesome.filesystem.private' shared service.
  10011.      *
  10012.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10013.      */
  10014.     protected function getAlm6FontAwesome_Filesystem_PrivateService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10018.         return $this->services['alm6_font_awesome.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/alm6_font_awesome');
  10019.     }
  10020.     /**
  10021.      * Gets the public 'alm6_font_awesome.filesystem.public' shared service.
  10022.      *
  10023.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10024.      */
  10025.     protected function getAlm6FontAwesome_Filesystem_PublicService()
  10026.     {
  10027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10029.         return $this->services['alm6_font_awesome.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/alm6_font_awesome');
  10030.     }
  10031.     /**
  10032.      * Gets the public 'app.repository' shared service.
  10033.      *
  10034.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10035.      */
  10036.     protected function getApp_RepositoryService()
  10037.     {
  10038.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10039.         if (isset($this->services['app.repository'])) {
  10040.             return $this->services['app.repository'];
  10041.         }
  10042.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10043.         if (isset($this->services['app.repository'])) {
  10044.             return $this->services['app.repository'];
  10045.         }
  10046.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10047.         if (isset($this->services['app.repository'])) {
  10048.             return $this->services['app.repository'];
  10049.         }
  10050.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10051.         if (isset($this->services['app.repository'])) {
  10052.             return $this->services['app.repository'];
  10053.         }
  10054.         return $this->services['app.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] ?? $this->getAppDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10055.     }
  10056.     /**
  10057.      * Gets the public 'app_action_button.repository' shared service.
  10058.      *
  10059.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10060.      */
  10061.     protected function getAppActionButton_RepositoryService()
  10062.     {
  10063.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10064.         if (isset($this->services['app_action_button.repository'])) {
  10065.             return $this->services['app_action_button.repository'];
  10066.         }
  10067.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10068.         if (isset($this->services['app_action_button.repository'])) {
  10069.             return $this->services['app_action_button.repository'];
  10070.         }
  10071.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10072.         if (isset($this->services['app_action_button.repository'])) {
  10073.             return $this->services['app_action_button.repository'];
  10074.         }
  10075.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10076.         if (isset($this->services['app_action_button.repository'])) {
  10077.             return $this->services['app_action_button.repository'];
  10078.         }
  10079.         return $this->services['app_action_button.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] ?? $this->getActionButtonDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10080.     }
  10081.     /**
  10082.      * Gets the public 'app_action_button_translation.repository' shared service.
  10083.      *
  10084.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10085.      */
  10086.     protected function getAppActionButtonTranslation_RepositoryService()
  10087.     {
  10088.         return $this->services['app_action_button_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] ?? $this->getActionButtonTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10089.     }
  10090.     /**
  10091.      * Gets the public 'app_administration_snippet.repository' shared service.
  10092.      *
  10093.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10094.      */
  10095.     protected function getAppAdministrationSnippet_RepositoryService()
  10096.     {
  10097.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10098.         if (isset($this->services['app_administration_snippet.repository'])) {
  10099.             return $this->services['app_administration_snippet.repository'];
  10100.         }
  10101.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10102.         if (isset($this->services['app_administration_snippet.repository'])) {
  10103.             return $this->services['app_administration_snippet.repository'];
  10104.         }
  10105.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10106.         if (isset($this->services['app_administration_snippet.repository'])) {
  10107.             return $this->services['app_administration_snippet.repository'];
  10108.         }
  10109.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10110.         if (isset($this->services['app_administration_snippet.repository'])) {
  10111.             return $this->services['app_administration_snippet.repository'];
  10112.         }
  10113.         return $this->services['app_administration_snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] ?? $this->getAppAdministrationSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10114.     }
  10115.     /**
  10116.      * Gets the public 'app_cms_block.repository' shared service.
  10117.      *
  10118.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10119.      */
  10120.     protected function getAppCmsBlock_RepositoryService()
  10121.     {
  10122.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10123.         if (isset($this->services['app_cms_block.repository'])) {
  10124.             return $this->services['app_cms_block.repository'];
  10125.         }
  10126.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10127.         if (isset($this->services['app_cms_block.repository'])) {
  10128.             return $this->services['app_cms_block.repository'];
  10129.         }
  10130.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10131.         if (isset($this->services['app_cms_block.repository'])) {
  10132.             return $this->services['app_cms_block.repository'];
  10133.         }
  10134.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10135.         if (isset($this->services['app_cms_block.repository'])) {
  10136.             return $this->services['app_cms_block.repository'];
  10137.         }
  10138.         return $this->services['app_cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] ?? $this->getAppCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10139.     }
  10140.     /**
  10141.      * Gets the public 'app_cms_block_translation.repository' shared service.
  10142.      *
  10143.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10144.      */
  10145.     protected function getAppCmsBlockTranslation_RepositoryService()
  10146.     {
  10147.         return $this->services['app_cms_block_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] ?? $this->getAppCmsBlockTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10148.     }
  10149.     /**
  10150.      * Gets the public 'app_flow_action.repository' shared service.
  10151.      *
  10152.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10153.      */
  10154.     protected function getAppFlowAction_RepositoryService()
  10155.     {
  10156.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10157.         if (isset($this->services['app_flow_action.repository'])) {
  10158.             return $this->services['app_flow_action.repository'];
  10159.         }
  10160.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10161.         if (isset($this->services['app_flow_action.repository'])) {
  10162.             return $this->services['app_flow_action.repository'];
  10163.         }
  10164.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10165.         if (isset($this->services['app_flow_action.repository'])) {
  10166.             return $this->services['app_flow_action.repository'];
  10167.         }
  10168.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10169.         if (isset($this->services['app_flow_action.repository'])) {
  10170.             return $this->services['app_flow_action.repository'];
  10171.         }
  10172.         return $this->services['app_flow_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] ?? $this->getAppFlowActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10173.     }
  10174.     /**
  10175.      * Gets the public 'app_flow_action_translation.repository' shared service.
  10176.      *
  10177.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10178.      */
  10179.     protected function getAppFlowActionTranslation_RepositoryService()
  10180.     {
  10181.         return $this->services['app_flow_action_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] ?? $this->getAppFlowActionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10182.     }
  10183.     /**
  10184.      * Gets the public 'app_payment_method.repository' shared service.
  10185.      *
  10186.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10187.      */
  10188.     protected function getAppPaymentMethod_RepositoryService()
  10189.     {
  10190.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10191.         if (isset($this->services['app_payment_method.repository'])) {
  10192.             return $this->services['app_payment_method.repository'];
  10193.         }
  10194.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10195.         if (isset($this->services['app_payment_method.repository'])) {
  10196.             return $this->services['app_payment_method.repository'];
  10197.         }
  10198.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10199.         if (isset($this->services['app_payment_method.repository'])) {
  10200.             return $this->services['app_payment_method.repository'];
  10201.         }
  10202.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10203.         if (isset($this->services['app_payment_method.repository'])) {
  10204.             return $this->services['app_payment_method.repository'];
  10205.         }
  10206.         return $this->services['app_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] ?? $this->getAppPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10207.     }
  10208.     /**
  10209.      * Gets the public 'app_script_condition.repository' shared service.
  10210.      *
  10211.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10212.      */
  10213.     protected function getAppScriptCondition_RepositoryService()
  10214.     {
  10215.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10216.         if (isset($this->services['app_script_condition.repository'])) {
  10217.             return $this->services['app_script_condition.repository'];
  10218.         }
  10219.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10220.         if (isset($this->services['app_script_condition.repository'])) {
  10221.             return $this->services['app_script_condition.repository'];
  10222.         }
  10223.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10224.         if (isset($this->services['app_script_condition.repository'])) {
  10225.             return $this->services['app_script_condition.repository'];
  10226.         }
  10227.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10228.         if (isset($this->services['app_script_condition.repository'])) {
  10229.             return $this->services['app_script_condition.repository'];
  10230.         }
  10231.         return $this->services['app_script_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] ?? $this->getAppScriptConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10232.     }
  10233.     /**
  10234.      * Gets the public 'app_script_condition_translation.repository' shared service.
  10235.      *
  10236.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10237.      */
  10238.     protected function getAppScriptConditionTranslation_RepositoryService()
  10239.     {
  10240.         return $this->services['app_script_condition_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] ?? $this->getAppScriptConditionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10241.     }
  10242.     /**
  10243.      * Gets the public 'app_template.repository' shared service.
  10244.      *
  10245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10246.      */
  10247.     protected function getAppTemplate_RepositoryService()
  10248.     {
  10249.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10250.         if (isset($this->services['app_template.repository'])) {
  10251.             return $this->services['app_template.repository'];
  10252.         }
  10253.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10254.         if (isset($this->services['app_template.repository'])) {
  10255.             return $this->services['app_template.repository'];
  10256.         }
  10257.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10258.         if (isset($this->services['app_template.repository'])) {
  10259.             return $this->services['app_template.repository'];
  10260.         }
  10261.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10262.         if (isset($this->services['app_template.repository'])) {
  10263.             return $this->services['app_template.repository'];
  10264.         }
  10265.         return $this->services['app_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] ?? $this->getTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10266.     }
  10267.     /**
  10268.      * Gets the public 'app_translation.repository' shared service.
  10269.      *
  10270.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10271.      */
  10272.     protected function getAppTranslation_RepositoryService()
  10273.     {
  10274.         return $this->services['app_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] ?? $this->getAppTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10275.     }
  10276.     /**
  10277.      * Gets the public 'bf_category_mapping.repository' shared service.
  10278.      *
  10279.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10280.      */
  10281.     protected function getBfCategoryMapping_RepositoryService()
  10282.     {
  10283.         return $this->services['bf_category_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] ?? $this->getCategoryMappingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10284.     }
  10285.     /**
  10286.      * Gets the public 'bf_config.repository' shared service.
  10287.      *
  10288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10289.      */
  10290.     protected function getBfConfig_RepositoryService()
  10291.     {
  10292.         return $this->services['bf_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] ?? $this->getSwagMarketsConfigurationEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10293.     }
  10294.     /**
  10295.      * Gets the public 'bf_marketplace.repository' shared service.
  10296.      *
  10297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10298.      */
  10299.     protected function getBfMarketplace_RepositoryService()
  10300.     {
  10301.         return $this->services['bf_marketplace.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] ?? $this->getMarketplaceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10302.     }
  10303.     /**
  10304.      * Gets the public 'bf_marketplace_sales_channel.repository' shared service.
  10305.      *
  10306.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10307.      */
  10308.     protected function getBfMarketplaceSalesChannel_RepositoryService()
  10309.     {
  10310.         return $this->services['bf_marketplace_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] ?? $this->getMarketplaceSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10311.     }
  10312.     /**
  10313.      * Gets the public 'bf_marketplace_settings.repository' shared service.
  10314.      *
  10315.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10316.      */
  10317.     protected function getBfMarketplaceSettings_RepositoryService()
  10318.     {
  10319.         return $this->services['bf_marketplace_settings.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] ?? $this->getMarketplaceSettingsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10320.     }
  10321.     /**
  10322.      * Gets the public 'bf_support.repository' shared service.
  10323.      *
  10324.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10325.      */
  10326.     protected function getBfSupport_RepositoryService()
  10327.     {
  10328.         return $this->services['bf_support.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Support\\SupportDefinition'] ?? $this->getSupportDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10329.     }
  10330.     /**
  10331.      * Gets the public 'cache.app' shared service.
  10332.      *
  10333.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10334.      */
  10335.     protected function getCache_AppService()
  10336.     {
  10337.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  10338.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10339.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10340.     }
  10341.     /**
  10342.      * Gets the public 'cache.app_clearer' shared service.
  10343.      *
  10344.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10345.      */
  10346.     protected function getCache_AppClearerService()
  10347.     {
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10350.         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())]);
  10351.     }
  10352.     /**
  10353.      * Gets the public 'cache.global_clearer' shared service.
  10354.      *
  10355.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10356.      */
  10357.     protected function getCache_GlobalClearerService()
  10358.     {
  10359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10361.         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())]);
  10362.     }
  10363.     /**
  10364.      * Gets the public 'cache.system' shared service.
  10365.      *
  10366.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10367.      */
  10368.     protected function getCache_SystemService()
  10369.     {
  10370.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1orDfmlwm4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10371.     }
  10372.     /**
  10373.      * Gets the public 'cache.system_clearer' shared service.
  10374.      *
  10375.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10376.      */
  10377.     protected function getCache_SystemClearerService()
  10378.     {
  10379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10381.         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())]);
  10382.     }
  10383.     /**
  10384.      * Gets the public 'cache.validator_expression_language' shared service.
  10385.      *
  10386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10387.      */
  10388.     protected function getCache_ValidatorExpressionLanguageService()
  10389.     {
  10390.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VM7gjgiBrR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10391.     }
  10392.     /**
  10393.      * Gets the public 'cache_warmer' shared service.
  10394.      *
  10395.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  10396.      */
  10397.     protected function getCacheWarmerService()
  10398.     {
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  10401.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  10402.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  10403.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  10404.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  10405.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  10406.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  10407.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  10408.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  10409.         }, 7), true, ($this->targetDir.''.'/Shopware_Production_KernelDevDebugContainerDeprecations.log'));
  10410.     }
  10411.     /**
  10412.      * Gets the public 'category.repository' shared service.
  10413.      *
  10414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10415.      */
  10416.     protected function getCategory_RepositoryService()
  10417.     {
  10418.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10419.         if (isset($this->services['category.repository'])) {
  10420.             return $this->services['category.repository'];
  10421.         }
  10422.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10423.         if (isset($this->services['category.repository'])) {
  10424.             return $this->services['category.repository'];
  10425.         }
  10426.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10427.         if (isset($this->services['category.repository'])) {
  10428.             return $this->services['category.repository'];
  10429.         }
  10430.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10431.         if (isset($this->services['category.repository'])) {
  10432.             return $this->services['category.repository'];
  10433.         }
  10434.         return $this->services['category.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10435.     }
  10436.     /**
  10437.      * Gets the public 'category_tag.repository' shared service.
  10438.      *
  10439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10440.      */
  10441.     protected function getCategoryTag_RepositoryService()
  10442.     {
  10443.         return $this->services['category_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] ?? $this->getCategoryTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10444.     }
  10445.     /**
  10446.      * Gets the public 'category_translation.repository' shared service.
  10447.      *
  10448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10449.      */
  10450.     protected function getCategoryTranslation_RepositoryService()
  10451.     {
  10452.         return $this->services['category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] ?? $this->getCategoryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10453.     }
  10454.     /**
  10455.      * Gets the public 'checkout.filesystem.private' shared service.
  10456.      *
  10457.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10458.      */
  10459.     protected function getCheckout_Filesystem_PrivateService()
  10460.     {
  10461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10463.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  10464.     }
  10465.     /**
  10466.      * Gets the public 'checkout.filesystem.public' shared service.
  10467.      *
  10468.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10469.      */
  10470.     protected function getCheckout_Filesystem_PublicService()
  10471.     {
  10472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10474.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  10475.     }
  10476.     /**
  10477.      * Gets the public 'cms_block.repository' shared service.
  10478.      *
  10479.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10480.      */
  10481.     protected function getCmsBlock_RepositoryService()
  10482.     {
  10483.         return $this->services['cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] ?? $this->getCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10484.     }
  10485.     /**
  10486.      * Gets the public 'cms_page.repository' shared service.
  10487.      *
  10488.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10489.      */
  10490.     protected function getCmsPage_RepositoryService()
  10491.     {
  10492.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10493.         if (isset($this->services['cms_page.repository'])) {
  10494.             return $this->services['cms_page.repository'];
  10495.         }
  10496.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10497.         if (isset($this->services['cms_page.repository'])) {
  10498.             return $this->services['cms_page.repository'];
  10499.         }
  10500.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10501.         if (isset($this->services['cms_page.repository'])) {
  10502.             return $this->services['cms_page.repository'];
  10503.         }
  10504.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10505.         if (isset($this->services['cms_page.repository'])) {
  10506.             return $this->services['cms_page.repository'];
  10507.         }
  10508.         return $this->services['cms_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10509.     }
  10510.     /**
  10511.      * Gets the public 'cms_page_translation.repository' shared service.
  10512.      *
  10513.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10514.      */
  10515.     protected function getCmsPageTranslation_RepositoryService()
  10516.     {
  10517.         return $this->services['cms_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] ?? $this->getCmsPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10518.     }
  10519.     /**
  10520.      * Gets the public 'cms_section.repository' shared service.
  10521.      *
  10522.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10523.      */
  10524.     protected function getCmsSection_RepositoryService()
  10525.     {
  10526.         return $this->services['cms_section.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] ?? $this->getCmsSectionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10527.     }
  10528.     /**
  10529.      * Gets the public 'cms_slot.repository' shared service.
  10530.      *
  10531.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10532.      */
  10533.     protected function getCmsSlot_RepositoryService()
  10534.     {
  10535.         return $this->services['cms_slot.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] ?? $this->getCmsSlotDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10536.     }
  10537.     /**
  10538.      * Gets the public 'cms_slot_translation.repository' shared service.
  10539.      *
  10540.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10541.      */
  10542.     protected function getCmsSlotTranslation_RepositoryService()
  10543.     {
  10544.         return $this->services['cms_slot_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] ?? $this->getCmsSlotTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10545.     }
  10546.     /**
  10547.      * Gets the public 'console.command_loader' shared service.
  10548.      *
  10549.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  10550.      */
  10551.     protected function getConsole_CommandLoaderService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  10555.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10556.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  10557.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  10558.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  10559.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  10560.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  10561.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  10562.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  10563.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  10564.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  10565.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  10566.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  10567.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  10568.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  10569.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  10570.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  10571.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  10572.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  10573.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  10574.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  10575.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  10576.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  10577.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  10578.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  10579.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  10580.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  10581.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  10582.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  10583.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  10584.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  10585.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  10586.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  10587.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  10588.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  10589.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  10590.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  10591.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  10592.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  10593.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  10594.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  10595.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  10596.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  10597.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  10598.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  10599.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  10600.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  10601.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  10602.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  10603.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  10604.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  10605.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  10606.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  10607.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  10608.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  10609.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  10610.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  10611.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  10612.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  10613.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  10614.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  10615.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  10616.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  10617.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  10618.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  10619.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  10620.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  10621.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  10622.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  10623.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  10624.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  10625.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  10626.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  10627.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  10628.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  10629.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  10630.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  10631.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  10632.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  10633.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  10634.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  10635.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  10636.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  10637.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  10638.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  10639.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  10640.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  10641.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommand2Service'false],
  10642.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  10643.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  10644.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  10645.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  10646.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  10647.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  10648.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  10649.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  10650.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  10651.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  10652.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  10653.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  10654.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  10655.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  10656.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  10657.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  10658.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  10659.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  10660.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  10661.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  10662.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  10663.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  10664.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  10665.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  10666.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  10667.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  10668.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  10669.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  10670.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  10671.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  10672.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  10673.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  10674.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  10675.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  10676.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  10677.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  10678.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  10679.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  10680.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  10681.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  10682.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  10683.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  10684.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  10685.         ], [
  10686.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  10687.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  10688.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  10689.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  10690.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  10691.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  10692.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  10693.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  10694.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  10695.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  10696.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  10697.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  10698.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  10699.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  10700.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  10701.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  10702.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  10703.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  10704.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  10705.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  10706.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  10707.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  10708.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  10709.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  10710.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  10711.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  10712.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  10713.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  10714.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  10715.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  10716.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  10717.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  10718.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  10719.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  10720.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  10721.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  10722.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  10723.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  10724.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  10725.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  10726.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  10727.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  10728.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  10729.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  10730.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  10731.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  10732.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  10733.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  10734.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  10735.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  10736.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  10737.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  10738.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  10739.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  10740.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  10741.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  10742.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  10743.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  10744.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  10745.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  10746.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  10747.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  10748.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  10749.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  10750.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  10751.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  10752.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  10753.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  10754.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  10755.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  10756.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  10757.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  10758.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  10759.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  10760.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  10761.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  10762.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  10763.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  10764.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  10765.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10766.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  10767.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  10768.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  10769.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  10770.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  10771.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10772.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10773.             'console.command.about' => '?',
  10774.             'console.command.cache_clear' => '?',
  10775.             'console.command.cache_pool_clear' => '?',
  10776.             'console.command.cache_pool_prune' => '?',
  10777.             'console.command.cache_pool_delete' => '?',
  10778.             'console.command.cache_pool_list' => '?',
  10779.             'console.command.cache_warmup' => '?',
  10780.             'console.command.config_debug' => '?',
  10781.             'console.command.config_dump_reference' => '?',
  10782.             'console.command.container_debug' => '?',
  10783.             'console.command.container_lint' => '?',
  10784.             'console.command.debug_autowiring' => '?',
  10785.             'console.command.dotenv_debug' => '?',
  10786.             'console.command.event_dispatcher_debug' => '?',
  10787.             'console.command.messenger_consume_messages' => '?',
  10788.             'console.command.messenger_setup_transports' => '?',
  10789.             'console.command.messenger_debug' => '?',
  10790.             'console.command.messenger_stop_workers' => '?',
  10791.             'console.command.router_debug' => '?',
  10792.             'console.command.router_match' => '?',
  10793.             'console.command.translation_debug' => '?',
  10794.             'console.command.translation_extract' => '?',
  10795.             'console.command.validator_debug' => '?',
  10796.             'console.command.translation_pull' => '?',
  10797.             'console.command.translation_push' => '?',
  10798.             'console.command.xliff_lint' => '?',
  10799.             'console.command.yaml_lint' => '?',
  10800.             'console.command.secrets_set' => '?',
  10801.             'console.command.secrets_remove' => '?',
  10802.             'console.command.secrets_generate_key' => '?',
  10803.             'console.command.secrets_list' => '?',
  10804.             'console.command.secrets_decrypt_to_local' => '?',
  10805.             'console.command.secrets_encrypt_from_local' => '?',
  10806.             'twig.command.debug' => '?',
  10807.             'twig.command.lint' => '?',
  10808.             'var_dumper.command.server_dump' => '?',
  10809.             'monolog.command.server_log' => '?',
  10810.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  10811.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  10812.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  10813.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  10814.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  10815.         ]), ['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''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''sales-channel:create:storefront' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''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']);
  10816.     }
  10817.     /**
  10818.      * Gets the public 'container.env_var_processors_locator' shared service.
  10819.      *
  10820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10821.      */
  10822.     protected function getContainer_EnvVarProcessorsLocatorService()
  10823.     {
  10824.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10825.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10826.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10827.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10828.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10829.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10830.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10831.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10832.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10833.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10834.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10835.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10836.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10837.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10838.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10839.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10840.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10841.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10842.         ], [
  10843.             'base64' => '?',
  10844.             'bool' => '?',
  10845.             'const' => '?',
  10846.             'csv' => '?',
  10847.             'default' => '?',
  10848.             'file' => '?',
  10849.             'float' => '?',
  10850.             'int' => '?',
  10851.             'json' => '?',
  10852.             'key' => '?',
  10853.             'not' => '?',
  10854.             'query_string' => '?',
  10855.             'require' => '?',
  10856.             'resolve' => '?',
  10857.             'string' => '?',
  10858.             'trim' => '?',
  10859.             'url' => '?',
  10860.         ]);
  10861.     }
  10862.     /**
  10863.      * Gets the public 'content.filesystem.private' shared service.
  10864.      *
  10865.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10866.      */
  10867.     protected function getContent_Filesystem_PrivateService()
  10868.     {
  10869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10871.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  10872.     }
  10873.     /**
  10874.      * Gets the public 'content.filesystem.public' shared service.
  10875.      *
  10876.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10877.      */
  10878.     protected function getContent_Filesystem_PublicService()
  10879.     {
  10880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10882.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  10883.     }
  10884.     /**
  10885.      * Gets the public 'country.repository' shared service.
  10886.      *
  10887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10888.      */
  10889.     protected function getCountry_RepositoryService()
  10890.     {
  10891.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10892.         if (isset($this->services['country.repository'])) {
  10893.             return $this->services['country.repository'];
  10894.         }
  10895.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10896.         if (isset($this->services['country.repository'])) {
  10897.             return $this->services['country.repository'];
  10898.         }
  10899.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10900.         if (isset($this->services['country.repository'])) {
  10901.             return $this->services['country.repository'];
  10902.         }
  10903.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10904.         if (isset($this->services['country.repository'])) {
  10905.             return $this->services['country.repository'];
  10906.         }
  10907.         return $this->services['country.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10908.     }
  10909.     /**
  10910.      * Gets the public 'country_state.repository' shared service.
  10911.      *
  10912.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10913.      */
  10914.     protected function getCountryState_RepositoryService()
  10915.     {
  10916.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10917.         if (isset($this->services['country_state.repository'])) {
  10918.             return $this->services['country_state.repository'];
  10919.         }
  10920.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10921.         if (isset($this->services['country_state.repository'])) {
  10922.             return $this->services['country_state.repository'];
  10923.         }
  10924.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10925.         if (isset($this->services['country_state.repository'])) {
  10926.             return $this->services['country_state.repository'];
  10927.         }
  10928.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10929.         if (isset($this->services['country_state.repository'])) {
  10930.             return $this->services['country_state.repository'];
  10931.         }
  10932.         return $this->services['country_state.repository'] = 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()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10933.     }
  10934.     /**
  10935.      * Gets the public 'country_state_translation.repository' shared service.
  10936.      *
  10937.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10938.      */
  10939.     protected function getCountryStateTranslation_RepositoryService()
  10940.     {
  10941.         return $this->services['country_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] ?? $this->getCountryStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10942.     }
  10943.     /**
  10944.      * Gets the public 'country_translation.repository' shared service.
  10945.      *
  10946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10947.      */
  10948.     protected function getCountryTranslation_RepositoryService()
  10949.     {
  10950.         return $this->services['country_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] ?? $this->getCountryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10951.     }
  10952.     /**
  10953.      * Gets the public 'currency.repository' shared service.
  10954.      *
  10955.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10956.      */
  10957.     protected function getCurrency_RepositoryService()
  10958.     {
  10959.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10960.         if (isset($this->services['currency.repository'])) {
  10961.             return $this->services['currency.repository'];
  10962.         }
  10963.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10964.         if (isset($this->services['currency.repository'])) {
  10965.             return $this->services['currency.repository'];
  10966.         }
  10967.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10968.         if (isset($this->services['currency.repository'])) {
  10969.             return $this->services['currency.repository'];
  10970.         }
  10971.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10972.         if (isset($this->services['currency.repository'])) {
  10973.             return $this->services['currency.repository'];
  10974.         }
  10975.         return $this->services['currency.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10976.     }
  10977.     /**
  10978.      * Gets the public 'currency_country_rounding.repository' shared service.
  10979.      *
  10980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10981.      */
  10982.     protected function getCurrencyCountryRounding_RepositoryService()
  10983.     {
  10984.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10985.         if (isset($this->services['currency_country_rounding.repository'])) {
  10986.             return $this->services['currency_country_rounding.repository'];
  10987.         }
  10988.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10989.         if (isset($this->services['currency_country_rounding.repository'])) {
  10990.             return $this->services['currency_country_rounding.repository'];
  10991.         }
  10992.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10993.         if (isset($this->services['currency_country_rounding.repository'])) {
  10994.             return $this->services['currency_country_rounding.repository'];
  10995.         }
  10996.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10997.         if (isset($this->services['currency_country_rounding.repository'])) {
  10998.             return $this->services['currency_country_rounding.repository'];
  10999.         }
  11000.         return $this->services['currency_country_rounding.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] ?? $this->getCurrencyCountryRoundingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11001.     }
  11002.     /**
  11003.      * Gets the public 'currency_translation.repository' shared service.
  11004.      *
  11005.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11006.      */
  11007.     protected function getCurrencyTranslation_RepositoryService()
  11008.     {
  11009.         return $this->services['currency_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] ?? $this->getCurrencyTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11010.     }
  11011.     /**
  11012.      * Gets the public 'custom_entity.repository' shared service.
  11013.      *
  11014.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11015.      */
  11016.     protected function getCustomEntity_RepositoryService()
  11017.     {
  11018.         return $this->services['custom_entity.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] ?? $this->getCustomEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11019.     }
  11020.     /**
  11021.      * Gets the public 'custom_field.repository' shared service.
  11022.      *
  11023.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11024.      */
  11025.     protected function getCustomField_RepositoryService()
  11026.     {
  11027.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11028.         if (isset($this->services['custom_field.repository'])) {
  11029.             return $this->services['custom_field.repository'];
  11030.         }
  11031.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11032.         if (isset($this->services['custom_field.repository'])) {
  11033.             return $this->services['custom_field.repository'];
  11034.         }
  11035.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11036.         if (isset($this->services['custom_field.repository'])) {
  11037.             return $this->services['custom_field.repository'];
  11038.         }
  11039.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11040.         if (isset($this->services['custom_field.repository'])) {
  11041.             return $this->services['custom_field.repository'];
  11042.         }
  11043.         return $this->services['custom_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] ?? $this->getCustomFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11044.     }
  11045.     /**
  11046.      * Gets the public 'custom_field_set.repository' shared service.
  11047.      *
  11048.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11049.      */
  11050.     protected function getCustomFieldSet_RepositoryService()
  11051.     {
  11052.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11053.         if (isset($this->services['custom_field_set.repository'])) {
  11054.             return $this->services['custom_field_set.repository'];
  11055.         }
  11056.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11057.         if (isset($this->services['custom_field_set.repository'])) {
  11058.             return $this->services['custom_field_set.repository'];
  11059.         }
  11060.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11061.         if (isset($this->services['custom_field_set.repository'])) {
  11062.             return $this->services['custom_field_set.repository'];
  11063.         }
  11064.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11065.         if (isset($this->services['custom_field_set.repository'])) {
  11066.             return $this->services['custom_field_set.repository'];
  11067.         }
  11068.         return $this->services['custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11069.     }
  11070.     /**
  11071.      * Gets the public 'custom_field_set_relation.repository' shared service.
  11072.      *
  11073.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11074.      */
  11075.     protected function getCustomFieldSetRelation_RepositoryService()
  11076.     {
  11077.         return $this->services['custom_field_set_relation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] ?? $this->getCustomFieldSetRelationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11078.     }
  11079.     /**
  11080.      * Gets the public 'customer.repository' shared service.
  11081.      *
  11082.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11083.      */
  11084.     protected function getCustomer_RepositoryService()
  11085.     {
  11086.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11087.         if (isset($this->services['customer.repository'])) {
  11088.             return $this->services['customer.repository'];
  11089.         }
  11090.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11091.         if (isset($this->services['customer.repository'])) {
  11092.             return $this->services['customer.repository'];
  11093.         }
  11094.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11095.         if (isset($this->services['customer.repository'])) {
  11096.             return $this->services['customer.repository'];
  11097.         }
  11098.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11099.         if (isset($this->services['customer.repository'])) {
  11100.             return $this->services['customer.repository'];
  11101.         }
  11102.         return $this->services['customer.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11103.     }
  11104.     /**
  11105.      * Gets the public 'customer_address.repository' shared service.
  11106.      *
  11107.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11108.      */
  11109.     protected function getCustomerAddress_RepositoryService()
  11110.     {
  11111.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11112.         if (isset($this->services['customer_address.repository'])) {
  11113.             return $this->services['customer_address.repository'];
  11114.         }
  11115.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11116.         if (isset($this->services['customer_address.repository'])) {
  11117.             return $this->services['customer_address.repository'];
  11118.         }
  11119.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11120.         if (isset($this->services['customer_address.repository'])) {
  11121.             return $this->services['customer_address.repository'];
  11122.         }
  11123.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11124.         if (isset($this->services['customer_address.repository'])) {
  11125.             return $this->services['customer_address.repository'];
  11126.         }
  11127.         return $this->services['customer_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] ?? $this->getCustomerAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11128.     }
  11129.     /**
  11130.      * Gets the public 'customer_group.repository' shared service.
  11131.      *
  11132.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11133.      */
  11134.     protected function getCustomerGroup_RepositoryService()
  11135.     {
  11136.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11137.         if (isset($this->services['customer_group.repository'])) {
  11138.             return $this->services['customer_group.repository'];
  11139.         }
  11140.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11141.         if (isset($this->services['customer_group.repository'])) {
  11142.             return $this->services['customer_group.repository'];
  11143.         }
  11144.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11145.         if (isset($this->services['customer_group.repository'])) {
  11146.             return $this->services['customer_group.repository'];
  11147.         }
  11148.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11149.         if (isset($this->services['customer_group.repository'])) {
  11150.             return $this->services['customer_group.repository'];
  11151.         }
  11152.         return $this->services['customer_group.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11153.     }
  11154.     /**
  11155.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  11156.      *
  11157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11158.      */
  11159.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  11160.     {
  11161.         return $this->services['customer_group_registration_sales_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] ?? $this->getCustomerGroupRegistrationSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11162.     }
  11163.     /**
  11164.      * Gets the public 'customer_group_translation.repository' shared service.
  11165.      *
  11166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11167.      */
  11168.     protected function getCustomerGroupTranslation_RepositoryService()
  11169.     {
  11170.         return $this->services['customer_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] ?? $this->getCustomerGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11171.     }
  11172.     /**
  11173.      * Gets the public 'customer_recovery.repository' shared service.
  11174.      *
  11175.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11176.      */
  11177.     protected function getCustomerRecovery_RepositoryService()
  11178.     {
  11179.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11180.         if (isset($this->services['customer_recovery.repository'])) {
  11181.             return $this->services['customer_recovery.repository'];
  11182.         }
  11183.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11184.         if (isset($this->services['customer_recovery.repository'])) {
  11185.             return $this->services['customer_recovery.repository'];
  11186.         }
  11187.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11188.         if (isset($this->services['customer_recovery.repository'])) {
  11189.             return $this->services['customer_recovery.repository'];
  11190.         }
  11191.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11192.         if (isset($this->services['customer_recovery.repository'])) {
  11193.             return $this->services['customer_recovery.repository'];
  11194.         }
  11195.         return $this->services['customer_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] ?? $this->getCustomerRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11196.     }
  11197.     /**
  11198.      * Gets the public 'customer_tag.repository' shared service.
  11199.      *
  11200.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11201.      */
  11202.     protected function getCustomerTag_RepositoryService()
  11203.     {
  11204.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11205.         if (isset($this->services['customer_tag.repository'])) {
  11206.             return $this->services['customer_tag.repository'];
  11207.         }
  11208.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11209.         if (isset($this->services['customer_tag.repository'])) {
  11210.             return $this->services['customer_tag.repository'];
  11211.         }
  11212.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11213.         if (isset($this->services['customer_tag.repository'])) {
  11214.             return $this->services['customer_tag.repository'];
  11215.         }
  11216.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11217.         if (isset($this->services['customer_tag.repository'])) {
  11218.             return $this->services['customer_tag.repository'];
  11219.         }
  11220.         return $this->services['customer_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] ?? $this->getCustomerTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11221.     }
  11222.     /**
  11223.      * Gets the public 'customer_wishlist.repository' shared service.
  11224.      *
  11225.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11226.      */
  11227.     protected function getCustomerWishlist_RepositoryService()
  11228.     {
  11229.         return $this->services['customer_wishlist.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] ?? $this->getCustomerWishlistDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11230.     }
  11231.     /**
  11232.      * Gets the public 'customer_wishlist_product.repository' shared service.
  11233.      *
  11234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11235.      */
  11236.     protected function getCustomerWishlistProduct_RepositoryService()
  11237.     {
  11238.         return $this->services['customer_wishlist_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] ?? $this->getCustomerWishlistProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11239.     }
  11240.     /**
  11241.      * Gets the public 'data_collector.dump' shared service.
  11242.      *
  11243.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  11244.      */
  11245.     protected function getDataCollector_DumpService()
  11246.     {
  11247.         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);
  11248.     }
  11249.     /**
  11250.      * Gets the public 'dead_message.repository' shared service.
  11251.      *
  11252.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11253.      */
  11254.     protected function getDeadMessage_RepositoryService()
  11255.     {
  11256.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11257.         if (isset($this->services['dead_message.repository'])) {
  11258.             return $this->services['dead_message.repository'];
  11259.         }
  11260.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11261.         if (isset($this->services['dead_message.repository'])) {
  11262.             return $this->services['dead_message.repository'];
  11263.         }
  11264.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11265.         if (isset($this->services['dead_message.repository'])) {
  11266.             return $this->services['dead_message.repository'];
  11267.         }
  11268.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11269.         if (isset($this->services['dead_message.repository'])) {
  11270.             return $this->services['dead_message.repository'];
  11271.         }
  11272.         return $this->services['dead_message.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] ?? $this->getDeadMessageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11273.     }
  11274.     /**
  11275.      * Gets the public 'delivery_time.repository' shared service.
  11276.      *
  11277.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11278.      */
  11279.     protected function getDeliveryTime_RepositoryService()
  11280.     {
  11281.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11282.         if (isset($this->services['delivery_time.repository'])) {
  11283.             return $this->services['delivery_time.repository'];
  11284.         }
  11285.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11286.         if (isset($this->services['delivery_time.repository'])) {
  11287.             return $this->services['delivery_time.repository'];
  11288.         }
  11289.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11290.         if (isset($this->services['delivery_time.repository'])) {
  11291.             return $this->services['delivery_time.repository'];
  11292.         }
  11293.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11294.         if (isset($this->services['delivery_time.repository'])) {
  11295.             return $this->services['delivery_time.repository'];
  11296.         }
  11297.         return $this->services['delivery_time.repository'] = 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()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11298.     }
  11299.     /**
  11300.      * Gets the public 'delivery_time_translation.repository' shared service.
  11301.      *
  11302.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11303.      */
  11304.     protected function getDeliveryTimeTranslation_RepositoryService()
  11305.     {
  11306.         return $this->services['delivery_time_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] ?? $this->getDeliveryTimeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11307.     }
  11308.     /**
  11309.      * Gets the public 'dne_custom_css_js.filesystem.private' shared service.
  11310.      *
  11311.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11312.      */
  11313.     protected function getDneCustomCssJs_Filesystem_PrivateService()
  11314.     {
  11315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11317.         return $this->services['dne_custom_css_js.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/dne_custom_css_js');
  11318.     }
  11319.     /**
  11320.      * Gets the public 'dne_custom_css_js.filesystem.public' shared service.
  11321.      *
  11322.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11323.      */
  11324.     protected function getDneCustomCssJs_Filesystem_PublicService()
  11325.     {
  11326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11328.         return $this->services['dne_custom_css_js.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/dne_custom_css_js');
  11329.     }
  11330.     /**
  11331.      * Gets the public 'dne_custom_js_css.repository' shared service.
  11332.      *
  11333.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11334.      */
  11335.     protected function getDneCustomJsCss_RepositoryService()
  11336.     {
  11337.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11338.         if (isset($this->services['dne_custom_js_css.repository'])) {
  11339.             return $this->services['dne_custom_js_css.repository'];
  11340.         }
  11341.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11342.         if (isset($this->services['dne_custom_js_css.repository'])) {
  11343.             return $this->services['dne_custom_js_css.repository'];
  11344.         }
  11345.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11346.         if (isset($this->services['dne_custom_js_css.repository'])) {
  11347.             return $this->services['dne_custom_js_css.repository'];
  11348.         }
  11349.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11350.         if (isset($this->services['dne_custom_js_css.repository'])) {
  11351.             return $this->services['dne_custom_js_css.repository'];
  11352.         }
  11353.         return $this->services['dne_custom_js_css.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition'] ?? $this->getModuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11354.     }
  11355.     /**
  11356.      * Gets the public 'dne_custom_js_css_sales_channel.repository' shared service.
  11357.      *
  11358.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11359.      */
  11360.     protected function getDneCustomJsCssSalesChannel_RepositoryService()
  11361.     {
  11362.         return $this->services['dne_custom_js_css_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition'] ?? $this->getModuleSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11363.     }
  11364.     /**
  11365.      * Gets the public 'document.repository' shared service.
  11366.      *
  11367.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11368.      */
  11369.     protected function getDocument_RepositoryService()
  11370.     {
  11371.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11372.         if (isset($this->services['document.repository'])) {
  11373.             return $this->services['document.repository'];
  11374.         }
  11375.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11376.         if (isset($this->services['document.repository'])) {
  11377.             return $this->services['document.repository'];
  11378.         }
  11379.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11380.         if (isset($this->services['document.repository'])) {
  11381.             return $this->services['document.repository'];
  11382.         }
  11383.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11384.         if (isset($this->services['document.repository'])) {
  11385.             return $this->services['document.repository'];
  11386.         }
  11387.         return $this->services['document.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] ?? $this->getDocumentDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11388.     }
  11389.     /**
  11390.      * Gets the public 'document_base_config.repository' shared service.
  11391.      *
  11392.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11393.      */
  11394.     protected function getDocumentBaseConfig_RepositoryService()
  11395.     {
  11396.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11397.         if (isset($this->services['document_base_config.repository'])) {
  11398.             return $this->services['document_base_config.repository'];
  11399.         }
  11400.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11401.         if (isset($this->services['document_base_config.repository'])) {
  11402.             return $this->services['document_base_config.repository'];
  11403.         }
  11404.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11405.         if (isset($this->services['document_base_config.repository'])) {
  11406.             return $this->services['document_base_config.repository'];
  11407.         }
  11408.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11409.         if (isset($this->services['document_base_config.repository'])) {
  11410.             return $this->services['document_base_config.repository'];
  11411.         }
  11412.         return $this->services['document_base_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] ?? $this->getDocumentBaseConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11413.     }
  11414.     /**
  11415.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  11416.      *
  11417.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11418.      */
  11419.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  11420.     {
  11421.         return $this->services['document_base_config_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] ?? $this->getDocumentBaseConfigSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11422.     }
  11423.     /**
  11424.      * Gets the public 'document_type.repository' shared service.
  11425.      *
  11426.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11427.      */
  11428.     protected function getDocumentType_RepositoryService()
  11429.     {
  11430.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11431.         if (isset($this->services['document_type.repository'])) {
  11432.             return $this->services['document_type.repository'];
  11433.         }
  11434.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11435.         if (isset($this->services['document_type.repository'])) {
  11436.             return $this->services['document_type.repository'];
  11437.         }
  11438.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11439.         if (isset($this->services['document_type.repository'])) {
  11440.             return $this->services['document_type.repository'];
  11441.         }
  11442.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11443.         if (isset($this->services['document_type.repository'])) {
  11444.             return $this->services['document_type.repository'];
  11445.         }
  11446.         return $this->services['document_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] ?? $this->getDocumentTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11447.     }
  11448.     /**
  11449.      * Gets the public 'document_type_translation.repository' shared service.
  11450.      *
  11451.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11452.      */
  11453.     protected function getDocumentTypeTranslation_RepositoryService()
  11454.     {
  11455.         return $this->services['document_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] ?? $this->getDocumentTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11456.     }
  11457.     /**
  11458.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  11459.      *
  11460.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11461.      */
  11462.     protected function getElasticsearch_Filesystem_PrivateService()
  11463.     {
  11464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11466.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  11467.     }
  11468.     /**
  11469.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  11470.      *
  11471.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11472.      */
  11473.     protected function getElasticsearch_Filesystem_PublicService()
  11474.     {
  11475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11477.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  11478.     }
  11479.     /**
  11480.      * Gets the public 'enqueue.client.default.producer' shared service.
  11481.      *
  11482.      * @return \Enqueue\Client\TraceableProducer
  11483.      */
  11484.     protected function getEnqueue_Client_Default_ProducerService()
  11485.     {
  11486.         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([])));
  11487.     }
  11488.     /**
  11489.      * Gets the public 'error_controller' shared service.
  11490.      *
  11491.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  11492.      */
  11493.     protected function getErrorController2Service()
  11494.     {
  11495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  11496.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11497.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  11498.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11500.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11501.         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)));
  11502.     }
  11503.     /**
  11504.      * Gets the public 'event_action.repository' shared service.
  11505.      *
  11506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11507.      */
  11508.     protected function getEventAction_RepositoryService()
  11509.     {
  11510.         return $this->services['event_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11511.     }
  11512.     /**
  11513.      * Gets the public 'event_action_rule.repository' shared service.
  11514.      *
  11515.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11516.      */
  11517.     protected function getEventActionRule_RepositoryService()
  11518.     {
  11519.         return $this->services['event_action_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] ?? $this->getEventActionRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11520.     }
  11521.     /**
  11522.      * Gets the public 'event_action_sales_channel.repository' shared service.
  11523.      *
  11524.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11525.      */
  11526.     protected function getEventActionSalesChannel_RepositoryService()
  11527.     {
  11528.         return $this->services['event_action_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] ?? $this->getEventActionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11529.     }
  11530.     /**
  11531.      * Gets the public 'event_dispatcher' shared service.
  11532.      *
  11533.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  11534.      */
  11535.     protected function getEventDispatcherService()
  11536.     {
  11537.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  11538.         if (isset($this->services['event_dispatcher'])) {
  11539.             return $this->services['event_dispatcher'];
  11540.         }
  11541.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  11542.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11543.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  11544.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11545.         $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())));
  11546.         $instance->addListener('kernel.request', [=> function () {
  11547.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  11548.         }, => '__invoke'], 0);
  11549.         $instance->addListener('kernel.request', [=> function () {
  11550.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  11551.         }, => 'onKernelRequest'], 0);
  11552.         $instance->addListener('kernel.controller', [=> function () {
  11553.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  11554.         }, => 'onKernelController'], 0);
  11555.         $instance->addListener('kernel.controller', [=> function () {
  11556.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  11557.         }, => 'resolveContext'], -10);
  11558.         $instance->addListener('kernel.request', [=> function () {
  11559.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11560.         }, => 'initializeCspNonce'], 0);
  11561.         $instance->addListener('kernel.response', [=> function () {
  11562.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11563.         }, => 'setSecurityHeaders'], 0);
  11564.         $instance->addListener('kernel.controller', [=> function () {
  11565.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  11566.         }, => 'checkScope'], -20);
  11567.         $instance->addListener('kernel.request', [=> function () {
  11568.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11569.         }, => 'request'], -10);
  11570.         $instance->addListener('kernel.response', [=> function () {
  11571.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11572.         }, => 'response'], -10);
  11573.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11574.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11575.         }, => 'render'], -10);
  11576.         $instance->addListener('snippet.written', [=> function () {
  11577.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11578.         }, => 'invalidate'], 0);
  11579.         $instance->addListener('snippet.deleted', [=> function () {
  11580.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11581.         }, => 'invalidate'], 0);
  11582.         $instance->addListener('snippet_set.deleted', [=> function () {
  11583.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11584.         }, => 'invalidate'], 0);
  11585.         $instance->addListener('app_template.written', [=> function () {
  11586.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  11587.         }, => 'reset'], 0);
  11588.         $instance->addListener('shopware.global_business_event', [=> function () {
  11589.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  11590.         }, => 'logBusinessEvent'], 0);
  11591.         $instance->addListener('kernel.controller', [=> function () {
  11592.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11593.         }, => 'setStates'], -21);
  11594.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11595.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11596.         }, => 'login'], 0);
  11597.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  11598.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11599.         }, => 'cartChanged'], 0);
  11600.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11601.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  11602.         }, => 'executeCacheInvalidationHook'], 0);
  11603.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11604.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11605.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  11606.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11607.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11608.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  11609.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  11610.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11611.         }, => 'invalidateIndexedLandingPages'], 2000);
  11612.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11613.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11614.         }, => 'invalidateSearch'], 2000);
  11615.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11616.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11617.         }, => 'invalidateListings'], 2001);
  11618.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11619.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11620.         }, => 'invalidateProductIds'], 2002);
  11621.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11622.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11623.         }, => 'invalidateDetailRoute'], 2004);
  11624.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11625.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11626.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11627.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11628.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11629.         }, => 'invalidateReviewRoute'], 2006);
  11630.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11631.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11632.         }, => 'invalidateSearch'], 2000);
  11633.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11634.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11635.         }, => 'invalidateListings'], 2001);
  11636.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11637.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11638.         }, => 'invalidateProductIds'], 2002);
  11639.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11640.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11641.         }, => 'invalidateDetailRoute'], 2004);
  11642.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11643.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11644.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11645.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11646.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11647.         }, => 'invalidateReviewRoute'], 2006);
  11648.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11649.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11650.         }, => 'invalidateCmsPageIds'], 2001);
  11651.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11652.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11653.         }, => 'invalidateCurrencyRoute'], 2002);
  11654.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11655.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11656.         }, => 'invalidateLanguageRoute'], 2003);
  11657.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11658.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11659.         }, => 'invalidateNavigationRoute'], 2004);
  11660.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11661.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11662.         }, => 'invalidatePaymentMethodRoute'], 2005);
  11663.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11664.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11665.         }, => 'invalidateProductAssignment'], 2006);
  11666.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11667.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11668.         }, => 'invalidateManufacturerFilters'], 2007);
  11669.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11670.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11671.         }, => 'invalidatePropertyFilters'], 2008);
  11672.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11673.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11674.         }, => 'invalidateCrossSellingRoute'], 2009);
  11675.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11676.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11677.         }, => 'invalidateContext'], 2010);
  11678.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11679.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11680.         }, => 'invalidateShippingMethodRoute'], 2011);
  11681.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11682.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11683.         }, => 'invalidateSnippets'], 2012);
  11684.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11685.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11686.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  11687.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11688.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11689.         }, => 'invalidateStreamIds'], 2014);
  11690.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11691.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11692.         }, => 'invalidateCountryRoute'], 2015);
  11693.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11694.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11695.         }, => 'invalidateSalutationRoute'], 2016);
  11696.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11697.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11698.         }, => 'invalidateInitialStateIdLoader'], 2017);
  11699.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11700.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11701.         }, => 'invalidateCountryStateRoute'], 2018);
  11702.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  11703.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11704.         }, => 'invalidateSeoUrls'], 2000);
  11705.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  11706.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11707.         }, => 'invalidateRules'], 2000);
  11708.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11709.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11710.         }, => 'invalidateRules'], 2000);
  11711.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11712.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11713.         }, => 'invalidateConfig'], 2001);
  11714.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11715.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11716.         }, => 'invalidateRules'], 2000);
  11717.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11718.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11719.         }, => 'invalidateConfig'], 2001);
  11720.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11721.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11722.         }, => 'invalidateRules'], 2000);
  11723.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11724.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11725.         }, => 'invalidateConfig'], 2001);
  11726.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11727.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11728.         }, => 'invalidateRules'], 2000);
  11729.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11730.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11731.         }, => 'invalidateConfig'], 2001);
  11732.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11733.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11734.         }, => 'invalidateRules'], 2000);
  11735.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11736.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11737.         }, => 'invalidateConfig'], 2001);
  11738.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11739.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11740.         }, => 'invalidateConfigKey'], 2000);
  11741.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  11742.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11743.         }, => 'invalidateSitemap'], 2000);
  11744.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11745.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  11746.         }, => 'preValidate'], 0);
  11747.         $instance->addListener('kernel.controller', [=> function () {
  11748.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  11749.         }, => 'validate'], -20);
  11750.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  11751.             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()));
  11752.         }, => 'validate'], 0);
  11753.         $instance->addListener('kernel.request', [=> function () {
  11754.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11755.         }, => 'onKernelRequest'], 9999);
  11756.         $instance->addListener('kernel.response', [=> function () {
  11757.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11758.         }, => 'onKernelResponse'], 9999);
  11759.         $instance->addListener('kernel.exception', [=> function () {
  11760.             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)));
  11761.         }, => 'onKernelException'], -1);
  11762.         $instance->addListener('kernel.response', [=> function () {
  11763.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  11764.         }, => 'onResponse'], 0);
  11765.         $instance->addListener('kernel.request', [=> function () {
  11766.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  11767.         }, => 'onRequest'], 128);
  11768.         $instance->addListener('kernel.controller', [=> function () {
  11769.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  11770.         }, => 'checkExpectations'], -21);
  11771.         $instance->addListener('kernel.controller', [=> function () {
  11772.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  11773.         }, => 'validateRequest'], -2);
  11774.         $instance->addListener('kernel.request', [=> function () {
  11775.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11776.         }, => 'setupOAuth'], 128);
  11777.         $instance->addListener('kernel.controller', [=> function () {
  11778.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11779.         }, => 'validateRequest'], -2);
  11780.         $instance->addListener('user.written', [=> function () {
  11781.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11782.         }, => 'onUserWritten'], 0);
  11783.         $instance->addListener('user.deleted', [=> function () {
  11784.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11785.         }, => 'onUserDeleted'], 0);
  11786.         $instance->addListener('app.loaded', [=> function () {
  11787.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  11788.         }, => 'unserialize'], 0);
  11789.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11790.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  11791.         }, => 'checkWrite'], 0);
  11792.         $instance->addListener('app_script_condition.loaded', [=> function () {
  11793.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  11794.         }, => 'unserialize'], 0);
  11795.         $instance->addListener('app_flow_action.loaded', [=> function () {
  11796.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  11797.         }, => 'unserialize'], 0);
  11798.         $instance->addListener('custom_field.deleted', [=> function () {
  11799.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11800.         }, => 'reset'], 0);
  11801.         $instance->addListener('custom_field.written', [=> function () {
  11802.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11803.         }, => 'reset'], 0);
  11804.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  11805.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11806.         }, => 'startProgress'], 0);
  11807.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  11808.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11809.         }, => 'advanceProgress'], 0);
  11810.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  11811.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11812.         }, => 'finishProgress'], 0);
  11813.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  11814.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11815.         }, => 'runRegisteredIndexers'], 0);
  11816.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11817.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11818.         }, => 'runRegisteredIndexers'], 0);
  11819.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11820.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  11821.         }, => 'preValidate'], 0);
  11822.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11823.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11824.         }, => 'validateWriteCommands'], 0);
  11825.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11826.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11827.         }, => 'validateEntitySearch'], 0);
  11828.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11829.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  11830.         }, => 'refreshIndex'], 1000);
  11831.         $instance->addListener('mail_template.deleted', [=> function () {
  11832.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  11833.         }, => 'deleted'], 0);
  11834.         $instance->addListener('dead_message.loaded', [=> function () {
  11835.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  11836.         }, => 'unserialize'], 0);
  11837.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11838.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  11839.         }, => 'onMessageFailed'], 99);
  11840.         $instance->addListener('plugin.loaded', [=> function () {
  11841.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  11842.         }, => 'unserialize'], 0);
  11843.         $instance->addListener('acl_role.loaded', [=> function () {
  11844.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  11845.         }, => 'onAclRoleLoaded'], 0);
  11846.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11847.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11848.         }, => 'afterPluginStateChange'], 0);
  11849.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11850.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11851.         }, => 'afterPluginStateChange'], 0);
  11852.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11853.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11854.         }, => 'afterPluginStateChange'], 0);
  11855.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11856.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  11857.         }, => 'updatePostFinishEvent'], 0);
  11858.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11859.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  11860.         }, => 'onLicenseHostChanged'], 0);
  11861.         $instance->addListener('script.written', [=> function () {
  11862.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  11863.         }, => 'invalidateCache'], 0);
  11864.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11865.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11866.         }, => 'preValidate'], 0);
  11867.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11868.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11869.         }, => 'postValidate'], 0);
  11870.         $instance->addListener('language.deleted', [=> function () {
  11871.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11872.         }, => 'invalidateCache'], 0);
  11873.         $instance->addListener('language.written', [=> function () {
  11874.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11875.         }, => 'invalidateCache'], 0);
  11876.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11877.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  11878.         }, => 'preValidate'], 0);
  11879.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11880.             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'))));
  11881.         }, => 'update'], 0);
  11882.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11883.             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'))));
  11884.         }, => 'onUpdate'], 0);
  11885.         $instance->addListener('kernel.response', [=> function () {
  11886.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  11887.         }, => 'addSeoInformation'], 10000);
  11888.         $instance->addListener('webhook.written', [=> function () {
  11889.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11890.         }, => 'clearWebhookCache'], 0);
  11891.         $instance->addListener('acl_role.written', [=> function () {
  11892.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11893.         }, => 'clearPrivilegesCache'], 0);
  11894.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  11895.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  11896.         }, => 'handleWebhookMessageFail'], 0);
  11897.         $instance->addListener('kernel.response', [=> function () {
  11898.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  11899.         }, => 'encodeResponse'], 10000);
  11900.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11901.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  11902.         }, => 'handleSalesChannelLanguageIds'], 0);
  11903.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11904.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  11905.         }, => 'preWriteValidateEvent'], 0);
  11906.         $instance->addListener('country.written', [=> function () {
  11907.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  11908.         }, => 'updated'], 0);
  11909.         $instance->addListener('currency.loaded', [=> function () {
  11910.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  11911.         }, => 'setDefault'], 0);
  11912.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11913.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  11914.         }, => 'preValidate'], 0);
  11915.         $instance->addListener('custom_field.written', [=> function () {
  11916.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11917.         }, => 'customFieldIsWritten'], 0);
  11918.         $instance->addListener('custom_field.deleted', [=> function () {
  11919.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11920.         }, => 'customFieldIsDeleted'], 0);
  11921.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11922.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  11923.         }, => 'validate'], 0);
  11924.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11925.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  11926.         }, => 'onValueChanged'], 1500);
  11927.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11928.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  11929.         }, => 'postValidate'], 0);
  11930.         $instance->addListener('category.loaded', [=> function () {
  11931.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11932.         }, => 'entityLoaded'], 0);
  11933.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  11934.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11935.         }, => 'entityLoaded'], 0);
  11936.         $instance->addListener('media.loaded', [=> function () {
  11937.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11938.         }, => 'unserialize'], 10);
  11939.         $instance->addListener('media.loaded', [=> function () {
  11940.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11941.         }, => 'addUrls'], 0);
  11942.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  11943.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  11944.         }, => 'unserialize'], 10);
  11945.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11946.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11947.         }, => 'beforeDelete'], 0);
  11948.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11949.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11950.         }, => 'securePrivateFolders'], 0);
  11951.         $instance->addListener('product.loaded', [=> function () {
  11952.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11953.         }, => 'loaded'], 0);
  11954.         $instance->addListener('product.partial_loaded', [=> function () {
  11955.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11956.         }, => 'partialEntityLoaded'], 0);
  11957.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  11958.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11959.         }, => 'salesChannelLoaded'], 0);
  11960.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  11961.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11962.         }, => 'partialSalesChannelLoaded'], 0);
  11963.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11964.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11965.         }, => 'handleListingRequest'], 100);
  11966.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11967.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11968.         }, => 'handleFlags'], -100);
  11969.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  11970.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11971.         }, => 'handleFlags'], -100);
  11972.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11973.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11974.         }, => 'handleSearchRequest'], 100);
  11975.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11976.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11977.         }, => 'handleFlags'], -100);
  11978.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11979.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11980.         }, => 'handleResult'], 100);
  11981.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11982.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11983.         }, => 'removeScoreSorting'], -100);
  11984.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  11985.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11986.         }, => 'handleResult'], 0);
  11987.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11988.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  11989.         }, => 'preValidate'], 0);
  11990.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11991.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11992.         }, => 'orderPlaced'], 0);
  11993.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  11994.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11995.         }, => 'stateChanged'], 0);
  11996.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11997.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11998.         }, => 'triggerChangeSet'], 0);
  11999.         $instance->addListener('order_line_item.written', [=> function () {
  12000.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12001.         }, => 'lineItemWritten'], 0);
  12002.         $instance->addListener('order_line_item.deleted', [=> function () {
  12003.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12004.         }, => 'lineItemWritten'], 0);
  12005.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  12006.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  12007.         }, => 'onNewsletterRecipientDeleted'], 0);
  12008.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12009.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  12010.         }, => 'preValidate'], 0);
  12011.         $instance->addListener('rule.loaded', [=> function () {
  12012.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  12013.         }, => 'unserialize'], 0);
  12014.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12015.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12016.         }, => 'refreshPlugin'], 0);
  12017.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12018.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12019.         }, => 'refreshPlugin'], 0);
  12020.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12021.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12022.         }, => 'refreshPlugin'], 0);
  12023.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12024.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12025.         }, => 'refreshPlugin'], 0);
  12026.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12027.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12028.         }, => 'refreshPlugin'], 0);
  12029.         $instance->addListener('rule.written', [=> function () {
  12030.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12031.         }, => 'onRuleWritten'], 0);
  12032.         $instance->addListener('app_script_condition.written', [=> function () {
  12033.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  12034.         }, => 'updatePayloads'], 0);
  12035.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12036.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12037.         }, => 'triggerChangeSet'], 0);
  12038.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12039.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12040.         }, => 'onEntityWritten'], 0);
  12041.         $instance->addListener('product_export.written', [=> function () {
  12042.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  12043.         }, => 'afterWrite'], 0);
  12044.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  12045.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12046.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  12047.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12048.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12049.         }, => 'beforeDeletion'], 0);
  12050.         $instance->addListener('action.mail.send', [=> function () {
  12051.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  12052.         }, => 'sendMail'], 0);
  12053.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12054.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  12055.         }, => 'preValidate'], 0);
  12056.         $instance->addListener('media.written', [=> function () {
  12057.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  12058.         }, => 'persistMedia'], 0);
  12059.         $instance->addListener('import_export_file.deleted', [=> function () {
  12060.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  12061.         }, => 'onFileDeleted'], 0);
  12062.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12063.             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()));
  12064.         }, => 'enrich'], 0);
  12065.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  12066.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  12067.         }, => 'categoryPathsToAssignment'], 0);
  12068.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12069.             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()));
  12070.         }, => 'enrich'], 0);
  12071.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  12072.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  12073.         }, => 'onAfterImportRecord'], 0);
  12074.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12075.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  12076.         }, => 'preValidate'], 0);
  12077.         $instance->addListener('action.add.order.tag', [=> function () {
  12078.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  12079.         }, => 'handle'], 0);
  12080.         $instance->addListener('action.add.customer.tag', [=> function () {
  12081.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  12082.         }, => 'handle'], 0);
  12083.         $instance->addListener('action.remove.order.tag', [=> function () {
  12084.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  12085.         }, => 'handle'], 0);
  12086.         $instance->addListener('action.remove.customer.tag', [=> function () {
  12087.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  12088.         }, => 'handle'], 0);
  12089.         $instance->addListener('action.change.customer.group', [=> function () {
  12090.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  12091.         }, => 'handle'], 0);
  12092.         $instance->addListener('action.change.customer.status', [=> function () {
  12093.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  12094.         }, => 'handle'], 0);
  12095.         $instance->addListener('action.mail.send', [=> function () {
  12096.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  12097.         }, => 'handle'], 0);
  12098.         $instance->addListener('action.generate.document', [=> function () {
  12099.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  12100.         }, => 'handle'], 0);
  12101.         $instance->addListener('action.set.order.state', [=> function () {
  12102.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  12103.         }, => 'handle'], 0);
  12104.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  12105.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  12106.         }, => 'handle'], 0);
  12107.         $instance->addListener('action.set.order.custom.field', [=> function () {
  12108.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  12109.         }, => 'handle'], 0);
  12110.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  12111.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  12112.         }, => 'handle'], 0);
  12113.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  12114.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  12115.         }, => 'handle'], 0);
  12116.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  12117.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  12118.         }, => 'handle'], 0);
  12119.         $instance->addListener('action.stop.flow', [=> function () {
  12120.             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()));
  12121.         }, => 'handle'], 0);
  12122.         $instance->addListener('flow.written', [=> function () {
  12123.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  12124.         }, => 'invalidate'], 0);
  12125.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12126.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12127.         }, => 'refreshPlugin'], 0);
  12128.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12129.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12130.         }, => 'refreshPlugin'], 0);
  12131.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12132.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12133.         }, => 'refreshPlugin'], 0);
  12134.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12135.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12136.         }, => 'refreshPlugin'], 0);
  12137.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12138.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12139.         }, => 'refreshPlugin'], 0);
  12140.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  12141.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12142.         }, => 'refreshPlugin'], 0);
  12143.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12144.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12145.         }, => 'refreshPlugin'], 0);
  12146.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12147.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12148.         }, => 'refreshPlugin'], 0);
  12149.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  12150.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12151.         }, => 'refreshPlugin'], 0);
  12152.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12153.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12154.         }, => 'refreshPlugin'], 0);
  12155.         $instance->addListener('customer.loaded', [=> function () {
  12156.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12157.         }, => 'loaded'], 0);
  12158.         $instance->addListener('customer_address.loaded', [=> function () {
  12159.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12160.         }, => 'loaded'], 0);
  12161.         $instance->addListener('order_address.loaded', [=> function () {
  12162.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12163.         }, => 'loaded'], 0);
  12164.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  12165.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12166.         }, => 'fillCustomerMetaDataFields'], 0);
  12167.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12168.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12169.         }, => 'deleteOrder'], 0);
  12170.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12171.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  12172.         }, => 'updateRemoteAddressByLogin'], 0);
  12173.         $instance->addListener('customer.written', [=> function () {
  12174.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12175.         }, => 'onCustomerWritten'], 0);
  12176.         $instance->addListener('customer.deleted', [=> function () {
  12177.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12178.         }, => 'onCustomerDeleted'], 0);
  12179.         $instance->addListener('customer_group_translation.written', [=> function () {
  12180.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12181.         }, => 'updatedCustomerGroup'], 0);
  12182.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  12183.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12184.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  12185.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  12186.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12187.         }, => 'deleteCustomerGroup'], 0);
  12188.         $instance->addListener('customer.written', [=> function () {
  12189.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  12190.         }, => 'onCustomerWritten'], 0);
  12191.         $instance->addListener('customer.written', [=> function () {
  12192.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  12193.         }, => 'onCustomerWritten'], 0);
  12194.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12195.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  12196.         }, => 'beforeDelete'], 0);
  12197.         $instance->addListener('document_base_config.written', [=> function () {
  12198.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  12199.         }, => 'reset'], 0);
  12200.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  12201.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12202.         }, => 'onOrderStateChange'], 0);
  12203.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  12204.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12205.         }, => 'onOrderDeliveryStateChange'], 0);
  12206.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  12207.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12208.         }, => 'onOrderTransactionStateChange'], 0);
  12209.         $instance->addListener('collect.business-events', [=> function () {
  12210.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12211.         }, => 'onAddStateEvents'], 0);
  12212.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12213.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  12214.         }, => 'validate'], 0);
  12215.         $instance->addListener('payment_method.loaded', [=> function () {
  12216.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  12217.         }, => 'formatHandlerIdentifier'], 0);
  12218.         $instance->addListener('payment_method.loaded', [=> function () {
  12219.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  12220.         }, => 'addDistinguishablePaymentName'], 0);
  12221.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12222.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  12223.         }, => 'preValidate'], 0);
  12224.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  12225.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12226.         }, => 'onLineItemAdded'], 0);
  12227.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  12228.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12229.         }, => 'onLineItemRemoved'], 0);
  12230.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12231.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12232.         }, => 'resetCodes'], 0);
  12233.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12234.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  12235.         }, => 'onOrderPlaced'], 0);
  12236.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12237.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  12238.         }, => 'orderPlaced'], 0);
  12239.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12240.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  12241.         }, => 'preValidate'], 0);
  12242.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  12243.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  12244.         }, => 'onContextResolved'], 0);
  12245.         $instance->addListener('sales_channel.deleted', [=> function () {
  12246.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  12247.         }, => 'onSalesChannelDeleted'], 0);
  12248.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12249.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  12250.         }, => 'invalidate'], 2000);
  12251.         $instance->addListener('kernel.request', [=> function () {
  12252.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12253.         }, => 'startSession'], 40);
  12254.         $instance->addListener('kernel.request', [=> function () {
  12255.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12256.         }, => 'maintenanceResolver'], 0);
  12257.         $instance->addListener('kernel.exception', [=> function () {
  12258.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12259.         }, => 'showHtmlExceptionResponse'], -100);
  12260.         $instance->addListener('kernel.exception', [=> function () {
  12261.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12262.         }, => 'customerNotLoggedInHandler'], 0);
  12263.         $instance->addListener('kernel.exception', [=> function () {
  12264.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12265.         }, => 'maintenanceResolver'], 0);
  12266.         $instance->addListener('kernel.controller', [=> function () {
  12267.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12268.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  12269.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12270.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12271.         }, => 'updateSessionAfterLogin'], 0);
  12272.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  12273.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12274.         }, => 'updateSessionAfterLogout'], 0);
  12275.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12276.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12277.         }, => 'replaceCsrfToken'], 0);
  12278.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12279.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12280.         }, => 'setCanonicalUrl'], 0);
  12281.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12282.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12283.         }, => 'addHreflang'], 0);
  12284.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12285.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12286.         }, => 'addShopIdParameter'], 0);
  12287.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12288.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12289.         }, => 'addIconSetConfig'], 0);
  12290.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  12291.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12292.         }, => 'replaceContextToken'], 0);
  12293.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12294.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  12295.         }, => 'onSystemConfigChanged'], 0);
  12296.         $instance->addListener('kernel.controller', [=> function () {
  12297.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  12298.         }, => 'csrfCheck'], -9);
  12299.         $instance->addListener('kernel.controller', [=> function () {
  12300.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  12301.         }, => 'checkAffiliateTracking'], -21);
  12302.         $instance->addListener('kernel.request', [=> function () {
  12303.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12304.         }, => 'addHttpCacheToCoreRoutes'], 0);
  12305.         $instance->addListener('kernel.response', [=> function () {
  12306.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12307.         }, => 'setResponseCache'], -1500);
  12308.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12309.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12310.         }, => 'updateCacheControlForBrowser'], 0);
  12311.         $instance->addListener('kernel.controller', [=> function () {
  12312.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  12313.         }, => 'validateCaptcha'], -20);
  12314.         $instance->addListener('kernel.response', [=> function () {
  12315.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  12316.         }, => 'onResponse'], -10);
  12317.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  12318.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  12319.         }, => 'addCartMergedNoticeFlash'], 0);
  12320.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12321.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12322.         }, => 'updateProductUrls'], 0);
  12323.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  12324.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12325.         }, => 'updateCategoryUrls'], 0);
  12326.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  12327.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12328.         }, => 'updateLandingPageUrls'], 0);
  12329.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12330.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12331.         }, => 'detectSalesChannelEntryPoints'], 0);
  12332.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12333.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12334.         }, => 'invalidate'], 0);
  12335.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12336.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12337.         }, => 'assigned'], 0);
  12338.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12339.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12340.         }, => 'reset'], 0);
  12341.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12342.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12343.         }, => 'handleAppActivationOrUpdate'], 0);
  12344.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12345.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12346.         }, => 'handleAppActivationOrUpdate'], 0);
  12347.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12348.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12349.         }, => 'handleUninstall'], 0);
  12350.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12351.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12352.         }, => 'dumpConfigFromEvent'], 0);
  12353.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12354.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12355.         }, => 'dumpConfigFromEvent'], 0);
  12356.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12357.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12358.         }, => 'dumpConfigFromEvent'], 0);
  12359.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  12360.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12361.         }, => 'pluginActivate'], 0);
  12362.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12363.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12364.         }, => 'pluginPostActivate'], 0);
  12365.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  12366.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12367.         }, => 'pluginUpdate'], 0);
  12368.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  12369.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12370.         }, => 'pluginDeactivateAndUninstall'], 0);
  12371.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  12372.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12373.         }, => 'pluginPostDeactivateFailed'], 0);
  12374.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  12375.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12376.         }, => 'pluginDeactivateAndUninstall'], 0);
  12377.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12378.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12379.         }, => 'pluginPostUninstall'], 0);
  12380.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  12381.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  12382.         }, => 'onAppDeleted'], 0);
  12383.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  12384.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  12385.         }, => 'enrichExtensionVars'], 0);
  12386.         $instance->addListener('kernel.request', [=> function () {
  12387.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12388.         }, => 'requestEvent'], 0);
  12389.         $instance->addListener('kernel.exception', [=> function () {
  12390.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12391.         }, => 'requestEvent'], 0);
  12392.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  12393.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12394.         }, => 'onDocumentRendering'], 0);
  12395.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  12396.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  12397.         }, => 'frwFinished'], 0);
  12398.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  12399.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  12400.         }, => 'updateFinished'], 0);
  12401.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12402.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  12403.         }, => 'update'], 0);
  12404.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12405.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  12406.         }, => 'onNewCustomFieldCreated'], 0);
  12407.         $instance->addListener('sales_channel_language.written', [=> function () {
  12408.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  12409.         }, => 'onSalesChannelWritten'], 0);
  12410.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12411.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidator2Service());
  12412.         }, => 'postValidate'], 0);
  12413.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12414.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] ?? $this->getSalesChannelDomainValidatorService());
  12415.         }, => 'postValidate'], 0);
  12416.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12417.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] ?? $this->getSalesChannelLanguageValidatorService());
  12418.         }, => 'postValidate'], 0);
  12419.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12420.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] ?? $this->getUserValidatorService());
  12421.         }, => 'postValidate'], 0);
  12422.         $instance->addListener('Shopware\\Storefront\\Event\\ThemeCompilerConcatenatedStylesEvent', [=> function () {
  12423.             return ($this->privates['Dne\\CustomCssJs\\Subscriber\\ThemeCompilerSubscriber'] ?? $this->getThemeCompilerSubscriberService());
  12424.         }, => 'onGetConcatenatedStyles'], 0);
  12425.         $instance->addListener('Shopware\\Storefront\\Event\\ThemeCompilerConcatenatedScriptsEvent', [=> function () {
  12426.             return ($this->privates['Dne\\CustomCssJs\\Subscriber\\ThemeCompilerSubscriber'] ?? $this->getThemeCompilerSubscriberService());
  12427.         }, => 'onGetConcatenatedScripts'], 0);
  12428.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12429.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\StorefrontRenderSubscriber'] ?? ($this->privates['zenit\\PlatformGravity\\Subscriber\\StorefrontRenderSubscriber'] = new \zenit\PlatformGravity\Subscriber\StorefrontRenderSubscriber()));
  12430.         }, => 'onStorefrontRender'], 0);
  12431.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  12432.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12433.         }, => 'handleSuggestRequest'], 0);
  12434.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductCrossSellingIdsCriteriaEvent', [=> function () {
  12435.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12436.         }, => 'handleCrossSellingRequest'], 0);
  12437.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductCrossSellingStreamCriteriaEvent', [=> function () {
  12438.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12439.         }, => 'handleCrossSellingLoadRequest'], 0);
  12440.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  12441.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12442.         }, => 'handleListingRequest'], 0);
  12443.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  12444.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12445.         }, => 'handleSearchRequest'], 0);
  12446.         $instance->addListener('Shopware\\Storefront\\Page\\Wishlist\\WishListPageProductCriteriaEvent', [=> function () {
  12447.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  12448.         }, => 'handleWishlistRequest'], 0);
  12449.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoadedEvent', [=> function () {
  12450.             return ($this->privates['zenit\\PlatformGravity\\Subscriber\\QuickViewSubscriber'] ?? $this->getQuickViewSubscriberService());
  12451.         }, => 'onMinimalQuickViewPageLoaded'], 0);
  12452.         $instance->addListener('kernel.response', [=> function () {
  12453.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  12454.         }, => 'onKernelResponse'], 0);
  12455.         $instance->addListener('kernel.response', [=> function () {
  12456.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  12457.         }, => 'onKernelResponse'], -1024);
  12458.         $instance->addListener('kernel.request', [=> function () {
  12459.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12460.         }, => 'setDefaultLocale'], 100);
  12461.         $instance->addListener('kernel.request', [=> function () {
  12462.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12463.         }, => 'onKernelRequest'], 16);
  12464.         $instance->addListener('kernel.finish_request', [=> function () {
  12465.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12466.         }, => 'onKernelFinishRequest'], 0);
  12467.         $instance->addListener('kernel.request', [=> function () {
  12468.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  12469.         }, => 'onKernelRequest'], 256);
  12470.         $instance->addListener('kernel.response', [=> function () {
  12471.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  12472.         }, => 'onResponse'], -255);
  12473.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12474.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12475.         }, => 'onControllerArguments'], 0);
  12476.         $instance->addListener('kernel.exception', [=> function () {
  12477.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12478.         }, => 'logKernelException'], 0);
  12479.         $instance->addListener('kernel.exception', [=> function () {
  12480.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12481.         }, => 'onKernelException'], -128);
  12482.         $instance->addListener('kernel.response', [=> function () {
  12483.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12484.         }, => 'removeCspHeader'], -128);
  12485.         $instance->addListener('kernel.request', [=> function () {
  12486.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12487.         }, => 'onKernelRequest'], 15);
  12488.         $instance->addListener('kernel.finish_request', [=> function () {
  12489.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12490.         }, => 'onKernelFinishRequest'], -15);
  12491.         $instance->addListener('console.error', [=> function () {
  12492.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12493.         }, => 'onConsoleError'], -128);
  12494.         $instance->addListener('console.terminate', [=> function () {
  12495.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12496.         }, => 'onConsoleTerminate'], -128);
  12497.         $instance->addListener('console.error', [=> function () {
  12498.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  12499.         }, => 'onConsoleError'], 0);
  12500.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12501.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  12502.         }, => 'onMessage'], -255);
  12503.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12504.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  12505.         }, => 'onMessage'], -255);
  12506.         $instance->addListener('kernel.response', [=> function () {
  12507.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  12508.         }, => 'onKernelResponse'], 0);
  12509.         $instance->addListener('kernel.request', [=> function () {
  12510.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  12511.         }, => 'onKernelRequest'], 48);
  12512.         $instance->addListener('kernel.request', [=> function () {
  12513.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12514.         }, => 'configure'], 2048);
  12515.         $instance->addListener('console.command', [=> function () {
  12516.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12517.         }, => 'configure'], 2048);
  12518.         $instance->addListener('kernel.request', [=> function () {
  12519.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12520.         }, => 'onKernelRequest'], 32);
  12521.         $instance->addListener('kernel.finish_request', [=> function () {
  12522.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12523.         }, => 'onKernelFinishRequest'], 0);
  12524.         $instance->addListener('kernel.exception', [=> function () {
  12525.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12526.         }, => 'onKernelException'], -64);
  12527.         $instance->addListener('kernel.request', [=> function () {
  12528.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12529.         }, => 'onKernelRequest'], 128);
  12530.         $instance->addListener('kernel.response', [=> function () {
  12531.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12532.         }, => 'onKernelResponse'], -1000);
  12533.         $instance->addListener('kernel.finish_request', [=> function () {
  12534.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12535.         }, => 'onFinishRequest'], 0);
  12536.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12537.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  12538.         }, => 'onMessageFailed'], 100);
  12539.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12540.             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()));
  12541.         }, => 'onMessageFailed'], 200);
  12542.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12543.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  12544.         }, => 'onWorkerRunning'], 100);
  12545.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  12546.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12547.         }, => 'onWorkerStarted'], 0);
  12548.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12549.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12550.         }, => 'onWorkerRunning'], 0);
  12551.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  12552.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  12553.         }, => 'onWorkerStarted'], 100);
  12554.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12555.             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()));
  12556.         }, => 'onMessageFailed'], 0);
  12557.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12558.             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()));
  12559.         }, => 'onWorkerRunning'], 0);
  12560.         $instance->addListener('kernel.response', [=> function () {
  12561.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12562.         }, => 'onKernelResponse'], -100);
  12563.         $instance->addListener('kernel.exception', [=> function () {
  12564.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12565.         }, => 'onKernelException'], 0);
  12566.         $instance->addListener('kernel.terminate', [=> function () {
  12567.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12568.         }, => 'onKernelTerminate'], -1024);
  12569.         $instance->addListener('kernel.controller', [=> function () {
  12570.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12571.         }, => 'onKernelController'], 0);
  12572.         $instance->addListener('kernel.response', [=> function () {
  12573.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12574.         }, => 'onKernelResponse'], 0);
  12575.         $instance->addListener('console.command', [=> function () {
  12576.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12577.         }, => 'onCommand'], 255);
  12578.         $instance->addListener('console.terminate', [=> function () {
  12579.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12580.         }, => 'onTerminate'], -255);
  12581.         $instance->addListener('kernel.controller', [=> function () {
  12582.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  12583.         }, => 'onKernelController'], 0);
  12584.         $instance->addListener('kernel.controller', [=> function () {
  12585.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  12586.         }, => 'onKernelController'], 0);
  12587.         $instance->addListener('kernel.controller', [=> function () {
  12588.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12589.         }, => 'onKernelController'], -128);
  12590.         $instance->addListener('kernel.view', [=> function () {
  12591.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12592.         }, => 'onKernelView'], 0);
  12593.         $instance->addListener('kernel.controller', [=> function () {
  12594.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12595.         }, => 'onKernelController'], 0);
  12596.         $instance->addListener('kernel.response', [=> function () {
  12597.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12598.         }, => 'onKernelResponse'], 0);
  12599.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12600.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  12601.         }, => 'onKernelControllerArguments'], 0);
  12602.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12603.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  12604.         }, => 'onMessage'], 0);
  12605.         $instance->addListener('kernel.response', [=> function () {
  12606.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  12607.         }, => 'onKernelResponse'], -128);
  12608.         $instance->addListener('console.command', [=> function () {
  12609.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  12610.         }, => 'configure'], 1024);
  12611.         $instance->addListener('kernel.terminate', [=> function () {
  12612.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12613.         }, => 'flushMessages'], 0);
  12614.         $instance->addListener('console.terminate', [=> function () {
  12615.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12616.         }, => 'flushMessages'], 0);
  12617.         return $instance;
  12618.     }
  12619.     /**
  12620.      * Gets the public 'flow.repository' shared service.
  12621.      *
  12622.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12623.      */
  12624.     protected function getFlow_RepositoryService()
  12625.     {
  12626.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12627.         if (isset($this->services['flow.repository'])) {
  12628.             return $this->services['flow.repository'];
  12629.         }
  12630.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12631.         if (isset($this->services['flow.repository'])) {
  12632.             return $this->services['flow.repository'];
  12633.         }
  12634.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12635.         if (isset($this->services['flow.repository'])) {
  12636.             return $this->services['flow.repository'];
  12637.         }
  12638.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12639.         if (isset($this->services['flow.repository'])) {
  12640.             return $this->services['flow.repository'];
  12641.         }
  12642.         return $this->services['flow.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] ?? $this->getFlowDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12643.     }
  12644.     /**
  12645.      * Gets the public 'flow_sequence.repository' shared service.
  12646.      *
  12647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12648.      */
  12649.     protected function getFlowSequence_RepositoryService()
  12650.     {
  12651.         return $this->services['flow_sequence.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] ?? $this->getFlowSequenceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12652.     }
  12653.     /**
  12654.      * Gets the public 'framework.filesystem.private' shared service.
  12655.      *
  12656.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12657.      */
  12658.     protected function getFramework_Filesystem_PrivateService()
  12659.     {
  12660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12662.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  12663.     }
  12664.     /**
  12665.      * Gets the public 'framework.filesystem.public' shared service.
  12666.      *
  12667.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12668.      */
  12669.     protected function getFramework_Filesystem_PublicService()
  12670.     {
  12671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12673.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  12674.     }
  12675.     /**
  12676.      * Gets the public 'http_kernel' shared service.
  12677.      *
  12678.      * @return \Symfony\Component\HttpKernel\HttpKernel
  12679.      */
  12680.     protected function getHttpKernelService()
  12681.     {
  12682.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12683.         if (isset($this->services['http_kernel'])) {
  12684.             return $this->services['http_kernel'];
  12685.         }
  12686.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  12687.         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 () {
  12688.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  12689.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  12690.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  12691.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  12692.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  12693.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  12694.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12695.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  12696.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12697.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12698.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  12699.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12700.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12701.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12702.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12703.         }, 15)), $b));
  12704.     }
  12705.     /**
  12706.      * Gets the public 'import_export_file.repository' shared service.
  12707.      *
  12708.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12709.      */
  12710.     protected function getImportExportFile_RepositoryService()
  12711.     {
  12712.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12713.         if (isset($this->services['import_export_file.repository'])) {
  12714.             return $this->services['import_export_file.repository'];
  12715.         }
  12716.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12717.         if (isset($this->services['import_export_file.repository'])) {
  12718.             return $this->services['import_export_file.repository'];
  12719.         }
  12720.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12721.         if (isset($this->services['import_export_file.repository'])) {
  12722.             return $this->services['import_export_file.repository'];
  12723.         }
  12724.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12725.         if (isset($this->services['import_export_file.repository'])) {
  12726.             return $this->services['import_export_file.repository'];
  12727.         }
  12728.         return $this->services['import_export_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] ?? $this->getImportExportFileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12729.     }
  12730.     /**
  12731.      * Gets the public 'import_export_log.repository' shared service.
  12732.      *
  12733.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12734.      */
  12735.     protected function getImportExportLog_RepositoryService()
  12736.     {
  12737.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12738.         if (isset($this->services['import_export_log.repository'])) {
  12739.             return $this->services['import_export_log.repository'];
  12740.         }
  12741.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12742.         if (isset($this->services['import_export_log.repository'])) {
  12743.             return $this->services['import_export_log.repository'];
  12744.         }
  12745.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12746.         if (isset($this->services['import_export_log.repository'])) {
  12747.             return $this->services['import_export_log.repository'];
  12748.         }
  12749.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12750.         if (isset($this->services['import_export_log.repository'])) {
  12751.             return $this->services['import_export_log.repository'];
  12752.         }
  12753.         return $this->services['import_export_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] ?? $this->getImportExportLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12754.     }
  12755.     /**
  12756.      * Gets the public 'import_export_profile.repository' shared service.
  12757.      *
  12758.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12759.      */
  12760.     protected function getImportExportProfile_RepositoryService()
  12761.     {
  12762.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12763.         if (isset($this->services['import_export_profile.repository'])) {
  12764.             return $this->services['import_export_profile.repository'];
  12765.         }
  12766.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12767.         if (isset($this->services['import_export_profile.repository'])) {
  12768.             return $this->services['import_export_profile.repository'];
  12769.         }
  12770.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12771.         if (isset($this->services['import_export_profile.repository'])) {
  12772.             return $this->services['import_export_profile.repository'];
  12773.         }
  12774.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12775.         if (isset($this->services['import_export_profile.repository'])) {
  12776.             return $this->services['import_export_profile.repository'];
  12777.         }
  12778.         return $this->services['import_export_profile.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] ?? $this->getImportExportProfileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12779.     }
  12780.     /**
  12781.      * Gets the public 'import_export_profile_translation.repository' shared service.
  12782.      *
  12783.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12784.      */
  12785.     protected function getImportExportProfileTranslation_RepositoryService()
  12786.     {
  12787.         return $this->services['import_export_profile_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] ?? $this->getImportExportProfileTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12788.     }
  12789.     /**
  12790.      * Gets the public 'integration.repository' shared service.
  12791.      *
  12792.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12793.      */
  12794.     protected function getIntegration_RepositoryService()
  12795.     {
  12796.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12797.         if (isset($this->services['integration.repository'])) {
  12798.             return $this->services['integration.repository'];
  12799.         }
  12800.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12801.         if (isset($this->services['integration.repository'])) {
  12802.             return $this->services['integration.repository'];
  12803.         }
  12804.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12805.         if (isset($this->services['integration.repository'])) {
  12806.             return $this->services['integration.repository'];
  12807.         }
  12808.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12809.         if (isset($this->services['integration.repository'])) {
  12810.             return $this->services['integration.repository'];
  12811.         }
  12812.         return $this->services['integration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] ?? $this->getIntegrationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12813.     }
  12814.     /**
  12815.      * Gets the public 'integration_role.repository' shared service.
  12816.      *
  12817.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12818.      */
  12819.     protected function getIntegrationRole_RepositoryService()
  12820.     {
  12821.         return $this->services['integration_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] ?? $this->getIntegrationRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12822.     }
  12823.     /**
  12824.      * Gets the public 'landing_page.repository' shared service.
  12825.      *
  12826.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12827.      */
  12828.     protected function getLandingPage_RepositoryService()
  12829.     {
  12830.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12831.         if (isset($this->services['landing_page.repository'])) {
  12832.             return $this->services['landing_page.repository'];
  12833.         }
  12834.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12835.         if (isset($this->services['landing_page.repository'])) {
  12836.             return $this->services['landing_page.repository'];
  12837.         }
  12838.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12839.         if (isset($this->services['landing_page.repository'])) {
  12840.             return $this->services['landing_page.repository'];
  12841.         }
  12842.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12843.         if (isset($this->services['landing_page.repository'])) {
  12844.             return $this->services['landing_page.repository'];
  12845.         }
  12846.         return $this->services['landing_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12847.     }
  12848.     /**
  12849.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  12850.      *
  12851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12852.      */
  12853.     protected function getLandingPageSalesChannel_RepositoryService()
  12854.     {
  12855.         return $this->services['landing_page_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] ?? $this->getLandingPageSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12856.     }
  12857.     /**
  12858.      * Gets the public 'landing_page_tag.repository' shared service.
  12859.      *
  12860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12861.      */
  12862.     protected function getLandingPageTag_RepositoryService()
  12863.     {
  12864.         return $this->services['landing_page_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] ?? $this->getLandingPageTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12865.     }
  12866.     /**
  12867.      * Gets the public 'landing_page_translation.repository' shared service.
  12868.      *
  12869.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12870.      */
  12871.     protected function getLandingPageTranslation_RepositoryService()
  12872.     {
  12873.         return $this->services['landing_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] ?? $this->getLandingPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12874.     }
  12875.     /**
  12876.      * Gets the public 'language.repository' shared service.
  12877.      *
  12878.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12879.      */
  12880.     protected function getLanguage_RepositoryService()
  12881.     {
  12882.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12883.         if (isset($this->services['language.repository'])) {
  12884.             return $this->services['language.repository'];
  12885.         }
  12886.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12887.         if (isset($this->services['language.repository'])) {
  12888.             return $this->services['language.repository'];
  12889.         }
  12890.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12891.         if (isset($this->services['language.repository'])) {
  12892.             return $this->services['language.repository'];
  12893.         }
  12894.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12895.         if (isset($this->services['language.repository'])) {
  12896.             return $this->services['language.repository'];
  12897.         }
  12898.         return $this->services['language.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12899.     }
  12900.     /**
  12901.      * Gets the public 'locale.repository' shared service.
  12902.      *
  12903.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12904.      */
  12905.     protected function getLocale_RepositoryService()
  12906.     {
  12907.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12908.         if (isset($this->services['locale.repository'])) {
  12909.             return $this->services['locale.repository'];
  12910.         }
  12911.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12912.         if (isset($this->services['locale.repository'])) {
  12913.             return $this->services['locale.repository'];
  12914.         }
  12915.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12916.         if (isset($this->services['locale.repository'])) {
  12917.             return $this->services['locale.repository'];
  12918.         }
  12919.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12920.         if (isset($this->services['locale.repository'])) {
  12921.             return $this->services['locale.repository'];
  12922.         }
  12923.         return $this->services['locale.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] ?? $this->getLocaleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12924.     }
  12925.     /**
  12926.      * Gets the public 'locale_translation.repository' shared service.
  12927.      *
  12928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12929.      */
  12930.     protected function getLocaleTranslation_RepositoryService()
  12931.     {
  12932.         return $this->services['locale_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] ?? $this->getLocaleTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12933.     }
  12934.     /**
  12935.      * Gets the public 'log_entry.repository' shared service.
  12936.      *
  12937.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12938.      */
  12939.     protected function getLogEntry_RepositoryService()
  12940.     {
  12941.         return $this->services['log_entry.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] ?? $this->getLogEntryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12942.     }
  12943.     /**
  12944.      * Gets the public 'mail_header_footer.repository' shared service.
  12945.      *
  12946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12947.      */
  12948.     protected function getMailHeaderFooter_RepositoryService()
  12949.     {
  12950.         return $this->services['mail_header_footer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] ?? $this->getMailHeaderFooterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12951.     }
  12952.     /**
  12953.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  12954.      *
  12955.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12956.      */
  12957.     protected function getMailHeaderFooterTranslation_RepositoryService()
  12958.     {
  12959.         return $this->services['mail_header_footer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] ?? $this->getMailHeaderFooterTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12960.     }
  12961.     /**
  12962.      * Gets the public 'mail_template.repository' shared service.
  12963.      *
  12964.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12965.      */
  12966.     protected function getMailTemplate_RepositoryService()
  12967.     {
  12968.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12969.         if (isset($this->services['mail_template.repository'])) {
  12970.             return $this->services['mail_template.repository'];
  12971.         }
  12972.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12973.         if (isset($this->services['mail_template.repository'])) {
  12974.             return $this->services['mail_template.repository'];
  12975.         }
  12976.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12977.         if (isset($this->services['mail_template.repository'])) {
  12978.             return $this->services['mail_template.repository'];
  12979.         }
  12980.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12981.         if (isset($this->services['mail_template.repository'])) {
  12982.             return $this->services['mail_template.repository'];
  12983.         }
  12984.         return $this->services['mail_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12985.     }
  12986.     /**
  12987.      * Gets the public 'mail_template_media.repository' shared service.
  12988.      *
  12989.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12990.      */
  12991.     protected function getMailTemplateMedia_RepositoryService()
  12992.     {
  12993.         return $this->services['mail_template_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] ?? $this->getMailTemplateMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12994.     }
  12995.     /**
  12996.      * Gets the public 'mail_template_translation.repository' shared service.
  12997.      *
  12998.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12999.      */
  13000.     protected function getMailTemplateTranslation_RepositoryService()
  13001.     {
  13002.         return $this->services['mail_template_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] ?? $this->getMailTemplateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13003.     }
  13004.     /**
  13005.      * Gets the public 'mail_template_type.repository' shared service.
  13006.      *
  13007.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13008.      */
  13009.     protected function getMailTemplateType_RepositoryService()
  13010.     {
  13011.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13012.         if (isset($this->services['mail_template_type.repository'])) {
  13013.             return $this->services['mail_template_type.repository'];
  13014.         }
  13015.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13016.         if (isset($this->services['mail_template_type.repository'])) {
  13017.             return $this->services['mail_template_type.repository'];
  13018.         }
  13019.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13020.         if (isset($this->services['mail_template_type.repository'])) {
  13021.             return $this->services['mail_template_type.repository'];
  13022.         }
  13023.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13024.         if (isset($this->services['mail_template_type.repository'])) {
  13025.             return $this->services['mail_template_type.repository'];
  13026.         }
  13027.         return $this->services['mail_template_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] ?? $this->getMailTemplateTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13028.     }
  13029.     /**
  13030.      * Gets the public 'mail_template_type_translation.repository' shared service.
  13031.      *
  13032.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13033.      */
  13034.     protected function getMailTemplateTypeTranslation_RepositoryService()
  13035.     {
  13036.         return $this->services['mail_template_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] ?? $this->getMailTemplateTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13037.     }
  13038.     /**
  13039.      * Gets the public 'main_category.repository' shared service.
  13040.      *
  13041.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13042.      */
  13043.     protected function getMainCategory_RepositoryService()
  13044.     {
  13045.         return $this->services['main_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] ?? $this->getMainCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13046.     }
  13047.     /**
  13048.      * Gets the public 'maintenance.filesystem.private' shared service.
  13049.      *
  13050.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13051.      */
  13052.     protected function getMaintenance_Filesystem_PrivateService()
  13053.     {
  13054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13056.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  13057.     }
  13058.     /**
  13059.      * Gets the public 'maintenance.filesystem.public' shared service.
  13060.      *
  13061.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13062.      */
  13063.     protected function getMaintenance_Filesystem_PublicService()
  13064.     {
  13065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13067.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  13068.     }
  13069.     /**
  13070.      * Gets the public 'media.repository' shared service.
  13071.      *
  13072.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  13073.      */
  13074.     protected function getMedia_RepositoryService()
  13075.     {
  13076.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13077.         if (isset($this->services['media.repository'])) {
  13078.             return $this->services['media.repository'];
  13079.         }
  13080.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13081.         if (isset($this->services['media.repository'])) {
  13082.             return $this->services['media.repository'];
  13083.         }
  13084.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13085.         if (isset($this->services['media.repository'])) {
  13086.             return $this->services['media.repository'];
  13087.         }
  13088.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13089.         if (isset($this->services['media.repository'])) {
  13090.             return $this->services['media.repository'];
  13091.         }
  13092.         return $this->services['media.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13093.     }
  13094.     /**
  13095.      * Gets the public 'media_default_folder.repository' shared service.
  13096.      *
  13097.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13098.      */
  13099.     protected function getMediaDefaultFolder_RepositoryService()
  13100.     {
  13101.         return $this->services['media_default_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] ?? $this->getMediaDefaultFolderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13102.     }
  13103.     /**
  13104.      * Gets the public 'media_folder.repository' shared service.
  13105.      *
  13106.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator
  13107.      */
  13108.     protected function getMediaFolder_RepositoryService()
  13109.     {
  13110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  13111.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13112.         if (isset($this->services['media_folder.repository'])) {
  13113.             return $this->services['media_folder.repository'];
  13114.         }
  13115.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13116.         if (isset($this->services['media_folder.repository'])) {
  13117.             return $this->services['media_folder.repository'];
  13118.         }
  13119.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13120.         if (isset($this->services['media_folder.repository'])) {
  13121.             return $this->services['media_folder.repository'];
  13122.         }
  13123.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13124.         if (isset($this->services['media_folder.repository'])) {
  13125.             return $this->services['media_folder.repository'];
  13126.         }
  13127.         return $this->services['media_folder.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13128.     }
  13129.     /**
  13130.      * Gets the public 'media_folder_configuration.repository' shared service.
  13131.      *
  13132.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13133.      */
  13134.     protected function getMediaFolderConfiguration_RepositoryService()
  13135.     {
  13136.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13137.         if (isset($this->services['media_folder_configuration.repository'])) {
  13138.             return $this->services['media_folder_configuration.repository'];
  13139.         }
  13140.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13141.         if (isset($this->services['media_folder_configuration.repository'])) {
  13142.             return $this->services['media_folder_configuration.repository'];
  13143.         }
  13144.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13145.         if (isset($this->services['media_folder_configuration.repository'])) {
  13146.             return $this->services['media_folder_configuration.repository'];
  13147.         }
  13148.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13149.         if (isset($this->services['media_folder_configuration.repository'])) {
  13150.             return $this->services['media_folder_configuration.repository'];
  13151.         }
  13152.         return $this->services['media_folder_configuration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] ?? $this->getMediaFolderConfigurationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13153.     }
  13154.     /**
  13155.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  13156.      *
  13157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13158.      */
  13159.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  13160.     {
  13161.         return $this->services['media_folder_configuration_media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] ?? $this->getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13162.     }
  13163.     /**
  13164.      * Gets the public 'media_tag.repository' shared service.
  13165.      *
  13166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13167.      */
  13168.     protected function getMediaTag_RepositoryService()
  13169.     {
  13170.         return $this->services['media_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] ?? $this->getMediaTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13171.     }
  13172.     /**
  13173.      * Gets the public 'media_thumbnail.repository' shared service.
  13174.      *
  13175.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  13176.      */
  13177.     protected function getMediaThumbnail_RepositoryService()
  13178.     {
  13179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  13180.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13181.         if (isset($this->services['media_thumbnail.repository'])) {
  13182.             return $this->services['media_thumbnail.repository'];
  13183.         }
  13184.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13185.         if (isset($this->services['media_thumbnail.repository'])) {
  13186.             return $this->services['media_thumbnail.repository'];
  13187.         }
  13188.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13189.         if (isset($this->services['media_thumbnail.repository'])) {
  13190.             return $this->services['media_thumbnail.repository'];
  13191.         }
  13192.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13193.         if (isset($this->services['media_thumbnail.repository'])) {
  13194.             return $this->services['media_thumbnail.repository'];
  13195.         }
  13196.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] ?? $this->getMediaThumbnailDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13197.     }
  13198.     /**
  13199.      * Gets the public 'media_thumbnail_size.repository' shared service.
  13200.      *
  13201.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13202.      */
  13203.     protected function getMediaThumbnailSize_RepositoryService()
  13204.     {
  13205.         return $this->services['media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] ?? $this->getMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13206.     }
  13207.     /**
  13208.      * Gets the public 'media_translation.repository' shared service.
  13209.      *
  13210.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13211.      */
  13212.     protected function getMediaTranslation_RepositoryService()
  13213.     {
  13214.         return $this->services['media_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] ?? $this->getMediaTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13215.     }
  13216.     /**
  13217.      * Gets the public 'message_queue_stats.repository' shared service.
  13218.      *
  13219.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13220.      */
  13221.     protected function getMessageQueueStats_RepositoryService()
  13222.     {
  13223.         return $this->services['message_queue_stats.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] ?? $this->getMessageQueueStatsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13224.     }
  13225.     /**
  13226.      * Gets the public 'messenger.default_bus' shared service.
  13227.      *
  13228.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  13229.      */
  13230.     protected function getMessenger_DefaultBusService()
  13231.     {
  13232.         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 () {
  13233.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  13234.             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')));
  13235.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  13236.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  13237.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  13238.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  13239.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  13240.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  13241.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  13242.     }
  13243.     /**
  13244.      * Gets the public 'monolog.logger.business_events' shared service.
  13245.      *
  13246.      * @return \Symfony\Bridge\Monolog\Logger
  13247.      */
  13248.     protected function getMonolog_Logger_BusinessEventsService()
  13249.     {
  13250.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  13251.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13252.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  13253.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13254.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  13255.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13256.         return $instance;
  13257.     }
  13258.     /**
  13259.      * Gets the public 'newsletter_recipient.repository' shared service.
  13260.      *
  13261.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13262.      */
  13263.     protected function getNewsletterRecipient_RepositoryService()
  13264.     {
  13265.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13266.         if (isset($this->services['newsletter_recipient.repository'])) {
  13267.             return $this->services['newsletter_recipient.repository'];
  13268.         }
  13269.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13270.         if (isset($this->services['newsletter_recipient.repository'])) {
  13271.             return $this->services['newsletter_recipient.repository'];
  13272.         }
  13273.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13274.         if (isset($this->services['newsletter_recipient.repository'])) {
  13275.             return $this->services['newsletter_recipient.repository'];
  13276.         }
  13277.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13278.         if (isset($this->services['newsletter_recipient.repository'])) {
  13279.             return $this->services['newsletter_recipient.repository'];
  13280.         }
  13281.         return $this->services['newsletter_recipient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] ?? $this->getNewsletterRecipientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13282.     }
  13283.     /**
  13284.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  13285.      *
  13286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13287.      */
  13288.     protected function getNewsletterRecipientTag_RepositoryService()
  13289.     {
  13290.         return $this->services['newsletter_recipient_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] ?? $this->getNewsletterRecipientTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13291.     }
  13292.     /**
  13293.      * Gets the public 'notification.repository' shared service.
  13294.      *
  13295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13296.      */
  13297.     protected function getNotification_RepositoryService()
  13298.     {
  13299.         return $this->services['notification.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] ?? $this->getNotificationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13300.     }
  13301.     /**
  13302.      * Gets the public 'number_range.repository' shared service.
  13303.      *
  13304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13305.      */
  13306.     protected function getNumberRange_RepositoryService()
  13307.     {
  13308.         return $this->services['number_range.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] ?? $this->getNumberRangeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13309.     }
  13310.     /**
  13311.      * Gets the public 'number_range_sales_channel.repository' shared service.
  13312.      *
  13313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13314.      */
  13315.     protected function getNumberRangeSalesChannel_RepositoryService()
  13316.     {
  13317.         return $this->services['number_range_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] ?? $this->getNumberRangeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13318.     }
  13319.     /**
  13320.      * Gets the public 'number_range_state.repository' shared service.
  13321.      *
  13322.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13323.      */
  13324.     protected function getNumberRangeState_RepositoryService()
  13325.     {
  13326.         return $this->services['number_range_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] ?? $this->getNumberRangeStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13327.     }
  13328.     /**
  13329.      * Gets the public 'number_range_translation.repository' shared service.
  13330.      *
  13331.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13332.      */
  13333.     protected function getNumberRangeTranslation_RepositoryService()
  13334.     {
  13335.         return $this->services['number_range_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] ?? $this->getNumberRangeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13336.     }
  13337.     /**
  13338.      * Gets the public 'number_range_type.repository' shared service.
  13339.      *
  13340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13341.      */
  13342.     protected function getNumberRangeType_RepositoryService()
  13343.     {
  13344.         return $this->services['number_range_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] ?? $this->getNumberRangeTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13345.     }
  13346.     /**
  13347.      * Gets the public 'number_range_type_translation.repository' shared service.
  13348.      *
  13349.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13350.      */
  13351.     protected function getNumberRangeTypeTranslation_RepositoryService()
  13352.     {
  13353.         return $this->services['number_range_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] ?? $this->getNumberRangeTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13354.     }
  13355.     /**
  13356.      * Gets the public 'order.repository' shared service.
  13357.      *
  13358.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13359.      */
  13360.     protected function getOrder_RepositoryService()
  13361.     {
  13362.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13363.         if (isset($this->services['order.repository'])) {
  13364.             return $this->services['order.repository'];
  13365.         }
  13366.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13367.         if (isset($this->services['order.repository'])) {
  13368.             return $this->services['order.repository'];
  13369.         }
  13370.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13371.         if (isset($this->services['order.repository'])) {
  13372.             return $this->services['order.repository'];
  13373.         }
  13374.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13375.         if (isset($this->services['order.repository'])) {
  13376.             return $this->services['order.repository'];
  13377.         }
  13378.         return $this->services['order.repository'] = 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()), $d$a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13379.     }
  13380.     /**
  13381.      * Gets the public 'order_address.repository' shared service.
  13382.      *
  13383.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13384.      */
  13385.     protected function getOrderAddress_RepositoryService()
  13386.     {
  13387.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13388.         if (isset($this->services['order_address.repository'])) {
  13389.             return $this->services['order_address.repository'];
  13390.         }
  13391.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13392.         if (isset($this->services['order_address.repository'])) {
  13393.             return $this->services['order_address.repository'];
  13394.         }
  13395.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13396.         if (isset($this->services['order_address.repository'])) {
  13397.             return $this->services['order_address.repository'];
  13398.         }
  13399.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13400.         if (isset($this->services['order_address.repository'])) {
  13401.             return $this->services['order_address.repository'];
  13402.         }
  13403.         return $this->services['order_address.repository'] = 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()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13404.     }
  13405.     /**
  13406.      * Gets the public 'order_customer.repository' shared service.
  13407.      *
  13408.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13409.      */
  13410.     protected function getOrderCustomer_RepositoryService()
  13411.     {
  13412.         return $this->services['order_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] ?? $this->getOrderCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13413.     }
  13414.     /**
  13415.      * Gets the public 'order_delivery.repository' shared service.
  13416.      *
  13417.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13418.      */
  13419.     protected function getOrderDelivery_RepositoryService()
  13420.     {
  13421.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13422.         if (isset($this->services['order_delivery.repository'])) {
  13423.             return $this->services['order_delivery.repository'];
  13424.         }
  13425.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13426.         if (isset($this->services['order_delivery.repository'])) {
  13427.             return $this->services['order_delivery.repository'];
  13428.         }
  13429.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13430.         if (isset($this->services['order_delivery.repository'])) {
  13431.             return $this->services['order_delivery.repository'];
  13432.         }
  13433.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13434.         if (isset($this->services['order_delivery.repository'])) {
  13435.             return $this->services['order_delivery.repository'];
  13436.         }
  13437.         return $this->services['order_delivery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] ?? $this->getOrderDeliveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13438.     }
  13439.     /**
  13440.      * Gets the public 'order_delivery_position.repository' shared service.
  13441.      *
  13442.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13443.      */
  13444.     protected function getOrderDeliveryPosition_RepositoryService()
  13445.     {
  13446.         return $this->services['order_delivery_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] ?? $this->getOrderDeliveryPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13447.     }
  13448.     /**
  13449.      * Gets the public 'order_line_item.repository' shared service.
  13450.      *
  13451.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13452.      */
  13453.     protected function getOrderLineItem_RepositoryService()
  13454.     {
  13455.         return $this->services['order_line_item.repository'] = 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()));
  13456.     }
  13457.     /**
  13458.      * Gets the public 'order_tag.repository' shared service.
  13459.      *
  13460.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13461.      */
  13462.     protected function getOrderTag_RepositoryService()
  13463.     {
  13464.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13465.         if (isset($this->services['order_tag.repository'])) {
  13466.             return $this->services['order_tag.repository'];
  13467.         }
  13468.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13469.         if (isset($this->services['order_tag.repository'])) {
  13470.             return $this->services['order_tag.repository'];
  13471.         }
  13472.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13473.         if (isset($this->services['order_tag.repository'])) {
  13474.             return $this->services['order_tag.repository'];
  13475.         }
  13476.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13477.         if (isset($this->services['order_tag.repository'])) {
  13478.             return $this->services['order_tag.repository'];
  13479.         }
  13480.         return $this->services['order_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] ?? $this->getOrderTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13481.     }
  13482.     /**
  13483.      * Gets the public 'order_transaction.repository' shared service.
  13484.      *
  13485.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13486.      */
  13487.     protected function getOrderTransaction_RepositoryService()
  13488.     {
  13489.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13490.         if (isset($this->services['order_transaction.repository'])) {
  13491.             return $this->services['order_transaction.repository'];
  13492.         }
  13493.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13494.         if (isset($this->services['order_transaction.repository'])) {
  13495.             return $this->services['order_transaction.repository'];
  13496.         }
  13497.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13498.         if (isset($this->services['order_transaction.repository'])) {
  13499.             return $this->services['order_transaction.repository'];
  13500.         }
  13501.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13502.         if (isset($this->services['order_transaction.repository'])) {
  13503.             return $this->services['order_transaction.repository'];
  13504.         }
  13505.         return $this->services['order_transaction.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13506.     }
  13507.     /**
  13508.      * Gets the public 'order_transaction_capture.repository' shared service.
  13509.      *
  13510.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13511.      */
  13512.     protected function getOrderTransactionCapture_RepositoryService()
  13513.     {
  13514.         return $this->services['order_transaction_capture.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] ?? $this->getOrderTransactionCaptureDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13515.     }
  13516.     /**
  13517.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  13518.      *
  13519.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13520.      */
  13521.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  13522.     {
  13523.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13524.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13525.             return $this->services['order_transaction_capture_refund.repository'];
  13526.         }
  13527.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13528.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13529.             return $this->services['order_transaction_capture_refund.repository'];
  13530.         }
  13531.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13532.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13533.             return $this->services['order_transaction_capture_refund.repository'];
  13534.         }
  13535.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13536.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13537.             return $this->services['order_transaction_capture_refund.repository'];
  13538.         }
  13539.         return $this->services['order_transaction_capture_refund.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] ?? $this->getOrderTransactionCaptureRefundDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13540.     }
  13541.     /**
  13542.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  13543.      *
  13544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13545.      */
  13546.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  13547.     {
  13548.         return $this->services['order_transaction_capture_refund_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] ?? $this->getOrderTransactionCaptureRefundPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13549.     }
  13550.     /**
  13551.      * Gets the public 'payment_method.repository' shared service.
  13552.      *
  13553.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator
  13554.      */
  13555.     protected function getPaymentMethod_RepositoryService()
  13556.     {
  13557.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13558.         if (isset($this->services['payment_method.repository'])) {
  13559.             return $this->services['payment_method.repository'];
  13560.         }
  13561.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13562.         if (isset($this->services['payment_method.repository'])) {
  13563.             return $this->services['payment_method.repository'];
  13564.         }
  13565.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13566.         if (isset($this->services['payment_method.repository'])) {
  13567.             return $this->services['payment_method.repository'];
  13568.         }
  13569.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13570.         if (isset($this->services['payment_method.repository'])) {
  13571.             return $this->services['payment_method.repository'];
  13572.         }
  13573.         return $this->services['payment_method.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13574.     }
  13575.     /**
  13576.      * Gets the public 'payment_method_translation.repository' shared service.
  13577.      *
  13578.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13579.      */
  13580.     protected function getPaymentMethodTranslation_RepositoryService()
  13581.     {
  13582.         return $this->services['payment_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] ?? $this->getPaymentMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13583.     }
  13584.     /**
  13585.      * Gets the public 'plugin.repository' shared service.
  13586.      *
  13587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13588.      */
  13589.     protected function getPlugin_RepositoryService()
  13590.     {
  13591.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13592.         if (isset($this->services['plugin.repository'])) {
  13593.             return $this->services['plugin.repository'];
  13594.         }
  13595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13596.         if (isset($this->services['plugin.repository'])) {
  13597.             return $this->services['plugin.repository'];
  13598.         }
  13599.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13600.         if (isset($this->services['plugin.repository'])) {
  13601.             return $this->services['plugin.repository'];
  13602.         }
  13603.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13604.         if (isset($this->services['plugin.repository'])) {
  13605.             return $this->services['plugin.repository'];
  13606.         }
  13607.         return $this->services['plugin.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] ?? $this->getPluginDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13608.     }
  13609.     /**
  13610.      * Gets the public 'plugin_translation.repository' shared service.
  13611.      *
  13612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13613.      */
  13614.     protected function getPluginTranslation_RepositoryService()
  13615.     {
  13616.         return $this->services['plugin_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] ?? $this->getPluginTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13617.     }
  13618.     /**
  13619.      * Gets the public 'product.repository' shared service.
  13620.      *
  13621.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13622.      */
  13623.     protected function getProduct_RepositoryService()
  13624.     {
  13625.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13626.         if (isset($this->services['product.repository'])) {
  13627.             return $this->services['product.repository'];
  13628.         }
  13629.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13630.         if (isset($this->services['product.repository'])) {
  13631.             return $this->services['product.repository'];
  13632.         }
  13633.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13634.         if (isset($this->services['product.repository'])) {
  13635.             return $this->services['product.repository'];
  13636.         }
  13637.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13638.         if (isset($this->services['product.repository'])) {
  13639.             return $this->services['product.repository'];
  13640.         }
  13641.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  13642.         $this->services['product.repository'] = $instance = 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()), $b$a$c$d$e);
  13643.         $instance->setEntityLoadedEventFactory($e);
  13644.         return $instance;
  13645.     }
  13646.     /**
  13647.      * Gets the public 'product_category.repository' shared service.
  13648.      *
  13649.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13650.      */
  13651.     protected function getProductCategory_RepositoryService()
  13652.     {
  13653.         return $this->services['product_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] ?? $this->getProductCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13654.     }
  13655.     /**
  13656.      * Gets the public 'product_category_tree.repository' shared service.
  13657.      *
  13658.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13659.      */
  13660.     protected function getProductCategoryTree_RepositoryService()
  13661.     {
  13662.         return $this->services['product_category_tree.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] ?? $this->getProductCategoryTreeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13663.     }
  13664.     /**
  13665.      * Gets the public 'product_configurator_setting.repository' shared service.
  13666.      *
  13667.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13668.      */
  13669.     protected function getProductConfiguratorSetting_RepositoryService()
  13670.     {
  13671.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13672.         if (isset($this->services['product_configurator_setting.repository'])) {
  13673.             return $this->services['product_configurator_setting.repository'];
  13674.         }
  13675.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13676.         if (isset($this->services['product_configurator_setting.repository'])) {
  13677.             return $this->services['product_configurator_setting.repository'];
  13678.         }
  13679.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13680.         if (isset($this->services['product_configurator_setting.repository'])) {
  13681.             return $this->services['product_configurator_setting.repository'];
  13682.         }
  13683.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13684.         if (isset($this->services['product_configurator_setting.repository'])) {
  13685.             return $this->services['product_configurator_setting.repository'];
  13686.         }
  13687.         return $this->services['product_configurator_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] ?? $this->getProductConfiguratorSettingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13688.     }
  13689.     /**
  13690.      * Gets the public 'product_cross_selling.repository' shared service.
  13691.      *
  13692.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13693.      */
  13694.     protected function getProductCrossSelling_RepositoryService()
  13695.     {
  13696.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13697.         if (isset($this->services['product_cross_selling.repository'])) {
  13698.             return $this->services['product_cross_selling.repository'];
  13699.         }
  13700.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13701.         if (isset($this->services['product_cross_selling.repository'])) {
  13702.             return $this->services['product_cross_selling.repository'];
  13703.         }
  13704.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13705.         if (isset($this->services['product_cross_selling.repository'])) {
  13706.             return $this->services['product_cross_selling.repository'];
  13707.         }
  13708.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13709.         if (isset($this->services['product_cross_selling.repository'])) {
  13710.             return $this->services['product_cross_selling.repository'];
  13711.         }
  13712.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13713.     }
  13714.     /**
  13715.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  13716.      *
  13717.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13718.      */
  13719.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  13720.     {
  13721.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13722.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13723.             return $this->services['product_cross_selling_assigned_products.repository'];
  13724.         }
  13725.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13726.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13727.             return $this->services['product_cross_selling_assigned_products.repository'];
  13728.         }
  13729.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13730.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13731.             return $this->services['product_cross_selling_assigned_products.repository'];
  13732.         }
  13733.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13734.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13735.             return $this->services['product_cross_selling_assigned_products.repository'];
  13736.         }
  13737.         return $this->services['product_cross_selling_assigned_products.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] ?? $this->getProductCrossSellingAssignedProductsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13738.     }
  13739.     /**
  13740.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  13741.      *
  13742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13743.      */
  13744.     protected function getProductCrossSellingTranslation_RepositoryService()
  13745.     {
  13746.         return $this->services['product_cross_selling_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] ?? $this->getProductCrossSellingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13747.     }
  13748.     /**
  13749.      * Gets the public 'product_custom_field_set.repository' shared service.
  13750.      *
  13751.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13752.      */
  13753.     protected function getProductCustomFieldSet_RepositoryService()
  13754.     {
  13755.         return $this->services['product_custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] ?? $this->getProductCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13756.     }
  13757.     /**
  13758.      * Gets the public 'product_export.repository' shared service.
  13759.      *
  13760.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13761.      */
  13762.     protected function getProductExport_RepositoryService()
  13763.     {
  13764.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13765.         if (isset($this->services['product_export.repository'])) {
  13766.             return $this->services['product_export.repository'];
  13767.         }
  13768.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13769.         if (isset($this->services['product_export.repository'])) {
  13770.             return $this->services['product_export.repository'];
  13771.         }
  13772.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13773.         if (isset($this->services['product_export.repository'])) {
  13774.             return $this->services['product_export.repository'];
  13775.         }
  13776.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13777.         if (isset($this->services['product_export.repository'])) {
  13778.             return $this->services['product_export.repository'];
  13779.         }
  13780.         return $this->services['product_export.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] ?? $this->getProductExportDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13781.     }
  13782.     /**
  13783.      * Gets the public 'product_feature_set.repository' shared service.
  13784.      *
  13785.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13786.      */
  13787.     protected function getProductFeatureSet_RepositoryService()
  13788.     {
  13789.         return $this->services['product_feature_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] ?? $this->getProductFeatureSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13790.     }
  13791.     /**
  13792.      * Gets the public 'product_feature_set_translation.repository' shared service.
  13793.      *
  13794.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13795.      */
  13796.     protected function getProductFeatureSetTranslation_RepositoryService()
  13797.     {
  13798.         return $this->services['product_feature_set_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] ?? $this->getProductFeatureSetTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13799.     }
  13800.     /**
  13801.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  13802.      *
  13803.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13804.      */
  13805.     protected function getProductKeywordDictionary_RepositoryService()
  13806.     {
  13807.         return $this->services['product_keyword_dictionary.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] ?? $this->getProductKeywordDictionaryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13808.     }
  13809.     /**
  13810.      * Gets the public 'product_manufacturer.repository' shared service.
  13811.      *
  13812.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13813.      */
  13814.     protected function getProductManufacturer_RepositoryService()
  13815.     {
  13816.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13817.         if (isset($this->services['product_manufacturer.repository'])) {
  13818.             return $this->services['product_manufacturer.repository'];
  13819.         }
  13820.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13821.         if (isset($this->services['product_manufacturer.repository'])) {
  13822.             return $this->services['product_manufacturer.repository'];
  13823.         }
  13824.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13825.         if (isset($this->services['product_manufacturer.repository'])) {
  13826.             return $this->services['product_manufacturer.repository'];
  13827.         }
  13828.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13829.         if (isset($this->services['product_manufacturer.repository'])) {
  13830.             return $this->services['product_manufacturer.repository'];
  13831.         }
  13832.         return $this->services['product_manufacturer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13833.     }
  13834.     /**
  13835.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  13836.      *
  13837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13838.      */
  13839.     protected function getProductManufacturerTranslation_RepositoryService()
  13840.     {
  13841.         return $this->services['product_manufacturer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] ?? $this->getProductManufacturerTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13842.     }
  13843.     /**
  13844.      * Gets the public 'product_media.repository' shared service.
  13845.      *
  13846.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13847.      */
  13848.     protected function getProductMedia_RepositoryService()
  13849.     {
  13850.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13851.         if (isset($this->services['product_media.repository'])) {
  13852.             return $this->services['product_media.repository'];
  13853.         }
  13854.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13855.         if (isset($this->services['product_media.repository'])) {
  13856.             return $this->services['product_media.repository'];
  13857.         }
  13858.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13859.         if (isset($this->services['product_media.repository'])) {
  13860.             return $this->services['product_media.repository'];
  13861.         }
  13862.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13863.         if (isset($this->services['product_media.repository'])) {
  13864.             return $this->services['product_media.repository'];
  13865.         }
  13866.         return $this->services['product_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] ?? $this->getProductMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13867.     }
  13868.     /**
  13869.      * Gets the public 'product_option.repository' shared service.
  13870.      *
  13871.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13872.      */
  13873.     protected function getProductOption_RepositoryService()
  13874.     {
  13875.         return $this->services['product_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] ?? $this->getProductOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13876.     }
  13877.     /**
  13878.      * Gets the public 'product_price.repository' shared service.
  13879.      *
  13880.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13881.      */
  13882.     protected function getProductPrice_RepositoryService()
  13883.     {
  13884.         return $this->services['product_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] ?? $this->getProductPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13885.     }
  13886.     /**
  13887.      * Gets the public 'product_property.repository' shared service.
  13888.      *
  13889.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13890.      */
  13891.     protected function getProductProperty_RepositoryService()
  13892.     {
  13893.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13894.         if (isset($this->services['product_property.repository'])) {
  13895.             return $this->services['product_property.repository'];
  13896.         }
  13897.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13898.         if (isset($this->services['product_property.repository'])) {
  13899.             return $this->services['product_property.repository'];
  13900.         }
  13901.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13902.         if (isset($this->services['product_property.repository'])) {
  13903.             return $this->services['product_property.repository'];
  13904.         }
  13905.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13906.         if (isset($this->services['product_property.repository'])) {
  13907.             return $this->services['product_property.repository'];
  13908.         }
  13909.         return $this->services['product_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] ?? $this->getProductPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13910.     }
  13911.     /**
  13912.      * Gets the public 'product_review.repository' shared service.
  13913.      *
  13914.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13915.      */
  13916.     protected function getProductReview_RepositoryService()
  13917.     {
  13918.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13919.         if (isset($this->services['product_review.repository'])) {
  13920.             return $this->services['product_review.repository'];
  13921.         }
  13922.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13923.         if (isset($this->services['product_review.repository'])) {
  13924.             return $this->services['product_review.repository'];
  13925.         }
  13926.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13927.         if (isset($this->services['product_review.repository'])) {
  13928.             return $this->services['product_review.repository'];
  13929.         }
  13930.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13931.         if (isset($this->services['product_review.repository'])) {
  13932.             return $this->services['product_review.repository'];
  13933.         }
  13934.         return $this->services['product_review.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13935.     }
  13936.     /**
  13937.      * Gets the public 'product_search_config.repository' shared service.
  13938.      *
  13939.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13940.      */
  13941.     protected function getProductSearchConfig_RepositoryService()
  13942.     {
  13943.         return $this->services['product_search_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] ?? $this->getProductSearchConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13944.     }
  13945.     /**
  13946.      * Gets the public 'product_search_config_field.repository' shared service.
  13947.      *
  13948.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13949.      */
  13950.     protected function getProductSearchConfigField_RepositoryService()
  13951.     {
  13952.         return $this->services['product_search_config_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] ?? $this->getProductSearchConfigFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13953.     }
  13954.     /**
  13955.      * Gets the public 'product_search_keyword.repository' shared service.
  13956.      *
  13957.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13958.      */
  13959.     protected function getProductSearchKeyword_RepositoryService()
  13960.     {
  13961.         return $this->services['product_search_keyword.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] ?? $this->getProductSearchKeywordDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13962.     }
  13963.     /**
  13964.      * Gets the public 'product_sorting.repository' shared service.
  13965.      *
  13966.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13967.      */
  13968.     protected function getProductSorting_RepositoryService()
  13969.     {
  13970.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13971.         if (isset($this->services['product_sorting.repository'])) {
  13972.             return $this->services['product_sorting.repository'];
  13973.         }
  13974.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13975.         if (isset($this->services['product_sorting.repository'])) {
  13976.             return $this->services['product_sorting.repository'];
  13977.         }
  13978.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13979.         if (isset($this->services['product_sorting.repository'])) {
  13980.             return $this->services['product_sorting.repository'];
  13981.         }
  13982.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13983.         if (isset($this->services['product_sorting.repository'])) {
  13984.             return $this->services['product_sorting.repository'];
  13985.         }
  13986.         return $this->services['product_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] ?? $this->getProductSortingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13987.     }
  13988.     /**
  13989.      * Gets the public 'product_sorting_translation.repository' shared service.
  13990.      *
  13991.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13992.      */
  13993.     protected function getProductSortingTranslation_RepositoryService()
  13994.     {
  13995.         return $this->services['product_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] ?? $this->getProductSortingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13996.     }
  13997.     /**
  13998.      * Gets the public 'product_stream.repository' shared service.
  13999.      *
  14000.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14001.      */
  14002.     protected function getProductStream_RepositoryService()
  14003.     {
  14004.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14005.         if (isset($this->services['product_stream.repository'])) {
  14006.             return $this->services['product_stream.repository'];
  14007.         }
  14008.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14009.         if (isset($this->services['product_stream.repository'])) {
  14010.             return $this->services['product_stream.repository'];
  14011.         }
  14012.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14013.         if (isset($this->services['product_stream.repository'])) {
  14014.             return $this->services['product_stream.repository'];
  14015.         }
  14016.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14017.         if (isset($this->services['product_stream.repository'])) {
  14018.             return $this->services['product_stream.repository'];
  14019.         }
  14020.         return $this->services['product_stream.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14021.     }
  14022.     /**
  14023.      * Gets the public 'product_stream_filter.repository' shared service.
  14024.      *
  14025.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14026.      */
  14027.     protected function getProductStreamFilter_RepositoryService()
  14028.     {
  14029.         return $this->services['product_stream_filter.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] ?? $this->getProductStreamFilterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14030.     }
  14031.     /**
  14032.      * Gets the public 'product_stream_mapping.repository' shared service.
  14033.      *
  14034.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14035.      */
  14036.     protected function getProductStreamMapping_RepositoryService()
  14037.     {
  14038.         return $this->services['product_stream_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] ?? $this->getProductStreamMappingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14039.     }
  14040.     /**
  14041.      * Gets the public 'product_stream_translation.repository' shared service.
  14042.      *
  14043.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14044.      */
  14045.     protected function getProductStreamTranslation_RepositoryService()
  14046.     {
  14047.         return $this->services['product_stream_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] ?? $this->getProductStreamTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14048.     }
  14049.     /**
  14050.      * Gets the public 'product_tag.repository' shared service.
  14051.      *
  14052.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14053.      */
  14054.     protected function getProductTag_RepositoryService()
  14055.     {
  14056.         return $this->services['product_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] ?? $this->getProductTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14057.     }
  14058.     /**
  14059.      * Gets the public 'product_translation.repository' shared service.
  14060.      *
  14061.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14062.      */
  14063.     protected function getProductTranslation_RepositoryService()
  14064.     {
  14065.         return $this->services['product_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] ?? $this->getProductTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14066.     }
  14067.     /**
  14068.      * Gets the public 'product_visibility.repository' shared service.
  14069.      *
  14070.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14071.      */
  14072.     protected function getProductVisibility_RepositoryService()
  14073.     {
  14074.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14075.         if (isset($this->services['product_visibility.repository'])) {
  14076.             return $this->services['product_visibility.repository'];
  14077.         }
  14078.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14079.         if (isset($this->services['product_visibility.repository'])) {
  14080.             return $this->services['product_visibility.repository'];
  14081.         }
  14082.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14083.         if (isset($this->services['product_visibility.repository'])) {
  14084.             return $this->services['product_visibility.repository'];
  14085.         }
  14086.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14087.         if (isset($this->services['product_visibility.repository'])) {
  14088.             return $this->services['product_visibility.repository'];
  14089.         }
  14090.         return $this->services['product_visibility.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14091.     }
  14092.     /**
  14093.      * Gets the public 'profiling.filesystem.private' shared service.
  14094.      *
  14095.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14096.      */
  14097.     protected function getProfiling_Filesystem_PrivateService()
  14098.     {
  14099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14101.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  14102.     }
  14103.     /**
  14104.      * Gets the public 'profiling.filesystem.public' shared service.
  14105.      *
  14106.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14107.      */
  14108.     protected function getProfiling_Filesystem_PublicService()
  14109.     {
  14110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14112.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  14113.     }
  14114.     /**
  14115.      * Gets the public 'promotion.repository' shared service.
  14116.      *
  14117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14118.      */
  14119.     protected function getPromotion_RepositoryService()
  14120.     {
  14121.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14122.         if (isset($this->services['promotion.repository'])) {
  14123.             return $this->services['promotion.repository'];
  14124.         }
  14125.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14126.         if (isset($this->services['promotion.repository'])) {
  14127.             return $this->services['promotion.repository'];
  14128.         }
  14129.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14130.         if (isset($this->services['promotion.repository'])) {
  14131.             return $this->services['promotion.repository'];
  14132.         }
  14133.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14134.         if (isset($this->services['promotion.repository'])) {
  14135.             return $this->services['promotion.repository'];
  14136.         }
  14137.         return $this->services['promotion.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] ?? $this->getPromotionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14138.     }
  14139.     /**
  14140.      * Gets the public 'promotion_cart_rule.repository' shared service.
  14141.      *
  14142.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14143.      */
  14144.     protected function getPromotionCartRule_RepositoryService()
  14145.     {
  14146.         return $this->services['promotion_cart_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] ?? $this->getPromotionCartRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14147.     }
  14148.     /**
  14149.      * Gets the public 'promotion_discount.repository' shared service.
  14150.      *
  14151.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14152.      */
  14153.     protected function getPromotionDiscount_RepositoryService()
  14154.     {
  14155.         return $this->services['promotion_discount.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] ?? $this->getPromotionDiscountDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14156.     }
  14157.     /**
  14158.      * Gets the public 'promotion_discount_prices.repository' shared service.
  14159.      *
  14160.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14161.      */
  14162.     protected function getPromotionDiscountPrices_RepositoryService()
  14163.     {
  14164.         return $this->services['promotion_discount_prices.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] ?? $this->getPromotionDiscountPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14165.     }
  14166.     /**
  14167.      * Gets the public 'promotion_discount_rule.repository' shared service.
  14168.      *
  14169.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14170.      */
  14171.     protected function getPromotionDiscountRule_RepositoryService()
  14172.     {
  14173.         return $this->services['promotion_discount_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] ?? $this->getPromotionDiscountRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14174.     }
  14175.     /**
  14176.      * Gets the public 'promotion_individual_code.repository' shared service.
  14177.      *
  14178.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14179.      */
  14180.     protected function getPromotionIndividualCode_RepositoryService()
  14181.     {
  14182.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14183.         if (isset($this->services['promotion_individual_code.repository'])) {
  14184.             return $this->services['promotion_individual_code.repository'];
  14185.         }
  14186.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14187.         if (isset($this->services['promotion_individual_code.repository'])) {
  14188.             return $this->services['promotion_individual_code.repository'];
  14189.         }
  14190.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14191.         if (isset($this->services['promotion_individual_code.repository'])) {
  14192.             return $this->services['promotion_individual_code.repository'];
  14193.         }
  14194.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14195.         if (isset($this->services['promotion_individual_code.repository'])) {
  14196.             return $this->services['promotion_individual_code.repository'];
  14197.         }
  14198.         return $this->services['promotion_individual_code.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] ?? $this->getPromotionIndividualCodeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14199.     }
  14200.     /**
  14201.      * Gets the public 'promotion_order_rule.repository' shared service.
  14202.      *
  14203.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14204.      */
  14205.     protected function getPromotionOrderRule_RepositoryService()
  14206.     {
  14207.         return $this->services['promotion_order_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] ?? $this->getPromotionOrderRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14208.     }
  14209.     /**
  14210.      * Gets the public 'promotion_persona_customer.repository' shared service.
  14211.      *
  14212.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14213.      */
  14214.     protected function getPromotionPersonaCustomer_RepositoryService()
  14215.     {
  14216.         return $this->services['promotion_persona_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] ?? $this->getPromotionPersonaCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14217.     }
  14218.     /**
  14219.      * Gets the public 'promotion_persona_rule.repository' shared service.
  14220.      *
  14221.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14222.      */
  14223.     protected function getPromotionPersonaRule_RepositoryService()
  14224.     {
  14225.         return $this->services['promotion_persona_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] ?? $this->getPromotionPersonaRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14226.     }
  14227.     /**
  14228.      * Gets the public 'promotion_sales_channel.repository' shared service.
  14229.      *
  14230.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14231.      */
  14232.     protected function getPromotionSalesChannel_RepositoryService()
  14233.     {
  14234.         return $this->services['promotion_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] ?? $this->getPromotionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14235.     }
  14236.     /**
  14237.      * Gets the public 'promotion_setgroup.repository' shared service.
  14238.      *
  14239.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14240.      */
  14241.     protected function getPromotionSetgroup_RepositoryService()
  14242.     {
  14243.         return $this->services['promotion_setgroup.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] ?? $this->getPromotionSetGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14244.     }
  14245.     /**
  14246.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  14247.      *
  14248.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14249.      */
  14250.     protected function getPromotionSetgroupRule_RepositoryService()
  14251.     {
  14252.         return $this->services['promotion_setgroup_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] ?? $this->getPromotionSetGroupRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14253.     }
  14254.     /**
  14255.      * Gets the public 'promotion_translation.repository' shared service.
  14256.      *
  14257.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14258.      */
  14259.     protected function getPromotionTranslation_RepositoryService()
  14260.     {
  14261.         return $this->services['promotion_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] ?? $this->getPromotionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14262.     }
  14263.     /**
  14264.      * Gets the public 'property_group.repository' shared service.
  14265.      *
  14266.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14267.      */
  14268.     protected function getPropertyGroup_RepositoryService()
  14269.     {
  14270.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14271.         if (isset($this->services['property_group.repository'])) {
  14272.             return $this->services['property_group.repository'];
  14273.         }
  14274.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14275.         if (isset($this->services['property_group.repository'])) {
  14276.             return $this->services['property_group.repository'];
  14277.         }
  14278.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14279.         if (isset($this->services['property_group.repository'])) {
  14280.             return $this->services['property_group.repository'];
  14281.         }
  14282.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14283.         if (isset($this->services['property_group.repository'])) {
  14284.             return $this->services['property_group.repository'];
  14285.         }
  14286.         return $this->services['property_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] ?? $this->getPropertyGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14287.     }
  14288.     /**
  14289.      * Gets the public 'property_group_option.repository' shared service.
  14290.      *
  14291.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14292.      */
  14293.     protected function getPropertyGroupOption_RepositoryService()
  14294.     {
  14295.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14296.         if (isset($this->services['property_group_option.repository'])) {
  14297.             return $this->services['property_group_option.repository'];
  14298.         }
  14299.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14300.         if (isset($this->services['property_group_option.repository'])) {
  14301.             return $this->services['property_group_option.repository'];
  14302.         }
  14303.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14304.         if (isset($this->services['property_group_option.repository'])) {
  14305.             return $this->services['property_group_option.repository'];
  14306.         }
  14307.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14308.         if (isset($this->services['property_group_option.repository'])) {
  14309.             return $this->services['property_group_option.repository'];
  14310.         }
  14311.         return $this->services['property_group_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] ?? $this->getPropertyGroupOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14312.     }
  14313.     /**
  14314.      * Gets the public 'property_group_option_translation.repository' shared service.
  14315.      *
  14316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14317.      */
  14318.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  14319.     {
  14320.         return $this->services['property_group_option_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] ?? $this->getPropertyGroupOptionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14321.     }
  14322.     /**
  14323.      * Gets the public 'property_group_translation.repository' shared service.
  14324.      *
  14325.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14326.      */
  14327.     protected function getPropertyGroupTranslation_RepositoryService()
  14328.     {
  14329.         return $this->services['property_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] ?? $this->getPropertyGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14330.     }
  14331.     /**
  14332.      * Gets the public 'request_stack' shared service.
  14333.      *
  14334.      * @return \Symfony\Component\HttpFoundation\RequestStack
  14335.      */
  14336.     protected function getRequestStackService()
  14337.     {
  14338.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  14339.     }
  14340.     /**
  14341.      * Gets the public 'router' shared autowired service.
  14342.      *
  14343.      * @return \Shopware\Storefront\Framework\Routing\Router
  14344.      */
  14345.     protected function getRouterService()
  14346.     {
  14347.         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())));
  14348.     }
  14349.     /**
  14350.      * Gets the public 'routing.loader' shared service.
  14351.      *
  14352.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  14353.      */
  14354.     protected function getRouting_LoaderService()
  14355.     {
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  14359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  14360.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  14361.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14364.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14365.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14367.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  14368.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14369.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14371.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  14372.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  14373.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  14374.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  14375.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  14376.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  14377.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  14378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  14379.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  14380.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  14381.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  14382.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  14383.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  14384.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  14385.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  14386.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  14387.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  14388.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  14389.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  14390.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14391.             'kernel' => ['services''kernel''getKernelService'false],
  14392.         ], [
  14393.             'kernel' => 'Shopware\\Production\\Kernel',
  14394.         ]), 'dev'));
  14395.         $a->addLoader($c);
  14396.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  14397.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  14398.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  14399.     }
  14400.     /**
  14401.      * Gets the public 'rule.repository' shared service.
  14402.      *
  14403.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14404.      */
  14405.     protected function getRule_RepositoryService()
  14406.     {
  14407.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14408.         if (isset($this->services['rule.repository'])) {
  14409.             return $this->services['rule.repository'];
  14410.         }
  14411.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14412.         if (isset($this->services['rule.repository'])) {
  14413.             return $this->services['rule.repository'];
  14414.         }
  14415.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14416.         if (isset($this->services['rule.repository'])) {
  14417.             return $this->services['rule.repository'];
  14418.         }
  14419.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14420.         if (isset($this->services['rule.repository'])) {
  14421.             return $this->services['rule.repository'];
  14422.         }
  14423.         return $this->services['rule.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14424.     }
  14425.     /**
  14426.      * Gets the public 'rule_condition.repository' shared service.
  14427.      *
  14428.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14429.      */
  14430.     protected function getRuleCondition_RepositoryService()
  14431.     {
  14432.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14433.         if (isset($this->services['rule_condition.repository'])) {
  14434.             return $this->services['rule_condition.repository'];
  14435.         }
  14436.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14437.         if (isset($this->services['rule_condition.repository'])) {
  14438.             return $this->services['rule_condition.repository'];
  14439.         }
  14440.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14441.         if (isset($this->services['rule_condition.repository'])) {
  14442.             return $this->services['rule_condition.repository'];
  14443.         }
  14444.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14445.         if (isset($this->services['rule_condition.repository'])) {
  14446.             return $this->services['rule_condition.repository'];
  14447.         }
  14448.         return $this->services['rule_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] ?? $this->getRuleConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14449.     }
  14450.     /**
  14451.      * Gets the public 'rule_tag.repository' shared service.
  14452.      *
  14453.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14454.      */
  14455.     protected function getRuleTag_RepositoryService()
  14456.     {
  14457.         return $this->services['rule_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] ?? $this->getRuleTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14458.     }
  14459.     /**
  14460.      * Gets the public 'sales_channel.category.repository' shared service.
  14461.      *
  14462.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14463.      */
  14464.     protected function getSalesChannel_Category_RepositoryService()
  14465.     {
  14466.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14467.         if (isset($this->services['sales_channel.category.repository'])) {
  14468.             return $this->services['sales_channel.category.repository'];
  14469.         }
  14470.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14471.         if (isset($this->services['sales_channel.category.repository'])) {
  14472.             return $this->services['sales_channel.category.repository'];
  14473.         }
  14474.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14475.         if (isset($this->services['sales_channel.category.repository'])) {
  14476.             return $this->services['sales_channel.category.repository'];
  14477.         }
  14478.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14479.     }
  14480.     /**
  14481.      * Gets the public 'sales_channel.country.repository' shared service.
  14482.      *
  14483.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14484.      */
  14485.     protected function getSalesChannel_Country_RepositoryService()
  14486.     {
  14487.         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()));
  14488.     }
  14489.     /**
  14490.      * Gets the public 'sales_channel.country_state.repository' shared service.
  14491.      *
  14492.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14493.      */
  14494.     protected function getSalesChannel_CountryState_RepositoryService()
  14495.     {
  14496.         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()));
  14497.     }
  14498.     /**
  14499.      * Gets the public 'sales_channel.currency.repository' shared service.
  14500.      *
  14501.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14502.      */
  14503.     protected function getSalesChannel_Currency_RepositoryService()
  14504.     {
  14505.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14506.         if (isset($this->services['sales_channel.currency.repository'])) {
  14507.             return $this->services['sales_channel.currency.repository'];
  14508.         }
  14509.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14510.         if (isset($this->services['sales_channel.currency.repository'])) {
  14511.             return $this->services['sales_channel.currency.repository'];
  14512.         }
  14513.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14514.         if (isset($this->services['sales_channel.currency.repository'])) {
  14515.             return $this->services['sales_channel.currency.repository'];
  14516.         }
  14517.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14518.     }
  14519.     /**
  14520.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  14521.      *
  14522.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14523.      */
  14524.     protected function getSalesChannel_LandingPage_RepositoryService()
  14525.     {
  14526.         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()));
  14527.     }
  14528.     /**
  14529.      * Gets the public 'sales_channel.language.repository' shared service.
  14530.      *
  14531.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14532.      */
  14533.     protected function getSalesChannel_Language_RepositoryService()
  14534.     {
  14535.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14536.         if (isset($this->services['sales_channel.language.repository'])) {
  14537.             return $this->services['sales_channel.language.repository'];
  14538.         }
  14539.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14540.         if (isset($this->services['sales_channel.language.repository'])) {
  14541.             return $this->services['sales_channel.language.repository'];
  14542.         }
  14543.         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()));
  14544.     }
  14545.     /**
  14546.      * Gets the public 'sales_channel.main_category.repository' shared service.
  14547.      *
  14548.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14549.      */
  14550.     protected function getSalesChannel_MainCategory_RepositoryService()
  14551.     {
  14552.         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()));
  14553.     }
  14554.     /**
  14555.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  14556.      *
  14557.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14558.      */
  14559.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  14560.     {
  14561.         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()));
  14562.     }
  14563.     /**
  14564.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  14565.      *
  14566.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14567.      */
  14568.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  14569.     {
  14570.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14571.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14572.             return $this->services['sales_channel.payment_method.repository'];
  14573.         }
  14574.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14575.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14576.             return $this->services['sales_channel.payment_method.repository'];
  14577.         }
  14578.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14579.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14580.             return $this->services['sales_channel.payment_method.repository'];
  14581.         }
  14582.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14583.     }
  14584.     /**
  14585.      * Gets the public 'sales_channel.product.repository' shared service.
  14586.      *
  14587.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14588.      */
  14589.     protected function getSalesChannel_Product_RepositoryService()
  14590.     {
  14591.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14592.         if (isset($this->services['sales_channel.product.repository'])) {
  14593.             return $this->services['sales_channel.product.repository'];
  14594.         }
  14595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14596.         if (isset($this->services['sales_channel.product.repository'])) {
  14597.             return $this->services['sales_channel.product.repository'];
  14598.         }
  14599.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14600.         if (isset($this->services['sales_channel.product.repository'])) {
  14601.             return $this->services['sales_channel.product.repository'];
  14602.         }
  14603.         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()));
  14604.     }
  14605.     /**
  14606.      * Gets the public 'sales_channel.repository' shared autowired service.
  14607.      *
  14608.      * @return \Swag\Markets\DataAbstractionLayer\SalesChannelRepositoryDecorator
  14609.      */
  14610.     protected function getSalesChannel_RepositoryService()
  14611.     {
  14612.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14613.         if (isset($this->services['sales_channel.repository'])) {
  14614.             return $this->services['sales_channel.repository'];
  14615.         }
  14616.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14617.         if (isset($this->services['sales_channel.repository'])) {
  14618.             return $this->services['sales_channel.repository'];
  14619.         }
  14620.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14621.         if (isset($this->services['sales_channel.repository'])) {
  14622.             return $this->services['sales_channel.repository'];
  14623.         }
  14624.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14625.         if (isset($this->services['sales_channel.repository'])) {
  14626.             return $this->services['sales_channel.repository'];
  14627.         }
  14628.         return $this->services['sales_channel.repository'] = new \Swag\Markets\DataAbstractionLayer\SalesChannelRepositoryDecorator(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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14629.     }
  14630.     /**
  14631.      * Gets the public 'sales_channel.salutation.repository' shared service.
  14632.      *
  14633.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14634.      */
  14635.     protected function getSalesChannel_Salutation_RepositoryService()
  14636.     {
  14637.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14638.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14639.             return $this->services['sales_channel.salutation.repository'];
  14640.         }
  14641.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14642.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14643.             return $this->services['sales_channel.salutation.repository'];
  14644.         }
  14645.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14646.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14647.             return $this->services['sales_channel.salutation.repository'];
  14648.         }
  14649.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14650.     }
  14651.     /**
  14652.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  14653.      *
  14654.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14655.      */
  14656.     protected function getSalesChannel_SeoUrl_RepositoryService()
  14657.     {
  14658.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14659.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14660.             return $this->services['sales_channel.seo_url.repository'];
  14661.         }
  14662.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14663.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14664.             return $this->services['sales_channel.seo_url.repository'];
  14665.         }
  14666.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14667.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14668.             return $this->services['sales_channel.seo_url.repository'];
  14669.         }
  14670.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14671.     }
  14672.     /**
  14673.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  14674.      *
  14675.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14676.      */
  14677.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  14678.     {
  14679.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14680.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14681.             return $this->services['sales_channel.shipping_method.repository'];
  14682.         }
  14683.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14684.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14685.             return $this->services['sales_channel.shipping_method.repository'];
  14686.         }
  14687.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14688.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14689.             return $this->services['sales_channel.shipping_method.repository'];
  14690.         }
  14691.         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$c$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14692.     }
  14693.     /**
  14694.      * Gets the public 'sales_channel_analytics.repository' shared service.
  14695.      *
  14696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14697.      */
  14698.     protected function getSalesChannelAnalytics_RepositoryService()
  14699.     {
  14700.         return $this->services['sales_channel_analytics.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] ?? $this->getSalesChannelAnalyticsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14701.     }
  14702.     /**
  14703.      * Gets the public 'sales_channel_country.repository' shared service.
  14704.      *
  14705.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14706.      */
  14707.     protected function getSalesChannelCountry_RepositoryService()
  14708.     {
  14709.         return $this->services['sales_channel_country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] ?? $this->getSalesChannelCountryDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14710.     }
  14711.     /**
  14712.      * Gets the public 'sales_channel_currency.repository' shared service.
  14713.      *
  14714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14715.      */
  14716.     protected function getSalesChannelCurrency_RepositoryService()
  14717.     {
  14718.         return $this->services['sales_channel_currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] ?? $this->getSalesChannelCurrencyDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14719.     }
  14720.     /**
  14721.      * Gets the public 'sales_channel_definition.Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition' shared service.
  14722.      *
  14723.      * @return \Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition
  14724.      */
  14725.     protected function getModuleSalesChannelDefinition2Service()
  14726.     {
  14727.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Core/Content/Module/Aggregate/ModuleSalesChannel/ModuleSalesChannelDefinition.php';
  14728.         $this->services['sales_channel_definition.Dne\\CustomCssJs\\Core\\Content\\Module\\Aggregate\\ModuleSalesChannel\\ModuleSalesChannelDefinition'] = $instance = new \Dne\CustomCssJs\Core\Content\Module\Aggregate\ModuleSalesChannel\ModuleSalesChannelDefinition();
  14729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14730.         return $instance;
  14731.     }
  14732.     /**
  14733.      * Gets the public 'sales_channel_definition.Dne\CustomCssJs\Core\Content\Module\ModuleDefinition' shared service.
  14734.      *
  14735.      * @return \Dne\CustomCssJs\Core\Content\Module\ModuleDefinition
  14736.      */
  14737.     protected function getModuleDefinition2Service()
  14738.     {
  14739.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Core/Content/Module/ModuleDefinition.php';
  14740.         $this->services['sales_channel_definition.Dne\\CustomCssJs\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Dne\CustomCssJs\Core\Content\Module\ModuleDefinition();
  14741.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14742.         return $instance;
  14743.     }
  14744.     /**
  14745.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  14746.      *
  14747.      * @return \Shopware\Administration\Notification\NotificationDefinition
  14748.      */
  14749.     protected function getNotificationDefinition2Service()
  14750.     {
  14751.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  14752.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  14753.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14754.         return $instance;
  14755.     }
  14756.     /**
  14757.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  14758.      *
  14759.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  14760.      */
  14761.     protected function getAppAdministrationSnippetDefinition2Service()
  14762.     {
  14763.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  14764.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  14765.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14766.         return $instance;
  14767.     }
  14768.     /**
  14769.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  14770.      *
  14771.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  14772.      */
  14773.     protected function getCustomerAddressDefinition2Service()
  14774.     {
  14775.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  14776.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14777.         return $instance;
  14778.     }
  14779.     /**
  14780.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  14781.      *
  14782.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  14783.      */
  14784.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  14785.     {
  14786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  14787.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  14788.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14789.         return $instance;
  14790.     }
  14791.     /**
  14792.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  14793.      *
  14794.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  14795.      */
  14796.     protected function getCustomerGroupTranslationDefinition2Service()
  14797.     {
  14798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  14800.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  14801.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14802.         return $instance;
  14803.     }
  14804.     /**
  14805.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  14806.      *
  14807.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  14808.      */
  14809.     protected function getCustomerGroupDefinition2Service()
  14810.     {
  14811.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  14812.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14813.         return $instance;
  14814.     }
  14815.     /**
  14816.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  14817.      *
  14818.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  14819.      */
  14820.     protected function getCustomerRecoveryDefinition2Service()
  14821.     {
  14822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  14823.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  14824.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14825.         return $instance;
  14826.     }
  14827.     /**
  14828.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  14829.      *
  14830.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  14831.      */
  14832.     protected function getCustomerTagDefinition2Service()
  14833.     {
  14834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  14835.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  14836.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14837.         return $instance;
  14838.     }
  14839.     /**
  14840.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  14841.      *
  14842.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  14843.      */
  14844.     protected function getCustomerWishlistProductDefinition2Service()
  14845.     {
  14846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  14847.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  14848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14849.         return $instance;
  14850.     }
  14851.     /**
  14852.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  14853.      *
  14854.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  14855.      */
  14856.     protected function getCustomerWishlistDefinition2Service()
  14857.     {
  14858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  14859.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  14860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14861.         return $instance;
  14862.     }
  14863.     /**
  14864.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  14865.      *
  14866.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  14867.      */
  14868.     protected function getCustomerDefinition2Service()
  14869.     {
  14870.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  14871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14872.         return $instance;
  14873.     }
  14874.     /**
  14875.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  14876.      *
  14877.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  14878.      */
  14879.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  14880.     {
  14881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  14882.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  14883.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14884.         return $instance;
  14885.     }
  14886.     /**
  14887.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  14888.      *
  14889.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  14890.      */
  14891.     protected function getDocumentBaseConfigDefinition2Service()
  14892.     {
  14893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  14894.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  14895.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14896.         return $instance;
  14897.     }
  14898.     /**
  14899.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  14900.      *
  14901.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  14902.      */
  14903.     protected function getDocumentTypeTranslationDefinition2Service()
  14904.     {
  14905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  14907.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  14908.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14909.         return $instance;
  14910.     }
  14911.     /**
  14912.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  14913.      *
  14914.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  14915.      */
  14916.     protected function getDocumentTypeDefinition2Service()
  14917.     {
  14918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  14919.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  14920.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14921.         return $instance;
  14922.     }
  14923.     /**
  14924.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  14925.      *
  14926.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  14927.      */
  14928.     protected function getDocumentDefinition2Service()
  14929.     {
  14930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  14931.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  14932.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14933.         return $instance;
  14934.     }
  14935.     /**
  14936.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  14937.      *
  14938.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  14939.      */
  14940.     protected function getOrderAddressDefinition2Service()
  14941.     {
  14942.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  14943.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14944.         return $instance;
  14945.     }
  14946.     /**
  14947.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  14948.      *
  14949.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  14950.      */
  14951.     protected function getOrderCustomerDefinition2Service()
  14952.     {
  14953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  14954.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  14955.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14956.         return $instance;
  14957.     }
  14958.     /**
  14959.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  14960.      *
  14961.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  14962.      */
  14963.     protected function getOrderDeliveryPositionDefinition2Service()
  14964.     {
  14965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  14966.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  14967.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14968.         return $instance;
  14969.     }
  14970.     /**
  14971.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  14972.      *
  14973.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  14974.      */
  14975.     protected function getOrderDeliveryDefinition2Service()
  14976.     {
  14977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  14978.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  14979.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14980.         return $instance;
  14981.     }
  14982.     /**
  14983.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  14984.      *
  14985.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  14986.      */
  14987.     protected function getOrderLineItemDefinition2Service()
  14988.     {
  14989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  14990.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  14991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14992.         return $instance;
  14993.     }
  14994.     /**
  14995.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  14996.      *
  14997.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  14998.      */
  14999.     protected function getOrderTagDefinition2Service()
  15000.     {
  15001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  15002.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  15003.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15004.         return $instance;
  15005.     }
  15006.     /**
  15007.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  15008.      *
  15009.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  15010.      */
  15011.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  15012.     {
  15013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  15014.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  15015.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15016.         return $instance;
  15017.     }
  15018.     /**
  15019.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  15020.      *
  15021.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  15022.      */
  15023.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  15024.     {
  15025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  15026.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  15027.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15028.         return $instance;
  15029.     }
  15030.     /**
  15031.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  15032.      *
  15033.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  15034.      */
  15035.     protected function getOrderTransactionCaptureDefinition2Service()
  15036.     {
  15037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  15038.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  15039.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15040.         return $instance;
  15041.     }
  15042.     /**
  15043.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  15044.      *
  15045.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  15046.      */
  15047.     protected function getOrderTransactionDefinition2Service()
  15048.     {
  15049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  15050.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  15051.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15052.         return $instance;
  15053.     }
  15054.     /**
  15055.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  15056.      *
  15057.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  15058.      */
  15059.     protected function getOrderDefinition2Service()
  15060.     {
  15061.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  15062.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15063.         return $instance;
  15064.     }
  15065.     /**
  15066.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  15067.      *
  15068.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  15069.      */
  15070.     protected function getPaymentMethodTranslationDefinition2Service()
  15071.     {
  15072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  15074.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  15075.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15076.         return $instance;
  15077.     }
  15078.     /**
  15079.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  15080.      *
  15081.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  15082.      */
  15083.     protected function getPromotionCartRuleDefinition2Service()
  15084.     {
  15085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  15086.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  15087.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15088.         return $instance;
  15089.     }
  15090.     /**
  15091.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  15092.      *
  15093.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  15094.      */
  15095.     protected function getPromotionDiscountPriceDefinition2Service()
  15096.     {
  15097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  15098.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  15099.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15100.         return $instance;
  15101.     }
  15102.     /**
  15103.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  15104.      *
  15105.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  15106.      */
  15107.     protected function getPromotionDiscountRuleDefinition2Service()
  15108.     {
  15109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  15110.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  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\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  15116.      *
  15117.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  15118.      */
  15119.     protected function getPromotionDiscountDefinition2Service()
  15120.     {
  15121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  15122.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  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\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  15128.      *
  15129.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  15130.      */
  15131.     protected function getPromotionIndividualCodeDefinition2Service()
  15132.     {
  15133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  15134.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  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\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  15140.      *
  15141.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  15142.      */
  15143.     protected function getPromotionOrderRuleDefinition2Service()
  15144.     {
  15145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  15146.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  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\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  15152.      *
  15153.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  15154.      */
  15155.     protected function getPromotionPersonaCustomerDefinition2Service()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  15158.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  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\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  15164.      *
  15165.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  15166.      */
  15167.     protected function getPromotionPersonaRuleDefinition2Service()
  15168.     {
  15169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  15170.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  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\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  15176.      *
  15177.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  15178.      */
  15179.     protected function getPromotionSalesChannelDefinition2Service()
  15180.     {
  15181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  15182.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  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\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  15188.      *
  15189.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  15190.      */
  15191.     protected function getPromotionSetGroupRuleDefinition2Service()
  15192.     {
  15193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  15194.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  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\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  15200.      *
  15201.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  15202.      */
  15203.     protected function getPromotionSetGroupDefinition2Service()
  15204.     {
  15205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  15206.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  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\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  15212.      *
  15213.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  15214.      */
  15215.     protected function getPromotionTranslationDefinition2Service()
  15216.     {
  15217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  15219.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  15220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15221.         return $instance;
  15222.     }
  15223.     /**
  15224.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  15225.      *
  15226.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  15227.      */
  15228.     protected function getPromotionDefinition2Service()
  15229.     {
  15230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  15231.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  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\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  15237.      *
  15238.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  15239.      */
  15240.     protected function getShippingMethodPriceDefinition2Service()
  15241.     {
  15242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  15243.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  15244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15245.         return $instance;
  15246.     }
  15247.     /**
  15248.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  15249.      *
  15250.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  15251.      */
  15252.     protected function getShippingMethodTagDefinition2Service()
  15253.     {
  15254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  15255.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  15256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15257.         return $instance;
  15258.     }
  15259.     /**
  15260.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  15261.      *
  15262.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  15263.      */
  15264.     protected function getShippingMethodTranslationDefinition2Service()
  15265.     {
  15266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  15268.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  15269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15270.         return $instance;
  15271.     }
  15272.     /**
  15273.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  15274.      *
  15275.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  15276.      */
  15277.     protected function getCategoryTagDefinition2Service()
  15278.     {
  15279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  15280.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  15281.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15282.         return $instance;
  15283.     }
  15284.     /**
  15285.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  15286.      *
  15287.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  15288.      */
  15289.     protected function getCategoryTranslationDefinition2Service()
  15290.     {
  15291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  15293.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  15294.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15295.         return $instance;
  15296.     }
  15297.     /**
  15298.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  15299.      *
  15300.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  15301.      */
  15302.     protected function getCmsBlockDefinition2Service()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  15305.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  15306.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15307.         return $instance;
  15308.     }
  15309.     /**
  15310.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  15311.      *
  15312.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  15313.      */
  15314.     protected function getCmsPageTranslationDefinition2Service()
  15315.     {
  15316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  15318.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  15319.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15320.         return $instance;
  15321.     }
  15322.     /**
  15323.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  15324.      *
  15325.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  15326.      */
  15327.     protected function getCmsSectionDefinition2Service()
  15328.     {
  15329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  15330.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  15331.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15332.         return $instance;
  15333.     }
  15334.     /**
  15335.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  15336.      *
  15337.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  15338.      */
  15339.     protected function getCmsSlotTranslationDefinition2Service()
  15340.     {
  15341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  15343.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  15344.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15345.         return $instance;
  15346.     }
  15347.     /**
  15348.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  15349.      *
  15350.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  15351.      */
  15352.     protected function getCmsSlotDefinition2Service()
  15353.     {
  15354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  15355.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  15356.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15357.         return $instance;
  15358.     }
  15359.     /**
  15360.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  15361.      *
  15362.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  15363.      */
  15364.     protected function getCmsPageDefinition2Service()
  15365.     {
  15366.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  15367.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15368.         return $instance;
  15369.     }
  15370.     /**
  15371.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  15372.      *
  15373.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  15374.      */
  15375.     protected function getFlowSequenceDefinition2Service()
  15376.     {
  15377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  15378.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  15379.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15380.         return $instance;
  15381.     }
  15382.     /**
  15383.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  15384.      *
  15385.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  15386.      */
  15387.     protected function getFlowDefinition2Service()
  15388.     {
  15389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  15390.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  15391.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15392.         return $instance;
  15393.     }
  15394.     /**
  15395.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  15396.      *
  15397.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  15398.      */
  15399.     protected function getImportExportFileDefinition2Service()
  15400.     {
  15401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  15402.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  15403.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15404.         return $instance;
  15405.     }
  15406.     /**
  15407.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  15408.      *
  15409.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  15410.      */
  15411.     protected function getImportExportLogDefinition2Service()
  15412.     {
  15413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  15414.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  15415.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15416.         return $instance;
  15417.     }
  15418.     /**
  15419.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  15420.      *
  15421.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  15422.      */
  15423.     protected function getImportExportProfileDefinition2Service()
  15424.     {
  15425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  15426.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  15427.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15428.         return $instance;
  15429.     }
  15430.     /**
  15431.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  15432.      *
  15433.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  15434.      */
  15435.     protected function getImportExportProfileTranslationDefinition2Service()
  15436.     {
  15437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  15439.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  15440.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15441.         return $instance;
  15442.     }
  15443.     /**
  15444.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  15445.      *
  15446.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  15447.      */
  15448.     protected function getLandingPageSalesChannelDefinition2Service()
  15449.     {
  15450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  15451.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  15452.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15453.         return $instance;
  15454.     }
  15455.     /**
  15456.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  15457.      *
  15458.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  15459.      */
  15460.     protected function getLandingPageTagDefinition2Service()
  15461.     {
  15462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  15463.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  15464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15465.         return $instance;
  15466.     }
  15467.     /**
  15468.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  15469.      *
  15470.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  15471.      */
  15472.     protected function getLandingPageTranslationDefinition2Service()
  15473.     {
  15474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  15476.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  15477.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15478.         return $instance;
  15479.     }
  15480.     /**
  15481.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  15482.      *
  15483.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  15484.      */
  15485.     protected function getMailHeaderFooterTranslationDefinition2Service()
  15486.     {
  15487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  15489.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  15490.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15491.         return $instance;
  15492.     }
  15493.     /**
  15494.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  15495.      *
  15496.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  15497.      */
  15498.     protected function getMailHeaderFooterDefinition2Service()
  15499.     {
  15500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  15501.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  15502.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15503.         return $instance;
  15504.     }
  15505.     /**
  15506.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  15507.      *
  15508.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  15509.      */
  15510.     protected function getMailTemplateMediaDefinition2Service()
  15511.     {
  15512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  15513.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  15514.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15515.         return $instance;
  15516.     }
  15517.     /**
  15518.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  15519.      *
  15520.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  15521.      */
  15522.     protected function getMailTemplateTranslationDefinition2Service()
  15523.     {
  15524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  15526.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  15527.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15528.         return $instance;
  15529.     }
  15530.     /**
  15531.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  15532.      *
  15533.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  15534.      */
  15535.     protected function getMailTemplateTypeTranslationDefinition2Service()
  15536.     {
  15537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  15539.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  15540.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15541.         return $instance;
  15542.     }
  15543.     /**
  15544.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  15545.      *
  15546.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  15547.      */
  15548.     protected function getMailTemplateTypeDefinition2Service()
  15549.     {
  15550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  15551.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  15552.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15553.         return $instance;
  15554.     }
  15555.     /**
  15556.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  15557.      *
  15558.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  15559.      */
  15560.     protected function getMailTemplateDefinition2Service()
  15561.     {
  15562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  15563.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  15564.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15565.         return $instance;
  15566.     }
  15567.     /**
  15568.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  15569.      *
  15570.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  15571.      */
  15572.     protected function getMediaDefaultFolderDefinition2Service()
  15573.     {
  15574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  15575.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  15576.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15577.         return $instance;
  15578.     }
  15579.     /**
  15580.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  15581.      *
  15582.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  15583.      */
  15584.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  15585.     {
  15586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  15587.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  15588.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15589.         return $instance;
  15590.     }
  15591.     /**
  15592.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  15593.      *
  15594.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  15595.      */
  15596.     protected function getMediaFolderConfigurationDefinition2Service()
  15597.     {
  15598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  15599.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  15600.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15601.         return $instance;
  15602.     }
  15603.     /**
  15604.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  15605.      *
  15606.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  15607.      */
  15608.     protected function getMediaFolderDefinition2Service()
  15609.     {
  15610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  15611.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  15612.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15613.         return $instance;
  15614.     }
  15615.     /**
  15616.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  15617.      *
  15618.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  15619.      */
  15620.     protected function getMediaTagDefinition2Service()
  15621.     {
  15622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  15623.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  15624.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15625.         return $instance;
  15626.     }
  15627.     /**
  15628.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  15629.      *
  15630.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  15631.      */
  15632.     protected function getMediaThumbnailSizeDefinition2Service()
  15633.     {
  15634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  15635.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  15636.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15637.         return $instance;
  15638.     }
  15639.     /**
  15640.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  15641.      *
  15642.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  15643.      */
  15644.     protected function getMediaThumbnailDefinition2Service()
  15645.     {
  15646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  15647.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  15648.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15649.         return $instance;
  15650.     }
  15651.     /**
  15652.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  15653.      *
  15654.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  15655.      */
  15656.     protected function getMediaTranslationDefinition2Service()
  15657.     {
  15658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  15660.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  15661.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15662.         return $instance;
  15663.     }
  15664.     /**
  15665.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  15666.      *
  15667.      * @return \Shopware\Core\Content\Media\MediaDefinition
  15668.      */
  15669.     protected function getMediaDefinition2Service()
  15670.     {
  15671.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  15672.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15673.         return $instance;
  15674.     }
  15675.     /**
  15676.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  15677.      *
  15678.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  15679.      */
  15680.     protected function getNewsletterRecipientTagDefinition2Service()
  15681.     {
  15682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  15683.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  15684.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15685.         return $instance;
  15686.     }
  15687.     /**
  15688.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  15689.      *
  15690.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  15691.      */
  15692.     protected function getProductExportDefinition2Service()
  15693.     {
  15694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  15695.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  15696.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15697.         return $instance;
  15698.     }
  15699.     /**
  15700.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  15701.      *
  15702.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  15703.      */
  15704.     protected function getProductStreamFilterDefinition2Service()
  15705.     {
  15706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  15707.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  15708.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15709.         return $instance;
  15710.     }
  15711.     /**
  15712.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  15713.      *
  15714.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  15715.      */
  15716.     protected function getProductStreamTranslationDefinition2Service()
  15717.     {
  15718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  15720.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  15721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15722.         return $instance;
  15723.     }
  15724.     /**
  15725.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  15726.      *
  15727.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  15728.      */
  15729.     protected function getProductStreamDefinition2Service()
  15730.     {
  15731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  15732.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  15733.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15734.         return $instance;
  15735.     }
  15736.     /**
  15737.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  15738.      *
  15739.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  15740.      */
  15741.     protected function getProductCategoryTreeDefinition2Service()
  15742.     {
  15743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  15744.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  15745.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15746.         return $instance;
  15747.     }
  15748.     /**
  15749.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  15750.      *
  15751.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  15752.      */
  15753.     protected function getProductCategoryDefinition2Service()
  15754.     {
  15755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  15756.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  15757.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15758.         return $instance;
  15759.     }
  15760.     /**
  15761.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  15762.      *
  15763.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  15764.      */
  15765.     protected function getProductConfiguratorSettingDefinition2Service()
  15766.     {
  15767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  15768.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  15769.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15770.         return $instance;
  15771.     }
  15772.     /**
  15773.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  15774.      *
  15775.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  15776.      */
  15777.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  15778.     {
  15779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  15780.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  15781.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15782.         return $instance;
  15783.     }
  15784.     /**
  15785.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  15786.      *
  15787.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  15788.      */
  15789.     protected function getProductCrossSellingTranslationDefinition2Service()
  15790.     {
  15791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  15793.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  15794.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15795.         return $instance;
  15796.     }
  15797.     /**
  15798.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  15799.      *
  15800.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  15801.      */
  15802.     protected function getProductCrossSellingDefinition2Service()
  15803.     {
  15804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  15805.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  15806.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15807.         return $instance;
  15808.     }
  15809.     /**
  15810.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  15811.      *
  15812.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  15813.      */
  15814.     protected function getProductCustomFieldSetDefinition2Service()
  15815.     {
  15816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  15817.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  15818.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15819.         return $instance;
  15820.     }
  15821.     /**
  15822.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  15823.      *
  15824.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  15825.      */
  15826.     protected function getProductFeatureSetTranslationDefinition2Service()
  15827.     {
  15828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  15830.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  15831.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15832.         return $instance;
  15833.     }
  15834.     /**
  15835.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  15836.      *
  15837.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  15838.      */
  15839.     protected function getProductFeatureSetDefinition2Service()
  15840.     {
  15841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  15842.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  15843.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15844.         return $instance;
  15845.     }
  15846.     /**
  15847.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  15848.      *
  15849.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  15850.      */
  15851.     protected function getProductKeywordDictionaryDefinition2Service()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  15854.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  15855.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15856.         return $instance;
  15857.     }
  15858.     /**
  15859.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  15860.      *
  15861.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  15862.      */
  15863.     protected function getProductManufacturerTranslationDefinition2Service()
  15864.     {
  15865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  15867.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  15868.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15869.         return $instance;
  15870.     }
  15871.     /**
  15872.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  15873.      *
  15874.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  15875.      */
  15876.     protected function getProductManufacturerDefinition2Service()
  15877.     {
  15878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  15879.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  15880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15881.         return $instance;
  15882.     }
  15883.     /**
  15884.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  15885.      *
  15886.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  15887.      */
  15888.     protected function getProductMediaDefinition2Service()
  15889.     {
  15890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  15891.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  15892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15893.         return $instance;
  15894.     }
  15895.     /**
  15896.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  15897.      *
  15898.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  15899.      */
  15900.     protected function getProductOptionDefinition2Service()
  15901.     {
  15902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  15903.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  15904.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15905.         return $instance;
  15906.     }
  15907.     /**
  15908.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  15909.      *
  15910.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  15911.      */
  15912.     protected function getProductPriceDefinition2Service()
  15913.     {
  15914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  15915.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  15916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15917.         return $instance;
  15918.     }
  15919.     /**
  15920.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  15921.      *
  15922.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  15923.      */
  15924.     protected function getProductPropertyDefinition2Service()
  15925.     {
  15926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  15927.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  15928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15929.         return $instance;
  15930.     }
  15931.     /**
  15932.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  15933.      *
  15934.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  15935.      */
  15936.     protected function getProductReviewDefinition2Service()
  15937.     {
  15938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  15939.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  15940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15941.         return $instance;
  15942.     }
  15943.     /**
  15944.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  15945.      *
  15946.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  15947.      */
  15948.     protected function getProductSearchConfigFieldDefinition2Service()
  15949.     {
  15950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  15951.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  15952.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15953.         return $instance;
  15954.     }
  15955.     /**
  15956.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  15957.      *
  15958.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  15959.      */
  15960.     protected function getProductSearchConfigDefinition2Service()
  15961.     {
  15962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  15963.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  15964.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15965.         return $instance;
  15966.     }
  15967.     /**
  15968.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  15969.      *
  15970.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  15971.      */
  15972.     protected function getProductSearchKeywordDefinition2Service()
  15973.     {
  15974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  15975.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  15976.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15977.         return $instance;
  15978.     }
  15979.     /**
  15980.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  15981.      *
  15982.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  15983.      */
  15984.     protected function getProductStreamMappingDefinition2Service()
  15985.     {
  15986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  15987.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  15988.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15989.         return $instance;
  15990.     }
  15991.     /**
  15992.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  15993.      *
  15994.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  15995.      */
  15996.     protected function getProductTagDefinition2Service()
  15997.     {
  15998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  15999.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  16000.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16001.         return $instance;
  16002.     }
  16003.     /**
  16004.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  16005.      *
  16006.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  16007.      */
  16008.     protected function getProductTranslationDefinition2Service()
  16009.     {
  16010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  16012.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  16013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16014.         return $instance;
  16015.     }
  16016.     /**
  16017.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  16018.      *
  16019.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  16020.      */
  16021.     protected function getProductVisibilityDefinition2Service()
  16022.     {
  16023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  16024.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  16025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16026.         return $instance;
  16027.     }
  16028.     /**
  16029.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  16030.      *
  16031.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  16032.      */
  16033.     protected function getProductSortingDefinition2Service()
  16034.     {
  16035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  16036.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  16037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16038.         return $instance;
  16039.     }
  16040.     /**
  16041.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  16042.      *
  16043.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  16044.      */
  16045.     protected function getProductSortingTranslationDefinition2Service()
  16046.     {
  16047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  16049.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  16050.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16051.         return $instance;
  16052.     }
  16053.     /**
  16054.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  16055.      *
  16056.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  16057.      */
  16058.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  16059.     {
  16060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  16062.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  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\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  16068.      *
  16069.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  16070.      */
  16071.     protected function getPropertyGroupOptionDefinition2Service()
  16072.     {
  16073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  16074.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  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\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  16080.      *
  16081.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  16082.      */
  16083.     protected function getPropertyGroupTranslationDefinition2Service()
  16084.     {
  16085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  16087.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  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\Content\Property\PropertyGroupDefinition' shared service.
  16093.      *
  16094.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  16095.      */
  16096.     protected function getPropertyGroupDefinition2Service()
  16097.     {
  16098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  16099.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  16100.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16101.         return $instance;
  16102.     }
  16103.     /**
  16104.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  16105.      *
  16106.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  16107.      */
  16108.     protected function getRuleConditionDefinition2Service()
  16109.     {
  16110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  16111.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  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\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  16117.      *
  16118.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  16119.      */
  16120.     protected function getRuleTagDefinition2Service()
  16121.     {
  16122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  16123.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  16124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16125.         return $instance;
  16126.     }
  16127.     /**
  16128.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  16129.      *
  16130.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  16131.      */
  16132.     protected function getRuleDefinition2Service()
  16133.     {
  16134.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  16135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16136.         return $instance;
  16137.     }
  16138.     /**
  16139.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  16140.      *
  16141.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  16142.      */
  16143.     protected function getSeoUrlTemplateDefinition2Service()
  16144.     {
  16145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  16146.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  16147.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16148.         return $instance;
  16149.     }
  16150.     /**
  16151.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  16152.      *
  16153.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  16154.      */
  16155.     protected function getAclRoleDefinition2Service()
  16156.     {
  16157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  16158.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  16159.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16160.         return $instance;
  16161.     }
  16162.     /**
  16163.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  16164.      *
  16165.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  16166.      */
  16167.     protected function getAclUserRoleDefinition2Service()
  16168.     {
  16169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  16170.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  16171.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16172.         return $instance;
  16173.     }
  16174.     /**
  16175.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  16176.      *
  16177.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  16178.      */
  16179.     protected function getActionButtonTranslationDefinition2Service()
  16180.     {
  16181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  16183.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  16184.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16185.         return $instance;
  16186.     }
  16187.     /**
  16188.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  16189.      *
  16190.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  16191.      */
  16192.     protected function getActionButtonDefinition2Service()
  16193.     {
  16194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  16195.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  16196.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16197.         return $instance;
  16198.     }
  16199.     /**
  16200.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  16201.      *
  16202.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  16203.      */
  16204.     protected function getAppPaymentMethodDefinition2Service()
  16205.     {
  16206.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  16207.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16208.         return $instance;
  16209.     }
  16210.     /**
  16211.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  16212.      *
  16213.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  16214.      */
  16215.     protected function getAppScriptConditionTranslationDefinition2Service()
  16216.     {
  16217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  16219.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  16220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16221.         return $instance;
  16222.     }
  16223.     /**
  16224.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  16225.      *
  16226.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  16227.      */
  16228.     protected function getAppScriptConditionDefinition2Service()
  16229.     {
  16230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  16231.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  16232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16233.         return $instance;
  16234.     }
  16235.     /**
  16236.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  16237.      *
  16238.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  16239.      */
  16240.     protected function getAppTranslationDefinition2Service()
  16241.     {
  16242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  16244.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  16245.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16246.         return $instance;
  16247.     }
  16248.     /**
  16249.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  16250.      *
  16251.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  16252.      */
  16253.     protected function getAppCmsBlockTranslationDefinition2Service()
  16254.     {
  16255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  16257.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  16258.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16259.         return $instance;
  16260.     }
  16261.     /**
  16262.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  16263.      *
  16264.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  16265.      */
  16266.     protected function getAppCmsBlockDefinition2Service()
  16267.     {
  16268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  16269.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  16270.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16271.         return $instance;
  16272.     }
  16273.     /**
  16274.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  16275.      *
  16276.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  16277.      */
  16278.     protected function getAppFlowActionTranslationDefinition2Service()
  16279.     {
  16280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  16282.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  16283.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16284.         return $instance;
  16285.     }
  16286.     /**
  16287.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  16288.      *
  16289.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  16290.      */
  16291.     protected function getAppFlowActionDefinition2Service()
  16292.     {
  16293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  16294.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  16295.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16296.         return $instance;
  16297.     }
  16298.     /**
  16299.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  16300.      *
  16301.      * @return \Shopware\Core\Framework\App\AppDefinition
  16302.      */
  16303.     protected function getAppDefinition2Service()
  16304.     {
  16305.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  16306.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16307.         return $instance;
  16308.     }
  16309.     /**
  16310.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  16311.      *
  16312.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  16313.      */
  16314.     protected function getTemplateDefinition2Service()
  16315.     {
  16316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  16317.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  16318.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16319.         return $instance;
  16320.     }
  16321.     /**
  16322.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  16323.      *
  16324.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  16325.      */
  16326.     protected function getVersionCommitDataDefinition2Service()
  16327.     {
  16328.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  16329.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16330.         return $instance;
  16331.     }
  16332.     /**
  16333.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  16334.      *
  16335.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  16336.      */
  16337.     protected function getVersionCommitDefinition2Service()
  16338.     {
  16339.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  16340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16341.         return $instance;
  16342.     }
  16343.     /**
  16344.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  16345.      *
  16346.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  16347.      */
  16348.     protected function getVersionDefinition2Service()
  16349.     {
  16350.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  16351.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16352.         return $instance;
  16353.     }
  16354.     /**
  16355.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  16356.      *
  16357.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  16358.      */
  16359.     protected function getEventActionRuleDefinition2Service()
  16360.     {
  16361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  16362.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  16363.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16364.         return $instance;
  16365.     }
  16366.     /**
  16367.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  16368.      *
  16369.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  16370.      */
  16371.     protected function getEventActionSalesChannelDefinition2Service()
  16372.     {
  16373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  16374.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  16375.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16376.         return $instance;
  16377.     }
  16378.     /**
  16379.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  16380.      *
  16381.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  16382.      */
  16383.     protected function getEventActionDefinition2Service()
  16384.     {
  16385.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  16386.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16387.         return $instance;
  16388.     }
  16389.     /**
  16390.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  16391.      *
  16392.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  16393.      */
  16394.     protected function getLogEntryDefinition2Service()
  16395.     {
  16396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  16397.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  16398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16399.         return $instance;
  16400.     }
  16401.     /**
  16402.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  16403.      *
  16404.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  16405.      */
  16406.     protected function getDeadMessageDefinition2Service()
  16407.     {
  16408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  16409.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  16410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16411.         return $instance;
  16412.     }
  16413.     /**
  16414.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  16415.      *
  16416.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  16417.      */
  16418.     protected function getMessageQueueStatsDefinition2Service()
  16419.     {
  16420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  16421.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  16422.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16423.         return $instance;
  16424.     }
  16425.     /**
  16426.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  16427.      *
  16428.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  16429.      */
  16430.     protected function getScheduledTaskDefinition2Service()
  16431.     {
  16432.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  16433.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16434.         return $instance;
  16435.     }
  16436.     /**
  16437.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  16438.      *
  16439.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  16440.      */
  16441.     protected function getPluginTranslationDefinition2Service()
  16442.     {
  16443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  16445.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  16446.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16447.         return $instance;
  16448.     }
  16449.     /**
  16450.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  16451.      *
  16452.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  16453.      */
  16454.     protected function getPluginDefinition2Service()
  16455.     {
  16456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  16457.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  16458.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16459.         return $instance;
  16460.     }
  16461.     /**
  16462.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  16463.      *
  16464.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  16465.      */
  16466.     protected function getScriptDefinition2Service()
  16467.     {
  16468.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  16469.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16470.         return $instance;
  16471.     }
  16472.     /**
  16473.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  16474.      *
  16475.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  16476.      */
  16477.     protected function getWebhookEventLogDefinition2Service()
  16478.     {
  16479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  16480.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  16481.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16482.         return $instance;
  16483.     }
  16484.     /**
  16485.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  16486.      *
  16487.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  16488.      */
  16489.     protected function getWebhookDefinition2Service()
  16490.     {
  16491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  16492.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  16493.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16494.         return $instance;
  16495.     }
  16496.     /**
  16497.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  16498.      *
  16499.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  16500.      */
  16501.     protected function getCountryStateTranslationDefinition2Service()
  16502.     {
  16503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  16505.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  16506.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16507.         return $instance;
  16508.     }
  16509.     /**
  16510.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  16511.      *
  16512.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  16513.      */
  16514.     protected function getCountryTranslationDefinition2Service()
  16515.     {
  16516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  16518.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  16519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16520.         return $instance;
  16521.     }
  16522.     /**
  16523.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  16524.      *
  16525.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  16526.      */
  16527.     protected function getCurrencyCountryRoundingDefinition2Service()
  16528.     {
  16529.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  16530.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16531.         return $instance;
  16532.     }
  16533.     /**
  16534.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  16535.      *
  16536.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  16537.      */
  16538.     protected function getCurrencyTranslationDefinition2Service()
  16539.     {
  16540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  16542.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  16543.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16544.         return $instance;
  16545.     }
  16546.     /**
  16547.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  16548.      *
  16549.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  16550.      */
  16551.     protected function getCustomEntityDefinition2Service()
  16552.     {
  16553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  16554.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  16555.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16556.         return $instance;
  16557.     }
  16558.     /**
  16559.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  16560.      *
  16561.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  16562.      */
  16563.     protected function getCustomFieldSetRelationDefinition2Service()
  16564.     {
  16565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  16566.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  16567.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16568.         return $instance;
  16569.     }
  16570.     /**
  16571.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  16572.      *
  16573.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  16574.      */
  16575.     protected function getCustomFieldSetDefinition2Service()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  16578.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  16579.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16580.         return $instance;
  16581.     }
  16582.     /**
  16583.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  16584.      *
  16585.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  16586.      */
  16587.     protected function getCustomFieldDefinition2Service()
  16588.     {
  16589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  16590.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  16591.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16592.         return $instance;
  16593.     }
  16594.     /**
  16595.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  16596.      *
  16597.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  16598.      */
  16599.     protected function getDeliveryTimeTranslationDefinition2Service()
  16600.     {
  16601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  16603.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  16604.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16605.         return $instance;
  16606.     }
  16607.     /**
  16608.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  16609.      *
  16610.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  16611.      */
  16612.     protected function getDeliveryTimeDefinition2Service()
  16613.     {
  16614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  16615.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  16616.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16617.         return $instance;
  16618.     }
  16619.     /**
  16620.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  16621.      *
  16622.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  16623.      */
  16624.     protected function getIntegrationRoleDefinition2Service()
  16625.     {
  16626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  16627.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  16628.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16629.         return $instance;
  16630.     }
  16631.     /**
  16632.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  16633.      *
  16634.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  16635.      */
  16636.     protected function getIntegrationDefinition2Service()
  16637.     {
  16638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  16639.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  16640.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16641.         return $instance;
  16642.     }
  16643.     /**
  16644.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  16645.      *
  16646.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  16647.      */
  16648.     protected function getLocaleTranslationDefinition2Service()
  16649.     {
  16650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  16652.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  16653.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16654.         return $instance;
  16655.     }
  16656.     /**
  16657.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  16658.      *
  16659.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  16660.      */
  16661.     protected function getLocaleDefinition2Service()
  16662.     {
  16663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  16664.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  16665.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16666.         return $instance;
  16667.     }
  16668.     /**
  16669.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  16670.      *
  16671.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  16672.      */
  16673.     protected function getNumberRangeSalesChannelDefinition2Service()
  16674.     {
  16675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  16676.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  16677.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16678.         return $instance;
  16679.     }
  16680.     /**
  16681.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  16682.      *
  16683.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  16684.      */
  16685.     protected function getNumberRangeStateDefinition2Service()
  16686.     {
  16687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  16688.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  16689.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16690.         return $instance;
  16691.     }
  16692.     /**
  16693.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  16694.      *
  16695.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  16696.      */
  16697.     protected function getNumberRangeTranslationDefinition2Service()
  16698.     {
  16699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  16701.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  16702.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16703.         return $instance;
  16704.     }
  16705.     /**
  16706.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  16707.      *
  16708.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  16709.      */
  16710.     protected function getNumberRangeTypeTranslationDefinition2Service()
  16711.     {
  16712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  16714.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  16715.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16716.         return $instance;
  16717.     }
  16718.     /**
  16719.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  16720.      *
  16721.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  16722.      */
  16723.     protected function getNumberRangeTypeDefinition2Service()
  16724.     {
  16725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  16726.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  16727.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16728.         return $instance;
  16729.     }
  16730.     /**
  16731.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  16732.      *
  16733.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  16734.      */
  16735.     protected function getNumberRangeDefinition2Service()
  16736.     {
  16737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  16738.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  16739.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16740.         return $instance;
  16741.     }
  16742.     /**
  16743.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  16744.      *
  16745.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  16746.      */
  16747.     protected function getSalesChannelAnalyticsDefinition2Service()
  16748.     {
  16749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  16750.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  16751.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16752.         return $instance;
  16753.     }
  16754.     /**
  16755.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  16756.      *
  16757.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  16758.      */
  16759.     protected function getSalesChannelCountryDefinition3Service()
  16760.     {
  16761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  16762.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  16763.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16764.         return $instance;
  16765.     }
  16766.     /**
  16767.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  16768.      *
  16769.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  16770.      */
  16771.     protected function getSalesChannelCurrencyDefinition3Service()
  16772.     {
  16773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  16774.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  16775.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16776.         return $instance;
  16777.     }
  16778.     /**
  16779.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  16780.      *
  16781.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  16782.      */
  16783.     protected function getSalesChannelDomainDefinition2Service()
  16784.     {
  16785.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  16786.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16787.         return $instance;
  16788.     }
  16789.     /**
  16790.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  16791.      *
  16792.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  16793.      */
  16794.     protected function getSalesChannelLanguageDefinition3Service()
  16795.     {
  16796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  16797.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  16798.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16799.         return $instance;
  16800.     }
  16801.     /**
  16802.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  16803.      *
  16804.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  16805.      */
  16806.     protected function getSalesChannelPaymentMethodDefinition3Service()
  16807.     {
  16808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  16809.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  16810.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16811.         return $instance;
  16812.     }
  16813.     /**
  16814.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  16815.      *
  16816.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  16817.      */
  16818.     protected function getSalesChannelShippingMethodDefinition3Service()
  16819.     {
  16820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  16821.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  16822.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16823.         return $instance;
  16824.     }
  16825.     /**
  16826.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  16827.      *
  16828.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  16829.      */
  16830.     protected function getSalesChannelTranslationDefinition2Service()
  16831.     {
  16832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  16834.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  16835.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16836.         return $instance;
  16837.     }
  16838.     /**
  16839.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  16840.      *
  16841.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  16842.      */
  16843.     protected function getSalesChannelTypeTranslationDefinition2Service()
  16844.     {
  16845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  16847.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  16848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16849.         return $instance;
  16850.     }
  16851.     /**
  16852.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  16853.      *
  16854.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  16855.      */
  16856.     protected function getSalesChannelTypeDefinition2Service()
  16857.     {
  16858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  16859.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  16860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16861.         return $instance;
  16862.     }
  16863.     /**
  16864.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  16865.      *
  16866.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  16867.      */
  16868.     protected function getSalesChannelDefinition2Service()
  16869.     {
  16870.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  16871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16872.         return $instance;
  16873.     }
  16874.     /**
  16875.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  16876.      *
  16877.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  16878.      */
  16879.     protected function getSalutationTranslationDefinition2Service()
  16880.     {
  16881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  16883.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  16884.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16885.         return $instance;
  16886.     }
  16887.     /**
  16888.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  16889.      *
  16890.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  16891.      */
  16892.     protected function getSnippetSetDefinition2Service()
  16893.     {
  16894.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  16895.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16896.         return $instance;
  16897.     }
  16898.     /**
  16899.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  16900.      *
  16901.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  16902.      */
  16903.     protected function getSnippetDefinition2Service()
  16904.     {
  16905.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  16906.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16907.         return $instance;
  16908.     }
  16909.     /**
  16910.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  16911.      *
  16912.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  16913.      */
  16914.     protected function getStateMachineHistoryDefinition2Service()
  16915.     {
  16916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  16917.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  16918.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16919.         return $instance;
  16920.     }
  16921.     /**
  16922.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  16923.      *
  16924.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  16925.      */
  16926.     protected function getStateMachineStateDefinition2Service()
  16927.     {
  16928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  16929.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  16930.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16931.         return $instance;
  16932.     }
  16933.     /**
  16934.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  16935.      *
  16936.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  16937.      */
  16938.     protected function getStateMachineStateTranslationDefinition2Service()
  16939.     {
  16940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  16942.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  16943.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16944.         return $instance;
  16945.     }
  16946.     /**
  16947.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  16948.      *
  16949.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  16950.      */
  16951.     protected function getStateMachineTransitionDefinition2Service()
  16952.     {
  16953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  16954.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  16955.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16956.         return $instance;
  16957.     }
  16958.     /**
  16959.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  16960.      *
  16961.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  16962.      */
  16963.     protected function getStateMachineDefinition2Service()
  16964.     {
  16965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  16966.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  16967.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16968.         return $instance;
  16969.     }
  16970.     /**
  16971.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  16972.      *
  16973.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  16974.      */
  16975.     protected function getStateMachineTranslationDefinition2Service()
  16976.     {
  16977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  16979.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  16980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16981.         return $instance;
  16982.     }
  16983.     /**
  16984.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  16985.      *
  16986.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  16987.      */
  16988.     protected function getSystemConfigDefinition2Service()
  16989.     {
  16990.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  16991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16992.         return $instance;
  16993.     }
  16994.     /**
  16995.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  16996.      *
  16997.      * @return \Shopware\Core\System\Tag\TagDefinition
  16998.      */
  16999.     protected function getTagDefinition2Service()
  17000.     {
  17001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  17002.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  17003.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17004.         return $instance;
  17005.     }
  17006.     /**
  17007.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  17008.      *
  17009.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  17010.      */
  17011.     protected function getTaxRuleTypeTranslationDefinition2Service()
  17012.     {
  17013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  17015.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  17016.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17017.         return $instance;
  17018.     }
  17019.     /**
  17020.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  17021.      *
  17022.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  17023.      */
  17024.     protected function getTaxRuleTypeDefinition2Service()
  17025.     {
  17026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  17027.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  17028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17029.         return $instance;
  17030.     }
  17031.     /**
  17032.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  17033.      *
  17034.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  17035.      */
  17036.     protected function getTaxRuleDefinition2Service()
  17037.     {
  17038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  17039.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  17040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17041.         return $instance;
  17042.     }
  17043.     /**
  17044.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  17045.      *
  17046.      * @return \Shopware\Core\System\Tax\TaxDefinition
  17047.      */
  17048.     protected function getTaxDefinition2Service()
  17049.     {
  17050.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  17051.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17052.         return $instance;
  17053.     }
  17054.     /**
  17055.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  17056.      *
  17057.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  17058.      */
  17059.     protected function getUnitTranslationDefinition2Service()
  17060.     {
  17061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  17063.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  17064.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17065.         return $instance;
  17066.     }
  17067.     /**
  17068.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  17069.      *
  17070.      * @return \Shopware\Core\System\Unit\UnitDefinition
  17071.      */
  17072.     protected function getUnitDefinition2Service()
  17073.     {
  17074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  17075.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  17076.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17077.         return $instance;
  17078.     }
  17079.     /**
  17080.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  17081.      *
  17082.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  17083.      */
  17084.     protected function getUserAccessKeyDefinition2Service()
  17085.     {
  17086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  17087.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  17088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17089.         return $instance;
  17090.     }
  17091.     /**
  17092.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  17093.      *
  17094.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  17095.      */
  17096.     protected function getUserConfigDefinition2Service()
  17097.     {
  17098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  17099.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  17100.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17101.         return $instance;
  17102.     }
  17103.     /**
  17104.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  17105.      *
  17106.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  17107.      */
  17108.     protected function getUserRecoveryDefinition2Service()
  17109.     {
  17110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  17111.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  17112.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17113.         return $instance;
  17114.     }
  17115.     /**
  17116.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  17117.      *
  17118.      * @return \Shopware\Core\System\User\UserDefinition
  17119.      */
  17120.     protected function getUserDefinition2Service()
  17121.     {
  17122.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  17123.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17124.         return $instance;
  17125.     }
  17126.     /**
  17127.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  17128.      *
  17129.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  17130.      */
  17131.     protected function getThemeChildDefinition2Service()
  17132.     {
  17133.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  17134.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  17135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17136.         return $instance;
  17137.     }
  17138.     /**
  17139.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  17140.      *
  17141.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  17142.      */
  17143.     protected function getThemeMediaDefinition2Service()
  17144.     {
  17145.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  17146.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  17147.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17148.         return $instance;
  17149.     }
  17150.     /**
  17151.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  17152.      *
  17153.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  17154.      */
  17155.     protected function getThemeSalesChannelDefinition2Service()
  17156.     {
  17157.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  17158.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17159.         return $instance;
  17160.     }
  17161.     /**
  17162.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  17163.      *
  17164.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  17165.      */
  17166.     protected function getThemeTranslationDefinition2Service()
  17167.     {
  17168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17169.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  17170.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  17171.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17172.         return $instance;
  17173.     }
  17174.     /**
  17175.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  17176.      *
  17177.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  17178.      */
  17179.     protected function getThemeDefinition2Service()
  17180.     {
  17181.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  17182.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17183.         return $instance;
  17184.     }
  17185.     /**
  17186.      * Gets the public 'sales_channel_definition.Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  17187.      *
  17188.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  17189.      */
  17190.     protected function getPackLanguageDefinition2Service()
  17191.     {
  17192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  17193.         $this->services['sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  17194.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17195.         return $instance;
  17196.     }
  17197.     /**
  17198.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition' shared autowired service.
  17199.      *
  17200.      * @return \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition
  17201.      */
  17202.     protected function getCategoryMappingDefinition2Service()
  17203.     {
  17204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/CategoryMapping/CategoryMappingDefinition.php';
  17205.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] = $instance = new \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition();
  17206.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17207.         return $instance;
  17208.     }
  17209.     /**
  17210.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition' shared autowired service.
  17211.      *
  17212.      * @return \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition
  17213.      */
  17214.     protected function getSwagMarketsConfigurationEntityDefinition2Service()
  17215.     {
  17216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Config/SwagMarketsConfigurationEntityDefinition.php';
  17217.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] = $instance = new \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition();
  17218.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17219.         return $instance;
  17220.     }
  17221.     /**
  17222.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition' shared autowired service.
  17223.      *
  17224.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition
  17225.      */
  17226.     protected function getMarketplaceSalesChannelDefinition2Service()
  17227.     {
  17228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSalesChannel/MarketplaceSalesChannelDefinition.php';
  17229.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition();
  17230.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17231.         return $instance;
  17232.     }
  17233.     /**
  17234.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition' shared autowired service.
  17235.      *
  17236.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition
  17237.      */
  17238.     protected function getMarketplaceSettingsDefinition2Service()
  17239.     {
  17240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSettings/MarketplaceSettingsDefinition.php';
  17241.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition();
  17242.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17243.         return $instance;
  17244.     }
  17245.     /**
  17246.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\MarketplaceDefinition' shared autowired service.
  17247.      *
  17248.      * @return \Swag\Markets\Entity\Marketplace\MarketplaceDefinition
  17249.      */
  17250.     protected function getMarketplaceDefinition2Service()
  17251.     {
  17252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/MarketplaceDefinition.php';
  17253.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\MarketplaceDefinition();
  17254.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17255.         return $instance;
  17256.     }
  17257.     /**
  17258.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Support\SupportDefinition' shared autowired service.
  17259.      *
  17260.      * @return \Swag\Markets\Entity\Support\SupportDefinition
  17261.      */
  17262.     protected function getSupportDefinition2Service()
  17263.     {
  17264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Support/SupportDefinition.php';
  17265.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Support\\SupportDefinition'] = $instance = new \Swag\Markets\Entity\Support\SupportDefinition();
  17266.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17267.         return $instance;
  17268.     }
  17269.     /**
  17270.      * Gets the public 'sales_channel_definition.Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition' shared service.
  17271.      *
  17272.      * @return \Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition
  17273.      */
  17274.     protected function getProductDescriptionDefinition2Service()
  17275.     {
  17276.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Core/Content/ProductDescription/ProductDescriptionDefinition.php';
  17277.         $this->services['sales_channel_definition.Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition'] = $instance = new \Ujy\Import\Core\Content\ProductDescription\ProductDescriptionDefinition();
  17278.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17279.         return $instance;
  17280.     }
  17281.     /**
  17282.      * Gets the public 'sales_channel_definition.Ujy\Import\Core\Content\Sangebot\SangebotDefinition' shared service.
  17283.      *
  17284.      * @return \Ujy\Import\Core\Content\Sangebot\SangebotDefinition
  17285.      */
  17286.     protected function getSangebotDefinition2Service()
  17287.     {
  17288.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Core/Content/Sangebot/SangebotDefinition.php';
  17289.         $this->services['sales_channel_definition.Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition'] = $instance = new \Ujy\Import\Core\Content\Sangebot\SangebotDefinition();
  17290.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17291.         return $instance;
  17292.     }
  17293.     /**
  17294.      * Gets the public 'sales_channel_domain.repository' shared service.
  17295.      *
  17296.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17297.      */
  17298.     protected function getSalesChannelDomain_RepositoryService()
  17299.     {
  17300.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17301.         if (isset($this->services['sales_channel_domain.repository'])) {
  17302.             return $this->services['sales_channel_domain.repository'];
  17303.         }
  17304.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17305.         if (isset($this->services['sales_channel_domain.repository'])) {
  17306.             return $this->services['sales_channel_domain.repository'];
  17307.         }
  17308.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17309.         if (isset($this->services['sales_channel_domain.repository'])) {
  17310.             return $this->services['sales_channel_domain.repository'];
  17311.         }
  17312.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17313.         if (isset($this->services['sales_channel_domain.repository'])) {
  17314.             return $this->services['sales_channel_domain.repository'];
  17315.         }
  17316.         return $this->services['sales_channel_domain.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] ?? $this->getSalesChannelDomainDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17317.     }
  17318.     /**
  17319.      * Gets the public 'sales_channel_language.repository' shared service.
  17320.      *
  17321.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17322.      */
  17323.     protected function getSalesChannelLanguage_RepositoryService()
  17324.     {
  17325.         return $this->services['sales_channel_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] ?? $this->getSalesChannelLanguageDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17326.     }
  17327.     /**
  17328.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  17329.      *
  17330.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17331.      */
  17332.     protected function getSalesChannelPaymentMethod_RepositoryService()
  17333.     {
  17334.         return $this->services['sales_channel_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] ?? $this->getSalesChannelPaymentMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17335.     }
  17336.     /**
  17337.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  17338.      *
  17339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17340.      */
  17341.     protected function getSalesChannelShippingMethod_RepositoryService()
  17342.     {
  17343.         return $this->services['sales_channel_shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] ?? $this->getSalesChannelShippingMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17344.     }
  17345.     /**
  17346.      * Gets the public 'sales_channel_translation.repository' shared service.
  17347.      *
  17348.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17349.      */
  17350.     protected function getSalesChannelTranslation_RepositoryService()
  17351.     {
  17352.         return $this->services['sales_channel_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] ?? $this->getSalesChannelTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17353.     }
  17354.     /**
  17355.      * Gets the public 'sales_channel_type.repository' shared service.
  17356.      *
  17357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17358.      */
  17359.     protected function getSalesChannelType_RepositoryService()
  17360.     {
  17361.         return $this->services['sales_channel_type.repository'] = 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()));
  17362.     }
  17363.     /**
  17364.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  17365.      *
  17366.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17367.      */
  17368.     protected function getSalesChannelTypeTranslation_RepositoryService()
  17369.     {
  17370.         return $this->services['sales_channel_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] ?? $this->getSalesChannelTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17371.     }
  17372.     /**
  17373.      * Gets the public 'salutation.repository' shared service.
  17374.      *
  17375.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17376.      */
  17377.     protected function getSalutation_RepositoryService()
  17378.     {
  17379.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17380.         if (isset($this->services['salutation.repository'])) {
  17381.             return $this->services['salutation.repository'];
  17382.         }
  17383.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17384.         if (isset($this->services['salutation.repository'])) {
  17385.             return $this->services['salutation.repository'];
  17386.         }
  17387.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17388.         if (isset($this->services['salutation.repository'])) {
  17389.             return $this->services['salutation.repository'];
  17390.         }
  17391.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17392.         if (isset($this->services['salutation.repository'])) {
  17393.             return $this->services['salutation.repository'];
  17394.         }
  17395.         return $this->services['salutation.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17396.     }
  17397.     /**
  17398.      * Gets the public 'salutation_translation.repository' shared service.
  17399.      *
  17400.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17401.      */
  17402.     protected function getSalutationTranslation_RepositoryService()
  17403.     {
  17404.         return $this->services['salutation_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] ?? $this->getSalutationTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17405.     }
  17406.     /**
  17407.      * Gets the public 'scheduled_task.repository' shared service.
  17408.      *
  17409.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17410.      */
  17411.     protected function getScheduledTask_RepositoryService()
  17412.     {
  17413.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17414.         if (isset($this->services['scheduled_task.repository'])) {
  17415.             return $this->services['scheduled_task.repository'];
  17416.         }
  17417.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17418.         if (isset($this->services['scheduled_task.repository'])) {
  17419.             return $this->services['scheduled_task.repository'];
  17420.         }
  17421.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17422.         if (isset($this->services['scheduled_task.repository'])) {
  17423.             return $this->services['scheduled_task.repository'];
  17424.         }
  17425.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17426.         if (isset($this->services['scheduled_task.repository'])) {
  17427.             return $this->services['scheduled_task.repository'];
  17428.         }
  17429.         return $this->services['scheduled_task.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17430.     }
  17431.     /**
  17432.      * Gets the public 'script.repository' shared service.
  17433.      *
  17434.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17435.      */
  17436.     protected function getScript_RepositoryService()
  17437.     {
  17438.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17439.         if (isset($this->services['script.repository'])) {
  17440.             return $this->services['script.repository'];
  17441.         }
  17442.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17443.         if (isset($this->services['script.repository'])) {
  17444.             return $this->services['script.repository'];
  17445.         }
  17446.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17447.         if (isset($this->services['script.repository'])) {
  17448.             return $this->services['script.repository'];
  17449.         }
  17450.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17451.         if (isset($this->services['script.repository'])) {
  17452.             return $this->services['script.repository'];
  17453.         }
  17454.         return $this->services['script.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] ?? $this->getScriptDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17455.     }
  17456.     /**
  17457.      * Gets the public 'seo_url.repository' shared service.
  17458.      *
  17459.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17460.      */
  17461.     protected function getSeoUrl_RepositoryService()
  17462.     {
  17463.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17464.         if (isset($this->services['seo_url.repository'])) {
  17465.             return $this->services['seo_url.repository'];
  17466.         }
  17467.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17468.         if (isset($this->services['seo_url.repository'])) {
  17469.             return $this->services['seo_url.repository'];
  17470.         }
  17471.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17472.         if (isset($this->services['seo_url.repository'])) {
  17473.             return $this->services['seo_url.repository'];
  17474.         }
  17475.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17476.         if (isset($this->services['seo_url.repository'])) {
  17477.             return $this->services['seo_url.repository'];
  17478.         }
  17479.         return $this->services['seo_url.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] ?? $this->getSeoUrlDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17480.     }
  17481.     /**
  17482.      * Gets the public 'seo_url_template.repository' shared service.
  17483.      *
  17484.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17485.      */
  17486.     protected function getSeoUrlTemplate_RepositoryService()
  17487.     {
  17488.         return $this->services['seo_url_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] ?? $this->getSeoUrlTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17489.     }
  17490.     /**
  17491.      * Gets the public 'services_resetter' shared service.
  17492.      *
  17493.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  17494.      */
  17495.     protected function getServicesResetterService()
  17496.     {
  17497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  17498.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  17499.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  17500.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  17501.             }
  17502.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  17503.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  17504.             }
  17505.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  17506.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  17507.             }
  17508.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  17509.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  17510.             }
  17511.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  17512.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  17513.             }
  17514.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  17515.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  17516.             }
  17517.             if (false) {
  17518.                 yield 'shopware.increment.gateway.array' => null;
  17519.             }
  17520.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  17521.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  17522.             }
  17523.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  17524.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  17525.             }
  17526.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  17527.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  17528.             }
  17529.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  17530.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  17531.             }
  17532.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  17533.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  17534.             }
  17535.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  17536.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  17537.             }
  17538.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  17539.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  17540.             }
  17541.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  17542.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  17543.             }
  17544.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  17545.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  17546.             }
  17547.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  17548.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  17549.             }
  17550.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  17551.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  17552.             }
  17553.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  17554.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  17555.             }
  17556.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  17557.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  17558.             }
  17559.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  17560.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  17561.             }
  17562.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  17563.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  17564.             }
  17565.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  17566.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  17567.             }
  17568.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  17569.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  17570.             }
  17571.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  17572.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  17573.             }
  17574.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  17575.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  17576.             }
  17577.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  17578.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  17579.             }
  17580.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  17581.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  17582.             }
  17583.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  17584.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  17585.             }
  17586.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  17587.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  17588.             }
  17589.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  17590.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  17591.             }
  17592.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  17593.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  17594.             }
  17595.             if (isset($this->services['cache.app'])) {
  17596.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  17597.             }
  17598.             if (isset($this->services['cache.system'])) {
  17599.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  17600.             }
  17601.             if (isset($this->privates['cache.validator'])) {
  17602.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  17603.             }
  17604.             if (isset($this->privates['cache.serializer'])) {
  17605.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  17606.             }
  17607.             if (isset($this->privates['cache.annotations'])) {
  17608.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  17609.             }
  17610.             if (isset($this->privates['cache.property_info'])) {
  17611.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  17612.             }
  17613.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  17614.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  17615.             }
  17616.             if (isset($this->privates['mailer.message_logger_listener'])) {
  17617.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  17618.             }
  17619.             if (isset($this->privates['debug.stopwatch'])) {
  17620.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  17621.             }
  17622.             if (isset($this->services['event_dispatcher'])) {
  17623.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  17624.             }
  17625.             if (isset($this->privates['cache.rate_limiter'])) {
  17626.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  17627.             }
  17628.             if (isset($this->privates['.cache.object.inner'])) {
  17629.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  17630.             }
  17631.             if (isset($this->privates['.cache.http.inner'])) {
  17632.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  17633.             }
  17634.             if (isset($this->privates['cache.tags'])) {
  17635.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  17636.             }
  17637.             if (isset($this->privates['session_listener'])) {
  17638.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  17639.             }
  17640.             if (isset($this->services['cache.validator_expression_language'])) {
  17641.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  17642.             }
  17643.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  17644.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  17645.             }
  17646.             if (isset($this->services['.container.private.profiler'])) {
  17647.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  17648.             }
  17649.             if (isset($this->privates['debug.validator'])) {
  17650.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  17651.             }
  17652.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) {
  17653.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? null);
  17654.             }
  17655.             if (isset($this->privates['monolog.handler.console'])) {
  17656.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  17657.             }
  17658.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  17659.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  17660.             }
  17661.         }, function () {
  17662.             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\\ExcludeExceptionHandler'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.business_event_handler_buffer']));
  17663.         }), ['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']]);
  17664.     }
  17665.     /**
  17666.      * Gets the public 'shipping_method.repository' shared service.
  17667.      *
  17668.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17669.      */
  17670.     protected function getShippingMethod_RepositoryService()
  17671.     {
  17672.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17673.         if (isset($this->services['shipping_method.repository'])) {
  17674.             return $this->services['shipping_method.repository'];
  17675.         }
  17676.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17677.         if (isset($this->services['shipping_method.repository'])) {
  17678.             return $this->services['shipping_method.repository'];
  17679.         }
  17680.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17681.         if (isset($this->services['shipping_method.repository'])) {
  17682.             return $this->services['shipping_method.repository'];
  17683.         }
  17684.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17685.         if (isset($this->services['shipping_method.repository'])) {
  17686.             return $this->services['shipping_method.repository'];
  17687.         }
  17688.         return $this->services['shipping_method.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17689.     }
  17690.     /**
  17691.      * Gets the public 'shipping_method_price.repository' shared service.
  17692.      *
  17693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17694.      */
  17695.     protected function getShippingMethodPrice_RepositoryService()
  17696.     {
  17697.         return $this->services['shipping_method_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] ?? $this->getShippingMethodPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17698.     }
  17699.     /**
  17700.      * Gets the public 'shipping_method_tag.repository' shared service.
  17701.      *
  17702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17703.      */
  17704.     protected function getShippingMethodTag_RepositoryService()
  17705.     {
  17706.         return $this->services['shipping_method_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] ?? $this->getShippingMethodTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17707.     }
  17708.     /**
  17709.      * Gets the public 'shipping_method_translation.repository' shared service.
  17710.      *
  17711.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17712.      */
  17713.     protected function getShippingMethodTranslation_RepositoryService()
  17714.     {
  17715.         return $this->services['shipping_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] ?? $this->getShippingMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17716.     }
  17717.     /**
  17718.      * Gets the public 'shopware.filesystem.asset' shared service.
  17719.      *
  17720.      * @return \League\Flysystem\FilesystemInterface
  17721.      */
  17722.     protected function getShopware_Filesystem_AssetService()
  17723.     {
  17724.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  17725.     }
  17726.     /**
  17727.      * Gets the public 'shopware.filesystem.private' shared service.
  17728.      *
  17729.      * @return \League\Flysystem\FilesystemInterface
  17730.      */
  17731.     protected function getShopware_Filesystem_PrivateService()
  17732.     {
  17733.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  17734.     }
  17735.     /**
  17736.      * Gets the public 'shopware.filesystem.public' shared service.
  17737.      *
  17738.      * @return \League\Flysystem\FilesystemInterface
  17739.      */
  17740.     protected function getShopware_Filesystem_PublicService()
  17741.     {
  17742.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  17743.     }
  17744.     /**
  17745.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  17746.      *
  17747.      * @return \League\Flysystem\FilesystemInterface
  17748.      */
  17749.     protected function getShopware_Filesystem_SitemapService()
  17750.     {
  17751.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  17752.     }
  17753.     /**
  17754.      * Gets the public 'shopware.filesystem.temp' shared service.
  17755.      *
  17756.      * @return \League\Flysystem\FilesystemInterface
  17757.      */
  17758.     protected function getShopware_Filesystem_TempService()
  17759.     {
  17760.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  17761.     }
  17762.     /**
  17763.      * Gets the public 'shopware.filesystem.theme' shared service.
  17764.      *
  17765.      * @return \League\Flysystem\FilesystemInterface
  17766.      */
  17767.     protected function getShopware_Filesystem_ThemeService()
  17768.     {
  17769.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  17770.     }
  17771.     /**
  17772.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  17773.      *
  17774.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  17775.      */
  17776.     protected function getShopware_Increment_Gateway_RegistryService()
  17777.     {
  17778.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  17779.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  17780.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  17781.         }, 2));
  17782.     }
  17783.     /**
  17784.      * Gets the public 'shopware.store_client' shared service.
  17785.      *
  17786.      * @return \GuzzleHttp\Client
  17787.      */
  17788.     protected function getShopware_StoreClientService($lazyLoad true)
  17789.     {
  17790.         if ($lazyLoad) {
  17791.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  17792.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  17793.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  17794.                     $proxy->setProxyInitializer(null);
  17795.                     return true;
  17796.                 });
  17797.             });
  17798.         }
  17799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  17800.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  17801.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  17802.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  17803.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  17804.         }, 3)))->create();
  17805.     }
  17806.     /**
  17807.      * Gets the public 'snippet.repository' shared service.
  17808.      *
  17809.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17810.      */
  17811.     protected function getSnippet_RepositoryService()
  17812.     {
  17813.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17814.         if (isset($this->services['snippet.repository'])) {
  17815.             return $this->services['snippet.repository'];
  17816.         }
  17817.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17818.         if (isset($this->services['snippet.repository'])) {
  17819.             return $this->services['snippet.repository'];
  17820.         }
  17821.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17822.         if (isset($this->services['snippet.repository'])) {
  17823.             return $this->services['snippet.repository'];
  17824.         }
  17825.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17826.         if (isset($this->services['snippet.repository'])) {
  17827.             return $this->services['snippet.repository'];
  17828.         }
  17829.         return $this->services['snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] ?? $this->getSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17830.     }
  17831.     /**
  17832.      * Gets the public 'snippet_set.repository' shared service.
  17833.      *
  17834.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17835.      */
  17836.     protected function getSnippetSet_RepositoryService()
  17837.     {
  17838.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17839.         if (isset($this->services['snippet_set.repository'])) {
  17840.             return $this->services['snippet_set.repository'];
  17841.         }
  17842.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17843.         if (isset($this->services['snippet_set.repository'])) {
  17844.             return $this->services['snippet_set.repository'];
  17845.         }
  17846.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17847.         if (isset($this->services['snippet_set.repository'])) {
  17848.             return $this->services['snippet_set.repository'];
  17849.         }
  17850.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17851.         if (isset($this->services['snippet_set.repository'])) {
  17852.             return $this->services['snippet_set.repository'];
  17853.         }
  17854.         return $this->services['snippet_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] ?? $this->getSnippetSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17855.     }
  17856.     /**
  17857.      * Gets the public 'state_machine.repository' shared service.
  17858.      *
  17859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17860.      */
  17861.     protected function getStateMachine_RepositoryService()
  17862.     {
  17863.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17864.         if (isset($this->services['state_machine.repository'])) {
  17865.             return $this->services['state_machine.repository'];
  17866.         }
  17867.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17868.         if (isset($this->services['state_machine.repository'])) {
  17869.             return $this->services['state_machine.repository'];
  17870.         }
  17871.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17872.         if (isset($this->services['state_machine.repository'])) {
  17873.             return $this->services['state_machine.repository'];
  17874.         }
  17875.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17876.         if (isset($this->services['state_machine.repository'])) {
  17877.             return $this->services['state_machine.repository'];
  17878.         }
  17879.         return $this->services['state_machine.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17880.     }
  17881.     /**
  17882.      * Gets the public 'state_machine_history.repository' shared service.
  17883.      *
  17884.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17885.      */
  17886.     protected function getStateMachineHistory_RepositoryService()
  17887.     {
  17888.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17889.         if (isset($this->services['state_machine_history.repository'])) {
  17890.             return $this->services['state_machine_history.repository'];
  17891.         }
  17892.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17893.         if (isset($this->services['state_machine_history.repository'])) {
  17894.             return $this->services['state_machine_history.repository'];
  17895.         }
  17896.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17897.         if (isset($this->services['state_machine_history.repository'])) {
  17898.             return $this->services['state_machine_history.repository'];
  17899.         }
  17900.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17901.         if (isset($this->services['state_machine_history.repository'])) {
  17902.             return $this->services['state_machine_history.repository'];
  17903.         }
  17904.         return $this->services['state_machine_history.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] ?? $this->getStateMachineHistoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17905.     }
  17906.     /**
  17907.      * Gets the public 'state_machine_state.repository' shared service.
  17908.      *
  17909.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17910.      */
  17911.     protected function getStateMachineState_RepositoryService()
  17912.     {
  17913.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17914.         if (isset($this->services['state_machine_state.repository'])) {
  17915.             return $this->services['state_machine_state.repository'];
  17916.         }
  17917.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17918.         if (isset($this->services['state_machine_state.repository'])) {
  17919.             return $this->services['state_machine_state.repository'];
  17920.         }
  17921.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17922.         if (isset($this->services['state_machine_state.repository'])) {
  17923.             return $this->services['state_machine_state.repository'];
  17924.         }
  17925.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17926.         if (isset($this->services['state_machine_state.repository'])) {
  17927.             return $this->services['state_machine_state.repository'];
  17928.         }
  17929.         return $this->services['state_machine_state.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17930.     }
  17931.     /**
  17932.      * Gets the public 'state_machine_state_translation.repository' shared service.
  17933.      *
  17934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17935.      */
  17936.     protected function getStateMachineStateTranslation_RepositoryService()
  17937.     {
  17938.         return $this->services['state_machine_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] ?? $this->getStateMachineStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17939.     }
  17940.     /**
  17941.      * Gets the public 'state_machine_transition.repository' shared service.
  17942.      *
  17943.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17944.      */
  17945.     protected function getStateMachineTransition_RepositoryService()
  17946.     {
  17947.         return $this->services['state_machine_transition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] ?? $this->getStateMachineTransitionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17948.     }
  17949.     /**
  17950.      * Gets the public 'state_machine_translation.repository' shared service.
  17951.      *
  17952.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17953.      */
  17954.     protected function getStateMachineTranslation_RepositoryService()
  17955.     {
  17956.         return $this->services['state_machine_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] ?? $this->getStateMachineTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17957.     }
  17958.     /**
  17959.      * Gets the public 'storefront.filesystem.private' shared service.
  17960.      *
  17961.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17962.      */
  17963.     protected function getStorefront_Filesystem_PrivateService()
  17964.     {
  17965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17967.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  17968.     }
  17969.     /**
  17970.      * Gets the public 'storefront.filesystem.public' shared service.
  17971.      *
  17972.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17973.      */
  17974.     protected function getStorefront_Filesystem_PublicService()
  17975.     {
  17976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17978.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  17979.     }
  17980.     /**
  17981.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  17982.      *
  17983.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17984.      */
  17985.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  17986.     {
  17987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17989.         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');
  17990.     }
  17991.     /**
  17992.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  17993.      *
  17994.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17995.      */
  17996.     protected function getSwagExtensionStore_Filesystem_PublicService()
  17997.     {
  17998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18000.         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');
  18001.     }
  18002.     /**
  18003.      * Gets the public 'swag_language_pack.filesystem.private' shared service.
  18004.      *
  18005.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18006.      */
  18007.     protected function getSwagLanguagePack_Filesystem_PrivateService()
  18008.     {
  18009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18011.         return $this->services['swag_language_pack.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_language_pack');
  18012.     }
  18013.     /**
  18014.      * Gets the public 'swag_language_pack.filesystem.public' shared service.
  18015.      *
  18016.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18017.      */
  18018.     protected function getSwagLanguagePack_Filesystem_PublicService()
  18019.     {
  18020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18022.         return $this->services['swag_language_pack.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_language_pack');
  18023.     }
  18024.     /**
  18025.      * Gets the public 'swag_language_pack_language.repository' shared service.
  18026.      *
  18027.      * @return \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator
  18028.      */
  18029.     protected function getSwagLanguagePackLanguage_RepositoryService()
  18030.     {
  18031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Content/PackLanguageRepositoryDecorator.php';
  18032.         return $this->services['swag_language_pack_language.repository'] = new \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] ?? $this->getPackLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18033.     }
  18034.     /**
  18035.      * Gets the public 'swag_markets.filesystem.private' shared service.
  18036.      *
  18037.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18038.      */
  18039.     protected function getSwagMarkets_Filesystem_PrivateService()
  18040.     {
  18041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18043.         return $this->services['swag_markets.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_markets');
  18044.     }
  18045.     /**
  18046.      * Gets the public 'swag_markets.filesystem.public' shared service.
  18047.      *
  18048.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18049.      */
  18050.     protected function getSwagMarkets_Filesystem_PublicService()
  18051.     {
  18052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18054.         return $this->services['swag_markets.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_markets');
  18055.     }
  18056.     /**
  18057.      * Gets the public 'swpa_menu.filesystem.private' shared service.
  18058.      *
  18059.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18060.      */
  18061.     protected function getSwpaMenu_Filesystem_PrivateService()
  18062.     {
  18063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18065.         return $this->services['swpa_menu.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swpa_menu');
  18066.     }
  18067.     /**
  18068.      * Gets the public 'swpa_menu.filesystem.public' shared service.
  18069.      *
  18070.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18071.      */
  18072.     protected function getSwpaMenu_Filesystem_PublicService()
  18073.     {
  18074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18076.         return $this->services['swpa_menu.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swpa_menu');
  18077.     }
  18078.     /**
  18079.      * Gets the public 'system.filesystem.private' shared service.
  18080.      *
  18081.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18082.      */
  18083.     protected function getSystem_Filesystem_PrivateService()
  18084.     {
  18085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18087.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  18088.     }
  18089.     /**
  18090.      * Gets the public 'system.filesystem.public' shared service.
  18091.      *
  18092.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18093.      */
  18094.     protected function getSystem_Filesystem_PublicService()
  18095.     {
  18096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18098.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  18099.     }
  18100.     /**
  18101.      * Gets the public 'system_config.repository' shared service.
  18102.      *
  18103.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18104.      */
  18105.     protected function getSystemConfig_RepositoryService()
  18106.     {
  18107.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18108.         if (isset($this->services['system_config.repository'])) {
  18109.             return $this->services['system_config.repository'];
  18110.         }
  18111.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18112.         if (isset($this->services['system_config.repository'])) {
  18113.             return $this->services['system_config.repository'];
  18114.         }
  18115.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18116.         if (isset($this->services['system_config.repository'])) {
  18117.             return $this->services['system_config.repository'];
  18118.         }
  18119.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18120.         if (isset($this->services['system_config.repository'])) {
  18121.             return $this->services['system_config.repository'];
  18122.         }
  18123.         return $this->services['system_config.repository'] = 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()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18124.     }
  18125.     /**
  18126.      * Gets the public 'tag.repository' shared service.
  18127.      *
  18128.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18129.      */
  18130.     protected function getTag_RepositoryService()
  18131.     {
  18132.         return $this->services['tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18133.     }
  18134.     /**
  18135.      * Gets the public 'tax.repository' shared service.
  18136.      *
  18137.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18138.      */
  18139.     protected function getTax_RepositoryService()
  18140.     {
  18141.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18142.         if (isset($this->services['tax.repository'])) {
  18143.             return $this->services['tax.repository'];
  18144.         }
  18145.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18146.         if (isset($this->services['tax.repository'])) {
  18147.             return $this->services['tax.repository'];
  18148.         }
  18149.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18150.         if (isset($this->services['tax.repository'])) {
  18151.             return $this->services['tax.repository'];
  18152.         }
  18153.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18154.         if (isset($this->services['tax.repository'])) {
  18155.             return $this->services['tax.repository'];
  18156.         }
  18157.         return $this->services['tax.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] ?? $this->getTaxDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18158.     }
  18159.     /**
  18160.      * Gets the public 'tax_rule.repository' shared service.
  18161.      *
  18162.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18163.      */
  18164.     protected function getTaxRule_RepositoryService()
  18165.     {
  18166.         return $this->services['tax_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] ?? $this->getTaxRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18167.     }
  18168.     /**
  18169.      * Gets the public 'tax_rule_type.repository' shared service.
  18170.      *
  18171.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18172.      */
  18173.     protected function getTaxRuleType_RepositoryService()
  18174.     {
  18175.         return $this->services['tax_rule_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] ?? $this->getTaxRuleTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18176.     }
  18177.     /**
  18178.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  18179.      *
  18180.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18181.      */
  18182.     protected function getTaxRuleTypeTranslation_RepositoryService()
  18183.     {
  18184.         return $this->services['tax_rule_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] ?? $this->getTaxRuleTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18185.     }
  18186.     /**
  18187.      * Gets the public 'theme.repository' shared service.
  18188.      *
  18189.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18190.      */
  18191.     protected function getTheme_RepositoryService()
  18192.     {
  18193.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18194.         if (isset($this->services['theme.repository'])) {
  18195.             return $this->services['theme.repository'];
  18196.         }
  18197.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18198.         if (isset($this->services['theme.repository'])) {
  18199.             return $this->services['theme.repository'];
  18200.         }
  18201.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18202.         if (isset($this->services['theme.repository'])) {
  18203.             return $this->services['theme.repository'];
  18204.         }
  18205.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18206.         if (isset($this->services['theme.repository'])) {
  18207.             return $this->services['theme.repository'];
  18208.         }
  18209.         return $this->services['theme.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] ?? $this->getThemeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18210.     }
  18211.     /**
  18212.      * Gets the public 'theme_child.repository' shared service.
  18213.      *
  18214.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18215.      */
  18216.     protected function getThemeChild_RepositoryService()
  18217.     {
  18218.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18219.         if (isset($this->services['theme_child.repository'])) {
  18220.             return $this->services['theme_child.repository'];
  18221.         }
  18222.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18223.         if (isset($this->services['theme_child.repository'])) {
  18224.             return $this->services['theme_child.repository'];
  18225.         }
  18226.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18227.         if (isset($this->services['theme_child.repository'])) {
  18228.             return $this->services['theme_child.repository'];
  18229.         }
  18230.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18231.         if (isset($this->services['theme_child.repository'])) {
  18232.             return $this->services['theme_child.repository'];
  18233.         }
  18234.         return $this->services['theme_child.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] ?? $this->getThemeChildDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18235.     }
  18236.     /**
  18237.      * Gets the public 'theme_media.repository' shared service.
  18238.      *
  18239.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18240.      */
  18241.     protected function getThemeMedia_RepositoryService()
  18242.     {
  18243.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18244.         if (isset($this->services['theme_media.repository'])) {
  18245.             return $this->services['theme_media.repository'];
  18246.         }
  18247.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18248.         if (isset($this->services['theme_media.repository'])) {
  18249.             return $this->services['theme_media.repository'];
  18250.         }
  18251.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18252.         if (isset($this->services['theme_media.repository'])) {
  18253.             return $this->services['theme_media.repository'];
  18254.         }
  18255.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18256.         if (isset($this->services['theme_media.repository'])) {
  18257.             return $this->services['theme_media.repository'];
  18258.         }
  18259.         return $this->services['theme_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] ?? $this->getThemeMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18260.     }
  18261.     /**
  18262.      * Gets the public 'theme_sales_channel.repository' shared service.
  18263.      *
  18264.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18265.      */
  18266.     protected function getThemeSalesChannel_RepositoryService()
  18267.     {
  18268.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18269.         if (isset($this->services['theme_sales_channel.repository'])) {
  18270.             return $this->services['theme_sales_channel.repository'];
  18271.         }
  18272.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18273.         if (isset($this->services['theme_sales_channel.repository'])) {
  18274.             return $this->services['theme_sales_channel.repository'];
  18275.         }
  18276.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18277.         if (isset($this->services['theme_sales_channel.repository'])) {
  18278.             return $this->services['theme_sales_channel.repository'];
  18279.         }
  18280.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18281.         if (isset($this->services['theme_sales_channel.repository'])) {
  18282.             return $this->services['theme_sales_channel.repository'];
  18283.         }
  18284.         return $this->services['theme_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] ?? $this->getThemeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18285.     }
  18286.     /**
  18287.      * Gets the public 'theme_translation.repository' shared service.
  18288.      *
  18289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18290.      */
  18291.     protected function getThemeTranslation_RepositoryService()
  18292.     {
  18293.         return $this->services['theme_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] ?? $this->getThemeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18294.     }
  18295.     /**
  18296.      * Gets the public 'translator' shared service.
  18297.      *
  18298.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  18299.      */
  18300.     protected function getTranslatorService()
  18301.     {
  18302.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  18303.         if (isset($this->services['translator'])) {
  18304.             return $this->services['translator'];
  18305.         }
  18306.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  18307.     }
  18308.     /**
  18309.      * Gets the public 'ujyProductDescriptionImport.service' shared service.
  18310.      *
  18311.      * @return \Ujy\Import\Controllers\Import\ProductDescriptionImportController
  18312.      */
  18313.     protected function getUjyProductDescriptionImport_ServiceService()
  18314.     {
  18315.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Controllers/Import/ProductDescriptionImportController.php';
  18316.         $a = ($this->privates['ujyMessage.service'] ?? $this->getUjyMessage_ServiceService());
  18317.         if (isset($this->services['ujyProductDescriptionImport.service'])) {
  18318.             return $this->services['ujyProductDescriptionImport.service'];
  18319.         }
  18320.         $b = ($this->services['ujy_product_description.repository'] ?? $this->getUjyProductDescription_RepositoryService());
  18321.         if (isset($this->services['ujyProductDescriptionImport.service'])) {
  18322.             return $this->services['ujyProductDescriptionImport.service'];
  18323.         }
  18324.         $this->services['ujyProductDescriptionImport.service'] = $instance = new \Ujy\Import\Controllers\Import\ProductDescriptionImportController($a$b);
  18325.         $instance->setContainer($this);
  18326.         return $instance;
  18327.     }
  18328.     /**
  18329.      * Gets the public 'ujyProductImport.service' shared service.
  18330.      *
  18331.      * @return \Ujy\Import\Controllers\Import\ProductImportController
  18332.      */
  18333.     protected function getUjyProductImport_ServiceService()
  18334.     {
  18335.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Controllers/Import/ProductImportController.php';
  18336.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Services/ImageUploaderService.php';
  18337.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  18338.         if (isset($this->services['ujyProductImport.service'])) {
  18339.             return $this->services['ujyProductImport.service'];
  18340.         }
  18341.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  18342.         if (isset($this->services['ujyProductImport.service'])) {
  18343.             return $this->services['ujyProductImport.service'];
  18344.         }
  18345.         $c = ($this->privates['ujyMessage.service'] ?? $this->getUjyMessage_ServiceService());
  18346.         if (isset($this->services['ujyProductImport.service'])) {
  18347.             return $this->services['ujyProductImport.service'];
  18348.         }
  18349.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  18350.         if (isset($this->services['ujyProductImport.service'])) {
  18351.             return $this->services['ujyProductImport.service'];
  18352.         }
  18353.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  18354.         if (isset($this->services['ujyProductImport.service'])) {
  18355.             return $this->services['ujyProductImport.service'];
  18356.         }
  18357.         $f = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  18358.         if (isset($this->services['ujyProductImport.service'])) {
  18359.             return $this->services['ujyProductImport.service'];
  18360.         }
  18361.         $g = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  18362.         if (isset($this->services['ujyProductImport.service'])) {
  18363.             return $this->services['ujyProductImport.service'];
  18364.         }
  18365.         $h = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  18366.         if (isset($this->services['ujyProductImport.service'])) {
  18367.             return $this->services['ujyProductImport.service'];
  18368.         }
  18369.         $i = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  18370.         if (isset($this->services['ujyProductImport.service'])) {
  18371.             return $this->services['ujyProductImport.service'];
  18372.         }
  18373.         $j = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  18374.         if (isset($this->services['ujyProductImport.service'])) {
  18375.             return $this->services['ujyProductImport.service'];
  18376.         }
  18377.         $k = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  18378.         if (isset($this->services['ujyProductImport.service'])) {
  18379.             return $this->services['ujyProductImport.service'];
  18380.         }
  18381.         $l = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  18382.         if (isset($this->services['ujyProductImport.service'])) {
  18383.             return $this->services['ujyProductImport.service'];
  18384.         }
  18385.         $m = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  18386.         if (isset($this->services['ujyProductImport.service'])) {
  18387.             return $this->services['ujyProductImport.service'];
  18388.         }
  18389.         $n = ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService());
  18390.         if (isset($this->services['ujyProductImport.service'])) {
  18391.             return $this->services['ujyProductImport.service'];
  18392.         }
  18393.         $o = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  18394.         if (isset($this->services['ujyProductImport.service'])) {
  18395.             return $this->services['ujyProductImport.service'];
  18396.         }
  18397.         $p = ($this->services['product_property.repository'] ?? $this->getProductProperty_RepositoryService());
  18398.         if (isset($this->services['ujyProductImport.service'])) {
  18399.             return $this->services['ujyProductImport.service'];
  18400.         }
  18401.         $q = ($this->services['ujy_sangebot_to_category.repository'] ?? $this->getUjySangebotToCategory_RepositoryService());
  18402.         if (isset($this->services['ujyProductImport.service'])) {
  18403.             return $this->services['ujyProductImport.service'];
  18404.         }
  18405.         $r = ($this->services['ujy_product_description.repository'] ?? $this->getUjyProductDescription_RepositoryService());
  18406.         if (isset($this->services['ujyProductImport.service'])) {
  18407.             return $this->services['ujyProductImport.service'];
  18408.         }
  18409.         $this->services['ujyProductImport.service'] = $instance = new \Ujy\Import\Controllers\Import\ProductImportController($b$c, new \Ujy\Import\Services\ImageUploaderService($d$e$f$a), $g$h$i$j$k$l$m$n$o$p$q$r);
  18410.         $instance->setContainer($this);
  18411.         return $instance;
  18412.     }
  18413.     /**
  18414.      * Gets the public 'ujySangebotImport.service' shared service.
  18415.      *
  18416.      * @return \Ujy\Import\Controllers\Import\SangebotImportController
  18417.      */
  18418.     protected function getUjySangebotImport_ServiceService()
  18419.     {
  18420.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Controllers/Import/SangebotImportController.php';
  18421.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  18422.         if (isset($this->services['ujySangebotImport.service'])) {
  18423.             return $this->services['ujySangebotImport.service'];
  18424.         }
  18425.         $b = ($this->privates['ujyMessage.service'] ?? $this->getUjyMessage_ServiceService());
  18426.         if (isset($this->services['ujySangebotImport.service'])) {
  18427.             return $this->services['ujySangebotImport.service'];
  18428.         }
  18429.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  18430.         if (isset($this->services['ujySangebotImport.service'])) {
  18431.             return $this->services['ujySangebotImport.service'];
  18432.         }
  18433.         $d = ($this->services['ujy_sangebot_to_category.repository'] ?? $this->getUjySangebotToCategory_RepositoryService());
  18434.         if (isset($this->services['ujySangebotImport.service'])) {
  18435.             return $this->services['ujySangebotImport.service'];
  18436.         }
  18437.         $this->services['ujySangebotImport.service'] = $instance = new \Ujy\Import\Controllers\Import\SangebotImportController($a$b$c$d);
  18438.         $instance->setContainer($this);
  18439.         return $instance;
  18440.     }
  18441.     /**
  18442.      * Gets the public 'ujy_import.filesystem.private' shared service.
  18443.      *
  18444.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18445.      */
  18446.     protected function getUjyImport_Filesystem_PrivateService()
  18447.     {
  18448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18450.         return $this->services['ujy_import.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/ujy_import');
  18451.     }
  18452.     /**
  18453.      * Gets the public 'ujy_import.filesystem.public' shared service.
  18454.      *
  18455.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18456.      */
  18457.     protected function getUjyImport_Filesystem_PublicService()
  18458.     {
  18459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18461.         return $this->services['ujy_import.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/ujy_import');
  18462.     }
  18463.     /**
  18464.      * Gets the public 'ujy_product_description.repository' shared service.
  18465.      *
  18466.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18467.      */
  18468.     protected function getUjyProductDescription_RepositoryService()
  18469.     {
  18470.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18471.         if (isset($this->services['ujy_product_description.repository'])) {
  18472.             return $this->services['ujy_product_description.repository'];
  18473.         }
  18474.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18475.         if (isset($this->services['ujy_product_description.repository'])) {
  18476.             return $this->services['ujy_product_description.repository'];
  18477.         }
  18478.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18479.         if (isset($this->services['ujy_product_description.repository'])) {
  18480.             return $this->services['ujy_product_description.repository'];
  18481.         }
  18482.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18483.         if (isset($this->services['ujy_product_description.repository'])) {
  18484.             return $this->services['ujy_product_description.repository'];
  18485.         }
  18486.         return $this->services['ujy_product_description.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Ujy\\Import\\Core\\Content\\ProductDescription\\ProductDescriptionDefinition'] ?? $this->getProductDescriptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18487.     }
  18488.     /**
  18489.      * Gets the public 'ujy_sangebot_to_category.repository' shared service.
  18490.      *
  18491.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18492.      */
  18493.     protected function getUjySangebotToCategory_RepositoryService()
  18494.     {
  18495.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18496.         if (isset($this->services['ujy_sangebot_to_category.repository'])) {
  18497.             return $this->services['ujy_sangebot_to_category.repository'];
  18498.         }
  18499.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18500.         if (isset($this->services['ujy_sangebot_to_category.repository'])) {
  18501.             return $this->services['ujy_sangebot_to_category.repository'];
  18502.         }
  18503.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18504.         if (isset($this->services['ujy_sangebot_to_category.repository'])) {
  18505.             return $this->services['ujy_sangebot_to_category.repository'];
  18506.         }
  18507.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18508.         if (isset($this->services['ujy_sangebot_to_category.repository'])) {
  18509.             return $this->services['ujy_sangebot_to_category.repository'];
  18510.         }
  18511.         return $this->services['ujy_sangebot_to_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Ujy\\Import\\Core\\Content\\Sangebot\\SangebotDefinition'] ?? $this->getSangebotDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18512.     }
  18513.     /**
  18514.      * Gets the public 'unit.repository' shared service.
  18515.      *
  18516.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18517.      */
  18518.     protected function getUnit_RepositoryService()
  18519.     {
  18520.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18521.         if (isset($this->services['unit.repository'])) {
  18522.             return $this->services['unit.repository'];
  18523.         }
  18524.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18525.         if (isset($this->services['unit.repository'])) {
  18526.             return $this->services['unit.repository'];
  18527.         }
  18528.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18529.         if (isset($this->services['unit.repository'])) {
  18530.             return $this->services['unit.repository'];
  18531.         }
  18532.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18533.         if (isset($this->services['unit.repository'])) {
  18534.             return $this->services['unit.repository'];
  18535.         }
  18536.         return $this->services['unit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] ?? $this->getUnitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18537.     }
  18538.     /**
  18539.      * Gets the public 'unit_translation.repository' shared service.
  18540.      *
  18541.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18542.      */
  18543.     protected function getUnitTranslation_RepositoryService()
  18544.     {
  18545.         return $this->services['unit_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] ?? $this->getUnitTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18546.     }
  18547.     /**
  18548.      * Gets the public 'user.repository' shared service.
  18549.      *
  18550.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18551.      */
  18552.     protected function getUser_RepositoryService()
  18553.     {
  18554.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18555.         if (isset($this->services['user.repository'])) {
  18556.             return $this->services['user.repository'];
  18557.         }
  18558.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18559.         if (isset($this->services['user.repository'])) {
  18560.             return $this->services['user.repository'];
  18561.         }
  18562.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18563.         if (isset($this->services['user.repository'])) {
  18564.             return $this->services['user.repository'];
  18565.         }
  18566.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18567.         if (isset($this->services['user.repository'])) {
  18568.             return $this->services['user.repository'];
  18569.         }
  18570.         return $this->services['user.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18571.     }
  18572.     /**
  18573.      * Gets the public 'user_access_key.repository' shared service.
  18574.      *
  18575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18576.      */
  18577.     protected function getUserAccessKey_RepositoryService()
  18578.     {
  18579.         return $this->services['user_access_key.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] ?? $this->getUserAccessKeyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18580.     }
  18581.     /**
  18582.      * Gets the public 'user_config.repository' shared service.
  18583.      *
  18584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18585.      */
  18586.     protected function getUserConfig_RepositoryService()
  18587.     {
  18588.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18589.         if (isset($this->services['user_config.repository'])) {
  18590.             return $this->services['user_config.repository'];
  18591.         }
  18592.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18593.         if (isset($this->services['user_config.repository'])) {
  18594.             return $this->services['user_config.repository'];
  18595.         }
  18596.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18597.         if (isset($this->services['user_config.repository'])) {
  18598.             return $this->services['user_config.repository'];
  18599.         }
  18600.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18601.         if (isset($this->services['user_config.repository'])) {
  18602.             return $this->services['user_config.repository'];
  18603.         }
  18604.         return $this->services['user_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] ?? $this->getUserConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18605.     }
  18606.     /**
  18607.      * Gets the public 'user_recovery.repository' shared service.
  18608.      *
  18609.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18610.      */
  18611.     protected function getUserRecovery_RepositoryService()
  18612.     {
  18613.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18614.         if (isset($this->services['user_recovery.repository'])) {
  18615.             return $this->services['user_recovery.repository'];
  18616.         }
  18617.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18618.         if (isset($this->services['user_recovery.repository'])) {
  18619.             return $this->services['user_recovery.repository'];
  18620.         }
  18621.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18622.         if (isset($this->services['user_recovery.repository'])) {
  18623.             return $this->services['user_recovery.repository'];
  18624.         }
  18625.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18626.         if (isset($this->services['user_recovery.repository'])) {
  18627.             return $this->services['user_recovery.repository'];
  18628.         }
  18629.         return $this->services['user_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] ?? $this->getUserRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$a$d$b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18630.     }
  18631.     /**
  18632.      * Gets the public 'var_dumper.cloner' shared service.
  18633.      *
  18634.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  18635.      */
  18636.     protected function getVarDumper_ClonerService()
  18637.     {
  18638.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  18639.         $instance->setMaxItems(2500);
  18640.         $instance->setMinDepth(1);
  18641.         $instance->setMaxString(-1);
  18642.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  18643.         return $instance;
  18644.     }
  18645.     /**
  18646.      * Gets the public 'version.repository' shared service.
  18647.      *
  18648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18649.      */
  18650.     protected function getVersion_RepositoryService()
  18651.     {
  18652.         return $this->services['version.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18653.     }
  18654.     /**
  18655.      * Gets the public 'version_commit.repository' shared service.
  18656.      *
  18657.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18658.      */
  18659.     protected function getVersionCommit_RepositoryService()
  18660.     {
  18661.         return $this->services['version_commit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18662.     }
  18663.     /**
  18664.      * Gets the public 'version_commit_data.repository' shared service.
  18665.      *
  18666.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18667.      */
  18668.     protected function getVersionCommitData_RepositoryService()
  18669.     {
  18670.         return $this->services['version_commit_data.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18671.     }
  18672.     /**
  18673.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  18674.      *
  18675.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  18676.      */
  18677.     protected function getWebProfiler_Controller_ExceptionPanelService()
  18678.     {
  18679.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  18680.         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()));
  18681.     }
  18682.     /**
  18683.      * Gets the public 'web_profiler.controller.profiler' shared service.
  18684.      *
  18685.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  18686.      */
  18687.     protected function getWebProfiler_Controller_ProfilerService()
  18688.     {
  18689.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  18690.         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));
  18691.     }
  18692.     /**
  18693.      * Gets the public 'web_profiler.controller.router' shared service.
  18694.      *
  18695.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  18696.      */
  18697.     protected function getWebProfiler_Controller_RouterService()
  18698.     {
  18699.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  18700.         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 () {
  18701.             return new \EmptyIterator();
  18702.         }, 0));
  18703.     }
  18704.     /**
  18705.      * Gets the public 'webhook.repository' shared service.
  18706.      *
  18707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18708.      */
  18709.     protected function getWebhook_RepositoryService()
  18710.     {
  18711.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18712.         if (isset($this->services['webhook.repository'])) {
  18713.             return $this->services['webhook.repository'];
  18714.         }
  18715.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18716.         if (isset($this->services['webhook.repository'])) {
  18717.             return $this->services['webhook.repository'];
  18718.         }
  18719.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18720.         if (isset($this->services['webhook.repository'])) {
  18721.             return $this->services['webhook.repository'];
  18722.         }
  18723.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18724.         if (isset($this->services['webhook.repository'])) {
  18725.             return $this->services['webhook.repository'];
  18726.         }
  18727.         return $this->services['webhook.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] ?? $this->getWebhookDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18728.     }
  18729.     /**
  18730.      * Gets the public 'webhook_event_log.repository' shared service.
  18731.      *
  18732.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18733.      */
  18734.     protected function getWebhookEventLog_RepositoryService()
  18735.     {
  18736.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18737.         if (isset($this->services['webhook_event_log.repository'])) {
  18738.             return $this->services['webhook_event_log.repository'];
  18739.         }
  18740.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18741.         if (isset($this->services['webhook_event_log.repository'])) {
  18742.             return $this->services['webhook_event_log.repository'];
  18743.         }
  18744.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18745.         if (isset($this->services['webhook_event_log.repository'])) {
  18746.             return $this->services['webhook_event_log.repository'];
  18747.         }
  18748.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18749.         if (isset($this->services['webhook_event_log.repository'])) {
  18750.             return $this->services['webhook_event_log.repository'];
  18751.         }
  18752.         return $this->services['webhook_event_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] ?? $this->getWebhookEventLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$a$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18753.     }
  18754.     /**
  18755.      * Gets the public 'zenit\PlatformGravity\Storefront\Controller\QuickViewController' shared service.
  18756.      *
  18757.      * @return \zenit\PlatformGravity\Storefront\Controller\QuickViewController
  18758.      */
  18759.     protected function getQuickViewControllerService()
  18760.     {
  18761.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Storefront/Controller/QuickViewController.php';
  18762.         $this->services['zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController'] = $instance = new \zenit\PlatformGravity\Storefront\Controller\QuickViewController(($this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] ?? $this->getMinimalQuickViewPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()));
  18763.         $instance->setContainer($this);
  18764.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  18765.         return $instance;
  18766.     }
  18767.     /**
  18768.      * Gets the public 'zenit\PlatformGravity\zenitPlatformGravity' shared autowired service.
  18769.      *
  18770.      * @return \zenit\PlatformGravity\zenitPlatformGravity
  18771.      */
  18772.     protected function getZenitPlatformGravityService()
  18773.     {
  18774.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  18775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  18776.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  18777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  18778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  18779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  18780.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  18781.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/zenitPlatformGravity.php';
  18782.         return $this->services['zenit\\PlatformGravity\\zenitPlatformGravity'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('zenit\\PlatformGravity\\zenitPlatformGravity');
  18783.     }
  18784.     /**
  18785.      * Gets the public 'zenit_platform_gravity.filesystem.private' shared service.
  18786.      *
  18787.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18788.      */
  18789.     protected function getZenitPlatformGravity_Filesystem_PrivateService()
  18790.     {
  18791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18793.         return $this->services['zenit_platform_gravity.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/zenit_platform_gravity');
  18794.     }
  18795.     /**
  18796.      * Gets the public 'zenit_platform_gravity.filesystem.public' shared service.
  18797.      *
  18798.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18799.      */
  18800.     protected function getZenitPlatformGravity_Filesystem_PublicService()
  18801.     {
  18802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18804.         return $this->services['zenit_platform_gravity.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/zenit_platform_gravity');
  18805.     }
  18806.     /**
  18807.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  18808.      *
  18809.      * @return \Symfony\Component\Console\Command\LazyCommand
  18810.      */
  18811.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  18812.     {
  18813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18815.         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 {
  18816.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  18817.         });
  18818.     }
  18819.     /**
  18820.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  18821.      *
  18822.      * @return \Symfony\Component\Console\Command\LazyCommand
  18823.      */
  18824.     protected function getDotenvDumpCommand_LazyService()
  18825.     {
  18826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18828.         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 {
  18829.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  18830.         });
  18831.     }
  18832.     /**
  18833.      * Gets the private '.cache.http.inner' shared service.
  18834.      *
  18835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18836.      */
  18837.     protected function get_Cache_Http_InnerService()
  18838.     {
  18839.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18840.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18841.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18842.     }
  18843.     /**
  18844.      * Gets the private '.cache.object.inner' shared service.
  18845.      *
  18846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18847.      */
  18848.     protected function get_Cache_Object_InnerService()
  18849.     {
  18850.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18851.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18852.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18853.     }
  18854.     /**
  18855.      * Gets the private '.console.command.about.lazy' shared service.
  18856.      *
  18857.      * @return \Symfony\Component\Console\Command\LazyCommand
  18858.      */
  18859.     protected function get_Console_Command_About_LazyService()
  18860.     {
  18861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18863.         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 {
  18864.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  18865.         });
  18866.     }
  18867.     /**
  18868.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  18869.      *
  18870.      * @return \Symfony\Component\Console\Command\LazyCommand
  18871.      */
  18872.     protected function get_Console_Command_CacheClear_LazyService()
  18873.     {
  18874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18876.         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 {
  18877.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  18878.         });
  18879.     }
  18880.     /**
  18881.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  18882.      *
  18883.      * @return \Symfony\Component\Console\Command\LazyCommand
  18884.      */
  18885.     protected function get_Console_Command_CachePoolClear_LazyService()
  18886.     {
  18887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18889.         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 {
  18890.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  18891.         });
  18892.     }
  18893.     /**
  18894.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  18895.      *
  18896.      * @return \Symfony\Component\Console\Command\LazyCommand
  18897.      */
  18898.     protected function get_Console_Command_CachePoolDelete_LazyService()
  18899.     {
  18900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18902.         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 {
  18903.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  18904.         });
  18905.     }
  18906.     /**
  18907.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  18908.      *
  18909.      * @return \Symfony\Component\Console\Command\LazyCommand
  18910.      */
  18911.     protected function get_Console_Command_CachePoolList_LazyService()
  18912.     {
  18913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18915.         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 {
  18916.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  18917.         });
  18918.     }
  18919.     /**
  18920.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  18921.      *
  18922.      * @return \Symfony\Component\Console\Command\LazyCommand
  18923.      */
  18924.     protected function get_Console_Command_CachePoolPrune_LazyService()
  18925.     {
  18926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18928.         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 {
  18929.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  18930.         });
  18931.     }
  18932.     /**
  18933.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  18934.      *
  18935.      * @return \Symfony\Component\Console\Command\LazyCommand
  18936.      */
  18937.     protected function get_Console_Command_CacheWarmup_LazyService()
  18938.     {
  18939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18941.         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 {
  18942.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  18943.         });
  18944.     }
  18945.     /**
  18946.      * Gets the private '.console.command.config_debug.lazy' shared service.
  18947.      *
  18948.      * @return \Symfony\Component\Console\Command\LazyCommand
  18949.      */
  18950.     protected function get_Console_Command_ConfigDebug_LazyService()
  18951.     {
  18952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18954.         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 {
  18955.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  18956.         });
  18957.     }
  18958.     /**
  18959.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  18960.      *
  18961.      * @return \Symfony\Component\Console\Command\LazyCommand
  18962.      */
  18963.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  18964.     {
  18965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18967.         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 {
  18968.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  18969.         });
  18970.     }
  18971.     /**
  18972.      * Gets the private '.console.command.container_debug.lazy' shared service.
  18973.      *
  18974.      * @return \Symfony\Component\Console\Command\LazyCommand
  18975.      */
  18976.     protected function get_Console_Command_ContainerDebug_LazyService()
  18977.     {
  18978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18980.         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 {
  18981.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  18982.         });
  18983.     }
  18984.     /**
  18985.      * Gets the private '.console.command.container_lint.lazy' shared service.
  18986.      *
  18987.      * @return \Symfony\Component\Console\Command\LazyCommand
  18988.      */
  18989.     protected function get_Console_Command_ContainerLint_LazyService()
  18990.     {
  18991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18993.         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 {
  18994.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  18995.         });
  18996.     }
  18997.     /**
  18998.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  18999.      *
  19000.      * @return \Symfony\Component\Console\Command\LazyCommand
  19001.      */
  19002.     protected function get_Console_Command_DebugAutowiring_LazyService()
  19003.     {
  19004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19006.         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 {
  19007.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  19008.         });
  19009.     }
  19010.     /**
  19011.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  19012.      *
  19013.      * @return \Symfony\Component\Console\Command\LazyCommand
  19014.      */
  19015.     protected function get_Console_Command_DotenvDebug_LazyService()
  19016.     {
  19017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19019.         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 {
  19020.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  19021.         });
  19022.     }
  19023.     /**
  19024.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  19025.      *
  19026.      * @return \Symfony\Component\Console\Command\LazyCommand
  19027.      */
  19028.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  19029.     {
  19030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19032.         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 {
  19033.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  19034.         });
  19035.     }
  19036.     /**
  19037.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  19038.      *
  19039.      * @return \Symfony\Component\Console\Command\LazyCommand
  19040.      */
  19041.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  19042.     {
  19043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19045.         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 {
  19046.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  19047.         });
  19048.     }
  19049.     /**
  19050.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  19051.      *
  19052.      * @return \Symfony\Component\Console\Command\LazyCommand
  19053.      */
  19054.     protected function get_Console_Command_MessengerDebug_LazyService()
  19055.     {
  19056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19058.         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 {
  19059.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  19060.         });
  19061.     }
  19062.     /**
  19063.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  19064.      *
  19065.      * @return \Symfony\Component\Console\Command\LazyCommand
  19066.      */
  19067.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  19068.     {
  19069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19071.         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 {
  19072.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  19073.         });
  19074.     }
  19075.     /**
  19076.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  19077.      *
  19078.      * @return \Symfony\Component\Console\Command\LazyCommand
  19079.      */
  19080.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  19081.     {
  19082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19084.         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 {
  19085.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  19086.         });
  19087.     }
  19088.     /**
  19089.      * Gets the private '.console.command.router_debug.lazy' shared service.
  19090.      *
  19091.      * @return \Symfony\Component\Console\Command\LazyCommand
  19092.      */
  19093.     protected function get_Console_Command_RouterDebug_LazyService()
  19094.     {
  19095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19097.         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 {
  19098.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  19099.         });
  19100.     }
  19101.     /**
  19102.      * Gets the private '.console.command.router_match.lazy' shared service.
  19103.      *
  19104.      * @return \Symfony\Component\Console\Command\LazyCommand
  19105.      */
  19106.     protected function get_Console_Command_RouterMatch_LazyService()
  19107.     {
  19108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19110.         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 {
  19111.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  19112.         });
  19113.     }
  19114.     /**
  19115.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  19116.      *
  19117.      * @return \Symfony\Component\Console\Command\LazyCommand
  19118.      */
  19119.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  19120.     {
  19121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19123.         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 {
  19124.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  19125.         });
  19126.     }
  19127.     /**
  19128.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  19129.      *
  19130.      * @return \Symfony\Component\Console\Command\LazyCommand
  19131.      */
  19132.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  19133.     {
  19134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19136.         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 {
  19137.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  19138.         });
  19139.     }
  19140.     /**
  19141.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  19142.      *
  19143.      * @return \Symfony\Component\Console\Command\LazyCommand
  19144.      */
  19145.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  19146.     {
  19147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19149.         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 {
  19150.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  19151.         });
  19152.     }
  19153.     /**
  19154.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  19155.      *
  19156.      * @return \Symfony\Component\Console\Command\LazyCommand
  19157.      */
  19158.     protected function get_Console_Command_SecretsList_LazyService()
  19159.     {
  19160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19162.         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 {
  19163.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  19164.         });
  19165.     }
  19166.     /**
  19167.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  19168.      *
  19169.      * @return \Symfony\Component\Console\Command\LazyCommand
  19170.      */
  19171.     protected function get_Console_Command_SecretsRemove_LazyService()
  19172.     {
  19173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19175.         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 {
  19176.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  19177.         });
  19178.     }
  19179.     /**
  19180.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  19181.      *
  19182.      * @return \Symfony\Component\Console\Command\LazyCommand
  19183.      */
  19184.     protected function get_Console_Command_SecretsSet_LazyService()
  19185.     {
  19186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19188.         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 {
  19189.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  19190.         });
  19191.     }
  19192.     /**
  19193.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  19194.      *
  19195.      * @return \Symfony\Component\Console\Command\LazyCommand
  19196.      */
  19197.     protected function get_Console_Command_TranslationDebug_LazyService()
  19198.     {
  19199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19201.         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 {
  19202.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  19203.         });
  19204.     }
  19205.     /**
  19206.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  19207.      *
  19208.      * @return \Symfony\Component\Console\Command\LazyCommand
  19209.      */
  19210.     protected function get_Console_Command_TranslationExtract_LazyService()
  19211.     {
  19212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19214.         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 {
  19215.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  19216.         });
  19217.     }
  19218.     /**
  19219.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  19220.      *
  19221.      * @return \Symfony\Component\Console\Command\LazyCommand
  19222.      */
  19223.     protected function get_Console_Command_TranslationPull_LazyService()
  19224.     {
  19225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19227.         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 {
  19228.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  19229.         });
  19230.     }
  19231.     /**
  19232.      * Gets the private '.console.command.translation_push.lazy' shared service.
  19233.      *
  19234.      * @return \Symfony\Component\Console\Command\LazyCommand
  19235.      */
  19236.     protected function get_Console_Command_TranslationPush_LazyService()
  19237.     {
  19238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19240.         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 {
  19241.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  19242.         });
  19243.     }
  19244.     /**
  19245.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  19246.      *
  19247.      * @return \Symfony\Component\Console\Command\LazyCommand
  19248.      */
  19249.     protected function get_Console_Command_ValidatorDebug_LazyService()
  19250.     {
  19251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19253.         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 {
  19254.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  19255.         });
  19256.     }
  19257.     /**
  19258.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  19259.      *
  19260.      * @return \Symfony\Component\Console\Command\LazyCommand
  19261.      */
  19262.     protected function get_Console_Command_XliffLint_LazyService()
  19263.     {
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19266.         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 {
  19267.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  19268.         });
  19269.     }
  19270.     /**
  19271.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  19272.      *
  19273.      * @return \Symfony\Component\Console\Command\LazyCommand
  19274.      */
  19275.     protected function get_Console_Command_YamlLint_LazyService()
  19276.     {
  19277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19279.         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 {
  19280.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  19281.         });
  19282.     }
  19283.     /**
  19284.      * Gets the private '.errored..service_locator.0i9t3ml.Shopware\Core\Framework\Context' shared service.
  19285.      *
  19286.      * @return \Shopware\Core\Framework\Context
  19287.      */
  19288.     protected function getContextService()
  19289.     {
  19290.         $this->throw('Cannot autowire service ".service_locator.0i9t3ml": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.');
  19291.     }
  19292.     /**
  19293.      * Gets the private '.errored..service_locator.6cN54C3.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  19294.      *
  19295.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  19296.      */
  19297.     protected function getSalesChannelContextService()
  19298.     {
  19299.         $this->throw('Cannot autowire service ".service_locator.6cN54C3": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  19300.     }
  19301.     /**
  19302.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  19303.      *
  19304.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  19305.      */
  19306.     protected function getLoaderInterfaceService()
  19307.     {
  19308.         $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".');
  19309.     }
  19310.     /**
  19311.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  19312.      *
  19313.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  19314.      */
  19315.     protected function getRequestDataBagService()
  19316.     {
  19317.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  19318.     }
  19319.     /**
  19320.      * Gets the private '.messenger.handler_descriptor.1AIFzwI' shared service.
  19321.      *
  19322.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19323.      */
  19324.     protected function get_Messenger_HandlerDescriptor_1AIFzwIService()
  19325.     {
  19326.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19327.         return $this->privates['.messenger.handler_descriptor.1AIFzwI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['ujyImportProductDescriptionsImportMessage.handler'] ?? $this->getUjyImportProductDescriptionsImportMessage_HandlerService()), []);
  19328.     }
  19329.     /**
  19330.      * Gets the private '.messenger.handler_descriptor.1AXDPXr' shared service.
  19331.      *
  19332.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19333.      */
  19334.     protected function get_Messenger_HandlerDescriptor_1AXDPXrService()
  19335.     {
  19336.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19337.         return $this->privates['.messenger.handler_descriptor.1AXDPXr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['ujyImportProductsImportMessage.handler'] ?? $this->getUjyImportProductsImportMessage_HandlerService()), []);
  19338.     }
  19339.     /**
  19340.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  19341.      *
  19342.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19343.      */
  19344.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  19345.     {
  19346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19347.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  19348.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  19349.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  19350.         }
  19351.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19352.     }
  19353.     /**
  19354.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  19355.      *
  19356.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19357.      */
  19358.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  19359.     {
  19360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19361.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  19362.     }
  19363.     /**
  19364.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  19365.      *
  19366.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19367.      */
  19368.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  19369.     {
  19370.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19371.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  19372.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  19373.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  19374.         }
  19375.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19376.     }
  19377.     /**
  19378.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  19379.      *
  19380.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19381.      */
  19382.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  19383.     {
  19384.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19385.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  19386.     }
  19387.     /**
  19388.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  19389.      *
  19390.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19391.      */
  19392.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  19393.     {
  19394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19395.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  19396.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  19397.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  19398.         }
  19399.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19400.     }
  19401.     /**
  19402.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  19403.      *
  19404.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19405.      */
  19406.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  19407.     {
  19408.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19409.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  19410.     }
  19411.     /**
  19412.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  19413.      *
  19414.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19415.      */
  19416.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  19417.     {
  19418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19419.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  19420.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  19421.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  19422.         }
  19423.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19424.     }
  19425.     /**
  19426.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  19427.      *
  19428.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19429.      */
  19430.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  19431.     {
  19432.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19433.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  19434.     }
  19435.     /**
  19436.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  19437.      *
  19438.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19439.      */
  19440.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  19441.     {
  19442.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19443.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  19444.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  19445.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  19446.         }
  19447.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19448.     }
  19449.     /**
  19450.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  19451.      *
  19452.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19453.      */
  19454.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  19455.     {
  19456.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19457.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  19458.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  19459.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  19460.         }
  19461.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19462.     }
  19463.     /**
  19464.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  19465.      *
  19466.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19467.      */
  19468.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  19469.     {
  19470.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19471.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  19472.     }
  19473.     /**
  19474.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  19475.      *
  19476.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19477.      */
  19478.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  19479.     {
  19480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19481.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  19482.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  19483.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  19484.         }
  19485.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19486.     }
  19487.     /**
  19488.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  19489.      *
  19490.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19491.      */
  19492.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  19493.     {
  19494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19495.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  19496.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  19497.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  19498.         }
  19499.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19500.     }
  19501.     /**
  19502.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  19503.      *
  19504.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19505.      */
  19506.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  19507.     {
  19508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19509.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  19510.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  19511.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  19512.         }
  19513.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19514.     }
  19515.     /**
  19516.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  19517.      *
  19518.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19519.      */
  19520.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  19521.     {
  19522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19523.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  19524.     }
  19525.     /**
  19526.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  19527.      *
  19528.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19529.      */
  19530.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  19531.     {
  19532.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19533.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  19534.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  19535.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  19536.         }
  19537.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19538.     }
  19539.     /**
  19540.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  19541.      *
  19542.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19543.      */
  19544.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19547.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  19548.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  19549.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  19550.         }
  19551.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19552.     }
  19553.     /**
  19554.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  19555.      *
  19556.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19557.      */
  19558.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  19559.     {
  19560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19561.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  19562.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  19563.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  19564.         }
  19565.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19566.     }
  19567.     /**
  19568.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  19569.      *
  19570.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19571.      */
  19572.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  19573.     {
  19574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19575.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  19576.     }
  19577.     /**
  19578.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  19579.      *
  19580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19581.      */
  19582.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  19583.     {
  19584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19585.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  19586.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  19587.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  19588.         }
  19589.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19590.     }
  19591.     /**
  19592.      * Gets the private '.messenger.handler_descriptor.aybYOZJ' shared service.
  19593.      *
  19594.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19595.      */
  19596.     protected function get_Messenger_HandlerDescriptor_AybYOZJService()
  19597.     {
  19598.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19599.         return $this->privates['.messenger.handler_descriptor.aybYOZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['ujyImportSangebotsImportMessage.handler'] ?? $this->getUjyImportSangebotsImportMessage_HandlerService()), []);
  19600.     }
  19601.     /**
  19602.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  19603.      *
  19604.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19605.      */
  19606.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  19607.     {
  19608.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19609.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  19610.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  19611.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  19612.         }
  19613.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19614.     }
  19615.     /**
  19616.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  19617.      *
  19618.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19619.      */
  19620.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  19621.     {
  19622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19623.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  19624.     }
  19625.     /**
  19626.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  19627.      *
  19628.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19629.      */
  19630.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  19631.     {
  19632.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19633.         $a = ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  19634.         if (isset($this->privates['.messenger.handler_descriptor.g5T3Vdz'])) {
  19635.             return $this->privates['.messenger.handler_descriptor.g5T3Vdz'];
  19636.         }
  19637.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19638.     }
  19639.     /**
  19640.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  19641.      *
  19642.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19643.      */
  19644.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  19645.     {
  19646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19647.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  19648.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  19649.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  19650.         }
  19651.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19652.     }
  19653.     /**
  19654.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  19655.      *
  19656.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19657.      */
  19658.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  19659.     {
  19660.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19661.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  19662.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  19663.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  19664.         }
  19665.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19666.     }
  19667.     /**
  19668.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  19669.      *
  19670.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19671.      */
  19672.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  19673.     {
  19674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19675.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  19676.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  19677.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  19678.         }
  19679.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19680.     }
  19681.     /**
  19682.      * Gets the private '.messenger.handler_descriptor.ly0RPwx' shared service.
  19683.      *
  19684.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19685.      */
  19686.     protected function get_Messenger_HandlerDescriptor_Ly0RPwxService()
  19687.     {
  19688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19689.         $a = ($this->privates['ujyImportDeactivateProducts.handler'] ?? $this->getUjyImportDeactivateProducts_HandlerService());
  19690.         if (isset($this->privates['.messenger.handler_descriptor.ly0RPwx'])) {
  19691.             return $this->privates['.messenger.handler_descriptor.ly0RPwx'];
  19692.         }
  19693.         return $this->privates['.messenger.handler_descriptor.ly0RPwx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19694.     }
  19695.     /**
  19696.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  19697.      *
  19698.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19699.      */
  19700.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  19701.     {
  19702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19703.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  19704.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  19705.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  19706.         }
  19707.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19708.     }
  19709.     /**
  19710.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  19711.      *
  19712.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19713.      */
  19714.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  19715.     {
  19716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19717.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  19718.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  19719.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  19720.         }
  19721.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19722.     }
  19723.     /**
  19724.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  19725.      *
  19726.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19727.      */
  19728.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  19729.     {
  19730.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19731.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  19732.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  19733.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  19734.         }
  19735.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19736.     }
  19737.     /**
  19738.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  19739.      *
  19740.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19741.      */
  19742.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  19743.     {
  19744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19745.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  19746.     }
  19747.     /**
  19748.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  19749.      *
  19750.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19751.      */
  19752.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  19753.     {
  19754.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19755.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  19756.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  19757.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  19758.         }
  19759.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19760.     }
  19761.     /**
  19762.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  19763.      *
  19764.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19765.      */
  19766.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  19767.     {
  19768.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19769.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  19770.     }
  19771.     /**
  19772.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  19773.      *
  19774.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19775.      */
  19776.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  19777.     {
  19778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19779.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  19780.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  19781.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  19782.         }
  19783.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19784.     }
  19785.     /**
  19786.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  19787.      *
  19788.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19789.      */
  19790.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  19791.     {
  19792.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19793.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  19794.     }
  19795.     /**
  19796.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  19797.      *
  19798.      * @return \Symfony\Component\Console\Command\LazyCommand
  19799.      */
  19800.     protected function get_Monolog_Command_ServerLog_LazyService()
  19801.     {
  19802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19804.         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 {
  19805.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  19806.         });
  19807.     }
  19808.     /**
  19809.      * Gets the private '.service_locator.0i9t3ml' shared service.
  19810.      *
  19811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19812.      */
  19813.     protected function get_ServiceLocator_0i9t3mlService()
  19814.     {
  19815.         return $this->privates['.service_locator.0i9t3ml'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19816.             'context' => ['privates''.errored..service_locator.0i9t3ml.Shopware\\Core\\Framework\\Context'NULL'Cannot autowire service ".service_locator.0i9t3ml": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.'],
  19817.         ], [
  19818.             'context' => 'Shopware\\Core\\Framework\\Context',
  19819.         ]);
  19820.     }
  19821.     /**
  19822.      * Gets the private '.service_locator.42In7x1' shared service.
  19823.      *
  19824.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19825.      */
  19826.     protected function get_ServiceLocator_42In7x1Service()
  19827.     {
  19828.         return $this->privates['.service_locator.42In7x1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19829.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19830.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserInformation' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19831.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserTokenAndSecret' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19832.             'Swag\\Markets\\Controller\\Api\\ConfigController::repairBusinessPlatformIntegrationUser' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19833.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19834.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelTypeById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19835.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCountry' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19836.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCurrency' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19837.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelLanguage' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19838.             'Swag\\Markets\\Controller\\SupportRequestController::send' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  19839.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19840.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19841.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19842.             'zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController::quickviewVariant' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  19843.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19844.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserInformation' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19845.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserTokenAndSecret' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19846.             'Swag\\Markets\\Controller\\Api\\ConfigController:repairBusinessPlatformIntegrationUser' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19847.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19848.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelTypeById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19849.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCountry' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19850.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCurrency' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19851.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelLanguage' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  19852.             'Swag\\Markets\\Controller\\SupportRequestController:send' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  19853.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19854.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19855.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19856.             'zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController:quickviewVariant' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  19857.         ], [
  19858.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  19859.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserInformation' => '?',
  19860.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserTokenAndSecret' => '?',
  19861.             'Swag\\Markets\\Controller\\Api\\ConfigController::repairBusinessPlatformIntegrationUser' => '?',
  19862.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelById' => '?',
  19863.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelTypeById' => '?',
  19864.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCountry' => '?',
  19865.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCurrency' => '?',
  19866.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelLanguage' => '?',
  19867.             'Swag\\Markets\\Controller\\SupportRequestController::send' => '?',
  19868.             'kernel::loadRoutes' => '?',
  19869.             'kernel::reboot' => '?',
  19870.             'kernel::registerContainerConfiguration' => '?',
  19871.             'zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController::quickviewVariant' => '?',
  19872.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  19873.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserInformation' => '?',
  19874.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserTokenAndSecret' => '?',
  19875.             'Swag\\Markets\\Controller\\Api\\ConfigController:repairBusinessPlatformIntegrationUser' => '?',
  19876.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelById' => '?',
  19877.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelTypeById' => '?',
  19878.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCountry' => '?',
  19879.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCurrency' => '?',
  19880.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelLanguage' => '?',
  19881.             'Swag\\Markets\\Controller\\SupportRequestController:send' => '?',
  19882.             'kernel:loadRoutes' => '?',
  19883.             'kernel:reboot' => '?',
  19884.             'kernel:registerContainerConfiguration' => '?',
  19885.             'zenit\\PlatformGravity\\Storefront\\Controller\\QuickViewController:quickviewVariant' => '?',
  19886.         ]);
  19887.     }
  19888.     /**
  19889.      * Gets the private '.service_locator.6cN54C3' shared service.
  19890.      *
  19891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19892.      */
  19893.     protected function get_ServiceLocator_6cN54C3Service()
  19894.     {
  19895.         return $this->privates['.service_locator.6cN54C3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19896.             'context' => ['privates''.errored..service_locator.6cN54C3.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.6cN54C3": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  19897.         ], [
  19898.             'context' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  19899.         ]);
  19900.     }
  19901.     /**
  19902.      * Gets the private '.service_locator.GNc8e5B' shared service.
  19903.      *
  19904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19905.      */
  19906.     protected function get_ServiceLocator_GNc8e5BService()
  19907.     {
  19908.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19909.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  19910.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  19911.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  19912.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  19913.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  19914.             'router' => ['services''router''getRouterService'false],
  19915.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  19916.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  19917.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  19918.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  19919.         ], [
  19920.             'http_kernel' => '?',
  19921.             'message_bus' => '?',
  19922.             'messenger.default_bus' => '?',
  19923.             'parameter_bag' => '?',
  19924.             'request_stack' => '?',
  19925.             'router' => '?',
  19926.             'security.csrf.token_manager' => '?',
  19927.             'serializer' => '?',
  19928.             'session' => '.session.deprecated',
  19929.             'twig' => '?',
  19930.         ]);
  19931.     }
  19932.     /**
  19933.      * Gets the private '.service_locator.KfbR3DY' shared service.
  19934.      *
  19935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19936.      */
  19937.     protected function get_ServiceLocator_KfbR3DYService()
  19938.     {
  19939.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19940.             '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".'],
  19941.         ], [
  19942.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  19943.         ]);
  19944.     }
  19945.     /**
  19946.      * Gets the private '.service_locator.N1ijGuF' shared service.
  19947.      *
  19948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19949.      */
  19950.     protected function get_ServiceLocator_N1ijGuFService()
  19951.     {
  19952.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19953.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  19954.         ], [
  19955.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  19956.         ]);
  19957.     }
  19958.     /**
  19959.      * Gets the private '.service_locator.O7Avvig' shared service.
  19960.      *
  19961.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19962.      */
  19963.     protected function get_ServiceLocator_O7AvvigService()
  19964.     {
  19965.         return $this->privates['.service_locator.O7Avvig'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19966.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  19967.         ], [
  19968.             'validator' => '?',
  19969.         ]);
  19970.     }
  19971.     /**
  19972.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  19973.      *
  19974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19975.      */
  19976.     protected function get_ServiceLocator_Q1m2WkMService()
  19977.     {
  19978.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19979.             '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.'],
  19980.         ], [
  19981.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  19982.         ]);
  19983.     }
  19984.     /**
  19985.      * Gets the private '.service_locator.ltYzMMM' shared service.
  19986.      *
  19987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19988.      */
  19989.     protected function get_ServiceLocator_LtYzMMMService()
  19990.     {
  19991.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19992.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19993.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19994.         ], [
  19995.             'default' => '?',
  19996.             'messenger.transport.default' => '?',
  19997.         ]);
  19998.     }
  19999.     /**
  20000.      * Gets the private '.session.deprecated' shared service.
  20001.      *
  20002.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  20003.      */
  20004.     protected function get_Session_DeprecatedService()
  20005.     {
  20006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  20007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  20008.         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();
  20009.     }
  20010.     /**
  20011.      * Gets the private '.twig.command.debug.lazy' shared service.
  20012.      *
  20013.      * @return \Symfony\Component\Console\Command\LazyCommand
  20014.      */
  20015.     protected function get_Twig_Command_Debug_LazyService()
  20016.     {
  20017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20019.         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 {
  20020.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  20021.         });
  20022.     }
  20023.     /**
  20024.      * Gets the private '.twig.command.lint.lazy' shared service.
  20025.      *
  20026.      * @return \Symfony\Component\Console\Command\LazyCommand
  20027.      */
  20028.     protected function get_Twig_Command_Lint_LazyService()
  20029.     {
  20030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20032.         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 {
  20033.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  20034.         });
  20035.     }
  20036.     /**
  20037.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  20038.      *
  20039.      * @return \Symfony\Component\Console\Command\LazyCommand
  20040.      */
  20041.     protected function get_VarDumper_Command_ServerDump_LazyService()
  20042.     {
  20043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20045.         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 {
  20046.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  20047.         });
  20048.     }
  20049.     /**
  20050.      * Gets the private 'Dne\CustomCssJs\Subscriber\ThemeCompilerSubscriber' shared service.
  20051.      *
  20052.      * @return \Dne\CustomCssJs\Subscriber\ThemeCompilerSubscriber
  20053.      */
  20054.     protected function getThemeCompilerSubscriberService()
  20055.     {
  20056.         include_once \dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Subscriber/ThemeCompilerSubscriber.php';
  20057.         $a = ($this->services['dne_custom_js_css.repository'] ?? $this->getDneCustomJsCss_RepositoryService());
  20058.         if (isset($this->privates['Dne\\CustomCssJs\\Subscriber\\ThemeCompilerSubscriber'])) {
  20059.             return $this->privates['Dne\\CustomCssJs\\Subscriber\\ThemeCompilerSubscriber'];
  20060.         }
  20061.         return $this->privates['Dne\\CustomCssJs\\Subscriber\\ThemeCompilerSubscriber'] = new \Dne\CustomCssJs\Subscriber\ThemeCompilerSubscriber($a);
  20062.     }
  20063.     /**
  20064.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  20065.      *
  20066.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  20067.      */
  20068.     protected function getSalesChannelUserConfigSubscriberService()
  20069.     {
  20070.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  20071.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  20072.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  20073.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  20074.         }
  20075.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  20076.     }
  20077.     /**
  20078.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  20079.      *
  20080.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  20081.      */
  20082.     protected function getAddressValidatorService()
  20083.     {
  20084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  20085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  20086.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  20087.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  20088.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  20089.         }
  20090.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  20091.     }
  20092.     /**
  20093.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  20094.      *
  20095.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  20096.      */
  20097.     protected function getCachedRuleLoaderService()
  20098.     {
  20099.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  20100.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  20101.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  20102.         }
  20103.         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()));
  20104.     }
  20105.     /**
  20106.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  20107.      *
  20108.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  20109.      */
  20110.     protected function getCartCalculatorService()
  20111.     {
  20112.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  20113.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  20114.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  20115.         }
  20116.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  20117.     }
  20118.     /**
  20119.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  20120.      *
  20121.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  20122.      */
  20123.     protected function getCartPersisterService()
  20124.     {
  20125.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  20126.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20127.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  20128.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  20129.         }
  20130.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] = new \Shopware\Core\Checkout\Cart\CartPersister($a$b, new \Shopware\Core\Checkout\Cart\CartSerializationCleaner($a$b), false);
  20131.     }
  20132.     /**
  20133.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  20134.      *
  20135.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  20136.      */
  20137.     protected function getCartRuleLoaderService()
  20138.     {
  20139.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20140.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20141.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20142.         }
  20143.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  20144.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20145.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20146.         }
  20147.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  20148.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20149.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20150.         }
  20151.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  20152.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20153.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20154.         }
  20155.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader($b$c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $d, ($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()), $a);
  20156.     }
  20157.     /**
  20158.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  20159.      *
  20160.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  20161.      */
  20162.     protected function getCleanupCartTaskHandlerService()
  20163.     {
  20164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  20165.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  20166.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  20167.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  20168.         }
  20169.         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);
  20170.     }
  20171.     /**
  20172.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  20173.      *
  20174.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  20175.      */
  20176.     protected function getCartMigrateCommandService()
  20177.     {
  20178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  20180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  20181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  20182.         $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')));
  20183.         $instance->setName('cart:migrate');
  20184.         return $instance;
  20185.     }
  20186.     /**
  20187.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  20188.      *
  20189.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  20190.      */
  20191.     protected function getCreditCartProcessorService()
  20192.     {
  20193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  20195.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  20196.     }
  20197.     /**
  20198.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  20199.      *
  20200.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  20201.      */
  20202.     protected function getCustomCartProcessorService()
  20203.     {
  20204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  20207.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  20208.     }
  20209.     /**
  20210.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  20211.      *
  20212.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  20213.      */
  20214.     protected function getDeliveryProcessorService()
  20215.     {
  20216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  20219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  20221.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  20222.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  20223.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  20224.         }
  20225.         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);
  20226.     }
  20227.     /**
  20228.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  20229.      *
  20230.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  20231.      */
  20232.     protected function getCartFacadeHelperService()
  20233.     {
  20234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  20235.         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()));
  20236.     }
  20237.     /**
  20238.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  20239.      *
  20240.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  20241.      */
  20242.     protected function getCreditLineItemFactoryService()
  20243.     {
  20244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  20246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20247.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  20248.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  20249.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  20250.         }
  20251.         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);
  20252.     }
  20253.     /**
  20254.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  20255.      *
  20256.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  20257.      */
  20258.     protected function getCustomLineItemFactoryService()
  20259.     {
  20260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  20262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20263.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  20264.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  20265.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  20266.         }
  20267.         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);
  20268.     }
  20269.     /**
  20270.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  20271.      *
  20272.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  20273.      */
  20274.     protected function getProductLineItemFactoryService()
  20275.     {
  20276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  20278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20279.         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())));
  20280.     }
  20281.     /**
  20282.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  20283.      *
  20284.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  20285.      */
  20286.     protected function getLineItemFactoryRegistryService()
  20287.     {
  20288.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20289.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  20290.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  20291.         }
  20292.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  20293.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  20294.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  20295.         }
  20296.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  20297.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  20298.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  20299.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  20300.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  20301.         }, 4), $b$a);
  20302.     }
  20303.     /**
  20304.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  20305.      *
  20306.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  20307.      */
  20308.     protected function getLineItemGroupBuilderService()
  20309.     {
  20310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  20311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  20312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  20313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  20314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  20315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  20316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  20317.         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());
  20318.     }
  20319.     /**
  20320.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  20321.      *
  20322.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  20323.      */
  20324.     protected function getLineItemGroupServiceRegistryService()
  20325.     {
  20326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  20327.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  20328.             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()));
  20329.             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()));
  20330.             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()));
  20331.         }, 3), new RewindableGenerator(function () {
  20332.             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()));
  20333.             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()));
  20334.         }, 2));
  20335.     }
  20336.     /**
  20337.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  20338.      *
  20339.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  20340.      */
  20341.     protected function getLineItemQuantitySplitterService()
  20342.     {
  20343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  20344.         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()));
  20345.     }
  20346.     /**
  20347.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  20348.      *
  20349.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  20350.      */
  20351.     protected function getOrderConverterService()
  20352.     {
  20353.         $a = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20354.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20355.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20356.         }
  20357.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20358.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20359.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20360.         }
  20361.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  20362.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20363.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20364.         }
  20365.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20366.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20367.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20368.         }
  20369.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  20370.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20371.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20372.         }
  20373.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] = new \Shopware\Core\Checkout\Cart\Order\OrderConverter($b$c$d$a, ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), $e, ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  20374.     }
  20375.     /**
  20376.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  20377.      *
  20378.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  20379.      */
  20380.     protected function getAbsolutePriceCalculatorService()
  20381.     {
  20382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  20383.         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())));
  20384.     }
  20385.     /**
  20386.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  20387.      *
  20388.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  20389.      */
  20390.     protected function getAmountCalculatorService()
  20391.     {
  20392.         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())));
  20393.     }
  20394.     /**
  20395.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  20396.      *
  20397.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  20398.      */
  20399.     protected function getCurrencyPriceCalculatorService()
  20400.     {
  20401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  20402.         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())));
  20403.     }
  20404.     /**
  20405.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  20406.      *
  20407.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  20408.      */
  20409.     protected function getGrossPriceCalculatorService()
  20410.     {
  20411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  20412.         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())));
  20413.     }
  20414.     /**
  20415.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  20416.      *
  20417.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  20418.      */
  20419.     protected function getNetPriceCalculatorService()
  20420.     {
  20421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  20422.         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())));
  20423.     }
  20424.     /**
  20425.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  20426.      *
  20427.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  20428.      */
  20429.     protected function getPercentagePriceCalculatorService()
  20430.     {
  20431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  20432.         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())));
  20433.     }
  20434.     /**
  20435.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  20436.      *
  20437.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  20438.      */
  20439.     protected function getQuantityPriceCalculatorService()
  20440.     {
  20441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  20442.         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()));
  20443.     }
  20444.     /**
  20445.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  20446.      *
  20447.      * @return \Shopware\Core\Checkout\Cart\Processor
  20448.      */
  20449.     protected function getProcessorService()
  20450.     {
  20451.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  20452.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  20453.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  20454.         }
  20455.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  20456.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  20457.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  20458.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  20459.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  20460.         }, 4)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  20461.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  20462.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  20463.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  20464.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  20465.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  20466.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  20467.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  20468.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  20469.         }, 8), new RewindableGenerator(function () {
  20470.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  20471.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  20472.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  20473.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  20474.         }, 4), $a);
  20475.     }
  20476.     /**
  20477.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  20478.      *
  20479.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  20480.      */
  20481.     protected function getContainerCartProcessorService()
  20482.     {
  20483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  20485.         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()));
  20486.     }
  20487.     /**
  20488.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  20489.      *
  20490.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  20491.      */
  20492.     protected function getDiscountCartProcessorService()
  20493.     {
  20494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  20496.         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()));
  20497.     }
  20498.     /**
  20499.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  20500.      *
  20501.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  20502.      */
  20503.     protected function getDeleteUnusedGuestCustomersCommandService()
  20504.     {
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  20507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  20508.         $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())));
  20509.         $instance->setName('customer:delete-unused-guests');
  20510.         return $instance;
  20511.     }
  20512.     /**
  20513.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  20514.      *
  20515.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  20516.      */
  20517.     protected function getCustomerIndexerService()
  20518.     {
  20519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  20521.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20522.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  20523.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  20524.         }
  20525.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20526.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  20527.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  20528.         }
  20529.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $a);
  20530.     }
  20531.     /**
  20532.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  20533.      *
  20534.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  20535.      */
  20536.     protected function getLegacyPasswordVerifierService()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  20539.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  20540.             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()));
  20541.             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()));
  20542.         }, 2));
  20543.     }
  20544.     /**
  20545.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  20546.      *
  20547.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  20548.      */
  20549.     protected function getAccountServiceService()
  20550.     {
  20551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  20552.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20553.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20554.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20555.         }
  20556.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20557.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20558.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20559.         }
  20560.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  20561.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20562.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20563.         }
  20564.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  20565.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20566.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20567.         }
  20568.         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);
  20569.     }
  20570.     /**
  20571.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  20572.      *
  20573.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  20574.      */
  20575.     protected function getCustomerBeforeDeleteSubscriberService()
  20576.     {
  20577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  20578.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20579.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20580.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20581.         }
  20582.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20583.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20584.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20585.         }
  20586.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  20587.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20588.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20589.         }
  20590.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($b$c$a);
  20591.     }
  20592.     /**
  20593.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  20594.      *
  20595.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  20596.      */
  20597.     protected function getCustomerChangePasswordSubscriberService()
  20598.     {
  20599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  20600.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20601.     }
  20602.     /**
  20603.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  20604.      *
  20605.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  20606.      */
  20607.     protected function getCustomerDefaultSalutationSubscriberService()
  20608.     {
  20609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  20610.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  20611.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  20612.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  20613.         }
  20614.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  20615.     }
  20616.     /**
  20617.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  20618.      *
  20619.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  20620.      */
  20621.     protected function getCustomerFlowEventsSubscriberService()
  20622.     {
  20623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  20624.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20625.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  20626.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  20627.         }
  20628.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  20629.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  20630.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  20631.         }
  20632.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  20633.     }
  20634.     /**
  20635.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  20636.      *
  20637.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  20638.      */
  20639.     protected function getCustomerGroupSubscriberService()
  20640.     {
  20641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  20642.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  20643.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20644.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20645.         }
  20646.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  20647.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20648.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20649.         }
  20650.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  20651.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20652.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20653.         }
  20654.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  20655.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20656.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20657.         }
  20658.         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()));
  20659.     }
  20660.     /**
  20661.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  20662.      *
  20663.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  20664.      */
  20665.     protected function getCustomerMetaFieldSubscriberService()
  20666.     {
  20667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  20668.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20669.     }
  20670.     /**
  20671.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  20672.      *
  20673.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  20674.      */
  20675.     protected function getCustomerRemoteAddressSubscriberService()
  20676.     {
  20677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  20678.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20679.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  20680.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  20681.         }
  20682.         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())));
  20683.     }
  20684.     /**
  20685.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  20686.      *
  20687.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  20688.      */
  20689.     protected function getCustomerTokenSubscriberService()
  20690.     {
  20691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  20692.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  20693.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  20694.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  20695.         }
  20696.         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())));
  20697.     }
  20698.     /**
  20699.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  20700.      *
  20701.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  20702.      */
  20703.     protected function getAddressValidationFactoryService()
  20704.     {
  20705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  20706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  20707.         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()));
  20708.     }
  20709.     /**
  20710.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  20711.      *
  20712.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  20713.      */
  20714.     protected function getCustomerEmailUniqueValidatorService()
  20715.     {
  20716.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20717.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  20719.         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()));
  20720.     }
  20721.     /**
  20722.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  20723.      *
  20724.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  20725.      */
  20726.     protected function getCustomerPasswordMatchesValidatorService()
  20727.     {
  20728.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20729.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  20731.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  20732.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  20733.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  20734.         }
  20735.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  20736.     }
  20737.     /**
  20738.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  20739.      *
  20740.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  20741.      */
  20742.     protected function getCustomerVatIdentificationValidatorService()
  20743.     {
  20744.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20745.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  20747.         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()));
  20748.     }
  20749.     /**
  20750.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  20751.      *
  20752.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  20753.      */
  20754.     protected function getCustomerZipCodeValidatorService()
  20755.     {
  20756.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20757.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  20759.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  20760.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  20761.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  20762.         }
  20763.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  20764.     }
  20765.     /**
  20766.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  20767.      *
  20768.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  20769.      */
  20770.     protected function getCustomerProfileValidationFactoryService()
  20771.     {
  20772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  20773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  20774.         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()));
  20775.     }
  20776.     /**
  20777.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  20778.      *
  20779.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  20780.      */
  20781.     protected function getCreditNoteGeneratorService()
  20782.     {
  20783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  20785.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20786.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  20787.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  20788.         }
  20789.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a, \dirname(__DIR__4));
  20790.     }
  20791.     /**
  20792.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  20793.      *
  20794.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  20795.      */
  20796.     protected function getDeliveryNoteGeneratorService()
  20797.     {
  20798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  20800.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20801.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  20802.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  20803.         }
  20804.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a, \dirname(__DIR__4));
  20805.     }
  20806.     /**
  20807.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  20808.      *
  20809.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  20810.      */
  20811.     protected function getDocumentGeneratorRegistryService()
  20812.     {
  20813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  20814.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  20815.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  20816.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  20817.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  20818.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  20819.         }, 4));
  20820.     }
  20821.     /**
  20822.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  20823.      *
  20824.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  20825.      */
  20826.     protected function getInvoiceGeneratorService()
  20827.     {
  20828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  20830.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20831.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  20832.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  20833.         }
  20834.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a, \dirname(__DIR__4));
  20835.     }
  20836.     /**
  20837.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  20838.      *
  20839.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  20840.      */
  20841.     protected function getStornoGeneratorService()
  20842.     {
  20843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  20845.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20846.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  20847.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  20848.         }
  20849.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a, \dirname(__DIR__4));
  20850.     }
  20851.     /**
  20852.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  20853.      *
  20854.      * @return \Shopware\Core\Checkout\Document\DocumentService
  20855.      */
  20856.     protected function getDocumentServiceService()
  20857.     {
  20858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  20859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  20860.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20861.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20862.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20863.         }
  20864.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  20865.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20866.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20867.         }
  20868.         $c = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20869.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20870.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20871.         }
  20872.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  20873.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20874.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20875.         }
  20876.         $e = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  20877.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20878.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20879.         }
  20880.         $f = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  20881.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20882.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20883.         }
  20884.         $g = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  20885.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20886.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20887.         }
  20888.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] = new \Shopware\Core\Checkout\Document\DocumentService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b, new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  20889.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator()));
  20890.         }, 1)), $c$d$e$f$g$a);
  20891.     }
  20892.     /**
  20893.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  20894.      *
  20895.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  20896.      */
  20897.     protected function getCreditNoteRendererService()
  20898.     {
  20899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  20901.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20902.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20903.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20904.         }
  20905.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20906.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20907.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20908.         }
  20909.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20910.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20911.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20912.         }
  20913.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20914.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20915.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20916.         }
  20917.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20918.     }
  20919.     /**
  20920.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  20921.      *
  20922.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  20923.      */
  20924.     protected function getDeliveryNoteRendererService()
  20925.     {
  20926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  20928.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20929.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20930.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20931.         }
  20932.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20933.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20934.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20935.         }
  20936.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20937.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20938.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20939.         }
  20940.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20941.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20942.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20943.         }
  20944.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d, \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20945.     }
  20946.     /**
  20947.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  20948.      *
  20949.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  20950.      */
  20951.     protected function getInvoiceRendererService()
  20952.     {
  20953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  20955.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20956.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20957.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20958.         }
  20959.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  20960.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20961.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20962.         }
  20963.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20964.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20965.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20966.         }
  20967.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20968.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20969.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20970.         }
  20971.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20972.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20973.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20974.         }
  20975.         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()));
  20976.     }
  20977.     /**
  20978.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  20979.      *
  20980.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  20981.      */
  20982.     protected function getStornoRendererService()
  20983.     {
  20984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  20986.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20987.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20988.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20989.         }
  20990.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20991.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20992.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20993.         }
  20994.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20995.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20996.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20997.         }
  20998.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20999.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  21000.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  21001.         }
  21002.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\StornoRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21003.     }
  21004.     /**
  21005.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  21006.      *
  21007.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  21008.      */
  21009.     protected function getDocumentConfigLoaderService()
  21010.     {
  21011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  21012.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  21013.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  21014.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  21015.         }
  21016.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  21017.     }
  21018.     /**
  21019.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  21020.      *
  21021.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  21022.      */
  21023.     protected function getDocumentGeneratorService()
  21024.     {
  21025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  21026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  21027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  21028.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  21029.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  21030.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  21031.         }
  21032.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  21033.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  21034.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  21035.         }
  21036.         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 () {
  21037.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  21038.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  21039.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  21040.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  21041.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer(), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21042.     }
  21043.     /**
  21044.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  21045.      *
  21046.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  21047.      */
  21048.     protected function getReferenceInvoiceLoaderService()
  21049.     {
  21050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  21051.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21052.     }
  21053.     /**
  21054.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  21055.      *
  21056.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  21057.      */
  21058.     protected function getDocumentTemplateRendererService()
  21059.     {
  21060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  21061.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  21062.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  21063.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  21064.         }
  21065.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  21066.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  21067.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  21068.         }
  21069.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  21070.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  21071.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  21072.         }
  21073.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21074.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  21075.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  21076.         }
  21077.         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);
  21078.     }
  21079.     /**
  21080.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  21081.      *
  21082.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  21083.      */
  21084.     protected function getOrderTransactionStateHandlerService()
  21085.     {
  21086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  21087.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  21088.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  21089.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  21090.         }
  21091.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  21092.     }
  21093.     /**
  21094.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  21095.      *
  21096.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  21097.      */
  21098.     protected function getOrderStateChangeEventListenerService()
  21099.     {
  21100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  21101.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  21102.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21103.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21104.         }
  21105.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21106.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21107.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21108.         }
  21109.         $c = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  21110.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21111.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21112.         }
  21113.         $d = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  21114.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21115.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21116.         }
  21117.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21118.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21119.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21120.         }
  21121.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  21122.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21123.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21124.         }
  21125.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($b$c$d$e$a$f);
  21126.     }
  21127.     /**
  21128.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  21129.      *
  21130.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  21131.      */
  21132.     protected function getOrderServiceService()
  21133.     {
  21134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  21135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  21136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  21137.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21138.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21139.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21140.         }
  21141.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  21142.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21143.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21144.         }
  21145.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  21146.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21147.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21148.         }
  21149.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21150.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21151.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21152.         }
  21153.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  21154.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21155.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21156.         }
  21157.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21158.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21159.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21160.         }
  21161.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  21162.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21163.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21164.         }
  21165.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  21166.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21167.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21168.         }
  21169.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  21170.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21171.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21172.         }
  21173.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21174.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21175.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21176.         }
  21177.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21178.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21179.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21180.         }
  21181.         return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderService($b, new \Shopware\Core\Checkout\Order\Validation\OrderValidationFactory(), $a$c$d$e$f$g$h$i$j$k);
  21182.     }
  21183.     /**
  21184.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  21185.      *
  21186.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  21187.      */
  21188.     protected function getCashPaymentService()
  21189.     {
  21190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  21194.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21195.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  21196.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  21197.         }
  21198.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  21199.     }
  21200.     /**
  21201.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  21202.      *
  21203.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  21204.      */
  21205.     protected function getDebitPaymentService()
  21206.     {
  21207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  21211.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21212.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  21213.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  21214.         }
  21215.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  21216.     }
  21217.     /**
  21218.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  21219.      *
  21220.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  21221.      */
  21222.     protected function getDefaultPaymentService()
  21223.     {
  21224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21227.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21228.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  21229.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  21230.         }
  21231.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  21232.     }
  21233.     /**
  21234.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  21235.      *
  21236.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  21237.      */
  21238.     protected function getInvoicePaymentService()
  21239.     {
  21240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  21244.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21245.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  21246.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  21247.         }
  21248.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  21249.     }
  21250.     /**
  21251.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  21252.      *
  21253.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  21254.      */
  21255.     protected function getPaymentHandlerRegistryService()
  21256.     {
  21257.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21258.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  21259.         ], [
  21260.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  21261.         ]);
  21262.         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, [
  21263.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  21264.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  21265.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  21266.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  21267.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  21268.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  21269.         ], [
  21270.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  21271.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  21272.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  21273.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  21274.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  21275.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  21276.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21277.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  21278.         ], [
  21279.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  21280.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21281.     }
  21282.     /**
  21283.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  21284.      *
  21285.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  21286.      */
  21287.     protected function getPrePaymentService()
  21288.     {
  21289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  21293.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21294.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  21295.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  21296.         }
  21297.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  21298.     }
  21299.     /**
  21300.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  21301.      *
  21302.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  21303.      */
  21304.     protected function getJWTFactoryV2Service()
  21305.     {
  21306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  21307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  21308.         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()));
  21309.     }
  21310.     /**
  21311.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  21312.      *
  21313.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  21314.      */
  21315.     protected function getPaymentMethodIndexerService()
  21316.     {
  21317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  21319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  21320.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21321.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  21322.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  21323.         }
  21324.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21325.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  21326.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  21327.         }
  21328.         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));
  21329.     }
  21330.     /**
  21331.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  21332.      *
  21333.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  21334.      */
  21335.     protected function getPaymentMethodValidator2Service()
  21336.     {
  21337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  21338.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21339.     }
  21340.     /**
  21341.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  21342.      *
  21343.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  21344.      */
  21345.     protected function getPaymentServiceService()
  21346.     {
  21347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  21348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  21349.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  21350.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21351.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  21352.         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()));
  21353.     }
  21354.     /**
  21355.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  21356.      *
  21357.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  21358.      */
  21359.     protected function getFilterServiceRegistryService()
  21360.     {
  21361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  21362.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  21363.             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()));
  21364.             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()));
  21365.         }, 2), new RewindableGenerator(function () {
  21366.             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()));
  21367.             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()));
  21368.         }, 2));
  21369.     }
  21370.     /**
  21371.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  21372.      *
  21373.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  21374.      */
  21375.     protected function getPromotionCollectorService()
  21376.     {
  21377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  21378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  21380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  21381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  21382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  21383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  21384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  21385.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  21386.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  21387.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  21388.         }
  21389.         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()));
  21390.     }
  21391.     /**
  21392.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  21393.      *
  21394.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  21395.      */
  21396.     protected function getPromotionDeliveryProcessorService()
  21397.     {
  21398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  21399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  21400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  21402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  21403.         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()));
  21404.     }
  21405.     /**
  21406.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  21407.      *
  21408.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  21409.      */
  21410.     protected function getPromotionProcessorService()
  21411.     {
  21412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  21413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  21414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  21416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  21417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  21418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  21419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  21420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  21421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  21422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  21423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  21424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  21425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  21426.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  21427.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  21428.         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);
  21429.     }
  21430.     /**
  21431.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  21432.      *
  21433.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  21434.      */
  21435.     protected function getPromotionIndexerService()
  21436.     {
  21437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  21439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  21440.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21441.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  21442.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  21443.         }
  21444.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  21445.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  21446.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  21447.         }
  21448.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService()), $a);
  21449.     }
  21450.     /**
  21451.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  21452.      *
  21453.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  21454.      */
  21455.     protected function getPromotionRedemptionUpdaterService()
  21456.     {
  21457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  21458.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21459.     }
  21460.     /**
  21461.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  21462.      *
  21463.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  21464.      */
  21465.     protected function getPromotionIndividualCodeRedeemerService()
  21466.     {
  21467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  21468.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  21469.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  21470.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  21471.         }
  21472.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  21473.     }
  21474.     /**
  21475.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  21476.      *
  21477.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  21478.      */
  21479.     protected function getStorefrontCartSubscriberService()
  21480.     {
  21481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  21482.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  21483.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  21484.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  21485.         }
  21486.         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())));
  21487.     }
  21488.     /**
  21489.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  21490.      *
  21491.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  21492.      */
  21493.     protected function getPromotionValidatorService()
  21494.     {
  21495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  21496.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21497.     }
  21498.     /**
  21499.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  21500.      *
  21501.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  21502.      */
  21503.     protected function getShippingMethodValidatorService()
  21504.     {
  21505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  21506.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21507.     }
  21508.     /**
  21509.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  21510.      *
  21511.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  21512.      */
  21513.     protected function getCategoryIndexerService()
  21514.     {
  21515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  21517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  21518.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21519.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21520.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21521.         }
  21522.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21523.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  21524.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21525.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21526.         }
  21527.         $d = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  21528.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21529.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21530.         }
  21531.         return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] = new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer($b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()), new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater($b$c$d), $a);
  21532.     }
  21533.     /**
  21534.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  21535.      *
  21536.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  21537.      */
  21538.     protected function getCategoryBreadcrumbBuilderService()
  21539.     {
  21540.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  21541.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  21542.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  21543.         }
  21544.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  21545.     }
  21546.     /**
  21547.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  21548.      *
  21549.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  21550.      */
  21551.     protected function getNavigationLoaderService()
  21552.     {
  21553.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21554.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  21555.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  21556.         }
  21557.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  21558.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  21559.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  21560.         }
  21561.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  21562.     }
  21563.     /**
  21564.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  21565.      *
  21566.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  21567.      */
  21568.     protected function getCategorySubscriberService()
  21569.     {
  21570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  21571.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  21572.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  21573.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  21574.         }
  21575.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  21576.     }
  21577.     /**
  21578.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  21579.      *
  21580.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  21581.      */
  21582.     protected function getEntryPointValidatorService()
  21583.     {
  21584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  21585.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21586.     }
  21587.     /**
  21588.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  21589.      *
  21590.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  21591.      */
  21592.     protected function getFormCmsElementResolverService()
  21593.     {
  21594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  21597.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  21598.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  21599.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  21600.         }
  21601.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  21602.     }
  21603.     /**
  21604.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  21605.      *
  21606.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  21607.      */
  21608.     protected function getTextCmsElementResolverService()
  21609.     {
  21610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  21613.         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()));
  21614.     }
  21615.     /**
  21616.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  21617.      *
  21618.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  21619.      */
  21620.     protected function getSalesChannelCmsPageLoaderService()
  21621.     {
  21622.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21623.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21624.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21625.         }
  21626.         $b = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  21627.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21628.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21629.         }
  21630.         $c = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  21631.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21632.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21633.         }
  21634.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($b$c$a);
  21635.     }
  21636.     /**
  21637.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  21638.      *
  21639.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  21640.      */
  21641.     protected function getCmsPageDefaultChangeSubscriberService()
  21642.     {
  21643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  21644.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21645.     }
  21646.     /**
  21647.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  21648.      *
  21649.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  21650.      */
  21651.     protected function getFlowActionCollectorService()
  21652.     {
  21653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  21654.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  21655.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  21656.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  21657.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  21658.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  21659.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  21660.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  21661.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  21662.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  21663.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  21664.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  21665.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  21666.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  21667.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  21668.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  21669.             yield 14 => ($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()));
  21670.         }, 15), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  21671.     }
  21672.     /**
  21673.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  21674.      *
  21675.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  21676.      */
  21677.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  21678.     {
  21679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  21682.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21683.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  21684.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  21685.         }
  21686.         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);
  21687.     }
  21688.     /**
  21689.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  21690.      *
  21691.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  21692.      */
  21693.     protected function getAddCustomerTagActionService()
  21694.     {
  21695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  21698.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21699.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  21700.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  21701.         }
  21702.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  21703.     }
  21704.     /**
  21705.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  21706.      *
  21707.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  21708.      */
  21709.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  21710.     {
  21711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  21714.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21715.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  21716.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  21717.         }
  21718.         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);
  21719.     }
  21720.     /**
  21721.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  21722.      *
  21723.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  21724.      */
  21725.     protected function getAddOrderTagActionService()
  21726.     {
  21727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  21730.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21731.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  21732.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  21733.         }
  21734.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  21735.     }
  21736.     /**
  21737.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  21738.      *
  21739.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  21740.      */
  21741.     protected function getChangeCustomerGroupActionService()
  21742.     {
  21743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  21746.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21747.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  21748.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  21749.         }
  21750.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  21751.     }
  21752.     /**
  21753.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  21754.      *
  21755.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  21756.      */
  21757.     protected function getChangeCustomerStatusActionService()
  21758.     {
  21759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  21762.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21763.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  21764.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  21765.         }
  21766.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  21767.     }
  21768.     /**
  21769.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  21770.      *
  21771.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  21772.      */
  21773.     protected function getGenerateDocumentActionService()
  21774.     {
  21775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  21778.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21779.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21780.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21781.         }
  21782.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  21783.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21784.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21785.         }
  21786.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  21787.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21788.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21789.         }
  21790.         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()));
  21791.     }
  21792.     /**
  21793.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  21794.      *
  21795.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  21796.      */
  21797.     protected function getRemoveCustomerTagActionService()
  21798.     {
  21799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  21802.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  21803.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  21804.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  21805.         }
  21806.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  21807.     }
  21808.     /**
  21809.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  21810.      *
  21811.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  21812.      */
  21813.     protected function getRemoveOrderTagActionService()
  21814.     {
  21815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  21818.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  21819.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  21820.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  21821.         }
  21822.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  21823.     }
  21824.     /**
  21825.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  21826.      *
  21827.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  21828.      */
  21829.     protected function getSendMailActionService()
  21830.     {
  21831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  21834.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21835.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21836.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21837.         }
  21838.         $b = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  21839.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21840.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21841.         }
  21842.         $c = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  21843.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21844.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21845.         }
  21846.         $d = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  21847.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21848.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21849.         }
  21850.         $e = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  21851.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21852.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21853.         }
  21854.         $f = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  21855.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21856.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21857.         }
  21858.         $g = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21859.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21860.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21861.         }
  21862.         $h = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  21863.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21864.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21865.         }
  21866.         $i = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  21867.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21868.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21869.         }
  21870.         $j = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  21871.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21872.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21873.         }
  21874.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction($b$c$d$e$f$g$h, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$i$j, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  21875.     }
  21876.     /**
  21877.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  21878.      *
  21879.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  21880.      */
  21881.     protected function getSetCustomerCustomFieldActionService()
  21882.     {
  21883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  21887.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21888.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  21889.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  21890.         }
  21891.         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);
  21892.     }
  21893.     /**
  21894.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  21895.      *
  21896.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  21897.      */
  21898.     protected function getSetCustomerGroupCustomFieldActionService()
  21899.     {
  21900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  21904.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  21905.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  21906.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  21907.         }
  21908.         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);
  21909.     }
  21910.     /**
  21911.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  21912.      *
  21913.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  21914.      */
  21915.     protected function getSetOrderCustomFieldActionService()
  21916.     {
  21917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  21921.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21922.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  21923.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  21924.         }
  21925.         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);
  21926.     }
  21927.     /**
  21928.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  21929.      *
  21930.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  21931.      */
  21932.     protected function getSetOrderStateActionService()
  21933.     {
  21934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  21937.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  21938.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  21939.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  21940.         }
  21941.         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);
  21942.     }
  21943.     /**
  21944.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  21945.      *
  21946.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  21947.      */
  21948.     protected function getCustomerGroupStorerService()
  21949.     {
  21950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  21952.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  21953.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  21954.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  21955.         }
  21956.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  21957.     }
  21958.     /**
  21959.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  21960.      *
  21961.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  21962.      */
  21963.     protected function getCustomerRecoveryStorerService()
  21964.     {
  21965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  21967.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  21968.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  21969.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  21970.         }
  21971.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  21972.     }
  21973.     /**
  21974.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  21975.      *
  21976.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  21977.      */
  21978.     protected function getCustomerStorerService()
  21979.     {
  21980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  21982.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21983.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  21984.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  21985.         }
  21986.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  21987.     }
  21988.     /**
  21989.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  21990.      *
  21991.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  21992.      */
  21993.     protected function getNewsletterRecipientStorerService()
  21994.     {
  21995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  21997.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  21998.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  21999.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  22000.         }
  22001.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  22002.     }
  22003.     /**
  22004.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  22005.      *
  22006.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  22007.      */
  22008.     protected function getOrderStorerService()
  22009.     {
  22010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  22011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  22012.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  22013.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  22014.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  22015.         }
  22016.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  22017.     }
  22018.     /**
  22019.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  22020.      *
  22021.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  22022.      */
  22023.     protected function getOrderTransactionStorerService()
  22024.     {
  22025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  22026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  22027.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  22028.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  22029.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  22030.         }
  22031.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  22032.     }
  22033.     /**
  22034.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  22035.      *
  22036.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  22037.      */
  22038.     protected function getUserStorerService()
  22039.     {
  22040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  22041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  22042.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  22043.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  22044.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  22045.         }
  22046.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  22047.     }
  22048.     /**
  22049.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  22050.      *
  22051.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  22052.      */
  22053.     protected function getFlowIndexerService()
  22054.     {
  22055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  22057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  22058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  22059.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22060.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  22061.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  22062.         }
  22063.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22064.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  22065.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  22066.         }
  22067.         $c = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  22068.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  22069.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  22070.         }
  22071.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  22072.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  22073.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  22074.         }
  22075.         return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] = new \Shopware\Core\Content\Flow\Indexing\FlowIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $c, new \Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Content\Flow\Dispatching\FlowBuilder(), $d), $a$b);
  22076.     }
  22077.     /**
  22078.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  22079.      *
  22080.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  22081.      */
  22082.     protected function getDeleteExpiredFilesCommandService()
  22083.     {
  22084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  22086.         $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()));
  22087.         $instance->setName('import-export:delete-expired');
  22088.         return $instance;
  22089.     }
  22090.     /**
  22091.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  22092.      *
  22093.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  22094.      */
  22095.     protected function getImportEntityCommandService()
  22096.     {
  22097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  22099.         $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()));
  22100.         $instance->setName('import:entity');
  22101.         return $instance;
  22102.     }
  22103.     /**
  22104.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  22105.      *
  22106.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  22107.      */
  22108.     protected function getCountrySerializerService()
  22109.     {
  22110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  22113.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  22114.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  22115.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  22116.         }
  22117.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  22118.     }
  22119.     /**
  22120.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  22121.      *
  22122.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  22123.      */
  22124.     protected function getCustomerSerializerService()
  22125.     {
  22126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  22129.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  22130.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22131.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22132.         }
  22133.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  22134.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22135.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22136.         }
  22137.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22138.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22139.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22140.         }
  22141.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  22142.     }
  22143.     /**
  22144.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  22145.      *
  22146.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  22147.      */
  22148.     protected function getLanguageSerializerService()
  22149.     {
  22150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  22153.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  22154.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  22155.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  22156.         }
  22157.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  22158.     }
  22159.     /**
  22160.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  22161.      *
  22162.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  22163.      */
  22164.     protected function getMediaSerializerService()
  22165.     {
  22166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  22169.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  22170.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22171.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22172.         }
  22173.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  22174.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22175.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22176.         }
  22177.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22178.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22179.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22180.         }
  22181.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22182.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22183.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22184.         }
  22185.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  22186.     }
  22187.     /**
  22188.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer' shared service.
  22189.      *
  22190.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer
  22191.      */
  22192.     protected function getOrderSerializerService()
  22193.     {
  22194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializer.php';
  22197.         $a = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  22198.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'])) {
  22199.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'];
  22200.         }
  22201.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer($a);
  22202.     }
  22203.     /**
  22204.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  22205.      *
  22206.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  22207.      */
  22208.     protected function getProductCrossSellingSerializerService()
  22209.     {
  22210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  22213.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  22214.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  22215.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  22216.         }
  22217.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  22218.     }
  22219.     /**
  22220.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  22221.      *
  22222.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  22223.      */
  22224.     protected function getProductSerializerService()
  22225.     {
  22226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  22229.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  22230.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22231.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22232.         }
  22233.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22234.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22235.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22236.         }
  22237.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  22238.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22239.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22240.         }
  22241.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  22242.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22243.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22244.         }
  22245.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  22246.     }
  22247.     /**
  22248.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  22249.      *
  22250.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  22251.      */
  22252.     protected function getPromotionIndividualCodeSerializerService()
  22253.     {
  22254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  22257.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  22258.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  22259.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  22260.         }
  22261.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  22262.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  22263.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  22264.         }
  22265.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  22266.     }
  22267.     /**
  22268.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  22269.      *
  22270.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  22271.      */
  22272.     protected function getSalutationSerializerService()
  22273.     {
  22274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  22277.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  22278.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  22279.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  22280.         }
  22281.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  22282.     }
  22283.     /**
  22284.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  22285.      *
  22286.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  22287.      */
  22288.     protected function getCustomFieldsSerializer2Service()
  22289.     {
  22290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  22293.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  22294.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  22295.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  22296.         }
  22297.         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()));
  22298.     }
  22299.     /**
  22300.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  22301.      *
  22302.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  22303.      */
  22304.     protected function getPriceSerializerService()
  22305.     {
  22306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  22309.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  22310.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  22311.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  22312.         }
  22313.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  22314.     }
  22315.     /**
  22316.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  22317.      *
  22318.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  22319.      */
  22320.     protected function getToOneSerializerService()
  22321.     {
  22322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  22325.         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()));
  22326.     }
  22327.     /**
  22328.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  22329.      *
  22330.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  22331.      */
  22332.     protected function getTranslationsSerializerService()
  22333.     {
  22334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  22337.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  22338.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  22339.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  22340.         }
  22341.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  22342.     }
  22343.     /**
  22344.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  22345.      *
  22346.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  22347.      */
  22348.     protected function getPrimaryKeyResolverService()
  22349.     {
  22350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  22351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22353.         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())));
  22354.     }
  22355.     /**
  22356.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  22357.      *
  22358.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  22359.      */
  22360.     protected function getSystemDefaultValidatorService()
  22361.     {
  22362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  22363.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22364.     }
  22365.     /**
  22366.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  22367.      *
  22368.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  22369.      */
  22370.     protected function getFileDeletedSubscriberService()
  22371.     {
  22372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  22373.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22374.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  22375.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  22376.         }
  22377.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  22378.     }
  22379.     /**
  22380.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  22381.      *
  22382.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  22383.      */
  22384.     protected function getProductCategoryPathsSubscriberService()
  22385.     {
  22386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  22387.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  22388.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  22389.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  22390.         }
  22391.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  22392.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  22393.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  22394.         }
  22395.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  22396.     }
  22397.     /**
  22398.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  22399.      *
  22400.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  22401.      */
  22402.     protected function getProductVariantsSubscriberService()
  22403.     {
  22404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  22405.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  22406.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22407.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22408.         }
  22409.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  22410.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22411.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22412.         }
  22413.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  22414.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22415.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22416.         }
  22417.         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);
  22418.     }
  22419.     /**
  22420.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  22421.      *
  22422.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  22423.      */
  22424.     protected function getDeleteFileHandlerService()
  22425.     {
  22426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  22427.         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()));
  22428.     }
  22429.     /**
  22430.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  22431.      *
  22432.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  22433.      */
  22434.     protected function getPipeFactoryService()
  22435.     {
  22436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  22437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  22438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  22439.         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 () {
  22440.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  22441.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  22442.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  22443.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  22444.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  22445.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  22446.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  22447.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  22448.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? $this->getOrderSerializerService());
  22449.             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()));
  22450.         }, 10), new RewindableGenerator(function () {
  22451.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  22452.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  22453.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  22454.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  22455.             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()));
  22456.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  22457.     }
  22458.     /**
  22459.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  22460.      *
  22461.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  22462.      */
  22463.     protected function getCsvFileWriterFactoryService()
  22464.     {
  22465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  22466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  22467.         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()));
  22468.     }
  22469.     /**
  22470.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  22471.      *
  22472.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  22473.      */
  22474.     protected function getCleanupImportExportFileTaskHandlerService()
  22475.     {
  22476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  22477.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22478.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  22479.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  22480.         }
  22481.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  22482.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  22483.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  22484.         }
  22485.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  22486.     }
  22487.     /**
  22488.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  22489.      *
  22490.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  22491.      */
  22492.     protected function getDeleteExpiredFilesServiceService()
  22493.     {
  22494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  22495.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  22496.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  22497.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  22498.         }
  22499.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  22500.     }
  22501.     /**
  22502.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  22503.      *
  22504.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  22505.      */
  22506.     protected function getFileServiceService()
  22507.     {
  22508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  22509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  22510.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  22511.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  22512.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  22513.         }
  22514.         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);
  22515.     }
  22516.     /**
  22517.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  22518.      *
  22519.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  22520.      */
  22521.     protected function getImportExportServiceService()
  22522.     {
  22523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  22524.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  22525.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22526.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22527.         }
  22528.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  22529.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22530.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22531.         }
  22532.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  22533.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22534.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22535.         }
  22536.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  22537.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22538.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22539.         }
  22540.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  22541.     }
  22542.     /**
  22543.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  22544.      *
  22545.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  22546.      */
  22547.     protected function getLandingPageIndexerService()
  22548.     {
  22549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  22551.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22552.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  22553.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  22554.         }
  22555.         $b = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  22556.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  22557.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  22558.         }
  22559.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] = new \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $a);
  22560.     }
  22561.     /**
  22562.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  22563.      *
  22564.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  22565.      */
  22566.     protected function getLandingPageValidatorService()
  22567.     {
  22568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  22569.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  22570.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  22571.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  22572.         }
  22573.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  22574.     }
  22575.     /**
  22576.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  22577.      *
  22578.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  22579.      */
  22580.     protected function getMailSendSubscriberService()
  22581.     {
  22582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  22583.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22584.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22585.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22586.         }
  22587.         $b = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  22588.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22589.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22590.         }
  22591.         $c = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  22592.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22593.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22594.         }
  22595.         $d = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  22596.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22597.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22598.         }
  22599.         $e = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22600.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22601.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22602.         }
  22603.         $f = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  22604.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22605.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22606.         }
  22607.         $g = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  22608.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22609.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22610.         }
  22611.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  22612.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22613.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22614.         }
  22615.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  22616.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22617.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22618.         }
  22619.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber($b$c$d$e$f$g, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$h$i, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  22620.     }
  22621.     /**
  22622.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  22623.      *
  22624.      * @return \Shopware\Core\Content\Mail\Service\MailService
  22625.      */
  22626.     protected function getMailServiceService()
  22627.     {
  22628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  22629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  22630.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22631.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22632.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22633.         }
  22634.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  22635.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22636.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22637.         }
  22638.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  22639.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22640.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22641.         }
  22642.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  22643.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22644.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22645.         }
  22646.         $e = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  22647.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22648.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22649.         }
  22650.         $f = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22651.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22652.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22653.         }
  22654.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22655.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22656.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22657.         }
  22658.         $h = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22659.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22660.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22661.         }
  22662.         return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] = new \Shopware\Core\Content\Mail\Service\MailService($b$c$d$e$f, ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), $g$h$a, ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  22663.     }
  22664.     /**
  22665.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  22666.      *
  22667.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  22668.      */
  22669.     protected function getImageCmsElementResolverService()
  22670.     {
  22671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  22674.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  22675.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  22676.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  22677.         }
  22678.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  22679.     }
  22680.     /**
  22681.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  22682.      *
  22683.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  22684.      */
  22685.     protected function getImageGalleryTypeDataResolverService()
  22686.     {
  22687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  22690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  22691.         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()));
  22692.     }
  22693.     /**
  22694.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  22695.      *
  22696.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  22697.      */
  22698.     protected function getImageSliderTypeDataResolverService()
  22699.     {
  22700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  22703.         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()));
  22704.     }
  22705.     /**
  22706.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  22707.      *
  22708.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  22709.      */
  22710.     protected function getDeleteNotUsedMediaCommandService()
  22711.     {
  22712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  22714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  22715.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand(new \Shopware\Core\Content\Media\DeleteNotUsedMediaService(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService())));
  22716.         $instance->setName('media:delete-unused');
  22717.         return $instance;
  22718.     }
  22719.     /**
  22720.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  22721.      *
  22722.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  22723.      */
  22724.     protected function getGenerateMediaTypesCommandService()
  22725.     {
  22726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  22728.         $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()));
  22729.         $instance->setName('media:generate-media-types');
  22730.         return $instance;
  22731.     }
  22732.     /**
  22733.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  22734.      *
  22735.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  22736.      */
  22737.     protected function getGenerateThumbnailsCommandService()
  22738.     {
  22739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  22741.         $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()));
  22742.         $instance->setName('media:generate-thumbnails');
  22743.         return $instance;
  22744.     }
  22745.     /**
  22746.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  22747.      *
  22748.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  22749.      */
  22750.     protected function getMediaFolderConfigurationIndexerService()
  22751.     {
  22752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  22754.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22755.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  22756.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  22757.         }
  22758.         $b = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  22759.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  22760.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  22761.         }
  22762.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  22763.     }
  22764.     /**
  22765.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  22766.      *
  22767.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  22768.      */
  22769.     protected function getMediaFolderIndexerService()
  22770.     {
  22771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  22773.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22774.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  22775.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  22776.         }
  22777.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22778.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  22779.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  22780.         }
  22781.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  22782.     }
  22783.     /**
  22784.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  22785.      *
  22786.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  22787.      */
  22788.     protected function getMediaIndexerService()
  22789.     {
  22790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  22792.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22793.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22794.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22795.         }
  22796.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22797.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22798.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22799.         }
  22800.         $c = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22801.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22802.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22803.         }
  22804.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  22805.     }
  22806.     /**
  22807.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  22808.      *
  22809.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  22810.      */
  22811.     protected function getFileNameProviderService()
  22812.     {
  22813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  22814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  22815.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22816.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  22817.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  22818.         }
  22819.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  22820.     }
  22821.     /**
  22822.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  22823.      *
  22824.      * @return \Shopware\Core\Content\Media\MediaService
  22825.      */
  22826.     protected function getMediaServiceService()
  22827.     {
  22828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  22829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  22830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  22831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  22832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  22833.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22834.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22835.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22836.         }
  22837.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22838.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22839.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22840.         }
  22841.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  22842.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22843.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22844.         }
  22845.         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));
  22846.     }
  22847.     /**
  22848.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  22849.      *
  22850.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  22851.      */
  22852.     protected function getDeleteFileHandler2Service()
  22853.     {
  22854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  22855.         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()));
  22856.     }
  22857.     /**
  22858.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  22859.      *
  22860.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  22861.      */
  22862.     protected function getGenerateThumbnailsHandlerService()
  22863.     {
  22864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  22865.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  22866.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  22867.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  22868.         }
  22869.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22870.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  22871.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  22872.         }
  22873.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  22874.     }
  22875.     /**
  22876.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  22877.      *
  22878.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  22879.      */
  22880.     protected function getFilenamePathnameStrategyService()
  22881.     {
  22882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  22885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22886.         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())));
  22887.     }
  22888.     /**
  22889.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  22890.      *
  22891.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  22892.      */
  22893.     protected function getIdPathnameStrategyService()
  22894.     {
  22895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  22898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22899.         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())));
  22900.     }
  22901.     /**
  22902.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  22903.      *
  22904.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  22905.      */
  22906.     protected function getPhysicalFilenamePathnameStrategyService()
  22907.     {
  22908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  22911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22912.         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())));
  22913.     }
  22914.     /**
  22915.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  22916.      *
  22917.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  22918.      */
  22919.     protected function getUrlGeneratorInterfaceService()
  22920.     {
  22921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  22922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  22923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  22925.         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 () {
  22926.             yield => $this->getFilenamePathnameStrategyService();
  22927.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  22928.             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()));
  22929.             yield => $this->getIdPathnameStrategyService();
  22930.         }, 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())), '');
  22931.     }
  22932.     /**
  22933.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  22934.      *
  22935.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  22936.      */
  22937.     protected function getMediaDeletionSubscriberService()
  22938.     {
  22939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  22940.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22941.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22942.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22943.         }
  22944.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22945.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22946.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22947.         }
  22948.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22949.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22950.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22951.         }
  22952.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22953.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22954.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22955.         }
  22956.         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);
  22957.     }
  22958.     /**
  22959.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  22960.      *
  22961.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  22962.      */
  22963.     protected function getMediaLoadedSubscriberService()
  22964.     {
  22965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  22966.         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()));
  22967.     }
  22968.     /**
  22969.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  22970.      *
  22971.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  22972.      */
  22973.     protected function getThumbnailServiceService()
  22974.     {
  22975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  22976.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22977.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22978.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22979.         }
  22980.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22981.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22982.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22983.         }
  22984.         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);
  22985.     }
  22986.     /**
  22987.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  22988.      *
  22989.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  22990.      */
  22991.     protected function getTypeDetectorService()
  22992.     {
  22993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  22994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  22995.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  22996.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  22997.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  22998.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  22999.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  23000.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  23001.         }, 5));
  23002.     }
  23003.     /**
  23004.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  23005.      *
  23006.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  23007.      */
  23008.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  23009.     {
  23010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  23011.         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()));
  23012.     }
  23013.     /**
  23014.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  23015.      *
  23016.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  23017.      */
  23018.     protected function getNewsletterRecipientIndexerService()
  23019.     {
  23020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  23022.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23023.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  23024.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  23025.         }
  23026.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  23027.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  23028.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  23029.         }
  23030.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] = new \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $a);
  23031.     }
  23032.     /**
  23033.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  23034.      *
  23035.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  23036.      */
  23037.     protected function getNewsletterRecipientDeletedSubscriberService()
  23038.     {
  23039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  23040.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23041.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  23042.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  23043.         }
  23044.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  23045.     }
  23046.     /**
  23047.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  23048.      *
  23049.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  23050.      */
  23051.     protected function getNewsletterRecipientTaskHandlerService()
  23052.     {
  23053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  23054.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23055.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  23056.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  23057.         }
  23058.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  23059.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  23060.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  23061.         }
  23062.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  23063.     }
  23064.     /**
  23065.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  23066.      *
  23067.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  23068.      */
  23069.     protected function getProductExportGenerateCommandService()
  23070.     {
  23071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  23073.         $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()));
  23074.         $instance->setName('product-export:generate');
  23075.         return $instance;
  23076.     }
  23077.     /**
  23078.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  23079.      *
  23080.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  23081.      */
  23082.     protected function getProductExportEventListenerService()
  23083.     {
  23084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  23085.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23086.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  23087.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  23088.         }
  23089.         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()));
  23090.     }
  23091.     /**
  23092.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  23093.      *
  23094.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  23095.      */
  23096.     protected function getProductExportGenerateTaskHandlerService()
  23097.     {
  23098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  23099.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23100.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23101.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23102.         }
  23103.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23104.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23105.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23106.         }
  23107.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23108.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23109.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23110.         }
  23111.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  23112.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23113.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23114.         }
  23115.         $e = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23116.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23117.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23118.         }
  23119.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($b$c$d$e$a);
  23120.     }
  23121.     /**
  23122.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  23123.      *
  23124.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  23125.      */
  23126.     protected function getProductExportPartialGenerationHandlerService()
  23127.     {
  23128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  23129.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23130.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23131.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23132.         }
  23133.         $b = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  23134.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23135.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23136.         }
  23137.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23138.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23139.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23140.         }
  23141.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23142.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23143.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23144.         }
  23145.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  23146.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23147.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23148.         }
  23149.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  23150.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23151.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23152.         }
  23153.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  23154.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23155.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23156.         }
  23157.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  23158.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23159.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23160.         }
  23161.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler($b$c$d, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), $a$e$f$g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  23162.     }
  23163.     /**
  23164.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  23165.      *
  23166.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  23167.      */
  23168.     protected function getProductExportFileHandlerService()
  23169.     {
  23170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  23171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  23172.         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');
  23173.     }
  23174.     /**
  23175.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  23176.      *
  23177.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  23178.      */
  23179.     protected function getProductExportRendererService()
  23180.     {
  23181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  23182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  23183.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23184.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  23185.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  23186.         }
  23187.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  23188.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  23189.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  23190.         }
  23191.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer($b$a, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()));
  23192.     }
  23193.     /**
  23194.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  23195.      *
  23196.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  23197.      */
  23198.     protected function getProductStreamIndexerService()
  23199.     {
  23200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  23202.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23203.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  23204.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  23205.         }
  23206.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  23207.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  23208.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  23209.         }
  23210.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] = new \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $a);
  23211.     }
  23212.     /**
  23213.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  23214.      *
  23215.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  23216.      */
  23217.     protected function getUpdateProductStreamMappingTaskHandlerService()
  23218.     {
  23219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  23220.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23221.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  23222.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  23223.         }
  23224.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  23225.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  23226.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  23227.         }
  23228.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  23229.     }
  23230.     /**
  23231.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  23232.      *
  23233.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  23234.      */
  23235.     protected function getProductCartProcessorService()
  23236.     {
  23237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  23238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  23239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  23240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  23241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  23242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  23243.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23244.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23245.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23246.         }
  23247.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  23248.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23249.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23250.         }
  23251.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  23252.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23253.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23254.         }
  23255.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  23256.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23257.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23258.         }
  23259.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] = new \Shopware\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductGateway($b$a), ($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()));
  23260.     }
  23261.     /**
  23262.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  23263.      *
  23264.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  23265.      */
  23266.     protected function getProductLineItemCommandValidatorService()
  23267.     {
  23268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  23269.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23270.     }
  23271.     /**
  23272.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  23273.      *
  23274.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  23275.      */
  23276.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  23277.     {
  23278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  23279.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23280.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  23281.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  23282.         }
  23283.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23284.     }
  23285.     /**
  23286.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  23287.      *
  23288.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  23289.      */
  23290.     protected function getBuyBoxCmsElementResolverService()
  23291.     {
  23292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  23296.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  23297.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  23298.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  23299.         }
  23300.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  23301.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  23302.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  23303.         }
  23304.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  23305.     }
  23306.     /**
  23307.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  23308.      *
  23309.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  23310.      */
  23311.     protected function getCrossSellingCmsElementResolverService()
  23312.     {
  23313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  23317.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  23318.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  23319.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  23320.         }
  23321.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  23322.     }
  23323.     /**
  23324.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  23325.      *
  23326.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  23327.      */
  23328.     protected function getProductDescriptionReviewsCmsElementResolverService()
  23329.     {
  23330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  23334.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  23335.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  23336.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  23337.         }
  23338.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  23339.     }
  23340.     /**
  23341.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  23342.      *
  23343.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  23344.      */
  23345.     protected function getProductListingCmsElementResolverService()
  23346.     {
  23347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  23350.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  23351.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  23352.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  23353.         }
  23354.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  23355.     }
  23356.     /**
  23357.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  23358.      *
  23359.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  23360.      */
  23361.     protected function getProductIndexerService()
  23362.     {
  23363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  23365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  23366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  23367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  23368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  23369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  23370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  23371.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  23372.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23373.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23374.         }
  23375.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23376.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23377.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23378.         }
  23379.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23380.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23381.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23382.         }
  23383.         $d = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  23384.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23385.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23386.         }
  23387.         $e = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  23388.         $f = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  23389.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23390.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23391.         }
  23392.         $g = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  23393.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23394.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23395.         }
  23396.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $d$e, new \Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater($e), new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer($e), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater($e), $f, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $a$b, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater($e, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector()), $g$c);
  23397.     }
  23398.     /**
  23399.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  23400.      *
  23401.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  23402.      */
  23403.     protected function getProductStreamUpdaterService()
  23404.     {
  23405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  23407.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  23408.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  23409.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  23410.         }
  23411.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23412.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  23413.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  23414.         }
  23415.         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()));
  23416.     }
  23417.     /**
  23418.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  23419.      *
  23420.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  23421.      */
  23422.     protected function getStockUpdaterService()
  23423.     {
  23424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  23425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  23426.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23427.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  23428.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  23429.         }
  23430.         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 () {
  23431.             return new \EmptyIterator();
  23432.         }, 0)));
  23433.     }
  23434.     /**
  23435.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  23436.      *
  23437.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  23438.      */
  23439.     protected function getProductListingFeaturesSubscriberService()
  23440.     {
  23441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  23442.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23443.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23444.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23445.         }
  23446.         $b = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  23447.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23448.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23449.         }
  23450.         $c = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  23451.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23452.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23453.         }
  23454.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23455.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23456.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23457.         }
  23458.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c$d$a);
  23459.     }
  23460.     /**
  23461.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  23462.      *
  23463.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  23464.      */
  23465.     protected function getProductListingLoaderService()
  23466.     {
  23467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  23468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  23469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  23470.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  23471.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23472.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23473.         }
  23474.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23475.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23476.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23477.         }
  23478.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23479.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23480.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23481.         }
  23482.         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())));
  23483.     }
  23484.     /**
  23485.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  23486.      *
  23487.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  23488.      */
  23489.     protected function getProductPriceCalculatorService()
  23490.     {
  23491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  23492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  23493.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  23494.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  23495.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  23496.         }
  23497.         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()));
  23498.     }
  23499.     /**
  23500.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  23501.      *
  23502.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  23503.      */
  23504.     protected function getProductSubscriberService()
  23505.     {
  23506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  23507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  23508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  23509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  23510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  23511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  23512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  23513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  23514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  23515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  23516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  23517.         $a = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  23518.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23519.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  23520.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  23521.         }
  23522.         $c = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($b);
  23523.         $d = new \Shopware\Core\Content\Product\IsNewDetector($b);
  23524.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  23525.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  23526.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  23527.         }
  23528.         return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] = new \Shopware\Core\Content\Product\Subscriber\ProductSubscriber(new \Shopware\Core\Content\Product\SalesChannelProductBuilder($a$c$d), new \Shopware\Core\Content\Product\ProductVariationBuilder(), $e$a$c$d$b);
  23529.     }
  23530.     /**
  23531.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  23532.      *
  23533.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  23534.      */
  23535.     protected function getRuleAreaUpdaterService()
  23536.     {
  23537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  23538.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23539.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  23540.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  23541.         }
  23542.         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);
  23543.     }
  23544.     /**
  23545.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  23546.      *
  23547.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  23548.      */
  23549.     protected function getRuleIndexerService()
  23550.     {
  23551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  23553.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23554.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23555.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23556.         }
  23557.         $b = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  23558.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23559.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23560.         }
  23561.         $c = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  23562.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23563.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23564.         }
  23565.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  23566.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23567.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23568.         }
  23569.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), $c$d$a);
  23570.     }
  23571.     /**
  23572.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  23573.      *
  23574.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  23575.      */
  23576.     protected function getRulePayloadSubscriberService()
  23577.     {
  23578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  23579.         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);
  23580.     }
  23581.     /**
  23582.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  23583.      *
  23584.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  23585.      */
  23586.     protected function getRulePayloadUpdaterService()
  23587.     {
  23588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  23589.         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()));
  23590.     }
  23591.     /**
  23592.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  23593.      *
  23594.      * @return \Shopware\Core\Content\Rule\RuleValidator
  23595.      */
  23596.     protected function getRuleValidatorService()
  23597.     {
  23598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  23599.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  23600.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23601.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23602.         }
  23603.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  23604.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23605.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23606.         }
  23607.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  23608.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23609.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23610.         }
  23611.         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);
  23612.     }
  23613.     /**
  23614.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  23615.      *
  23616.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  23617.      */
  23618.     protected function getStoreApiSeoResolverService()
  23619.     {
  23620.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  23621.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  23622.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  23623.         }
  23624.         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()));
  23625.     }
  23626.     /**
  23627.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  23628.      *
  23629.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  23630.      */
  23631.     protected function getSeoUrlGeneratorService()
  23632.     {
  23633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  23634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  23635.         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 () {
  23636.             return new \EmptyIterator();
  23637.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  23638.     }
  23639.     /**
  23640.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  23641.      *
  23642.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  23643.      */
  23644.     protected function getSeoUrlPersisterService()
  23645.     {
  23646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  23647.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  23648.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  23649.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  23650.         }
  23651.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23652.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  23653.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  23654.         }
  23655.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  23656.     }
  23657.     /**
  23658.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  23659.      *
  23660.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  23661.      */
  23662.     protected function getSeoUrlRouteRegistryService()
  23663.     {
  23664.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  23665.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  23666.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  23667.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  23668.         }, 3));
  23669.     }
  23670.     /**
  23671.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  23672.      *
  23673.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  23674.      */
  23675.     protected function getSitemapGenerateCommandService()
  23676.     {
  23677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  23679.         $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()));
  23680.         $instance->setName('sitemap:generate');
  23681.         return $instance;
  23682.     }
  23683.     /**
  23684.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  23685.      *
  23686.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  23687.      */
  23688.     protected function getFileService()
  23689.     {
  23690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  23691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  23692.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  23693.     }
  23694.     /**
  23695.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  23696.      *
  23697.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  23698.      */
  23699.     protected function getCategoryUrlProviderService()
  23700.     {
  23701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  23704.         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()));
  23705.     }
  23706.     /**
  23707.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  23708.      *
  23709.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  23710.      */
  23711.     protected function getCustomUrlProviderService()
  23712.     {
  23713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  23716.         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()));
  23717.     }
  23718.     /**
  23719.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  23720.      *
  23721.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  23722.      */
  23723.     protected function getProductUrlProviderService()
  23724.     {
  23725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  23728.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23729.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  23730.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  23731.         }
  23732.         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);
  23733.     }
  23734.     /**
  23735.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  23736.      *
  23737.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  23738.      */
  23739.     protected function getSitemapGenerateTaskHandlerService()
  23740.     {
  23741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  23742.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23743.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23744.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23745.         }
  23746.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23747.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23748.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23749.         }
  23750.         $c = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23751.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23752.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23753.         }
  23754.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  23755.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23756.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23757.         }
  23758.         $e = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23759.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23760.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23761.         }
  23762.         $f = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  23763.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23764.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23765.         }
  23766.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23767.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23768.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23769.         }
  23770.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler($c$d$e$f, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $g$a$b);
  23771.     }
  23772.     /**
  23773.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  23774.      *
  23775.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  23776.      */
  23777.     protected function getConfigHandlerService()
  23778.     {
  23779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  23780.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  23781.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  23782.         }, 1));
  23783.     }
  23784.     /**
  23785.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  23786.      *
  23787.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  23788.      */
  23789.     protected function getSitemapExporterService()
  23790.     {
  23791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  23792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  23793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  23794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  23795.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23796.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  23797.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  23798.         }
  23799.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  23800.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  23801.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  23802.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  23803.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  23804.         }, 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);
  23805.     }
  23806.     /**
  23807.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  23808.      *
  23809.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  23810.      */
  23811.     protected function getCacheClearer2Service()
  23812.     {
  23813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  23814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23815.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23816.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  23817.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  23818.         }
  23819.         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);
  23820.     }
  23821.     /**
  23822.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  23823.      *
  23824.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  23825.      */
  23826.     protected function getCacheDecoratorService()
  23827.     {
  23828.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  23829.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23830.         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())));
  23831.     }
  23832.     /**
  23833.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  23834.      *
  23835.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  23836.      */
  23837.     protected function getCacheInvalidationSubscriberService()
  23838.     {
  23839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  23840.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23841.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  23842.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  23843.         }
  23844.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23845.     }
  23846.     /**
  23847.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  23848.      *
  23849.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  23850.      */
  23851.     protected function getCacheInvalidatorService()
  23852.     {
  23853.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  23854.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23855.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23856.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23857.         }
  23858.         $c = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23859.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23860.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23861.         }
  23862.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator(0150, [=> $a=> ($this->privates['cache.http'] ?? $this->getCache_HttpService())], $a$b$c);
  23863.     }
  23864.     /**
  23865.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  23866.      *
  23867.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  23868.      */
  23869.     protected function getCacheStateSubscriberService()
  23870.     {
  23871.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  23872.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  23873.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  23874.         }
  23875.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  23876.     }
  23877.     /**
  23878.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  23879.      *
  23880.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  23881.      */
  23882.     protected function getInvalidateCacheTaskHandlerService()
  23883.     {
  23884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  23885.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23886.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23887.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23888.         }
  23889.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23890.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23891.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23892.         }
  23893.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  23894.     }
  23895.     /**
  23896.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  23897.      *
  23898.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  23899.      */
  23900.     protected function getCleanupOldCacheFoldersHandlerService()
  23901.     {
  23902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  23903.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  23904.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  23905.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  23906.         }
  23907.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  23908.     }
  23909.     /**
  23910.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  23911.      *
  23912.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  23913.      */
  23914.     protected function getScriptCacheInvalidationSubscriberService()
  23915.     {
  23916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  23917.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  23918.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  23919.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  23920.         }
  23921.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  23922.     }
  23923.     /**
  23924.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  23925.      *
  23926.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  23927.      */
  23928.     protected function getS3FilesystemVisibilityCommandService()
  23929.     {
  23930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  23932.         $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()));
  23933.         $instance->setName('s3:set-visibility');
  23934.         return $instance;
  23935.     }
  23936.     /**
  23937.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  23938.      *
  23939.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  23940.      */
  23941.     protected function getFilesystemFactoryService()
  23942.     {
  23943.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  23944.             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()));
  23945.             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()));
  23946.             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()));
  23947.         }, 3), new RewindableGenerator(function () {
  23948.             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()));
  23949.         }, 1));
  23950.     }
  23951.     /**
  23952.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  23953.      *
  23954.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  23955.      */
  23956.     protected function getTranslator2Service()
  23957.     {
  23958.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  23959.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23960.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23961.         }
  23962.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  23963.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23964.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23965.         }
  23966.         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()));
  23967.     }
  23968.     /**
  23969.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  23970.      *
  23971.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  23972.      */
  23973.     protected function getTranslatorCacheInvalidateService()
  23974.     {
  23975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  23976.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23977.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  23978.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  23979.         }
  23980.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23981.     }
  23982.     /**
  23983.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  23984.      *
  23985.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  23986.      */
  23987.     protected function getEntityTemplateLoaderService()
  23988.     {
  23989.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  23990.     }
  23991.     /**
  23992.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  23993.      *
  23994.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  23995.      */
  23996.     protected function getBundleHierarchyBuilderService()
  23997.     {
  23998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  23999.         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()));
  24000.     }
  24001.     /**
  24002.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  24003.      *
  24004.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  24005.      */
  24006.     protected function getStringTemplateRendererService()
  24007.     {
  24008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  24009.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24010.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  24011.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  24012.         }
  24013.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a, ($this->targetDir.''.'%'));
  24014.     }
  24015.     /**
  24016.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  24017.      *
  24018.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  24019.      */
  24020.     protected function getTwigVariableParserService()
  24021.     {
  24022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  24023.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24024.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  24025.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  24026.         }
  24027.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  24028.     }
  24029.     /**
  24030.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  24031.      *
  24032.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  24033.      */
  24034.     protected function getAclAnnotationValidatorService()
  24035.     {
  24036.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24037.     }
  24038.     /**
  24039.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  24040.      *
  24041.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  24042.      */
  24043.     protected function getAclWriteValidatorService()
  24044.     {
  24045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  24046.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24047.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  24048.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  24049.         }
  24050.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  24051.     }
  24052.     /**
  24053.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  24054.      *
  24055.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  24056.      */
  24057.     protected function getDefinitionServiceService()
  24058.     {
  24059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  24060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  24061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  24062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  24063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  24064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  24065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  24066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  24067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  24068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  24069.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.18.0');
  24070.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  24071.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24072.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  24073.         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());
  24074.     }
  24075.     /**
  24076.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  24077.      *
  24078.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  24079.      */
  24080.     protected function getDumpClassSchemaCommandService()
  24081.     {
  24082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  24084.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  24085.         $instance->setName('framework:dump:class:schema');
  24086.         return $instance;
  24087.     }
  24088.     /**
  24089.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  24090.      *
  24091.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  24092.      */
  24093.     protected function getDumpSchemaCommandService()
  24094.     {
  24095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  24097.         $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()));
  24098.         $instance->setName('framework:schema');
  24099.         return $instance;
  24100.     }
  24101.     /**
  24102.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  24103.      *
  24104.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  24105.      */
  24106.     protected function getApiVersionConverterService()
  24107.     {
  24108.         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 () {
  24109.             return new \EmptyIterator();
  24110.         }, 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())))));
  24111.     }
  24112.     /**
  24113.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  24114.      *
  24115.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  24116.      */
  24117.     protected function getApiAuthenticationListenerService()
  24118.     {
  24119.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  24120.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  24121.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  24122.         $c->setPublicKey($b);
  24123.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  24124.         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()));
  24125.     }
  24126.     /**
  24127.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  24128.      *
  24129.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  24130.      */
  24131.     protected function getSalesChannelAuthenticationListenerService()
  24132.     {
  24133.         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()));
  24134.     }
  24135.     /**
  24136.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  24137.      *
  24138.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  24139.      */
  24140.     protected function getUserCredentialsChangedSubscriberService()
  24141.     {
  24142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  24143.         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()));
  24144.     }
  24145.     /**
  24146.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  24147.      *
  24148.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  24149.      */
  24150.     protected function getExpectationSubscriberService()
  24151.     {
  24152.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.18.0'$this->parameters['kernel.plugin_infos']);
  24153.     }
  24154.     /**
  24155.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  24156.      *
  24157.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  24158.      */
  24159.     protected function getRefreshTokenRepositoryService()
  24160.     {
  24161.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24162.     }
  24163.     /**
  24164.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  24165.      *
  24166.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  24167.      */
  24168.     protected function getJsonEntityEncoderService()
  24169.     {
  24170.         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()));
  24171.     }
  24172.     /**
  24173.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  24174.      *
  24175.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  24176.      */
  24177.     protected function getExecutorService()
  24178.     {
  24179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  24180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  24181.         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 () {
  24182.             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()));
  24183.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  24184.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  24185.             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()));
  24186.         }, 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)));
  24187.     }
  24188.     /**
  24189.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  24190.      *
  24191.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  24192.      */
  24193.     protected function getOpenModalResponseFactoryService()
  24194.     {
  24195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  24196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  24197.         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()));
  24198.     }
  24199.     /**
  24200.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  24201.      *
  24202.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  24203.      */
  24204.     protected function getOpenNewTabResponseFactoryService()
  24205.     {
  24206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  24207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  24208.         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()));
  24209.     }
  24210.     /**
  24211.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  24212.      *
  24213.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  24214.      */
  24215.     protected function getActiveAppsLoaderService()
  24216.     {
  24217.         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()));
  24218.     }
  24219.     /**
  24220.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  24221.      *
  24222.      * @return \Shopware\Core\Framework\App\AppStateService
  24223.      */
  24224.     protected function getAppStateServiceService()
  24225.     {
  24226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  24227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  24228.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24229.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24230.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24231.         }
  24232.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24233.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24234.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24235.         }
  24236.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  24237.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24238.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24239.         }
  24240.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  24241.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24242.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24243.         }
  24244.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  24245.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24246.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24247.         }
  24248.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  24249.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24250.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24251.         }
  24252.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  24253.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24254.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24255.         }
  24256.         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);
  24257.     }
  24258.     /**
  24259.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  24260.      *
  24261.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  24262.      */
  24263.     protected function getMoveShopPermanentlyStrategyService()
  24264.     {
  24265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  24267.         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()));
  24268.     }
  24269.     /**
  24270.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  24271.      *
  24272.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  24273.      */
  24274.     protected function getReinstallAppsStrategyService()
  24275.     {
  24276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  24278.         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()));
  24279.     }
  24280.     /**
  24281.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  24282.      *
  24283.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  24284.      */
  24285.     protected function getUninstallAppsStrategyService()
  24286.     {
  24287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  24289.         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()));
  24290.     }
  24291.     /**
  24292.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  24293.      *
  24294.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  24295.      */
  24296.     protected function getActivateAppCommandService()
  24297.     {
  24298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  24300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  24301.         $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()));
  24302.         $instance->setName('app:activate');
  24303.         return $instance;
  24304.     }
  24305.     /**
  24306.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  24307.      *
  24308.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  24309.      */
  24310.     protected function getAppPrinterService()
  24311.     {
  24312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  24313.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  24314.     }
  24315.     /**
  24316.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  24317.      *
  24318.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  24319.      */
  24320.     protected function getDeactivateAppCommandService()
  24321.     {
  24322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  24324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  24325.         $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()));
  24326.         $instance->setName('app:deactivate');
  24327.         return $instance;
  24328.     }
  24329.     /**
  24330.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  24331.      *
  24332.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  24333.      */
  24334.     protected function getInstallAppCommandService()
  24335.     {
  24336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  24338.         $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()));
  24339.         $instance->setName('app:install');
  24340.         return $instance;
  24341.     }
  24342.     /**
  24343.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  24344.      *
  24345.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  24346.      */
  24347.     protected function getRefreshAppCommandService()
  24348.     {
  24349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  24351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  24352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  24353.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24354.         $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);
  24355.         $instance->setName('app:refresh');
  24356.         return $instance;
  24357.     }
  24358.     /**
  24359.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  24360.      *
  24361.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  24362.      */
  24363.     protected function getResolveAppUrlChangeCommandService()
  24364.     {
  24365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  24367.         $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()));
  24368.         $instance->setName('app:url-change:resolve');
  24369.         return $instance;
  24370.     }
  24371.     /**
  24372.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  24373.      *
  24374.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  24375.      */
  24376.     protected function getUninstallAppCommandService()
  24377.     {
  24378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  24380.         $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()));
  24381.         $instance->setName('app:uninstall');
  24382.         return $instance;
  24383.     }
  24384.     /**
  24385.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  24386.      *
  24387.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  24388.      */
  24389.     protected function getValidateAppCommandService()
  24390.     {
  24391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  24393.         $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()));
  24394.         $instance->setName('app:validate');
  24395.         return $instance;
  24396.     }
  24397.     /**
  24398.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  24399.      *
  24400.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  24401.      */
  24402.     protected function getAppConfirmationDeltaProviderService()
  24403.     {
  24404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  24405.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  24406.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  24407.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  24408.         }, 2));
  24409.     }
  24410.     /**
  24411.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  24412.      *
  24413.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  24414.      */
  24415.     protected function getQuerySignerService()
  24416.     {
  24417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  24418.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.18.0', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  24419.     }
  24420.     /**
  24421.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  24422.      *
  24423.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  24424.      */
  24425.     protected function getAppLifecycleService()
  24426.     {
  24427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  24428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  24429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  24430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  24431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  24432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  24433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  24434.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  24435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  24436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  24437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  24438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  24439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  24440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  24441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  24442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  24443.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  24444.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24445.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24446.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24447.         }
  24448.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24449.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24450.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24451.         }
  24452.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  24453.         $d = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  24454.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24455.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24456.         }
  24457.         $e = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  24458.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24459.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24460.         }
  24461.         $f = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  24462.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24463.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24464.         }
  24465.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  24466.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24467.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24468.         }
  24469.         $h = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  24470.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24471.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24472.         }
  24473.         $i = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  24474.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24475.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24476.         }
  24477.         $j = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  24478.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24479.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24480.         }
  24481.         $k = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  24482.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24483.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24484.         }
  24485.         $l = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  24486.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24487.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24488.         }
  24489.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  24490.         $n = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  24491.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24492.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24493.         }
  24494.         $o = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  24495.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24496.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24497.         }
  24498.         $p = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  24499.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24500.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24501.         }
  24502.         $q = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24503.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24504.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24505.         }
  24506.         $r = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  24507.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24508.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24509.         }
  24510.         $s = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  24511.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24512.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24513.         }
  24514.         $t = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  24515.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24516.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24517.         }
  24518.         $u = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  24519.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24520.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24521.         }
  24522.         $v = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  24523.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24524.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24525.         }
  24526.         $w = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  24527.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24528.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24529.         }
  24530.         $x = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  24531.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24532.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24533.         }
  24534.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] = new \Shopware\Core\Framework\App\Lifecycle\AppLifecycle($b, new \Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister($c), new \Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister($d), new \Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister($e), new \Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister(new \Shopware\Storefront\Framework\App\Template\IconTemplateLoader(new \Shopware\Core\Framework\App\Template\TemplateLoader(), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), \dirname(__DIR__4)), $f$b), $g, new \Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister($h), new \Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister($i$j), $k, new \Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister($l, new \Shopware\Core\Framework\App\Cms\BlockTemplateLoader(), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())), $m$a$n$o$p$q, ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService()), $r$s$t$u, \dirname(__DIR__4), new \Shopware\Core\System\CustomEntity\Schema\CustomEntityPersister($c), ($this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] ?? $this->getCustomEntitySchemaUpdaterService()), $c, new \Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister($v$m$c), new \Shopware\Administration\Snippet\AppAdministrationSnippetPersister($w$x));
  24535.     }
  24536.     /**
  24537.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  24538.      *
  24539.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  24540.      */
  24541.     protected function getAppLoaderService()
  24542.     {
  24543.         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());
  24544.     }
  24545.     /**
  24546.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  24547.      *
  24548.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  24549.      */
  24550.     protected function getRuleConditionPersisterService()
  24551.     {
  24552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  24553.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  24554.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  24555.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  24556.         }
  24557.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24558.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  24559.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  24560.         }
  24561.         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);
  24562.     }
  24563.     /**
  24564.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  24565.      *
  24566.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  24567.      */
  24568.     protected function getScriptPersisterService()
  24569.     {
  24570.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  24571.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  24572.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  24573.         }
  24574.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24575.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  24576.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  24577.         }
  24578.         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);
  24579.     }
  24580.     /**
  24581.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  24582.      *
  24583.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  24584.      */
  24585.     protected function getAppRegistrationServiceService()
  24586.     {
  24587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  24588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  24589.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  24590.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24591.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24592.         }
  24593.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  24594.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24595.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24596.         }
  24597.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24598.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24599.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24600.         }
  24601.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] = new \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService(new \Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory($this->getEnv('APP_URL'), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), '6.4.18.0'), $b$c$this->getEnv('APP_URL'), $a'6.4.18.0');
  24602.     }
  24603.     /**
  24604.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  24605.      *
  24606.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  24607.      */
  24608.     protected function getAppAsyncPaymentHandlerService()
  24609.     {
  24610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  24615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  24616.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24617.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24618.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24619.         }
  24620.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24621.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24622.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24623.         }
  24624.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24625.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24626.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24627.         }
  24628.         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);
  24629.     }
  24630.     /**
  24631.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  24632.      *
  24633.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  24634.      */
  24635.     protected function getAppPaymentHandlerService()
  24636.     {
  24637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24641.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24642.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24643.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24644.         }
  24645.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24646.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24647.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24648.         }
  24649.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24650.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24651.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24652.         }
  24653.         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);
  24654.     }
  24655.     /**
  24656.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  24657.      *
  24658.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  24659.      */
  24660.     protected function getAppSyncPaymentHandlerService()
  24661.     {
  24662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  24667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  24668.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24669.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24670.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24671.         }
  24672.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24673.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24674.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24675.         }
  24676.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  24677.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24678.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24679.         }
  24680.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24681.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24682.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24683.         }
  24684.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  24685.     }
  24686.     /**
  24687.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  24688.      *
  24689.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  24690.      */
  24691.     protected function getPayloadServiceService()
  24692.     {
  24693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  24694.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  24695.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  24696.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  24697.         }
  24698.         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'));
  24699.     }
  24700.     /**
  24701.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  24702.      *
  24703.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  24704.      */
  24705.     protected function getDeleteCascadeAppsHandlerService()
  24706.     {
  24707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  24708.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24709.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24710.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24711.         }
  24712.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  24713.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24714.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24715.         }
  24716.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  24717.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24718.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24719.         }
  24720.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  24721.     }
  24722.     /**
  24723.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  24724.      *
  24725.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  24726.      */
  24727.     protected function getUpdateAppsHandlerService()
  24728.     {
  24729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  24730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  24731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  24732.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24733.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24734.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24735.         }
  24736.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  24737.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24738.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24739.         }
  24740.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24741.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24742.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24743.         }
  24744.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  24745.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24746.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24747.         }
  24748.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  24749.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24750.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24751.         }
  24752.         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));
  24753.     }
  24754.     /**
  24755.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  24756.      *
  24757.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  24758.      */
  24759.     protected function getCustomFieldProtectionSubscriberService()
  24760.     {
  24761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  24762.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24763.     }
  24764.     /**
  24765.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  24766.      *
  24767.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  24768.      */
  24769.     protected function getConfigValidatorService()
  24770.     {
  24771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  24772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  24773.         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())));
  24774.     }
  24775.     /**
  24776.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  24777.      *
  24778.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  24779.      */
  24780.     protected function getHookableValidatorService()
  24781.     {
  24782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  24783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  24784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  24785.         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())));
  24786.     }
  24787.     /**
  24788.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  24789.      *
  24790.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  24791.      */
  24792.     protected function getManifestValidatorService()
  24793.     {
  24794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  24795.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  24796.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  24797.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  24798.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  24799.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  24800.         }, 4));
  24801.     }
  24802.     /**
  24803.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  24804.      *
  24805.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  24806.      */
  24807.     protected function getChangelogChangeCommandService()
  24808.     {
  24809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  24811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  24813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24815.         $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']));
  24816.         $instance->setName('changelog:change');
  24817.         return $instance;
  24818.     }
  24819.     /**
  24820.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  24821.      *
  24822.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  24823.      */
  24824.     protected function getChangelogCheckCommandService()
  24825.     {
  24826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  24828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  24830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24832.         $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']));
  24833.         $instance->setName('changelog:check');
  24834.         return $instance;
  24835.     }
  24836.     /**
  24837.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  24838.      *
  24839.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  24840.      */
  24841.     protected function getChangelogCreateCommandService()
  24842.     {
  24843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  24845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  24847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24848.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24849.         $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']));
  24850.         $instance->setName('changelog:create');
  24851.         return $instance;
  24852.     }
  24853.     /**
  24854.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  24855.      *
  24856.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  24857.      */
  24858.     protected function getChangelogReleaseCommandService()
  24859.     {
  24860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  24862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  24864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24865.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24866.         $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']));
  24867.         $instance->setName('changelog:release');
  24868.         return $instance;
  24869.     }
  24870.     /**
  24871.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  24872.      *
  24873.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  24874.      */
  24875.     protected function getCreateEntitiesCommandService()
  24876.     {
  24877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  24879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  24880.         $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));
  24881.         $instance->setName('dal:create:entities');
  24882.         return $instance;
  24883.     }
  24884.     /**
  24885.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  24886.      *
  24887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  24888.      */
  24889.     protected function getCreateHydratorCommandService()
  24890.     {
  24891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  24893.         $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));
  24894.         $instance->setName('dal:create:hydrators');
  24895.         return $instance;
  24896.     }
  24897.     /**
  24898.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  24899.      *
  24900.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  24901.      */
  24902.     protected function getCreateSchemaCommandService()
  24903.     {
  24904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  24906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  24907.         $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));
  24908.         $instance->setName('dal:create:schema');
  24909.         return $instance;
  24910.     }
  24911.     /**
  24912.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  24913.      *
  24914.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  24915.      */
  24916.     protected function getDataAbstractionLayerValidateCommandService()
  24917.     {
  24918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  24920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  24921.         $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())));
  24922.         $instance->setName('dal:validate');
  24923.         return $instance;
  24924.     }
  24925.     /**
  24926.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  24927.      *
  24928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  24929.      */
  24930.     protected function getRefreshIndexCommandService()
  24931.     {
  24932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  24934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  24935.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24936.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  24937.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  24938.         }
  24939.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a);
  24940.         $instance->setName('dal:refresh:index');
  24941.         return $instance;
  24942.     }
  24943.     /**
  24944.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  24945.      *
  24946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  24947.      */
  24948.     protected function getIteratorFactoryService()
  24949.     {
  24950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  24951.         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()));
  24952.     }
  24953.     /**
  24954.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  24955.      *
  24956.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  24957.      */
  24958.     protected function getCriteriaQueryBuilderService()
  24959.     {
  24960.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  24961.         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));
  24962.     }
  24963.     /**
  24964.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  24965.      *
  24966.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  24967.      */
  24968.     protected function getAppContextCreatorService()
  24969.     {
  24970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  24971.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24972.     }
  24973.     /**
  24974.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  24975.      *
  24976.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  24977.      */
  24978.     protected function getChildCountUpdaterService()
  24979.     {
  24980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  24981.         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()));
  24982.     }
  24983.     /**
  24984.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  24985.      *
  24986.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  24987.      */
  24988.     protected function getInheritanceUpdaterService()
  24989.     {
  24990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  24991.         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()));
  24992.     }
  24993.     /**
  24994.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  24995.      *
  24996.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  24997.      */
  24998.     protected function getManyToManyIdFieldUpdaterService()
  24999.     {
  25000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  25001.         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()));
  25002.     }
  25003.     /**
  25004.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  25005.      *
  25006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  25007.      */
  25008.     protected function getEntityIndexingSubscriberService()
  25009.     {
  25010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  25011.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25012.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  25013.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  25014.         }
  25015.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  25016.     }
  25017.     /**
  25018.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  25019.      *
  25020.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  25021.      */
  25022.     protected function getRegisteredIndexerSubscriberService()
  25023.     {
  25024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  25025.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25026.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  25027.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  25028.         }
  25029.         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);
  25030.     }
  25031.     /**
  25032.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  25033.      *
  25034.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  25035.      */
  25036.     protected function getTreeUpdaterService()
  25037.     {
  25038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  25039.         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()));
  25040.     }
  25041.     /**
  25042.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  25043.      *
  25044.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  25045.      */
  25046.     protected function getApiCriteriaValidatorService()
  25047.     {
  25048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  25049.         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()));
  25050.     }
  25051.     /**
  25052.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  25053.      *
  25054.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  25055.      */
  25056.     protected function getCompositeEntitySearcherService()
  25057.     {
  25058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  25059.         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 () {
  25060.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  25061.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  25062.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  25063.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  25064.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  25065.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  25066.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  25067.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  25068.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  25069.         }, 9));
  25070.     }
  25071.     /**
  25072.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  25073.      *
  25074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  25075.      */
  25076.     protected function getCriteriaArrayConverterService()
  25077.     {
  25078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  25079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  25080.         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())));
  25081.     }
  25082.     /**
  25083.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  25084.      *
  25085.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  25086.      */
  25087.     protected function getSqlQueryParserService()
  25088.     {
  25089.         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()));
  25090.     }
  25091.     /**
  25092.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  25093.      *
  25094.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  25095.      */
  25096.     protected function getRequestCriteriaBuilderService()
  25097.     {
  25098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  25099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  25100.         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);
  25101.     }
  25102.     /**
  25103.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  25104.      *
  25105.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  25106.      */
  25107.     protected function getTokenFilterService()
  25108.     {
  25109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  25110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  25111.         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()));
  25112.     }
  25113.     /**
  25114.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  25115.      *
  25116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  25117.      */
  25118.     protected function getSearchTermInterpreterService()
  25119.     {
  25120.         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')))));
  25121.     }
  25122.     /**
  25123.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  25124.      *
  25125.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  25126.      */
  25127.     protected function getEntityExistsValidatorService()
  25128.     {
  25129.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25130.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  25132.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25133.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  25134.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  25135.         }
  25136.         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);
  25137.     }
  25138.     /**
  25139.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  25140.      *
  25141.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  25142.      */
  25143.     protected function getEntityNotExistsValidatorService()
  25144.     {
  25145.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25146.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  25148.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25149.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  25150.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  25151.         }
  25152.         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);
  25153.     }
  25154.     /**
  25155.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  25156.      *
  25157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  25158.      */
  25159.     protected function getCleanupVersionTaskHandlerService()
  25160.     {
  25161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  25162.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25163.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  25164.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  25165.         }
  25166.         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);
  25167.     }
  25168.     /**
  25169.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  25170.      *
  25171.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  25172.      */
  25173.     protected function getLockValidatorService()
  25174.     {
  25175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  25176.         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()));
  25177.     }
  25178.     /**
  25179.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  25180.      *
  25181.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  25182.      */
  25183.     protected function getWriteCommandExtractorService()
  25184.     {
  25185.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  25186.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  25187.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  25188.         }
  25189.         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()));
  25190.     }
  25191.     /**
  25192.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  25193.      *
  25194.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  25195.      */
  25196.     protected function getDemodataCommandService()
  25197.     {
  25198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  25200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  25201.         $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 () {
  25202.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  25203.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  25204.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  25205.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  25206.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  25207.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  25208.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  25209.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  25210.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  25211.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  25212.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  25213.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  25214.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  25215.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  25216.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  25217.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  25218.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  25219.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  25220.         $instance->addDefault('rules'25);
  25221.         $instance->addOption('rules'NULL4'Rules count');
  25222.         $instance->addDefault('customers'60);
  25223.         $instance->addOption('customers'NULL4'Customers count');
  25224.         $instance->addDefault('properties'10);
  25225.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  25226.         $instance->addDefault('categories'10);
  25227.         $instance->addOption('categories'NULL4'Categories count');
  25228.         $instance->addDefault('manufacturers'60);
  25229.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  25230.         $instance->addDefault('tags'50);
  25231.         $instance->addOption('tags'NULL4'Tags count');
  25232.         $instance->addDefault('reviews'20);
  25233.         $instance->addOption('reviews'NULL4'Reviews count');
  25234.         $instance->addDefault('products'1000);
  25235.         $instance->addOption('products'NULL4'Products count');
  25236.         $instance->addDefault('promotions'50);
  25237.         $instance->addOption('promotions'NULL4'Promotions count');
  25238.         $instance->addDefault('flows'0);
  25239.         $instance->addOption('flows'NULL4'Flows count');
  25240.         $instance->addDefault('media'300);
  25241.         $instance->addOption('media'NULL4'Media count');
  25242.         $instance->addDefault('product-streams'10);
  25243.         $instance->addOption('product-streams'NULL4'Product-streams count');
  25244.         $instance->addDefault('orders'60);
  25245.         $instance->addOption('orders'NULL4'Orders count');
  25246.         $instance->addDefault('attribute-sets'4);
  25247.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  25248.         $instance->addDefault('mail-template'10);
  25249.         $instance->addOption('mail-template'NULL4'Mail-template count');
  25250.         $instance->addDefault('mail-header-footer'3);
  25251.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  25252.         $instance->addDefault('users'0);
  25253.         $instance->addOption('users'NULL4'Users count');
  25254.         $instance->setName('framework:demodata');
  25255.         return $instance;
  25256.     }
  25257.     /**
  25258.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  25259.      *
  25260.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  25261.      */
  25262.     protected function getCategoryGeneratorService()
  25263.     {
  25264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  25266.         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()));
  25267.     }
  25268.     /**
  25269.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  25270.      *
  25271.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  25272.      */
  25273.     protected function getCustomFieldGeneratorService()
  25274.     {
  25275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  25277.         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()));
  25278.     }
  25279.     /**
  25280.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  25281.      *
  25282.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  25283.      */
  25284.     protected function getCustomerGeneratorService()
  25285.     {
  25286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  25288.         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()));
  25289.     }
  25290.     /**
  25291.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  25292.      *
  25293.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  25294.      */
  25295.     protected function getFlowGeneratorService()
  25296.     {
  25297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  25299.         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()));
  25300.     }
  25301.     /**
  25302.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  25303.      *
  25304.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  25305.      */
  25306.     protected function getMailHeaderFooterGeneratorService()
  25307.     {
  25308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  25310.         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()));
  25311.     }
  25312.     /**
  25313.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  25314.      *
  25315.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  25316.      */
  25317.     protected function getMailTemplateGeneratorService()
  25318.     {
  25319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  25321.         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()));
  25322.     }
  25323.     /**
  25324.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  25325.      *
  25326.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  25327.      */
  25328.     protected function getMediaGeneratorService()
  25329.     {
  25330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  25332.         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()));
  25333.     }
  25334.     /**
  25335.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  25336.      *
  25337.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  25338.      */
  25339.     protected function getOrderGeneratorService()
  25340.     {
  25341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  25343.         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()));
  25344.     }
  25345.     /**
  25346.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  25347.      *
  25348.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  25349.      */
  25350.     protected function getProductGeneratorService()
  25351.     {
  25352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  25354.         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()));
  25355.     }
  25356.     /**
  25357.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  25358.      *
  25359.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  25360.      */
  25361.     protected function getProductManufacturerGeneratorService()
  25362.     {
  25363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  25365.         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()));
  25366.     }
  25367.     /**
  25368.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  25369.      *
  25370.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  25371.      */
  25372.     protected function getProductReviewGeneratorService()
  25373.     {
  25374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  25376.         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()));
  25377.     }
  25378.     /**
  25379.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  25380.      *
  25381.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  25382.      */
  25383.     protected function getProductStreamGeneratorService()
  25384.     {
  25385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  25387.         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()));
  25388.     }
  25389.     /**
  25390.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  25391.      *
  25392.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  25393.      */
  25394.     protected function getPromotionGeneratorService()
  25395.     {
  25396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  25398.         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()));
  25399.     }
  25400.     /**
  25401.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  25402.      *
  25403.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  25404.      */
  25405.     protected function getPropertyGroupGeneratorService()
  25406.     {
  25407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  25409.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  25410.     }
  25411.     /**
  25412.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  25413.      *
  25414.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  25415.      */
  25416.     protected function getRuleGeneratorService()
  25417.     {
  25418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  25420.         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()));
  25421.     }
  25422.     /**
  25423.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  25424.      *
  25425.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  25426.      */
  25427.     protected function getTagGeneratorService()
  25428.     {
  25429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  25431.         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()));
  25432.     }
  25433.     /**
  25434.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  25435.      *
  25436.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  25437.      */
  25438.     protected function getUserGeneratorService()
  25439.     {
  25440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  25442.         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()));
  25443.     }
  25444.     /**
  25445.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  25446.      *
  25447.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  25448.      */
  25449.     protected function getCleanPersonalDataCommandService()
  25450.     {
  25451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  25453.         $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()));
  25454.         $instance->setName('database:clean-personal-data');
  25455.         return $instance;
  25456.     }
  25457.     /**
  25458.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  25459.      *
  25460.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  25461.      */
  25462.     protected function getBusinessEventCollectorService()
  25463.     {
  25464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  25465.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25466.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  25467.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  25468.         }
  25469.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  25470.     }
  25471.     /**
  25472.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  25473.      *
  25474.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  25475.      */
  25476.     protected function getBusinessEventDispatcherService()
  25477.     {
  25478.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  25479.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  25480.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  25481.         }
  25482.         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()));
  25483.     }
  25484.     /**
  25485.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  25486.      *
  25487.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  25488.      */
  25489.     protected function getDebugDumpBusinessEventsCommandService()
  25490.     {
  25491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  25493.         $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()));
  25494.         $instance->setName('debug:business-events');
  25495.         return $instance;
  25496.     }
  25497.     /**
  25498.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  25499.      *
  25500.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  25501.      */
  25502.     protected function getEventActionSubscriberService()
  25503.     {
  25504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  25505.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25506.     }
  25507.     /**
  25508.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  25509.      *
  25510.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  25511.      */
  25512.     protected function getFeatureDumpCommandService()
  25513.     {
  25514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  25516.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  25517.         $instance->setName('feature:dump');
  25518.         $instance->setAliases([=> 'administration:dump:features']);
  25519.         return $instance;
  25520.     }
  25521.     /**
  25522.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  25523.      *
  25524.      * @return \Shopware\Core\Framework\Log\LoggingService
  25525.      */
  25526.     protected function getLoggingServiceService()
  25527.     {
  25528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  25529.         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()));
  25530.     }
  25531.     /**
  25532.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler' shared service.
  25533.      *
  25534.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler
  25535.      */
  25536.     protected function getExcludeExceptionHandlerService()
  25537.     {
  25538.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  25539.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  25540.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler($a$this->parameters['shopware.logger.exclude_exception']);
  25541.     }
  25542.     /**
  25543.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  25544.      *
  25545.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  25546.      */
  25547.     protected function getLogCleanupTaskHandlerService()
  25548.     {
  25549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  25550.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25551.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  25552.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  25553.         }
  25554.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25555.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  25556.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  25557.         }
  25558.         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()));
  25559.     }
  25560.     /**
  25561.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  25562.      *
  25563.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  25564.      */
  25565.     protected function getDispatchSleepMessageCommandService()
  25566.     {
  25567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  25569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  25570.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  25571.         $instance->setName('debug:messenger:dispatch-sleep');
  25572.         return $instance;
  25573.     }
  25574.     /**
  25575.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  25576.      *
  25577.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  25578.      */
  25579.     protected function getEncryptedMessageHandlerService()
  25580.     {
  25581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  25582.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25583.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  25584.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  25585.         }
  25586.         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')))));
  25587.     }
  25588.     /**
  25589.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  25590.      *
  25591.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  25592.      */
  25593.     protected function getRetryMessageHandlerService()
  25594.     {
  25595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  25596.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25597.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  25598.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  25599.         }
  25600.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  25601.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  25602.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  25603.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  25604.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  25605.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  25606.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  25607.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25608.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  25609.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  25610.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  25611.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  25612.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  25613.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  25614.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  25615.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  25616.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  25617.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  25618.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  25619.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  25620.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  25621.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  25622.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  25623.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  25624.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  25625.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  25626.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  25627.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  25628.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  25629.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  25630.             yield 29 => ($this->privates['ujyImportDeactivateProducts.handler'] ?? $this->getUjyImportDeactivateProducts_HandlerService());
  25631.             yield 30 => ($this->privates['ujyImportProductsImportMessage.handler'] ?? $this->getUjyImportProductsImportMessage_HandlerService());
  25632.             yield 31 => ($this->privates['ujyImportSangebotsImportMessage.handler'] ?? $this->getUjyImportSangebotsImportMessage_HandlerService());
  25633.             yield 32 => ($this->privates['ujyImportProductDescriptionsImportMessage.handler'] ?? $this->getUjyImportProductDescriptionsImportMessage_HandlerService());
  25634.             yield 33 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  25635.         }, 34), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25636.     }
  25637.     /**
  25638.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  25639.      *
  25640.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  25641.      */
  25642.     protected function getSleepTaskHandlerService()
  25643.     {
  25644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  25645.         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()));
  25646.     }
  25647.     /**
  25648.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  25649.      *
  25650.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  25651.      */
  25652.     protected function getRetryMiddlewareService()
  25653.     {
  25654.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  25655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  25656.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25657.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  25658.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  25659.         }
  25660.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25661.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  25662.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  25663.         }
  25664.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($b$a);
  25665.     }
  25666.     /**
  25667.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  25668.      *
  25669.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  25670.      */
  25671.     protected function getRegisterScheduledTasksCommandService()
  25672.     {
  25673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  25675.         $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()));
  25676.         $instance->setName('scheduled-task:register');
  25677.         return $instance;
  25678.     }
  25679.     /**
  25680.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  25681.      *
  25682.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  25683.      */
  25684.     protected function getScheduledTaskRunnerService()
  25685.     {
  25686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  25688.         $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()));
  25689.         $instance->setName('scheduled-task:run');
  25690.         return $instance;
  25691.     }
  25692.     /**
  25693.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  25694.      *
  25695.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  25696.      */
  25697.     protected function getRegisterScheduledTaskHandlerService()
  25698.     {
  25699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  25700.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  25701.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  25702.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  25703.         }
  25704.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  25705.     }
  25706.     /**
  25707.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  25708.      *
  25709.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  25710.      */
  25711.     protected function getTaskRegistryService()
  25712.     {
  25713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  25714.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25715.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  25716.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  25717.         }
  25718.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  25719.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  25720.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  25721.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  25722.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  25723.             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()));
  25724.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  25725.             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()));
  25726.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  25727.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  25728.             yield => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  25729.             yield 10 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask()));
  25730.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTask()));
  25731.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTask()));
  25732.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTask()));
  25733.             yield 14 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  25734.         }, 15), $a);
  25735.     }
  25736.     /**
  25737.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  25738.      *
  25739.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  25740.      */
  25741.     protected function getRequeueDeadMessagesHandlerService()
  25742.     {
  25743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  25744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  25745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  25746.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25747.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25748.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25749.         }
  25750.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25751.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25752.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25753.         }
  25754.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25755.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25756.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25757.         }
  25758.         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())));
  25759.     }
  25760.     /**
  25761.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  25762.      *
  25763.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  25764.      */
  25765.     protected function getTaskSchedulerService()
  25766.     {
  25767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  25768.         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))));
  25769.     }
  25770.     /**
  25771.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  25772.      *
  25773.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  25774.      */
  25775.     protected function getPluginLifecycleSubscriberService()
  25776.     {
  25777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  25778.         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()));
  25779.     }
  25780.     /**
  25781.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  25782.      *
  25783.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  25784.      */
  25785.     protected function getUpdatePostFinishSubscriberService()
  25786.     {
  25787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  25788.         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()));
  25789.     }
  25790.     /**
  25791.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  25792.      *
  25793.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  25794.      */
  25795.     protected function getMessageFailedHandlerService()
  25796.     {
  25797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  25798.         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');
  25799.     }
  25800.     /**
  25801.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  25802.      *
  25803.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  25804.      */
  25805.     protected function getCreateMigrationCommandService()
  25806.     {
  25807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  25809.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), (\dirname(__DIR__4).'/vendor/shopware/core'), '6.4.18.0');
  25810.         $instance->setName('database:create-migration');
  25811.         return $instance;
  25812.     }
  25813.     /**
  25814.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  25815.      *
  25816.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  25817.      */
  25818.     protected function getMigrationCommandService()
  25819.     {
  25820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  25822.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.0');
  25823.         $instance->setName('database:migrate');
  25824.         return $instance;
  25825.     }
  25826.     /**
  25827.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  25828.      *
  25829.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  25830.      */
  25831.     protected function getMigrationDestructiveCommandService()
  25832.     {
  25833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  25835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  25836.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.0');
  25837.         $instance->setName('database:migrate-destructive');
  25838.         return $instance;
  25839.     }
  25840.     /**
  25841.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  25842.      *
  25843.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  25844.      */
  25845.     protected function getRefreshMigrationCommandService()
  25846.     {
  25847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  25849.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  25850.         $instance->setName('database:refresh-migration');
  25851.         return $instance;
  25852.     }
  25853.     /**
  25854.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  25855.      *
  25856.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25857.      */
  25858.     protected function getMigrationSource_Core_V63Service()
  25859.     {
  25860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25861.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  25862.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  25863.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25864.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25865.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  25866.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25867.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25868.         return $instance;
  25869.     }
  25870.     /**
  25871.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  25872.      *
  25873.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25874.      */
  25875.     protected function getMigrationSource_Core_V64Service()
  25876.     {
  25877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25878.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  25879.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  25880.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  25881.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25882.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  25883.         return $instance;
  25884.     }
  25885.     /**
  25886.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  25887.      *
  25888.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25889.      */
  25890.     protected function getMigrationSource_Core_V65Service()
  25891.     {
  25892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25893.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  25894.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  25895.         return $instance;
  25896.     }
  25897.     /**
  25898.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  25899.      *
  25900.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  25901.      */
  25902.     protected function getBundleDumpCommandService()
  25903.     {
  25904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  25906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  25907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  25908.         $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));
  25909.         $instance->setName('bundle:dump');
  25910.         return $instance;
  25911.     }
  25912.     /**
  25913.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  25914.      *
  25915.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  25916.      */
  25917.     protected function getPluginActivateCommandService()
  25918.     {
  25919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  25922.         $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()));
  25923.         $instance->setName('plugin:activate');
  25924.         return $instance;
  25925.     }
  25926.     /**
  25927.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  25928.      *
  25929.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  25930.      */
  25931.     protected function getPluginDeactivateCommandService()
  25932.     {
  25933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  25936.         $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()));
  25937.         $instance->setName('plugin:deactivate');
  25938.         return $instance;
  25939.     }
  25940.     /**
  25941.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  25942.      *
  25943.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  25944.      */
  25945.     protected function getPluginInstallCommandService()
  25946.     {
  25947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  25950.         $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()));
  25951.         $instance->setName('plugin:install');
  25952.         return $instance;
  25953.     }
  25954.     /**
  25955.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  25956.      *
  25957.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  25958.      */
  25959.     protected function getPluginUninstallCommandService()
  25960.     {
  25961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  25964.         $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()));
  25965.         $instance->setName('plugin:uninstall');
  25966.         return $instance;
  25967.     }
  25968.     /**
  25969.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  25970.      *
  25971.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  25972.      */
  25973.     protected function getPluginUpdateCommandService()
  25974.     {
  25975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  25978.         $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()));
  25979.         $instance->setName('plugin:update');
  25980.         return $instance;
  25981.     }
  25982.     /**
  25983.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  25984.      *
  25985.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  25986.      */
  25987.     protected function getPluginCreateCommandService()
  25988.     {
  25989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  25991.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  25992.         $instance->setName('plugin:create');
  25993.         return $instance;
  25994.     }
  25995.     /**
  25996.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  25997.      *
  25998.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  25999.      */
  26000.     protected function getPluginListCommandService()
  26001.     {
  26002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  26004.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  26005.         $instance->setName('plugin:list');
  26006.         return $instance;
  26007.     }
  26008.     /**
  26009.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  26010.      *
  26011.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  26012.      */
  26013.     protected function getPluginRefreshCommandService()
  26014.     {
  26015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  26017.         $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()));
  26018.         $instance->setName('plugin:refresh');
  26019.         return $instance;
  26020.     }
  26021.     /**
  26022.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  26023.      *
  26024.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  26025.      */
  26026.     protected function getPluginZipImportCommandService()
  26027.     {
  26028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  26030.         $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()));
  26031.         $instance->setName('plugin:zip-import');
  26032.         return $instance;
  26033.     }
  26034.     /**
  26035.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  26036.      *
  26037.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  26038.      */
  26039.     protected function getCommandExecutorService($lazyLoad true)
  26040.     {
  26041.         if ($lazyLoad) {
  26042.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  26043.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26044.                     $wrappedInstance $this->getCommandExecutorService(false);
  26045.                     $proxy->setProxyInitializer(null);
  26046.                     return true;
  26047.                 });
  26048.             });
  26049.         }
  26050.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  26051.     }
  26052.     /**
  26053.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  26054.      *
  26055.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  26056.      */
  26057.     protected function getPluginLifecycleServiceService()
  26058.     {
  26059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  26060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  26061.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26062.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] = new \Shopware\Core\Framework\Plugin\PluginLifecycleService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), $this, ($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] ?? $this->getCommandExecutorService()), new \Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator($a, \dirname(__DIR__4)), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '6.4.18.0', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  26063.     }
  26064.     /**
  26065.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  26066.      *
  26067.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  26068.      */
  26069.     protected function getPluginManagementServiceService()
  26070.     {
  26071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  26072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  26073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  26074.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  26075.         $a = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  26076.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  26077.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  26078.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  26079.         }
  26080.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  26081.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  26082.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  26083.         }
  26084.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] = new \Shopware\Core\Framework\Plugin\PluginManagementService(\dirname(__DIR__4), new \Shopware\Core\Framework\Plugin\PluginZipDetector(), new \Shopware\Core\Framework\Plugin\PluginExtractor(['plugin' => (\dirname(__DIR__4).'/custom/plugins'), 'app' => (\dirname(__DIR__4).'/custom/apps')], $a), $b$a$c, new \GuzzleHttp\Client());
  26085.     }
  26086.     /**
  26087.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  26088.      *
  26089.      * @return \Shopware\Core\Framework\Plugin\PluginService
  26090.      */
  26091.     protected function getPluginServiceService()
  26092.     {
  26093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  26094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  26095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  26096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  26097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  26098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  26099.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26100.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  26101.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  26102.         }
  26103.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  26104.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  26105.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  26106.         }
  26107.         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());
  26108.     }
  26109.     /**
  26110.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  26111.      *
  26112.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  26113.      */
  26114.     protected function getPluginAclPrivilegesSubscriberService()
  26115.     {
  26116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  26117.         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()));
  26118.     }
  26119.     /**
  26120.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  26121.      *
  26122.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  26123.      */
  26124.     protected function getAssetServiceService()
  26125.     {
  26126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  26127.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26128.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  26129.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  26130.         }
  26131.         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))));
  26132.     }
  26133.     /**
  26134.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  26135.      *
  26136.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  26137.      */
  26138.     protected function getContextResolverListenerService()
  26139.     {
  26140.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  26141.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  26142.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  26143.         }
  26144.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  26145.     }
  26146.     /**
  26147.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  26148.      *
  26149.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  26150.      */
  26151.     protected function getCoreSubscriberService()
  26152.     {
  26153.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  26154.     }
  26155.     /**
  26156.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  26157.      *
  26158.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  26159.      */
  26160.     protected function getRouteEventSubscriberService()
  26161.     {
  26162.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26163.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  26164.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  26165.         }
  26166.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  26167.     }
  26168.     /**
  26169.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  26170.      *
  26171.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  26172.      */
  26173.     protected function getRouteScopeListenerService()
  26174.     {
  26175.         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 () {
  26176.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  26177.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  26178.         }, 2));
  26179.     }
  26180.     /**
  26181.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  26182.      *
  26183.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  26184.      */
  26185.     protected function getRouteScopeRegistryService()
  26186.     {
  26187.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  26188.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  26189.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  26190.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  26191.             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'))));
  26192.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  26193.         }, 5));
  26194.     }
  26195.     /**
  26196.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  26197.      *
  26198.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  26199.      */
  26200.     protected function getSalesChannelRequestContextResolverService()
  26201.     {
  26202.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26203.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  26204.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  26205.         }
  26206.         $b = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  26207.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  26208.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  26209.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  26210.         }
  26211.         return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] = new \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver(new \Shopware\Core\Framework\Routing\ApiRequestContextResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b), $c$a$b);
  26212.     }
  26213.     /**
  26214.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  26215.      *
  26216.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  26217.      */
  26218.     protected function getRuleConditionRegistryService()
  26219.     {
  26220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  26221.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  26222.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  26223.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  26224.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  26225.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  26226.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  26227.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  26228.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  26229.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  26230.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  26231.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  26232.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  26233.             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()));
  26234.             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()));
  26235.             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()));
  26236.             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()));
  26237.             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()));
  26238.             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()));
  26239.             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()));
  26240.             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()));
  26241.             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()));
  26242.             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()));
  26243.             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()));
  26244.             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()));
  26245.             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()));
  26246.             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()));
  26247.             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()));
  26248.             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()));
  26249.             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()));
  26250.             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()));
  26251.             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()));
  26252.             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()));
  26253.             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()));
  26254.             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()));
  26255.             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()));
  26256.             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()));
  26257.             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()));
  26258.             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()));
  26259.             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()));
  26260.             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()));
  26261.             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()));
  26262.             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()));
  26263.             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()));
  26264.             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()));
  26265.             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()));
  26266.             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()));
  26267.             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()));
  26268.             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()));
  26269.             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()));
  26270.             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()));
  26271.             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()));
  26272.             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()));
  26273.             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()));
  26274.             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()));
  26275.             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()));
  26276.             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()));
  26277.             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()));
  26278.             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()));
  26279.             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()));
  26280.             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()));
  26281.             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()));
  26282.             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()));
  26283.             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()));
  26284.             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()));
  26285.             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()));
  26286.             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()));
  26287.             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()));
  26288.             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()));
  26289.             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()));
  26290.             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()));
  26291.             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()));
  26292.             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()));
  26293.             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()));
  26294.             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()));
  26295.             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()));
  26296.             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()));
  26297.             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()));
  26298.             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()));
  26299.             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()));
  26300.             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()));
  26301.             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()));
  26302.             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()));
  26303.             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()));
  26304.             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()));
  26305.             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()));
  26306.             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()));
  26307.             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()));
  26308.             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()));
  26309.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  26310.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  26311.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  26312.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  26313.         }, 91));
  26314.     }
  26315.     /**
  26316.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  26317.      *
  26318.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  26319.      */
  26320.     protected function getScriptResponseEncoderService()
  26321.     {
  26322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  26323.         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()));
  26324.     }
  26325.     /**
  26326.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  26327.      *
  26328.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  26329.      */
  26330.     protected function getScriptLoaderService()
  26331.     {
  26332.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  26333.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  26334.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  26335.         }
  26336.         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);
  26337.     }
  26338.     /**
  26339.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  26340.      *
  26341.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  26342.      */
  26343.     protected function getLocaleProviderService()
  26344.     {
  26345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  26346.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  26347.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  26348.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  26349.         }
  26350.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  26351.     }
  26352.     /**
  26353.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  26354.      *
  26355.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  26356.      */
  26357.     protected function getStoreDownloadCommandService()
  26358.     {
  26359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  26361.         $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()));
  26362.         $instance->setName('store:download');
  26363.         return $instance;
  26364.     }
  26365.     /**
  26366.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  26367.      *
  26368.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  26369.      */
  26370.     protected function getStoreLoginCommandService()
  26371.     {
  26372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  26374.         $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()));
  26375.         $instance->setName('store:login');
  26376.         return $instance;
  26377.     }
  26378.     /**
  26379.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  26380.      *
  26381.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  26382.      */
  26383.     protected function getAbstractExtensionDataProviderService()
  26384.     {
  26385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  26386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  26387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  26388.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  26389.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26390.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26391.         }
  26392.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26393.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26394.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26395.         }
  26396.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26397.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26398.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26399.         }
  26400.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  26401.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26402.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26403.         }
  26404.         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));
  26405.     }
  26406.     /**
  26407.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  26408.      *
  26409.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  26410.      */
  26411.     protected function getAbstractStoreAppLifecycleServiceService()
  26412.     {
  26413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  26414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  26415.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  26416.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26417.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26418.         }
  26419.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26420.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26421.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26422.         }
  26423.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26424.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26425.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26426.         }
  26427.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  26428.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26429.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26430.         }
  26431.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  26432.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26433.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26434.         }
  26435.         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()));
  26436.     }
  26437.     /**
  26438.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  26439.      *
  26440.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  26441.      */
  26442.     protected function getExtensionDownloaderService()
  26443.     {
  26444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  26445.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26446.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  26447.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  26448.         }
  26449.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  26450.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  26451.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  26452.         }
  26453.         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);
  26454.     }
  26455.     /**
  26456.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  26457.      *
  26458.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  26459.      */
  26460.     protected function getExtensionLifecycleServiceService()
  26461.     {
  26462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  26463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  26464.         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()));
  26465.     }
  26466.     /**
  26467.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  26468.      *
  26469.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  26470.      */
  26471.     protected function getExtensionLoaderService()
  26472.     {
  26473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  26474.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  26475.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26476.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26477.         }
  26478.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  26479.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26480.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26481.         }
  26482.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  26483.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26484.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26485.         }
  26486.         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()));
  26487.     }
  26488.     /**
  26489.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  26490.      *
  26491.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  26492.      */
  26493.     protected function getFirstRunWizardClientService()
  26494.     {
  26495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  26496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  26497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  26498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26499.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  26500.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] = new \Shopware\Core\Framework\Store\Services\FirstRunWizardClient(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), new \Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), $a), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  26501.     }
  26502.     /**
  26503.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  26504.      *
  26505.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  26506.      */
  26507.     protected function getStoreClientService()
  26508.     {
  26509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  26510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26511.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  26512.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26513.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26514.         }
  26515.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26516.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26517.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26518.         }
  26519.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26520.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26521.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26522.         }
  26523.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  26524.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26525.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26526.         }
  26527.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  26528.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26529.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26530.         }
  26531.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] = new \Shopware\Core\Framework\Store\Services\StoreClient($this->parameters['shopware.store_endpoints'], $a$b$c$d$e, ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))));
  26532.     }
  26533.     /**
  26534.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  26535.      *
  26536.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  26537.      */
  26538.     protected function getStoreServiceService($lazyLoad true)
  26539.     {
  26540.         if ($lazyLoad) {
  26541.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  26542.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26543.                     $wrappedInstance $this->getStoreServiceService(false);
  26544.                     $proxy->setProxyInitializer(null);
  26545.                     return true;
  26546.                 });
  26547.             });
  26548.         }
  26549.         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()));
  26550.     }
  26551.     /**
  26552.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  26553.      *
  26554.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  26555.      */
  26556.     protected function getTrackingEventClientService()
  26557.     {
  26558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  26559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26560.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  26561.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  26562.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  26563.         }
  26564.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] = new \Shopware\Core\Framework\Store\Services\TrackingEventClient($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))));
  26565.     }
  26566.     /**
  26567.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  26568.      *
  26569.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  26570.      */
  26571.     protected function getLicenseHostChangedSubscriberService()
  26572.     {
  26573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  26574.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26575.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  26576.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  26577.         }
  26578.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26579.     }
  26580.     /**
  26581.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  26582.      *
  26583.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  26584.      */
  26585.     protected function getLicenseCheckService()
  26586.     {
  26587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  26589.         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()));
  26590.     }
  26591.     /**
  26592.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  26593.      *
  26594.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  26595.      */
  26596.     protected function getMysqlVersionCheckService()
  26597.     {
  26598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  26600.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26601.     }
  26602.     /**
  26603.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  26604.      *
  26605.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  26606.      */
  26607.     protected function getWriteableCheckService()
  26608.     {
  26609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  26611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  26612.         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));
  26613.     }
  26614.     /**
  26615.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  26616.      *
  26617.      * @return \Shopware\Core\Framework\Validation\DataValidator
  26618.      */
  26619.     protected function getDataValidatorService()
  26620.     {
  26621.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  26622.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  26623.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  26624.         }
  26625.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  26626.     }
  26627.     /**
  26628.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  26629.      *
  26630.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  26631.      */
  26632.     protected function getBusinessEventEncoderService()
  26633.     {
  26634.         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()));
  26635.     }
  26636.     /**
  26637.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  26638.      *
  26639.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  26640.      */
  26641.     protected function getWebhookEventMessageHandlerService()
  26642.     {
  26643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  26644.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  26645.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26646.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26647.         }
  26648.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  26649.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26650.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26651.         }
  26652.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  26653.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26654.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26655.         }
  26656.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  26657.     }
  26658.     /**
  26659.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  26660.      *
  26661.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  26662.      */
  26663.     protected function getHookableEventFactoryService($lazyLoad true)
  26664.     {
  26665.         if ($lazyLoad) {
  26666.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  26667.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26668.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  26669.                     $proxy->setProxyInitializer(null);
  26670.                     return true;
  26671.                 });
  26672.             });
  26673.         }
  26674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  26675.         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())));
  26676.     }
  26677.     /**
  26678.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  26679.      *
  26680.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  26681.      */
  26682.     protected function getRetryWebhookMessageFailedSubscriberService()
  26683.     {
  26684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  26685.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  26686.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26687.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26688.         }
  26689.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  26690.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26691.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26692.         }
  26693.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  26694.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26695.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26696.         }
  26697.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  26698.     }
  26699.     /**
  26700.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  26701.      *
  26702.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  26703.      */
  26704.     protected function getWebhookCacheClearerService()
  26705.     {
  26706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  26707.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  26708.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  26709.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  26710.         }
  26711.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  26712.     }
  26713.     /**
  26714.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  26715.      *
  26716.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  26717.      */
  26718.     protected function getWebhookDispatcherService()
  26719.     {
  26720.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  26721.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26722.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26723.         }
  26724.         $b = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  26725.         $b->setContainer($this);
  26726.         $c = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  26727.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26728.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26729.         }
  26730.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26731.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26732.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26733.         }
  26734.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c$this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.18.0'$dtrue);
  26735.     }
  26736.     /**
  26737.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  26738.      *
  26739.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  26740.      */
  26741.     protected function getSalesChannelCreateCommandService()
  26742.     {
  26743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  26745.         $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()));
  26746.         $instance->setName('sales-channel:create');
  26747.         return $instance;
  26748.     }
  26749.     /**
  26750.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  26751.      *
  26752.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  26753.      */
  26754.     protected function getSalesChannelListCommandService()
  26755.     {
  26756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  26758.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26759.         $instance->setName('sales-channel:list');
  26760.         return $instance;
  26761.     }
  26762.     /**
  26763.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  26764.      *
  26765.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  26766.      */
  26767.     protected function getSalesChannelMaintenanceDisableCommandService()
  26768.     {
  26769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  26771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  26772.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26773.         $instance->setName('sales-channel:maintenance:disable');
  26774.         return $instance;
  26775.     }
  26776.     /**
  26777.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  26778.      *
  26779.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  26780.      */
  26781.     protected function getSalesChannelMaintenanceEnableCommandService()
  26782.     {
  26783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  26785.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26786.         $instance->setName('sales-channel:maintenance:enable');
  26787.         return $instance;
  26788.     }
  26789.     /**
  26790.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  26791.      *
  26792.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  26793.      */
  26794.     protected function getSalesChannelUpdateDomainCommandService()
  26795.     {
  26796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  26798.         $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()));
  26799.         $instance->setName('sales-channel:update:domain');
  26800.         $instance->setDescription('Changes the domain of all sales channels');
  26801.         return $instance;
  26802.     }
  26803.     /**
  26804.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  26805.      *
  26806.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  26807.      */
  26808.     protected function getSystemConfigureShopCommandService()
  26809.     {
  26810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  26812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  26813.         $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()));
  26814.         $instance->setName('system:configure-shop');
  26815.         return $instance;
  26816.     }
  26817.     /**
  26818.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  26819.      *
  26820.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  26821.      */
  26822.     protected function getSystemGenerateAppSecretCommandService()
  26823.     {
  26824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  26826.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  26827.         $instance->setName('system:generate-app-secret');
  26828.         return $instance;
  26829.     }
  26830.     /**
  26831.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  26832.      *
  26833.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  26834.      */
  26835.     protected function getSystemGenerateJwtSecretCommandService()
  26836.     {
  26837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  26839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26840.         $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())));
  26841.         $instance->setName('system:generate-jwt-secret');
  26842.         return $instance;
  26843.     }
  26844.     /**
  26845.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  26846.      *
  26847.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  26848.      */
  26849.     protected function getSystemInstallCommandService()
  26850.     {
  26851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  26853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  26854.         $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());
  26855.         $instance->setName('system:install');
  26856.         return $instance;
  26857.     }
  26858.     /**
  26859.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  26860.      *
  26861.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  26862.      */
  26863.     protected function getSystemSetupCommandService()
  26864.     {
  26865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  26867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26868.         $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()));
  26869.         $instance->setName('system:setup');
  26870.         return $instance;
  26871.     }
  26872.     /**
  26873.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  26874.      *
  26875.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  26876.      */
  26877.     protected function getSystemUpdateFinishCommandService()
  26878.     {
  26879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  26881.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  26882.         $instance->setName('system:update:finish');
  26883.         return $instance;
  26884.     }
  26885.     /**
  26886.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  26887.      *
  26888.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  26889.      */
  26890.     protected function getSystemUpdatePrepareCommandService()
  26891.     {
  26892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  26894.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  26895.         $instance->setName('system:update:prepare');
  26896.         return $instance;
  26897.     }
  26898.     /**
  26899.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  26900.      *
  26901.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  26902.      */
  26903.     protected function getUserChangePasswordCommandService()
  26904.     {
  26905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  26907.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  26908.         $instance->setName('user:change-password');
  26909.         return $instance;
  26910.     }
  26911.     /**
  26912.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  26913.      *
  26914.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  26915.      */
  26916.     protected function getUserCreateCommandService()
  26917.     {
  26918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  26920.         $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()));
  26921.         $instance->setName('user:create');
  26922.         return $instance;
  26923.     }
  26924.     /**
  26925.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  26926.      *
  26927.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  26928.      */
  26929.     protected function getStopwatchService()
  26930.     {
  26931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  26932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  26933.         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))));
  26934.     }
  26935.     /**
  26936.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  26937.      *
  26938.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  26939.      */
  26940.     protected function getActiveRulesDataCollectorSubscriberService()
  26941.     {
  26942.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  26943.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  26944.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  26945.         }
  26946.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  26947.     }
  26948.     /**
  26949.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  26950.      *
  26951.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  26952.      */
  26953.     protected function getCountryTaxFreeDeprecationUpdaterService()
  26954.     {
  26955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  26956.         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()));
  26957.     }
  26958.     /**
  26959.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  26960.      *
  26961.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  26962.      */
  26963.     protected function getCustomFieldServiceService()
  26964.     {
  26965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  26966.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26967.     }
  26968.     /**
  26969.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  26970.      *
  26971.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  26972.      */
  26973.     protected function getCachedLanguageLoaderService()
  26974.     {
  26975.         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()));
  26976.     }
  26977.     /**
  26978.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  26979.      *
  26980.      * @return \Shopware\Core\System\Language\LanguageValidator
  26981.      */
  26982.     protected function getLanguageValidatorService()
  26983.     {
  26984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  26985.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26986.     }
  26987.     /**
  26988.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  26989.      *
  26990.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  26991.      */
  26992.     protected function getLanguageLocaleCodeProviderService()
  26993.     {
  26994.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  26995.     }
  26996.     /**
  26997.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  26998.      *
  26999.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  27000.      */
  27001.     protected function getMigrateIncrementStorageCommandService()
  27002.     {
  27003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  27005.         $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()));
  27006.         $instance->setName('number-range:migrate');
  27007.         return $instance;
  27008.     }
  27009.     /**
  27010.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  27011.      *
  27012.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  27013.      */
  27014.     protected function getIncrementSqlStorageService()
  27015.     {
  27016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  27017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  27018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  27019.         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()));
  27020.     }
  27021.     /**
  27022.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  27023.      *
  27024.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  27025.      */
  27026.     protected function getIncrementStorageRegistryService()
  27027.     {
  27028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  27029.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  27030.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  27031.         }, 1), 'SQL');
  27032.     }
  27033.     /**
  27034.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  27035.      *
  27036.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  27037.      */
  27038.     protected function getValueGeneratorPatternIncrementService()
  27039.     {
  27040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  27041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  27042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  27043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  27044.         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());
  27045.     }
  27046.     /**
  27047.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  27048.      *
  27049.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  27050.      */
  27051.     protected function getStoreApiResponseListenerService()
  27052.     {
  27053.         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()));
  27054.     }
  27055.     /**
  27056.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  27057.      *
  27058.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  27059.      */
  27060.     protected function getStructEncoderService()
  27061.     {
  27062.         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()));
  27063.     }
  27064.     /**
  27065.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  27066.      *
  27067.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  27068.      */
  27069.     protected function getCartRestorerService()
  27070.     {
  27071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  27072.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27073.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27074.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27075.         }
  27076.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27077.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27078.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27079.         }
  27080.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27081.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27082.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27083.         }
  27084.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  27085.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27086.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27087.         }
  27088.         $e = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27089.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27090.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27091.         }
  27092.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($c$d$a$e$b);
  27093.     }
  27094.     /**
  27095.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  27096.      *
  27097.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  27098.      */
  27099.     protected function getCleanupSalesChannelContextTaskHandlerService()
  27100.     {
  27101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  27102.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27103.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  27104.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  27105.         }
  27106.         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);
  27107.     }
  27108.     /**
  27109.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  27110.      *
  27111.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  27112.      */
  27113.     protected function getSalesChannelContextPersisterService()
  27114.     {
  27115.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27116.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  27117.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  27118.         }
  27119.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  27120.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  27121.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  27122.         }
  27123.         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');
  27124.     }
  27125.     /**
  27126.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  27127.      *
  27128.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  27129.      */
  27130.     protected function getSalesChannelContextRestorerService()
  27131.     {
  27132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  27133.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27134.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27135.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27136.         }
  27137.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27138.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27139.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27140.         }
  27141.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27142.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27143.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27144.         }
  27145.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  27146.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27147.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27148.         }
  27149.         $e = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27150.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27151.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27152.         }
  27153.         $f = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  27154.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27155.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27156.         }
  27157.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer($b$c$d$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $f$a);
  27158.     }
  27159.     /**
  27160.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  27161.      *
  27162.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  27163.      */
  27164.     protected function getSalesChannelContextServiceService()
  27165.     {
  27166.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27167.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27168.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27169.         }
  27170.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27171.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27172.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27173.         }
  27174.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  27175.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27176.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27177.         }
  27178.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27179.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27180.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27181.         }
  27182.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27183.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27184.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27185.         }
  27186.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  27187.     }
  27188.     /**
  27189.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  27190.      *
  27191.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  27192.      */
  27193.     protected function getSalesChannelIndexerService()
  27194.     {
  27195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  27197.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27198.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  27199.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  27200.         }
  27201.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27202.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  27203.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  27204.         }
  27205.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] = new \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b$a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  27206.     }
  27207.     /**
  27208.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  27209.      *
  27210.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  27211.      */
  27212.     protected function getStoreApiCustomFieldMapperService()
  27213.     {
  27214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  27215.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27216.     }
  27217.     /**
  27218.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  27219.      *
  27220.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  27221.      */
  27222.     protected function getSalesChannelValidatorService()
  27223.     {
  27224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  27225.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27226.     }
  27227.     /**
  27228.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  27229.      *
  27230.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  27231.      */
  27232.     protected function getValidateSnippetsCommandService()
  27233.     {
  27234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  27236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  27237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  27238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  27239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  27240.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  27241.         $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));
  27242.         $instance->setName('snippets:validate');
  27243.         return $instance;
  27244.     }
  27245.     /**
  27246.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  27247.      *
  27248.      * @return \Shopware\Core\System\Snippet\SnippetService
  27249.      */
  27250.     protected function getSnippetServiceService()
  27251.     {
  27252.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  27253.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27254.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27255.         }
  27256.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  27257.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27258.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27259.         }
  27260.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  27261.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27262.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27263.         }
  27264.         return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] = new \Shopware\Core\System\Snippet\SnippetService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()), $a$b$c, ($this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] ?? $this->getSnippetFilterFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this);
  27265.     }
  27266.     /**
  27267.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  27268.      *
  27269.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  27270.      */
  27271.     protected function getCustomFieldSubscriberService()
  27272.     {
  27273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  27274.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27275.     }
  27276.     /**
  27277.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  27278.      *
  27279.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  27280.      */
  27281.     protected function getWorkflowDumpCommandService()
  27282.     {
  27283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  27285.         $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()));
  27286.         $instance->setName('state-machine:dump');
  27287.         return $instance;
  27288.     }
  27289.     /**
  27290.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  27291.      *
  27292.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  27293.      */
  27294.     protected function getInitialStateIdLoaderService()
  27295.     {
  27296.         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()));
  27297.     }
  27298.     /**
  27299.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  27300.      *
  27301.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  27302.      */
  27303.     protected function getStateMachineRegistryService()
  27304.     {
  27305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  27306.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27307.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27308.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27309.         }
  27310.         $b = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  27311.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27312.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27313.         }
  27314.         $c = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  27315.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27316.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27317.         }
  27318.         $d = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  27319.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27320.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27321.         }
  27322.         return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] = new \Shopware\Core\System\StateMachine\StateMachineRegistry($b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  27323.     }
  27324.     /**
  27325.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  27326.      *
  27327.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  27328.      */
  27329.     protected function getConfigGetService()
  27330.     {
  27331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  27333.         $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()));
  27334.         $instance->setName('system:config:get');
  27335.         return $instance;
  27336.     }
  27337.     /**
  27338.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  27339.      *
  27340.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  27341.      */
  27342.     protected function getConfigSetService()
  27343.     {
  27344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  27346.         $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()));
  27347.         $instance->setName('system:config:set');
  27348.         return $instance;
  27349.     }
  27350.     /**
  27351.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  27352.      *
  27353.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  27354.      */
  27355.     protected function getConfigurationServiceService()
  27356.     {
  27357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  27358.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27359.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  27360.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  27361.         }
  27362.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27363.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  27364.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  27365.         }
  27366.         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);
  27367.     }
  27368.     /**
  27369.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  27370.      *
  27371.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  27372.      */
  27373.     protected function getElasticsearchCleanIndicesCommandService()
  27374.     {
  27375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27376.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  27377.         $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()));
  27378.         $instance->setName('es:index:cleanup');
  27379.         return $instance;
  27380.     }
  27381.     /**
  27382.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  27383.      *
  27384.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  27385.      */
  27386.     protected function getElasticsearchCreateAliasCommandService()
  27387.     {
  27388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27389.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  27390.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  27391.         $instance->setName('es:create:alias');
  27392.         return $instance;
  27393.     }
  27394.     /**
  27395.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  27396.      *
  27397.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  27398.      */
  27399.     protected function getElasticsearchIndexingCommandService()
  27400.     {
  27401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27403.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  27404.         $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()));
  27405.         $instance->setName('es:index');
  27406.         return $instance;
  27407.     }
  27408.     /**
  27409.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  27410.      *
  27411.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  27412.      */
  27413.     protected function getElasticsearchResetCommandService()
  27414.     {
  27415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27416.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  27417.         $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()));
  27418.         $instance->setName('es:reset');
  27419.         return $instance;
  27420.     }
  27421.     /**
  27422.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  27423.      *
  27424.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  27425.      */
  27426.     protected function getElasticsearchStatusCommandService()
  27427.     {
  27428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27430.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  27431.         $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()));
  27432.         $instance->setName('es:status');
  27433.         return $instance;
  27434.     }
  27435.     /**
  27436.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  27437.      *
  27438.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  27439.      */
  27440.     protected function getElasticsearchTestAnalyzerCommandService()
  27441.     {
  27442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27443.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  27444.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  27445.         $instance->setName('es:test:analyzer');
  27446.         return $instance;
  27447.     }
  27448.     /**
  27449.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  27450.      *
  27451.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  27452.      */
  27453.     protected function getCriteriaParserService()
  27454.     {
  27455.         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())));
  27456.     }
  27457.     /**
  27458.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  27459.      *
  27460.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  27461.      */
  27462.     protected function getElasticsearchOutdatedIndexDetectorService()
  27463.     {
  27464.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  27465.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  27466.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27467.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27468.         }
  27469.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27470.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27471.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27472.         }
  27473.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27474.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27475.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27476.         }
  27477.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$c$b);
  27478.     }
  27479.     /**
  27480.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  27481.      *
  27482.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  27483.      */
  27484.     protected function getElasticsearchRegistryService()
  27485.     {
  27486.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  27487.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  27488.         }, 1));
  27489.     }
  27490.     /**
  27491.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  27492.      *
  27493.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  27494.      */
  27495.     protected function getElasticsearchIndexerService()
  27496.     {
  27497.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  27498.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  27499.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27500.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27501.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27502.         }
  27503.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  27504.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27505.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27506.         }
  27507.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27508.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27509.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27510.         }
  27511.         $d = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  27512.         $e = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  27513.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27514.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27515.         }
  27516.         $f = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27517.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27518.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27519.         }
  27520.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27521.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27522.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27523.         }
  27524.         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($d$this->parameters['elasticsearch.index.config'], $this->parameters['elasticsearch.index.mapping'], $c), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $d, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $e$f$c$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), $g);
  27525.     }
  27526.     /**
  27527.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  27528.      *
  27529.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  27530.      */
  27531.     protected function getCustomFieldUpdaterService()
  27532.     {
  27533.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  27534.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27535.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27536.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27537.         }
  27538.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  27539.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27540.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27541.         }
  27542.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($b, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a);
  27543.     }
  27544.     /**
  27545.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  27546.      *
  27547.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  27548.      */
  27549.     protected function getElasticsearchProductDefinitionService()
  27550.     {
  27551.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  27552.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  27553.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  27554.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  27555.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  27556.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27557.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27558.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'])) {
  27559.             return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'];
  27560.         }
  27561.         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(), $a, [], $b, new \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService())));
  27562.     }
  27563.     /**
  27564.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  27565.      *
  27566.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  27567.      */
  27568.     protected function getLanguageSubscriberService()
  27569.     {
  27570.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  27571.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27572.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27573.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27574.         }
  27575.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27576.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27577.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27578.         }
  27579.         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);
  27580.     }
  27581.     /**
  27582.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  27583.      *
  27584.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  27585.      */
  27586.     protected function getProductSearchBuilderService()
  27587.     {
  27588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  27589.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  27590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  27591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  27592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  27593.         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()));
  27594.     }
  27595.     /**
  27596.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  27597.      *
  27598.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  27599.      */
  27600.     protected function getProductUpdaterService()
  27601.     {
  27602.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  27603.         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()));
  27604.     }
  27605.     /**
  27606.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  27607.      *
  27608.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  27609.      */
  27610.     protected function getSearchKeywordReplacementService()
  27611.     {
  27612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  27613.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  27614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  27615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  27616.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27617.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27618.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27619.         }
  27620.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27621.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27622.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27623.         }
  27624.         $c = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  27625.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27626.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27627.         }
  27628.         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()), $b$c, 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()))), $a);
  27629.     }
  27630.     /**
  27631.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  27632.      *
  27633.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  27634.      */
  27635.     protected function getStorefrontCartFacadeService()
  27636.     {
  27637.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  27638.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  27639.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  27640.         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()));
  27641.     }
  27642.     /**
  27643.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  27644.      *
  27645.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  27646.      */
  27647.     protected function getCartMergedSubscriberService()
  27648.     {
  27649.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  27650.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  27651.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  27652.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  27653.         }
  27654.         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())));
  27655.     }
  27656.     /**
  27657.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  27658.      *
  27659.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  27660.      */
  27661.     protected function getCacheResponseSubscriberService()
  27662.     {
  27663.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27664.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  27665.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  27666.         }
  27667.         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);
  27668.     }
  27669.     /**
  27670.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  27671.      *
  27672.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  27673.      */
  27674.     protected function getCacheTracerService()
  27675.     {
  27676.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27677.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27678.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27679.         }
  27680.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  27681.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27682.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27683.         }
  27684.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  27685.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  27686.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  27687.         }
  27688.         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);
  27689.     }
  27690.     /**
  27691.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  27692.      *
  27693.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  27694.      */
  27695.     protected function getCacheWarmer2Service()
  27696.     {
  27697.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  27698.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  27699.         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 () {
  27700.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  27701.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  27702.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  27703.     }
  27704.     /**
  27705.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  27706.      *
  27707.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  27708.      */
  27709.     protected function getCacheWarmerTaskHandlerService()
  27710.     {
  27711.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  27712.         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())));
  27713.     }
  27714.     /**
  27715.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  27716.      *
  27717.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  27718.      */
  27719.     protected function getNavigationRouteWarmerService()
  27720.     {
  27721.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  27722.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  27723.         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()));
  27724.     }
  27725.     /**
  27726.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  27727.      *
  27728.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  27729.      */
  27730.     protected function getProductRouteWarmerService()
  27731.     {
  27732.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  27733.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  27734.         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()));
  27735.     }
  27736.     /**
  27737.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  27738.      *
  27739.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  27740.      */
  27741.     protected function getBasicCaptchaService()
  27742.     {
  27743.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27744.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  27745.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27746.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  27747.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  27748.         }
  27749.         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);
  27750.     }
  27751.     /**
  27752.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  27753.      *
  27754.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  27755.      */
  27756.     protected function getCaptchaRouteListenerService()
  27757.     {
  27758.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  27759.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  27760.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  27761.         }
  27762.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27763.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  27764.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  27765.         }
  27766.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  27767.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  27768.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  27769.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  27770.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  27771.         }, 4), $a$b);
  27772.     }
  27773.     /**
  27774.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  27775.      *
  27776.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  27777.      */
  27778.     protected function getGoogleReCaptchaV2Service()
  27779.     {
  27780.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27781.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  27782.         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())));
  27783.     }
  27784.     /**
  27785.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  27786.      *
  27787.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  27788.      */
  27789.     protected function getGoogleReCaptchaV3Service()
  27790.     {
  27791.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27792.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  27793.         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())));
  27794.     }
  27795.     /**
  27796.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  27797.      *
  27798.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  27799.      */
  27800.     protected function getHoneypotCaptchaService()
  27801.     {
  27802.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  27803.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  27804.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  27805.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  27806.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  27807.         }
  27808.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  27809.     }
  27810.     /**
  27811.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  27812.      *
  27813.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  27814.      */
  27815.     protected function getHttpCacheWarmUpCommandService()
  27816.     {
  27817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27818.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  27819.         $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()));
  27820.         $instance->setName('http:cache:warm:up');
  27821.         return $instance;
  27822.     }
  27823.     /**
  27824.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  27825.      *
  27826.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  27827.      */
  27828.     protected function getCsrfRouteListenerService()
  27829.     {
  27830.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  27831.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  27832.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  27833.         }
  27834.         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);
  27835.     }
  27836.     /**
  27837.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  27838.      *
  27839.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  27840.      */
  27841.     protected function getCachedDomainLoaderInvalidatorService()
  27842.     {
  27843.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  27844.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27845.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  27846.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  27847.         }
  27848.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  27849.     }
  27850.     /**
  27851.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  27852.      *
  27853.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  27854.      */
  27855.     protected function getMaintenanceModeResolverService()
  27856.     {
  27857.         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())));
  27858.     }
  27859.     /**
  27860.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  27861.      *
  27862.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  27863.      */
  27864.     protected function getNotFoundSubscriberService()
  27865.     {
  27866.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27867.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27868.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27869.         }
  27870.         $b = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  27871.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27872.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27873.         }
  27874.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  27875.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27876.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27877.         }
  27878.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  27879.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27880.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27881.         }
  27882.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27883.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  27884.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  27885.         }
  27886.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] = new \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber($b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $ctrue, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $e$a);
  27887.     }
  27888.     /**
  27889.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  27890.      *
  27891.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  27892.      */
  27893.     protected function getStorefrontSubscriberService()
  27894.     {
  27895.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  27896.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27897.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27898.         }
  27899.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27900.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27901.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27902.         }
  27903.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  27904.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  27905.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  27906.         }
  27907.         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);
  27908.     }
  27909.     /**
  27910.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  27911.      *
  27912.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  27913.      */
  27914.     protected function getLandingPageSeoUrlRouteService()
  27915.     {
  27916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27917.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  27918.         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()));
  27919.     }
  27920.     /**
  27921.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  27922.      *
  27923.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  27924.      */
  27925.     protected function getNavigationPageSeoUrlRouteService()
  27926.     {
  27927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27928.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  27929.         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()));
  27930.     }
  27931.     /**
  27932.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  27933.      *
  27934.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  27935.      */
  27936.     protected function getProductPageSeoUrlRouteService()
  27937.     {
  27938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27939.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  27940.         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()));
  27941.     }
  27942.     /**
  27943.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  27944.      *
  27945.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  27946.      */
  27947.     protected function getSeoUrlUpdateListenerService()
  27948.     {
  27949.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  27950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  27951.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27952.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27953.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27954.         }
  27955.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  27956.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27957.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27958.         }
  27959.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27960.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27961.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27962.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27963.         }
  27964.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  27965.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27966.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27967.         }
  27968.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(new \Shopware\Core\Content\Seo\SeoUrlUpdater($a, ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), $b$c$d), $c$e);
  27969.     }
  27970.     /**
  27971.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  27972.      *
  27973.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  27974.      */
  27975.     protected function getTwigDateRequestListenerService()
  27976.     {
  27977.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27978.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  27979.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  27980.         }
  27981.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  27982.     }
  27983.     /**
  27984.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  27985.      *
  27986.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  27987.      */
  27988.     protected function getAccountLoginPageLoaderService()
  27989.     {
  27990.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  27991.         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()));
  27992.     }
  27993.     /**
  27994.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  27995.      *
  27996.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  27997.      */
  27998.     protected function getDefaultMediaResolverService()
  27999.     {
  28000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  28001.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  28002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  28003.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  28004.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  28005.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  28006.         }
  28007.         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()));
  28008.     }
  28009.     /**
  28010.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  28011.      *
  28012.      * @return \Shopware\Storefront\Page\GenericPageLoader
  28013.      */
  28014.     protected function getGenericPageLoaderService()
  28015.     {
  28016.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28017.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28018.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28019.         }
  28020.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  28021.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28022.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28023.         }
  28024.         $c = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  28025.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28026.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28027.         }
  28028.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28029.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28030.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28031.         }
  28032.         $e = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  28033.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28034.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28035.         }
  28036.         $f = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  28037.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28038.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28039.         }
  28040.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($b$c$d$e$f$a);
  28041.     }
  28042.     /**
  28043.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  28044.      *
  28045.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  28046.      */
  28047.     protected function getProductPageConfiguratorLoaderService()
  28048.     {
  28049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  28050.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  28051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  28052.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  28053.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  28054.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  28055.         }
  28056.         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()))));
  28057.     }
  28058.     /**
  28059.      * Gets the private 'Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader' shared autowired service.
  28060.      *
  28061.      * @return \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader
  28062.      */
  28063.     protected function getMinimalQuickViewPageLoaderService()
  28064.     {
  28065.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  28066.         return $this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] = new \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()));
  28067.     }
  28068.     /**
  28069.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  28070.      *
  28071.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  28072.      */
  28073.     protected function getFooterPageletLoaderService()
  28074.     {
  28075.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28076.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  28077.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  28078.         }
  28079.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  28080.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  28081.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  28082.         }
  28083.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  28084.     }
  28085.     /**
  28086.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  28087.      *
  28088.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  28089.      */
  28090.     protected function getHeaderPageletLoaderService()
  28091.     {
  28092.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28093.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28094.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28095.         }
  28096.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  28097.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28098.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28099.         }
  28100.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  28101.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28102.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28103.         }
  28104.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  28105.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28106.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28107.         }
  28108.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  28109.     }
  28110.     /**
  28111.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  28112.      *
  28113.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  28114.      */
  28115.     protected function getNewsletterAccountPageletLoaderService()
  28116.     {
  28117.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  28118.         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()));
  28119.     }
  28120.     /**
  28121.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  28122.      *
  28123.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  28124.      */
  28125.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  28126.     {
  28127.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  28128.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28129.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  28130.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  28131.         }
  28132.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  28133.     }
  28134.     /**
  28135.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  28136.      *
  28137.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  28138.      */
  28139.     protected function getThemeChangeCommandService()
  28140.     {
  28141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28142.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  28143.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeChangeCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService()));
  28144.         $instance->setName('theme:change');
  28145.         return $instance;
  28146.     }
  28147.     /**
  28148.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  28149.      *
  28150.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  28151.      */
  28152.     protected function getThemeCompileCommandService()
  28153.     {
  28154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28155.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  28156.         $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()));
  28157.         $instance->setName('theme:compile');
  28158.         return $instance;
  28159.     }
  28160.     /**
  28161.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  28162.      *
  28163.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  28164.      */
  28165.     protected function getThemeCreateCommandService()
  28166.     {
  28167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28168.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  28169.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  28170.         $instance->setName('theme:create');
  28171.         return $instance;
  28172.     }
  28173.     /**
  28174.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  28175.      *
  28176.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  28177.      */
  28178.     protected function getThemeDumpCommandService()
  28179.     {
  28180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28181.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  28182.         $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()));
  28183.         $instance->setName('theme:dump');
  28184.         return $instance;
  28185.     }
  28186.     /**
  28187.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  28188.      *
  28189.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  28190.      */
  28191.     protected function getThemePrepareIconsCommandService()
  28192.     {
  28193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28194.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  28195.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  28196.         $instance->setName('theme:prepare-icons');
  28197.         return $instance;
  28198.     }
  28199.     /**
  28200.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  28201.      *
  28202.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  28203.      */
  28204.     protected function getThemeRefreshCommandService()
  28205.     {
  28206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28207.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  28208.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  28209.         $instance->setName('theme:refresh');
  28210.         return $instance;
  28211.     }
  28212.     /**
  28213.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  28214.      *
  28215.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  28216.      */
  28217.     protected function getDatabaseAvailableThemeProviderService()
  28218.     {
  28219.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  28220.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  28221.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28222.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  28223.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  28224.         }
  28225.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  28226.     }
  28227.     /**
  28228.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  28229.      *
  28230.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  28231.      */
  28232.     protected function getDatabaseConfigLoaderService()
  28233.     {
  28234.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28235.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  28236.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  28237.         }
  28238.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28239.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  28240.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  28241.         }
  28242.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  28243.     }
  28244.     /**
  28245.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  28246.      *
  28247.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  28248.      */
  28249.     protected function getStaticFileConfigDumperService()
  28250.     {
  28251.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  28252.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  28253.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  28254.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  28255.         }
  28256.         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()));
  28257.     }
  28258.     /**
  28259.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  28260.      *
  28261.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  28262.      */
  28263.     protected function getThemeIndexerService()
  28264.     {
  28265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28266.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  28267.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28268.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  28269.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  28270.         }
  28271.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28272.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  28273.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  28274.         }
  28275.         return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] = new \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  28276.     }
  28277.     /**
  28278.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  28279.      *
  28280.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  28281.      */
  28282.     protected function getAppLifecycleSubscriberService()
  28283.     {
  28284.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  28285.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28286.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  28287.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  28288.         }
  28289.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  28290.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  28291.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  28292.         }
  28293.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  28294.     }
  28295.     /**
  28296.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  28297.      *
  28298.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  28299.      */
  28300.     protected function getFirstRunWizardSubscriberService()
  28301.     {
  28302.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  28303.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28304.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28305.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28306.         }
  28307.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28308.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28309.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28310.         }
  28311.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28312.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28313.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28314.         }
  28315.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  28316.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28317.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28318.         }
  28319.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28320.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28321.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28322.         }
  28323.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  28324.     }
  28325.     /**
  28326.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  28327.      *
  28328.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  28329.      */
  28330.     protected function getPluginLifecycleSubscriber2Service()
  28331.     {
  28332.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  28333.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  28334.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  28335.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  28336.         }
  28337.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28338.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  28339.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  28340.         }
  28341.         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);
  28342.     }
  28343.     /**
  28344.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  28345.      *
  28346.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  28347.      */
  28348.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  28349.     {
  28350.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  28351.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  28352.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  28353.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  28354.         }
  28355.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  28356.     }
  28357.     /**
  28358.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  28359.      *
  28360.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  28361.      */
  28362.     protected function getUpdateSubscriberService()
  28363.     {
  28364.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  28365.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28366.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28367.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28368.         }
  28369.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28370.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28371.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28372.         }
  28373.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28374.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28375.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28376.         }
  28377.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  28378.     }
  28379.     /**
  28380.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  28381.      *
  28382.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  28383.      */
  28384.     protected function getThemeAppLifecycleHandlerService()
  28385.     {
  28386.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  28387.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  28388.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  28389.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  28390.         }
  28391.         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);
  28392.     }
  28393.     /**
  28394.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  28395.      *
  28396.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  28397.      */
  28398.     protected function getThemeConfigValueAccessorService()
  28399.     {
  28400.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28401.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  28402.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  28403.         }
  28404.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28405.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  28406.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  28407.         }
  28408.         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())));
  28409.     }
  28410.     /**
  28411.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  28412.      *
  28413.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  28414.      */
  28415.     protected function getThemeFileResolverService()
  28416.     {
  28417.         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)))));
  28418.     }
  28419.     /**
  28420.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  28421.      *
  28422.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  28423.      */
  28424.     protected function getThemeLifecycleHandlerService()
  28425.     {
  28426.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  28427.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28428.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28429.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28430.         }
  28431.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28432.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28433.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28434.         }
  28435.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28436.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28437.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28438.         }
  28439.         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()));
  28440.     }
  28441.     /**
  28442.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  28443.      *
  28444.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  28445.      */
  28446.     protected function getThemeLifecycleServiceService()
  28447.     {
  28448.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  28449.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28450.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28451.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28452.         }
  28453.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28454.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28455.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28456.         }
  28457.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  28458.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28459.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28460.         }
  28461.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  28462.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28463.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28464.         }
  28465.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  28466.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28467.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28468.         }
  28469.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  28470.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28471.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28472.         }
  28473.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  28474.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28475.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28476.         }
  28477.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  28478.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28479.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28480.         }
  28481.         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()));
  28482.     }
  28483.     /**
  28484.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  28485.      *
  28486.      * @return \Shopware\Storefront\Theme\ThemeService
  28487.      */
  28488.     protected function getThemeServiceService()
  28489.     {
  28490.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28491.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28492.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28493.         }
  28494.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28495.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28496.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28497.         }
  28498.         $c = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  28499.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28500.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28501.         }
  28502.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28503.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28504.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28505.         }
  28506.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  28507.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28508.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28509.         }
  28510.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b$c, new \Shopware\Storefront\Theme\ThemeCompiler(($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.temp'] ?? $this->getShopware_Filesystem_TempService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), true$a, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), ['public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService()), 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService()), 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()), 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())], $d, ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())), \dirname(__DIR__4), new \Shopware\Storefront\Theme\ScssPhpCompiler()), $a$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28511.     }
  28512.     /**
  28513.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  28514.      *
  28515.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  28516.      */
  28517.     protected function getThemeNamespaceHierarchyBuilderService()
  28518.     {
  28519.         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()));
  28520.     }
  28521.     /**
  28522.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  28523.      *
  28524.      * @return \SwagExtensionStore\Services\StoreClient
  28525.      */
  28526.     protected function getStoreClient2Service()
  28527.     {
  28528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  28529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractAuthenticationProvider.php';
  28530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AuthenticationProvider.php';
  28531.         return $this->privates['SwagExtensionStore\\Services\\StoreClient'] = new \SwagExtensionStore\Services\StoreClient($this->parameters['swag_extension_store.endpoints'], ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Core\Framework\Store\Authentication\AuthenticationProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService())), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()));
  28532.     }
  28533.     /**
  28534.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator' shared service.
  28535.      *
  28536.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator
  28537.      */
  28538.     protected function getSalesChannelDomainValidatorService()
  28539.     {
  28540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  28541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelDomainValidator.php';
  28542.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28543.     }
  28544.     /**
  28545.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator' shared service.
  28546.      *
  28547.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator
  28548.      */
  28549.     protected function getSalesChannelLanguageValidatorService()
  28550.     {
  28551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  28552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelLanguageValidator.php';
  28553.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28554.     }
  28555.     /**
  28556.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator' shared service.
  28557.      *
  28558.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator
  28559.      */
  28560.     protected function getSalesChannelValidator2Service()
  28561.     {
  28562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  28563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelValidator.php';
  28564.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28565.     }
  28566.     /**
  28567.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator' shared service.
  28568.      *
  28569.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator
  28570.      */
  28571.     protected function getUserValidatorService()
  28572.     {
  28573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  28574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/UserValidator.php';
  28575.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28576.     }
  28577.     /**
  28578.      * Gets the private 'Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand' shared service.
  28579.      *
  28580.      * @return \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand
  28581.      */
  28582.     protected function getSalesChannelCreateCommand2Service()
  28583.     {
  28584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  28586.         $this->privates['Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['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['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  28587.         $instance->setName('sales-channel:create');
  28588.         return $instance;
  28589.     }
  28590.     /**
  28591.      * Gets the private 'Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared service.
  28592.      *
  28593.      * @return \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  28594.      */
  28595.     protected function getSalesChannelCreateStorefrontCommandService()
  28596.     {
  28597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  28599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  28600.         $this->privates['Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['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['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  28601.         $instance->setName('sales-channel:create:storefront');
  28602.         return $instance;
  28603.     }
  28604.     /**
  28605.      * Gets the private 'Swag\Markets\Service\ConfigService' shared autowired service.
  28606.      *
  28607.      * @return \Swag\Markets\Service\ConfigService
  28608.      */
  28609.     protected function getConfigServiceService()
  28610.     {
  28611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/ConfigService.php';
  28612.         return $this->privates['Swag\\Markets\\Service\\ConfigService'] = new \Swag\Markets\Service\ConfigService(($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService()));
  28613.     }
  28614.     /**
  28615.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  28616.      *
  28617.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  28618.      */
  28619.     protected function getPsrHttpFactoryService()
  28620.     {
  28621.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  28622.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  28623.     }
  28624.     /**
  28625.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  28626.      *
  28627.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  28628.      */
  28629.     protected function getDotenvDumpCommandService()
  28630.     {
  28631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28632.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  28633.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  28634.         $instance->setName('dotenv:dump');
  28635.         $instance->setDescription('Compiles .env files to .env.local.php');
  28636.         return $instance;
  28637.     }
  28638.     /**
  28639.      * Gets the private 'annotations.cache_adapter' shared service.
  28640.      *
  28641.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  28642.      */
  28643.     protected function getAnnotations_CacheAdapterService()
  28644.     {
  28645.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  28646.     }
  28647.     /**
  28648.      * Gets the private 'annotations.cache_warmer' shared service.
  28649.      *
  28650.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  28651.      */
  28652.     protected function getAnnotations_CacheWarmerService()
  28653.     {
  28654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  28656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  28657.         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);
  28658.     }
  28659.     /**
  28660.      * Gets the private 'annotations.cached_reader' shared service.
  28661.      *
  28662.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  28663.      */
  28664.     protected function getAnnotations_CachedReaderService()
  28665.     {
  28666.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  28667.     }
  28668.     /**
  28669.      * Gets the private 'annotations.reader' shared service.
  28670.      *
  28671.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  28672.      */
  28673.     protected function getAnnotations_ReaderService()
  28674.     {
  28675.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  28676.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  28677.         $a->registerUniqueLoader('class_exists');
  28678.         $instance->addGlobalIgnoredName('required'$a);
  28679.         return $instance;
  28680.     }
  28681.     /**
  28682.      * Gets the private 'assets.packages' shared service.
  28683.      *
  28684.      * @return \Symfony\Component\Asset\Packages
  28685.      */
  28686.     protected function getAssets_PackagesService()
  28687.     {
  28688.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  28689.         $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 () {
  28690.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  28691.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  28692.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  28693.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  28694.         }, 4));
  28695.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  28696.         return $instance;
  28697.     }
  28698.     /**
  28699.      * Gets the private 'cache.annotations' shared service.
  28700.      *
  28701.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28702.      */
  28703.     protected function getCache_AnnotationsService()
  28704.     {
  28705.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2pfg3kM0md'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28706.     }
  28707.     /**
  28708.      * Gets the private 'cache.http' shared service.
  28709.      *
  28710.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  28711.      */
  28712.     protected function getCache_HttpService()
  28713.     {
  28714.         $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()));
  28715.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28716.         return $instance;
  28717.     }
  28718.     /**
  28719.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  28720.      *
  28721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28722.      */
  28723.     protected function getCache_Messenger_RestartWorkersSignalService()
  28724.     {
  28725.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28726.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28727.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28728.     }
  28729.     /**
  28730.      * Gets the private 'cache.property_info' shared service.
  28731.      *
  28732.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28733.      */
  28734.     protected function getCache_PropertyInfoService()
  28735.     {
  28736.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NtlZmEx7db'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28737.     }
  28738.     /**
  28739.      * Gets the private 'cache.rate_limiter' shared service.
  28740.      *
  28741.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28742.      */
  28743.     protected function getCache_RateLimiterService()
  28744.     {
  28745.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28746.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28747.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28748.     }
  28749.     /**
  28750.      * Gets the private 'cache.serializer' shared service.
  28751.      *
  28752.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28753.      */
  28754.     protected function getCache_SerializerService()
  28755.     {
  28756.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ArvSOICnkS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28757.     }
  28758.     /**
  28759.      * Gets the private 'cache.tags' shared service.
  28760.      *
  28761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28762.      */
  28763.     protected function getCache_TagsService()
  28764.     {
  28765.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  28766.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28767.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28768.     }
  28769.     /**
  28770.      * Gets the private 'cache.validator' shared service.
  28771.      *
  28772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28773.      */
  28774.     protected function getCache_ValidatorService()
  28775.     {
  28776.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3kYTIXkYdL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  28777.     }
  28778.     /**
  28779.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  28780.      *
  28781.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  28782.      */
  28783.     protected function getCachePoolClearer_CacheWarmerService()
  28784.     {
  28785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  28787.         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']);
  28788.     }
  28789.     /**
  28790.      * Gets the private 'config_builder.warmer' shared service.
  28791.      *
  28792.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  28793.      */
  28794.     protected function getConfigBuilder_WarmerService()
  28795.     {
  28796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  28798.         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()));
  28799.     }
  28800.     /**
  28801.      * Gets the private 'config_cache_factory' shared service.
  28802.      *
  28803.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  28804.      */
  28805.     protected function getConfigCacheFactoryService()
  28806.     {
  28807.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  28808.             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)));
  28809.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  28810.         }, 2));
  28811.     }
  28812.     /**
  28813.      * Gets the private 'console.command.about' shared service.
  28814.      *
  28815.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  28816.      */
  28817.     protected function getConsole_Command_AboutService()
  28818.     {
  28819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  28821.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  28822.         $instance->setName('about');
  28823.         $instance->setDescription('Display information about the current project');
  28824.         return $instance;
  28825.     }
  28826.     /**
  28827.      * Gets the private 'console.command.assets_install' shared service.
  28828.      *
  28829.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  28830.      */
  28831.     protected function getConsole_Command_AssetsInstallService()
  28832.     {
  28833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  28835.         $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()));
  28836.         $instance->setName('assets:install');
  28837.         return $instance;
  28838.     }
  28839.     /**
  28840.      * Gets the private 'console.command.cache_clear' shared service.
  28841.      *
  28842.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  28843.      */
  28844.     protected function getConsole_Command_CacheClearService()
  28845.     {
  28846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  28848.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  28849.         $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())));
  28850.         $instance->setName('cache:clear');
  28851.         $instance->setDescription('Clear the cache');
  28852.         return $instance;
  28853.     }
  28854.     /**
  28855.      * Gets the private 'console.command.cache_pool_clear' shared service.
  28856.      *
  28857.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  28858.      */
  28859.     protected function getConsole_Command_CachePoolClearService()
  28860.     {
  28861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  28863.         $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']);
  28864.         $instance->setName('cache:pool:clear');
  28865.         $instance->setDescription('Clear cache pools');
  28866.         return $instance;
  28867.     }
  28868.     /**
  28869.      * Gets the private 'console.command.cache_pool_delete' shared service.
  28870.      *
  28871.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  28872.      */
  28873.     protected function getConsole_Command_CachePoolDeleteService()
  28874.     {
  28875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  28877.         $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']);
  28878.         $instance->setName('cache:pool:delete');
  28879.         $instance->setDescription('Delete an item from a cache pool');
  28880.         return $instance;
  28881.     }
  28882.     /**
  28883.      * Gets the private 'console.command.cache_pool_list' shared service.
  28884.      *
  28885.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  28886.      */
  28887.     protected function getConsole_Command_CachePoolListService()
  28888.     {
  28889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  28891.         $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']);
  28892.         $instance->setName('cache:pool:list');
  28893.         $instance->setDescription('List available cache pools');
  28894.         return $instance;
  28895.     }
  28896.     /**
  28897.      * Gets the private 'console.command.cache_pool_prune' shared service.
  28898.      *
  28899.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  28900.      */
  28901.     protected function getConsole_Command_CachePoolPruneService()
  28902.     {
  28903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  28905.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  28906.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  28907.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  28908.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  28909.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  28910.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  28911.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  28912.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  28913.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  28914.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  28915.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  28916.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  28917.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  28918.         }, 12));
  28919.         $instance->setName('cache:pool:prune');
  28920.         $instance->setDescription('Prune cache pools');
  28921.         return $instance;
  28922.     }
  28923.     /**
  28924.      * Gets the private 'console.command.cache_warmup' shared service.
  28925.      *
  28926.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  28927.      */
  28928.     protected function getConsole_Command_CacheWarmupService()
  28929.     {
  28930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  28932.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  28933.         $instance->setName('cache:warmup');
  28934.         $instance->setDescription('Warm up an empty cache');
  28935.         return $instance;
  28936.     }
  28937.     /**
  28938.      * Gets the private 'console.command.config_debug' shared service.
  28939.      *
  28940.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  28941.      */
  28942.     protected function getConsole_Command_ConfigDebugService()
  28943.     {
  28944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  28948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  28949.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  28950.         $instance->setName('debug:config');
  28951.         $instance->setDescription('Dump the current configuration for an extension');
  28952.         return $instance;
  28953.     }
  28954.     /**
  28955.      * Gets the private 'console.command.config_dump_reference' shared service.
  28956.      *
  28957.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  28958.      */
  28959.     protected function getConsole_Command_ConfigDumpReferenceService()
  28960.     {
  28961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  28965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  28966.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  28967.         $instance->setName('config:dump-reference');
  28968.         $instance->setDescription('Dump the default configuration for an extension');
  28969.         return $instance;
  28970.     }
  28971.     /**
  28972.      * Gets the private 'console.command.container_debug' shared service.
  28973.      *
  28974.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  28975.      */
  28976.     protected function getConsole_Command_ContainerDebugService()
  28977.     {
  28978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  28981.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  28982.         $instance->setName('debug:container');
  28983.         $instance->setDescription('Display current services for an application');
  28984.         return $instance;
  28985.     }
  28986.     /**
  28987.      * Gets the private 'console.command.container_lint' shared service.
  28988.      *
  28989.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  28990.      */
  28991.     protected function getConsole_Command_ContainerLintService()
  28992.     {
  28993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  28995.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  28996.         $instance->setName('lint:container');
  28997.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  28998.         return $instance;
  28999.     }
  29000.     /**
  29001.      * Gets the private 'console.command.debug_autowiring' shared service.
  29002.      *
  29003.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  29004.      */
  29005.     protected function getConsole_Command_DebugAutowiringService()
  29006.     {
  29007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  29009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  29010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  29011.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  29012.         $instance->setName('debug:autowiring');
  29013.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  29014.         return $instance;
  29015.     }
  29016.     /**
  29017.      * Gets the private 'console.command.dotenv_debug' shared service.
  29018.      *
  29019.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  29020.      */
  29021.     protected function getConsole_Command_DotenvDebugService()
  29022.     {
  29023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29024.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  29025.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  29026.         $instance->setName('debug:dotenv');
  29027.         $instance->setDescription('Lists all dotenv files with variables and values');
  29028.         return $instance;
  29029.     }
  29030.     /**
  29031.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  29032.      *
  29033.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  29034.      */
  29035.     protected function getConsole_Command_EventDispatcherDebugService()
  29036.     {
  29037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  29039.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29040.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  29041.         ], [
  29042.             'event_dispatcher' => '?',
  29043.         ]));
  29044.         $instance->setName('debug:event-dispatcher');
  29045.         $instance->setDescription('Display configured listeners for an application');
  29046.         return $instance;
  29047.     }
  29048.     /**
  29049.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  29050.      *
  29051.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  29052.      */
  29053.     protected function getConsole_Command_MessengerConsumeMessagesService()
  29054.     {
  29055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29056.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  29057.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  29058.         $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']);
  29059.         $instance->setName('messenger:consume');
  29060.         $instance->setDescription('Consume messages');
  29061.         return $instance;
  29062.     }
  29063.     /**
  29064.      * Gets the private 'console.command.messenger_debug' shared service.
  29065.      *
  29066.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  29067.      */
  29068.     protected function getConsole_Command_MessengerDebugService()
  29069.     {
  29070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29071.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  29072.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.shopware' => ['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => [=> [=> 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => [=> [=> 'Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'=> []]], 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => [=> [=> 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'=> []]], 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => [=> [=> 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => [=> [=> 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => [=> [=> 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'=> []]], 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => [=> [=> 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Ujy\\Import\\Messages\\DeactivateProductsMessage' => [=> [=> 'ujyImportDeactivateProducts.handler'=> []]], 'Ujy\\Import\\Messages\\ProductsImportMessage' => [=> [=> 'ujyImportProductsImportMessage.handler'=> []]], 'Ujy\\Import\\Messages\\SangebotsImportMessage' => [=> [=> 'ujyImportSangebotsImportMessage.handler'=> []]], 'Ujy\\Import\\Messages\\ProductDescriptionsImportMessage' => [=> [=> 'ujyImportProductDescriptionsImportMessage.handler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  29073.         $instance->setName('debug:messenger');
  29074.         $instance->setDescription('List messages you can dispatch using the message buses');
  29075.         return $instance;
  29076.     }
  29077.     /**
  29078.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  29079.      *
  29080.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  29081.      */
  29082.     protected function getConsole_Command_MessengerSetupTransportsService()
  29083.     {
  29084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29085.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  29086.         $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']);
  29087.         $instance->setName('messenger:setup-transports');
  29088.         $instance->setDescription('Prepare the required infrastructure for the transport');
  29089.         return $instance;
  29090.     }
  29091.     /**
  29092.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  29093.      *
  29094.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  29095.      */
  29096.     protected function getConsole_Command_MessengerStopWorkersService()
  29097.     {
  29098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29099.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  29100.         $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()));
  29101.         $instance->setName('messenger:stop-workers');
  29102.         $instance->setDescription('Stop workers after their current message');
  29103.         return $instance;
  29104.     }
  29105.     /**
  29106.      * Gets the private 'console.command.router_debug' shared service.
  29107.      *
  29108.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  29109.      */
  29110.     protected function getConsole_Command_RouterDebugService()
  29111.     {
  29112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  29114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  29115.         $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()));
  29116.         $instance->setName('debug:router');
  29117.         $instance->setDescription('Display current routes for an application');
  29118.         return $instance;
  29119.     }
  29120.     /**
  29121.      * Gets the private 'console.command.router_match' shared service.
  29122.      *
  29123.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  29124.      */
  29125.     protected function getConsole_Command_RouterMatchService()
  29126.     {
  29127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  29129.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  29130.             return new \EmptyIterator();
  29131.         }, 0));
  29132.         $instance->setName('router:match');
  29133.         $instance->setDescription('Help debug routes by simulating a path info match');
  29134.         return $instance;
  29135.     }
  29136.     /**
  29137.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  29138.      *
  29139.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  29140.      */
  29141.     protected function getConsole_Command_SecretsDecryptToLocalService()
  29142.     {
  29143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  29145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29147.         $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')))));
  29148.         $instance->setName('secrets:decrypt-to-local');
  29149.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  29150.         return $instance;
  29151.     }
  29152.     /**
  29153.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  29154.      *
  29155.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  29156.      */
  29157.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  29158.     {
  29159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  29161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29163.         $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')))));
  29164.         $instance->setName('secrets:encrypt-from-local');
  29165.         $instance->setDescription('Encrypt all local secrets to the vault');
  29166.         return $instance;
  29167.     }
  29168.     /**
  29169.      * Gets the private 'console.command.secrets_generate_key' shared service.
  29170.      *
  29171.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  29172.      */
  29173.     protected function getConsole_Command_SecretsGenerateKeyService()
  29174.     {
  29175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  29177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29179.         $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')))));
  29180.         $instance->setName('secrets:generate-keys');
  29181.         $instance->setDescription('Generate new encryption keys');
  29182.         return $instance;
  29183.     }
  29184.     /**
  29185.      * Gets the private 'console.command.secrets_list' shared service.
  29186.      *
  29187.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  29188.      */
  29189.     protected function getConsole_Command_SecretsListService()
  29190.     {
  29191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  29193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29195.         $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')))));
  29196.         $instance->setName('secrets:list');
  29197.         $instance->setDescription('List all secrets');
  29198.         return $instance;
  29199.     }
  29200.     /**
  29201.      * Gets the private 'console.command.secrets_remove' shared service.
  29202.      *
  29203.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  29204.      */
  29205.     protected function getConsole_Command_SecretsRemoveService()
  29206.     {
  29207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  29209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29211.         $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')))));
  29212.         $instance->setName('secrets:remove');
  29213.         $instance->setDescription('Remove a secret from the vault');
  29214.         return $instance;
  29215.     }
  29216.     /**
  29217.      * Gets the private 'console.command.secrets_set' shared service.
  29218.      *
  29219.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  29220.      */
  29221.     protected function getConsole_Command_SecretsSetService()
  29222.     {
  29223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  29225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  29226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  29227.         $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')))));
  29228.         $instance->setName('secrets:set');
  29229.         $instance->setDescription('Set a secret in the vault');
  29230.         return $instance;
  29231.     }
  29232.     /**
  29233.      * Gets the private 'console.command.translation_debug' shared service.
  29234.      *
  29235.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  29236.      */
  29237.     protected function getConsole_Command_TranslationDebugService()
  29238.     {
  29239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  29241.         $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')], []);
  29242.         $instance->setName('debug:translation');
  29243.         $instance->setDescription('Display translation messages information');
  29244.         return $instance;
  29245.     }
  29246.     /**
  29247.      * Gets the private 'console.command.translation_extract' shared service.
  29248.      *
  29249.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  29250.      */
  29251.     protected function getConsole_Command_TranslationExtractService()
  29252.     {
  29253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  29255.         $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')], []);
  29256.         $instance->setName('translation:extract');
  29257.         $instance->setAliases([=> 'translation:update']);
  29258.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  29259.         return $instance;
  29260.     }
  29261.     /**
  29262.      * Gets the private 'console.command.translation_pull' shared service.
  29263.      *
  29264.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  29265.      */
  29266.     protected function getConsole_Command_TranslationPullService()
  29267.     {
  29268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  29270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  29271.         $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', [], []);
  29272.         $instance->setName('translation:pull');
  29273.         $instance->setDescription('Pull translations from a given provider.');
  29274.         return $instance;
  29275.     }
  29276.     /**
  29277.      * Gets the private 'console.command.translation_push' shared service.
  29278.      *
  29279.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  29280.      */
  29281.     protected function getConsole_Command_TranslationPushService()
  29282.     {
  29283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  29285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  29286.         $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()), [], []);
  29287.         $instance->setName('translation:push');
  29288.         $instance->setDescription('Push translations to a given provider.');
  29289.         return $instance;
  29290.     }
  29291.     /**
  29292.      * Gets the private 'console.command.validator_debug' shared service.
  29293.      *
  29294.      * @return \Symfony\Component\Validator\Command\DebugCommand
  29295.      */
  29296.     protected function getConsole_Command_ValidatorDebugService()
  29297.     {
  29298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29299.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  29300.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  29301.         $instance->setName('debug:validator');
  29302.         $instance->setDescription('Display validation constraints for classes');
  29303.         return $instance;
  29304.     }
  29305.     /**
  29306.      * Gets the private 'console.command.xliff_lint' shared service.
  29307.      *
  29308.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  29309.      */
  29310.     protected function getConsole_Command_XliffLintService()
  29311.     {
  29312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  29314.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  29315.         $instance->setName('lint:xliff');
  29316.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  29317.         return $instance;
  29318.     }
  29319.     /**
  29320.      * Gets the private 'console.command.yaml_lint' shared service.
  29321.      *
  29322.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  29323.      */
  29324.     protected function getConsole_Command_YamlLintService()
  29325.     {
  29326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29327.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  29328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  29329.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  29330.         $instance->setName('lint:yaml');
  29331.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  29332.         return $instance;
  29333.     }
  29334.     /**
  29335.      * Gets the private 'console.error_listener' shared service.
  29336.      *
  29337.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  29338.      */
  29339.     protected function getConsole_ErrorListenerService()
  29340.     {
  29341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  29342.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  29343.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29344.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  29345.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  29346.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  29347.     }
  29348.     /**
  29349.      * Gets the private 'container.env_var_processor' shared service.
  29350.      *
  29351.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  29352.      */
  29353.     protected function getContainer_EnvVarProcessorService()
  29354.     {
  29355.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  29356.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  29357.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  29358.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  29359.         }, 1));
  29360.     }
  29361.     /**
  29362.      * Gets the private 'data_collector.request' shared service.
  29363.      *
  29364.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  29365.      */
  29366.     protected function getDataCollector_RequestService()
  29367.     {
  29368.         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())));
  29369.     }
  29370.     /**
  29371.      * Gets the private 'data_collector.request.session_collector' shared service.
  29372.      *
  29373.      * @return \Closure
  29374.      */
  29375.     protected function getDataCollector_Request_SessionCollectorService()
  29376.     {
  29377.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  29378.     }
  29379.     /**
  29380.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  29381.      *
  29382.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29383.      */
  29384.     protected function getCartValueResolverService()
  29385.     {
  29386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  29389.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  29390.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  29391.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  29392.         }
  29393.         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))));
  29394.     }
  29395.     /**
  29396.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  29397.      *
  29398.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29399.      */
  29400.     protected function getCustomerValueResolverService()
  29401.     {
  29402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  29405.         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))));
  29406.     }
  29407.     /**
  29408.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  29409.      *
  29410.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29411.      */
  29412.     protected function getContextValueResolverService()
  29413.     {
  29414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  29417.         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))));
  29418.     }
  29419.     /**
  29420.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  29421.      *
  29422.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29423.      */
  29424.     protected function getResponseFactoryInterfaceValueResolverService()
  29425.     {
  29426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  29429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  29430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  29431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  29432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  29433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  29434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  29435.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  29436.         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))));
  29437.     }
  29438.     /**
  29439.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  29440.      *
  29441.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29442.      */
  29443.     protected function getCriteriaValueResolverService()
  29444.     {
  29445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  29448.         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))));
  29449.     }
  29450.     /**
  29451.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  29452.      *
  29453.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29454.      */
  29455.     protected function getQueryDataBagResolverService()
  29456.     {
  29457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  29460.         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))));
  29461.     }
  29462.     /**
  29463.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  29464.      *
  29465.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29466.      */
  29467.     protected function getRequestDataBagResolverService()
  29468.     {
  29469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29470.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  29472.         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))));
  29473.     }
  29474.     /**
  29475.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  29476.      *
  29477.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29478.      */
  29479.     protected function getSalesChannelContextValueResolverService()
  29480.     {
  29481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  29484.         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))));
  29485.     }
  29486.     /**
  29487.      * Gets the private 'debug.argument_resolver.default' shared service.
  29488.      *
  29489.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29490.      */
  29491.     protected function getDebug_ArgumentResolver_DefaultService()
  29492.     {
  29493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  29496.         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))));
  29497.     }
  29498.     /**
  29499.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  29500.      *
  29501.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29502.      */
  29503.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  29504.     {
  29505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29507.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  29508.         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.42In7x1'] ?? $this->get_ServiceLocator_42In7x1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  29509.     }
  29510.     /**
  29511.      * Gets the private 'debug.argument_resolver.request' shared service.
  29512.      *
  29513.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29514.      */
  29515.     protected function getDebug_ArgumentResolver_RequestService()
  29516.     {
  29517.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  29520.         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))));
  29521.     }
  29522.     /**
  29523.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  29524.      *
  29525.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29526.      */
  29527.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  29528.     {
  29529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29530.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  29532.         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))));
  29533.     }
  29534.     /**
  29535.      * Gets the private 'debug.argument_resolver.service' shared service.
  29536.      *
  29537.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29538.      */
  29539.     protected function getDebug_ArgumentResolver_ServiceService()
  29540.     {
  29541.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  29544.         $a = ($this->privates['.service_locator.42In7x1'] ?? $this->get_ServiceLocator_42In7x1Service());
  29545.         if (isset($this->privates['debug.argument_resolver.service'])) {
  29546.             return $this->privates['debug.argument_resolver.service'];
  29547.         }
  29548.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  29549.     }
  29550.     /**
  29551.      * Gets the private 'debug.argument_resolver.session' shared service.
  29552.      *
  29553.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29554.      */
  29555.     protected function getDebug_ArgumentResolver_SessionService()
  29556.     {
  29557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  29560.         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))));
  29561.     }
  29562.     /**
  29563.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  29564.      *
  29565.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  29566.      */
  29567.     protected function getDebug_ArgumentResolver_VariadicService()
  29568.     {
  29569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  29570.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  29571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  29572.         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))));
  29573.     }
  29574.     /**
  29575.      * Gets the private 'debug.debug_handlers_listener' shared service.
  29576.      *
  29577.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  29578.      */
  29579.     protected function getDebug_DebugHandlersListenerService()
  29580.     {
  29581.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  29582.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  29583.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  29584.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  29585.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  29586.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  29587.     }
  29588.     /**
  29589.      * Gets the private 'debug.dump_listener' shared service.
  29590.      *
  29591.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  29592.      */
  29593.     protected function getDebug_DumpListenerService()
  29594.     {
  29595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  29596.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  29597.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  29598.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  29599.         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);
  29600.     }
  29601.     /**
  29602.      * Gets the private 'debug.file_link_formatter' shared service.
  29603.      *
  29604.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  29605.      */
  29606.     protected function getDebug_FileLinkFormatterService()
  29607.     {
  29608.         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 () {
  29609.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  29610.         });
  29611.     }
  29612.     /**
  29613.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  29614.      *
  29615.      * @return \string
  29616.      */
  29617.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  29618.     {
  29619.         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');
  29620.     }
  29621.     /**
  29622.      * Gets the private 'debug.log_processor' shared service.
  29623.      *
  29624.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  29625.      */
  29626.     protected function getDebug_LogProcessorService()
  29627.     {
  29628.         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())));
  29629.     }
  29630.     /**
  29631.      * Gets the private 'debug.validator' shared service.
  29632.      *
  29633.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  29634.      */
  29635.     protected function getDebug_ValidatorService()
  29636.     {
  29637.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  29638.         if (isset($this->privates['debug.validator'])) {
  29639.             return $this->privates['debug.validator'];
  29640.         }
  29641.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  29642.     }
  29643.     /**
  29644.      * Gets the private 'enqueue.client.consume_command' shared service.
  29645.      *
  29646.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  29647.      */
  29648.     protected function getEnqueue_Client_ConsumeCommandService()
  29649.     {
  29650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29651.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29652.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  29653.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29654.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29655.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  29656.         $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');
  29657.         $instance->setName('enqueue:consume');
  29658.         return $instance;
  29659.     }
  29660.     /**
  29661.      * Gets the private 'enqueue.client.default.context' shared service.
  29662.      *
  29663.      * @return \Interop\Queue\Context
  29664.      */
  29665.     protected function getEnqueue_Client_Default_ContextService()
  29666.     {
  29667.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  29668.     }
  29669.     /**
  29670.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  29671.      *
  29672.      * @return \Enqueue\Client\DelegateProcessor
  29673.      */
  29674.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  29675.     {
  29676.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29677.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  29678.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29679.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29680.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29681.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  29682.         ], [
  29683.             'enqueue.client.default.router_processor' => '?',
  29684.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  29685.     }
  29686.     /**
  29687.      * Gets the private 'enqueue.client.default.driver' shared service.
  29688.      *
  29689.      * @return \Enqueue\Client\DriverInterface
  29690.      */
  29691.     protected function getEnqueue_Client_Default_DriverService()
  29692.     {
  29693.         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([]));
  29694.     }
  29695.     /**
  29696.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  29697.      *
  29698.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  29699.      */
  29700.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  29701.     {
  29702.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  29703.         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()));
  29704.     }
  29705.     /**
  29706.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  29707.      *
  29708.      * @return \Enqueue\Symfony\Client\LazyProducer
  29709.      */
  29710.     protected function getEnqueue_Client_Default_LazyProducerService()
  29711.     {
  29712.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  29713.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29714.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  29715.         ], [
  29716.             'enqueue.client.default.producer' => '?',
  29717.         ]), 'enqueue.client.default.producer');
  29718.     }
  29719.     /**
  29720.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  29721.      *
  29722.      * @return \Enqueue\Consumption\QueueConsumer
  29723.      */
  29724.     protected function getEnqueue_Client_Default_QueueConsumerService()
  29725.     {
  29726.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29727.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29728.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29729.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29730.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29731.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29732.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29733.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29734.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29735.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29736.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29737.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29738.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29739.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29740.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  29741.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  29742.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  29743.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  29744.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29745.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  29746.         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);
  29747.     }
  29748.     /**
  29749.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  29750.      *
  29751.      * @return \Enqueue\Client\RouterProcessor
  29752.      */
  29753.     protected function getEnqueue_Client_Default_RouterProcessorService()
  29754.     {
  29755.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29756.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  29757.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  29758.     }
  29759.     /**
  29760.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  29761.      *
  29762.      * @return \Enqueue\Client\SpoolProducer
  29763.      */
  29764.     protected function getEnqueue_Client_Default_SpoolProducerService()
  29765.     {
  29766.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  29767.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  29768.     }
  29769.     /**
  29770.      * Gets the private 'enqueue.client.produce_command' shared service.
  29771.      *
  29772.      * @return \Enqueue\Symfony\Client\ProduceCommand
  29773.      */
  29774.     protected function getEnqueue_Client_ProduceCommandService()
  29775.     {
  29776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29777.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  29778.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  29779.         $instance->setName('enqueue:produce');
  29780.         return $instance;
  29781.     }
  29782.     /**
  29783.      * Gets the private 'enqueue.client.routes_command' shared service.
  29784.      *
  29785.      * @return \Enqueue\Symfony\Client\RoutesCommand
  29786.      */
  29787.     protected function getEnqueue_Client_RoutesCommandService()
  29788.     {
  29789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29790.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  29791.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  29792.         $instance->setName('enqueue:routes');
  29793.         return $instance;
  29794.     }
  29795.     /**
  29796.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  29797.      *
  29798.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  29799.      */
  29800.     protected function getEnqueue_Client_SetupBrokerCommandService()
  29801.     {
  29802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29803.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  29804.         $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');
  29805.         $instance->setName('enqueue:setup-broker');
  29806.         return $instance;
  29807.     }
  29808.     /**
  29809.      * Gets the private 'enqueue.locator' shared service.
  29810.      *
  29811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29812.      */
  29813.     protected function getEnqueue_LocatorService()
  29814.     {
  29815.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29816.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  29817.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  29818.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  29819.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  29820.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  29821.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  29822.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  29823.         ], [
  29824.             'enqueue.client.default.delegate_processor' => '?',
  29825.             'enqueue.client.default.driver' => '?',
  29826.             'enqueue.client.default.producer' => '?',
  29827.             'enqueue.client.default.queue_consumer' => '?',
  29828.             'enqueue.transport.default.context' => '?',
  29829.             'enqueue.transport.default.processor_registry' => '?',
  29830.             'enqueue.transport.default.queue_consumer' => '?',
  29831.         ]);
  29832.     }
  29833.     /**
  29834.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  29835.      *
  29836.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  29837.      */
  29838.     protected function getEnqueue_MessengerTransport_FactoryService()
  29839.     {
  29840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  29841.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  29842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  29843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  29844.         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);
  29845.     }
  29846.     /**
  29847.      * Gets the private 'enqueue.transport.consume_command' shared service.
  29848.      *
  29849.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  29850.      */
  29851.     protected function getEnqueue_Transport_ConsumeCommandService()
  29852.     {
  29853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29854.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29855.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29856.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29857.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  29858.         $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');
  29859.         $instance->setName('enqueue:transport:consume');
  29860.         return $instance;
  29861.     }
  29862.     /**
  29863.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  29864.      *
  29865.      * @return \Interop\Queue\ConnectionFactory
  29866.      */
  29867.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  29868.     {
  29869.         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:']);
  29870.     }
  29871.     /**
  29872.      * Gets the private 'enqueue.transport.default.context' shared service.
  29873.      *
  29874.      * @return \Interop\Queue\Context
  29875.      */
  29876.     protected function getEnqueue_Transport_Default_ContextService()
  29877.     {
  29878.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  29879.     }
  29880.     /**
  29881.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  29882.      *
  29883.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  29884.      */
  29885.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  29886.     {
  29887.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29888.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29889.         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));
  29890.     }
  29891.     /**
  29892.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  29893.      *
  29894.      * @return \Enqueue\Consumption\QueueConsumer
  29895.      */
  29896.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  29897.     {
  29898.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29899.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29900.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29901.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29902.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29903.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29904.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29905.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29906.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29907.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29908.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29909.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29910.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29911.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29912.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  29913.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  29914.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29915.         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);
  29916.     }
  29917.     /**
  29918.      * Gets the private 'error_handler.error_renderer.html' shared service.
  29919.      *
  29920.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  29921.      */
  29922.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  29923.     {
  29924.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  29925.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  29926.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  29927.         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()));
  29928.     }
  29929.     /**
  29930.      * Gets the private 'esi_listener' shared service.
  29931.      *
  29932.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  29933.      */
  29934.     protected function getEsiListenerService()
  29935.     {
  29936.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  29937.     }
  29938.     /**
  29939.      * Gets the private 'exception_listener' shared service.
  29940.      *
  29941.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  29942.      */
  29943.     protected function getExceptionListenerService()
  29944.     {
  29945.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  29946.     }
  29947.     /**
  29948.      * Gets the private 'fragment.listener' shared service.
  29949.      *
  29950.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  29951.      */
  29952.     protected function getFragment_ListenerService()
  29953.     {
  29954.         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');
  29955.     }
  29956.     /**
  29957.      * Gets the private 'fragment.renderer.esi' shared service.
  29958.      *
  29959.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  29960.      */
  29961.     protected function getFragment_Renderer_EsiService()
  29962.     {
  29963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  29964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  29965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  29966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  29967.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  29968.         if (isset($this->privates['fragment.renderer.esi'])) {
  29969.             return $this->privates['fragment.renderer.esi'];
  29970.         }
  29971.         $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')))));
  29972.         $instance->setFragmentPath('/_fragment');
  29973.         return $instance;
  29974.     }
  29975.     /**
  29976.      * Gets the private 'fragment.renderer.hinclude' shared service.
  29977.      *
  29978.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  29979.      */
  29980.     protected function getFragment_Renderer_HincludeService()
  29981.     {
  29982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  29983.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  29984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  29985.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  29986.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  29987.             return $this->privates['fragment.renderer.hinclude'];
  29988.         }
  29989.         $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);
  29990.         $instance->setFragmentPath('/_fragment');
  29991.         return $instance;
  29992.     }
  29993.     /**
  29994.      * Gets the private 'fragment.renderer.inline' shared service.
  29995.      *
  29996.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  29997.      */
  29998.     protected function getFragment_Renderer_InlineService()
  29999.     {
  30000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  30001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  30002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  30003.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30004.         if (isset($this->privates['fragment.renderer.inline'])) {
  30005.             return $this->privates['fragment.renderer.inline'];
  30006.         }
  30007.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  30008.         if (isset($this->privates['fragment.renderer.inline'])) {
  30009.             return $this->privates['fragment.renderer.inline'];
  30010.         }
  30011.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($b$a);
  30012.         $instance->setFragmentPath('/_fragment');
  30013.         return $instance;
  30014.     }
  30015.     /**
  30016.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  30017.      *
  30018.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  30019.      */
  30020.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  30021.     {
  30022.         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);
  30023.     }
  30024.     /**
  30025.      * Gets the private 'kernel.bundles' shared service.
  30026.      *
  30027.      * @return \Iterator
  30028.      */
  30029.     protected function getKernel_BundlesService()
  30030.     {
  30031.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  30032.     }
  30033.     /**
  30034.      * Gets the private 'locale_aware_listener' shared service.
  30035.      *
  30036.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  30037.      */
  30038.     protected function getLocaleAwareListenerService()
  30039.     {
  30040.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  30041.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  30042.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  30043.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  30044.     }
  30045.     /**
  30046.      * Gets the private 'locale_listener' shared service.
  30047.      *
  30048.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  30049.      */
  30050.     protected function getLocaleListenerService()
  30051.     {
  30052.         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, []);
  30053.     }
  30054.     /**
  30055.      * Gets the private 'lock.default.factory' shared service.
  30056.      *
  30057.      * @return \Symfony\Component\Lock\LockFactory
  30058.      */
  30059.     protected function getLock_Default_FactoryService()
  30060.     {
  30061.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  30062.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  30063.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30064.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30065.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30066.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30067.         $instance->setLogger($a);
  30068.         return $instance;
  30069.     }
  30070.     /**
  30071.      * Gets the private 'mailer.messenger.message_handler' shared service.
  30072.      *
  30073.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  30074.      */
  30075.     protected function getMailer_Messenger_MessageHandlerService()
  30076.     {
  30077.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  30078.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  30079.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  30080.             return $this->privates['mailer.messenger.message_handler'];
  30081.         }
  30082.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  30083.     }
  30084.     /**
  30085.      * Gets the private 'mailer.transport_factory.native' shared service.
  30086.      *
  30087.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  30088.      */
  30089.     protected function getMailer_TransportFactory_NativeService()
  30090.     {
  30091.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  30092.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  30093.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  30094.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30095.         if (isset($this->privates['mailer.transport_factory.native'])) {
  30096.             return $this->privates['mailer.transport_factory.native'];
  30097.         }
  30098.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  30099.     }
  30100.     /**
  30101.      * Gets the private 'mailer.transport_factory.null' shared service.
  30102.      *
  30103.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  30104.      */
  30105.     protected function getMailer_TransportFactory_NullService()
  30106.     {
  30107.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  30108.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  30109.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  30110.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30111.         if (isset($this->privates['mailer.transport_factory.null'])) {
  30112.             return $this->privates['mailer.transport_factory.null'];
  30113.         }
  30114.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  30115.     }
  30116.     /**
  30117.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  30118.      *
  30119.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  30120.      */
  30121.     protected function getMailer_TransportFactory_SendmailService()
  30122.     {
  30123.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  30124.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  30125.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  30126.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30127.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  30128.             return $this->privates['mailer.transport_factory.sendmail'];
  30129.         }
  30130.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  30131.     }
  30132.     /**
  30133.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  30134.      *
  30135.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  30136.      */
  30137.     protected function getMailer_TransportFactory_SmtpService()
  30138.     {
  30139.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  30140.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  30141.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  30142.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30143.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  30144.             return $this->privates['mailer.transport_factory.smtp'];
  30145.         }
  30146.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  30147.     }
  30148.     /**
  30149.      * Gets the private 'mailer.transports' shared service.
  30150.      *
  30151.      * @return \Symfony\Component\Mailer\Transport\Transports
  30152.      */
  30153.     protected function getMailer_TransportsService()
  30154.     {
  30155.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  30156.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  30157.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  30158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  30159.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30160.         if (isset($this->privates['mailer.transports'])) {
  30161.             return $this->privates['mailer.transports'];
  30162.         }
  30163.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  30164.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  30165.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  30166.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  30167.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  30168.         }, 4), $a))->fromStrings(['main' => $this->getEnv('MAILER_URL')]);
  30169.     }
  30170.     /**
  30171.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  30172.      *
  30173.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  30174.      */
  30175.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  30176.     {
  30177.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  30178.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  30179.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  30180.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  30181.         $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 () {
  30182.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  30183.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  30184.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  30185.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  30186.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  30187.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  30188.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  30189.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  30190.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  30191.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  30192.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  30193.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  30194.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  30195.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  30196.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  30197.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  30198.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  30199.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  30200.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  30201.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  30202.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  30203.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  30204.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  30205.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  30206.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  30207.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  30208.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  30209.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  30210.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  30211.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  30212.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  30213.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  30214.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  30215.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  30216.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  30217.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  30218.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  30219.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  30220.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  30221.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  30222.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  30223.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  30224.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  30225.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  30226.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  30227.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  30228.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  30229.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  30230.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  30231.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  30232.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  30233.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  30234.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  30235.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  30236.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  30237.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  30238.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  30239.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  30240.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  30241.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  30242.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  30243.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  30244.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  30245.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  30246.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  30247.         }, 1), 'Ujy\\Import\\Messages\\DeactivateProductsMessage' => new RewindableGenerator(function () {
  30248.             yield => ($this->privates['.messenger.handler_descriptor.ly0RPwx'] ?? $this->get_Messenger_HandlerDescriptor_Ly0RPwxService());
  30249.         }, 1), 'Ujy\\Import\\Messages\\ProductsImportMessage' => new RewindableGenerator(function () {
  30250.             yield => ($this->privates['.messenger.handler_descriptor.1AXDPXr'] ?? $this->get_Messenger_HandlerDescriptor_1AXDPXrService());
  30251.         }, 1), 'Ujy\\Import\\Messages\\SangebotsImportMessage' => new RewindableGenerator(function () {
  30252.             yield => ($this->privates['.messenger.handler_descriptor.aybYOZJ'] ?? $this->get_Messenger_HandlerDescriptor_AybYOZJService());
  30253.         }, 1), 'Ujy\\Import\\Messages\\ProductDescriptionsImportMessage' => new RewindableGenerator(function () {
  30254.             yield => ($this->privates['.messenger.handler_descriptor.1AIFzwI'] ?? $this->get_Messenger_HandlerDescriptor_1AIFzwIService());
  30255.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  30256.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  30257.         }, 1)]));
  30258.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  30259.         return $instance;
  30260.     }
  30261.     /**
  30262.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  30263.      *
  30264.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  30265.      */
  30266.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  30267.     {
  30268.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  30269.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  30270.         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');
  30271.     }
  30272.     /**
  30273.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  30274.      *
  30275.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  30276.      */
  30277.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  30278.     {
  30279.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  30280.         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()));
  30281.     }
  30282.     /**
  30283.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  30284.      *
  30285.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  30286.      */
  30287.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  30288.     {
  30289.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  30290.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  30291.     }
  30292.     /**
  30293.      * Gets the private 'messenger.middleware.send_message' shared service.
  30294.      *
  30295.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  30296.      */
  30297.     protected function getMessenger_Middleware_SendMessageService()
  30298.     {
  30299.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  30300.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  30301.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  30302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  30303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  30304.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30305.         if (isset($this->privates['messenger.middleware.send_message'])) {
  30306.             return $this->privates['messenger.middleware.send_message'];
  30307.         }
  30308.         $b = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  30309.         if (isset($this->privates['messenger.middleware.send_message'])) {
  30310.             return $this->privates['messenger.middleware.send_message'];
  30311.         }
  30312.         $c = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  30313.         if (isset($this->privates['messenger.middleware.send_message'])) {
  30314.             return $this->privates['messenger.middleware.send_message'];
  30315.         }
  30316.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Shopware\Core\Framework\MessageQueue\DefaultSenderLocator(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], $b), $c'default'), $a);
  30317.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  30318.         return $instance;
  30319.     }
  30320.     /**
  30321.      * Gets the private 'messenger.receiver_locator' shared service.
  30322.      *
  30323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30324.      */
  30325.     protected function getMessenger_ReceiverLocatorService()
  30326.     {
  30327.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30328.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  30329.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  30330.         ], [
  30331.             'default' => '?',
  30332.             'messenger.transport.default' => '?',
  30333.         ]);
  30334.     }
  30335.     /**
  30336.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  30337.      *
  30338.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  30339.      */
  30340.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  30341.     {
  30342.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  30343.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  30344.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  30345.     }
  30346.     /**
  30347.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  30348.      *
  30349.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  30350.      */
  30351.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  30352.     {
  30353.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  30354.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30355.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  30356.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  30357.         }
  30358.         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, [
  30359.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  30360.         ], [
  30361.             'default' => '?',
  30362.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  30363.     }
  30364.     /**
  30365.      * Gets the private 'messenger.routable_message_bus' shared service.
  30366.      *
  30367.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  30368.      */
  30369.     protected function getMessenger_RoutableMessageBusService()
  30370.     {
  30371.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  30372.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30373.         if (isset($this->privates['messenger.routable_message_bus'])) {
  30374.             return $this->privates['messenger.routable_message_bus'];
  30375.         }
  30376.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30377.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  30378.         ], [
  30379.             'messenger.bus.shopware' => '?',
  30380.         ]), $a);
  30381.     }
  30382.     /**
  30383.      * Gets the private 'messenger.transport.default' shared service.
  30384.      *
  30385.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  30386.      */
  30387.     protected function getMessenger_Transport_DefaultService()
  30388.     {
  30389.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  30390.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  30391.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  30392.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  30393.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  30394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  30395.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  30396.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  30397.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  30398.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  30399.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  30400.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  30401.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  30402.         }, 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())));
  30403.     }
  30404.     /**
  30405.      * Gets the private 'messenger.transport.sync.factory' shared service.
  30406.      *
  30407.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  30408.      */
  30409.     protected function getMessenger_Transport_Sync_FactoryService()
  30410.     {
  30411.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  30412.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  30413.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  30414.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  30415.             return $this->privates['messenger.transport.sync.factory'];
  30416.         }
  30417.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  30418.     }
  30419.     /**
  30420.      * Gets the private 'mime_types' shared service.
  30421.      *
  30422.      * @return \Symfony\Component\Mime\MimeTypes
  30423.      */
  30424.     protected function getMimeTypesService()
  30425.     {
  30426.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  30427.         $instance->setDefault($instance);
  30428.         return $instance;
  30429.     }
  30430.     /**
  30431.      * Gets the private 'monolog.command.server_log' shared service.
  30432.      *
  30433.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  30434.      */
  30435.     protected function getMonolog_Command_ServerLogService()
  30436.     {
  30437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30438.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  30439.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  30440.         $instance->setName('server:log');
  30441.         $instance->setDescription('Start a log server that displays logs in real time');
  30442.         return $instance;
  30443.     }
  30444.     /**
  30445.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  30446.      *
  30447.      * @return \Monolog\Handler\BufferHandler
  30448.      */
  30449.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  30450.     {
  30451.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  30452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  30453.         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);
  30454.     }
  30455.     /**
  30456.      * Gets the private 'monolog.handler.console' shared service.
  30457.      *
  30458.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  30459.      */
  30460.     protected function getMonolog_Handler_ConsoleService()
  30461.     {
  30462.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  30463.     }
  30464.     /**
  30465.      * Gets the private 'monolog.logger' shared service.
  30466.      *
  30467.      * @return \Symfony\Bridge\Monolog\Logger
  30468.      */
  30469.     protected function getMonolog_LoggerService()
  30470.     {
  30471.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  30472.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30473.         $instance->useMicrosecondTimestamps(true);
  30474.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30475.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  30477.         return $instance;
  30478.     }
  30479.     /**
  30480.      * Gets the private 'monolog.logger.cache' shared service.
  30481.      *
  30482.      * @return \Symfony\Bridge\Monolog\Logger
  30483.      */
  30484.     protected function getMonolog_Logger_CacheService()
  30485.     {
  30486.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  30487.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30488.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30489.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30490.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  30491.         return $instance;
  30492.     }
  30493.     /**
  30494.      * Gets the private 'monolog.logger.mailer' shared service.
  30495.      *
  30496.      * @return \Symfony\Bridge\Monolog\Logger
  30497.      */
  30498.     protected function getMonolog_Logger_MailerService()
  30499.     {
  30500.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  30501.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30502.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30503.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  30505.         return $instance;
  30506.     }
  30507.     /**
  30508.      * Gets the private 'monolog.logger.messenger' shared service.
  30509.      *
  30510.      * @return \Symfony\Bridge\Monolog\Logger
  30511.      */
  30512.     protected function getMonolog_Logger_MessengerService()
  30513.     {
  30514.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  30515.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30516.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30517.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  30519.         return $instance;
  30520.     }
  30521.     /**
  30522.      * Gets the private 'monolog.logger.request' shared service.
  30523.      *
  30524.      * @return \Symfony\Bridge\Monolog\Logger
  30525.      */
  30526.     protected function getMonolog_Logger_RequestService()
  30527.     {
  30528.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  30529.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30530.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30531.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30532.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  30533.         return $instance;
  30534.     }
  30535.     /**
  30536.      * Gets the private 'parameter_bag' shared service.
  30537.      *
  30538.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  30539.      */
  30540.     protected function getParameterBagService()
  30541.     {
  30542.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  30543.     }
  30544.     /**
  30545.      * Gets the private 'profiler_listener' shared service.
  30546.      *
  30547.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  30548.      */
  30549.     protected function getProfilerListenerService()
  30550.     {
  30551.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  30552.         if (isset($this->privates['profiler_listener'])) {
  30553.             return $this->privates['profiler_listener'];
  30554.         }
  30555.         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);
  30556.     }
  30557.     /**
  30558.      * Gets the private 'property_info' shared service.
  30559.      *
  30560.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  30561.      */
  30562.     protected function getPropertyInfoService()
  30563.     {
  30564.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  30565.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  30566.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30567.         }, 2), new RewindableGenerator(function () {
  30568.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30569.         }, 1), new RewindableGenerator(function () {
  30570.             return new \EmptyIterator();
  30571.         }, 0), new RewindableGenerator(function () {
  30572.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30573.         }, 1), new RewindableGenerator(function () {
  30574.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  30575.         }, 1));
  30576.     }
  30577.     /**
  30578.      * Gets the private 'property_info.serializer_extractor' shared service.
  30579.      *
  30580.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  30581.      */
  30582.     protected function getPropertyInfo_SerializerExtractorService()
  30583.     {
  30584.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  30585.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  30586.     }
  30587.     /**
  30588.      * Gets the private 'router.cache_warmer' shared service.
  30589.      *
  30590.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  30591.      */
  30592.     protected function getRouter_CacheWarmerService()
  30593.     {
  30594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  30596.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30597.             'router' => ['services''router''getRouterService'false],
  30598.         ], [
  30599.             'router' => '?',
  30600.         ]))->withContext('router.cache_warmer'$this));
  30601.     }
  30602.     /**
  30603.      * Gets the private 'router.default' shared service.
  30604.      *
  30605.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  30606.      */
  30607.     protected function getRouter_DefaultService()
  30608.     {
  30609.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  30610.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30611.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30612.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  30613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30614.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30615.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  30616.         ], [
  30617.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  30618.         ]))->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');
  30619.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  30620.         return $instance;
  30621.     }
  30622.     /**
  30623.      * Gets the private 'router.request_context' shared service.
  30624.      *
  30625.      * @return \Symfony\Component\Routing\RequestContext
  30626.      */
  30627.     protected function getRouter_RequestContextService()
  30628.     {
  30629.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  30630.     }
  30631.     /**
  30632.      * Gets the private 'router_listener' shared service.
  30633.      *
  30634.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  30635.      */
  30636.     protected function getRouterListenerService()
  30637.     {
  30638.         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);
  30639.     }
  30640.     /**
  30641.      * Gets the private 'secrets.vault' shared service.
  30642.      *
  30643.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  30644.      */
  30645.     protected function getSecrets_VaultService()
  30646.     {
  30647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  30648.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  30649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  30650.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  30651.         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'));
  30652.     }
  30653.     /**
  30654.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  30655.      *
  30656.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  30657.      */
  30658.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  30659.     {
  30660.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30661.     }
  30662.     /**
  30663.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  30664.      *
  30665.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  30666.      */
  30667.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  30668.     {
  30669.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  30670.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  30671.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  30672.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  30673.     }
  30674.     /**
  30675.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  30676.      *
  30677.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  30678.      */
  30679.     protected function getSensioFrameworkExtra_View_ListenerService()
  30680.     {
  30681.         $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))));
  30682.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30683.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  30684.         ], [
  30685.             'twig' => '?',
  30686.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  30687.         return $instance;
  30688.     }
  30689.     /**
  30690.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  30691.      *
  30692.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  30693.      */
  30694.     protected function getSerializer_Mapping_CacheWarmerService()
  30695.     {
  30696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  30698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  30699.         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'));
  30700.     }
  30701.     /**
  30702.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  30703.      *
  30704.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  30705.      */
  30706.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  30707.     {
  30708.         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()))]));
  30709.     }
  30710.     /**
  30711.      * Gets the private 'session.factory' shared service.
  30712.      *
  30713.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  30714.      */
  30715.     protected function getSession_FactoryService()
  30716.     {
  30717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  30718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  30719.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  30720.         if (isset($this->privates['session.factory'])) {
  30721.             return $this->privates['session.factory'];
  30722.         }
  30723.         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']);
  30724.     }
  30725.     /**
  30726.      * Gets the private 'session.storage.factory.native' shared service.
  30727.      *
  30728.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  30729.      */
  30730.     protected function getSession_Storage_Factory_NativeService()
  30731.     {
  30732.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true);
  30733.     }
  30734.     /**
  30735.      * Gets the private 'session_listener' shared service.
  30736.      *
  30737.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  30738.      */
  30739.     protected function getSessionListenerService()
  30740.     {
  30741.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30742.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  30743.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  30744.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  30745.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  30746.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  30747.         ], [
  30748.             'initialized_session' => '?',
  30749.             'logger' => '?',
  30750.             'session' => '?',
  30751.             'session_collector' => '?',
  30752.             'session_factory' => '?',
  30753.         ]), true$this->parameters['session.storage.options']);
  30754.     }
  30755.     /**
  30756.      * Gets the private 'shopware.api.authorization_server' shared service.
  30757.      *
  30758.      * @return \League\OAuth2\Server\AuthorizationServer
  30759.      */
  30760.     protected function getShopware_Api_AuthorizationServerService()
  30761.     {
  30762.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  30763.         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 () {
  30764.             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()));
  30765.             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()));
  30766.             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()));
  30767.         }, 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'));
  30768.     }
  30769.     /**
  30770.      * Gets the private 'shopware.app_system.guzzle' shared service.
  30771.      *
  30772.      * @return \GuzzleHttp\Client
  30773.      */
  30774.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  30775.     {
  30776.         if ($lazyLoad) {
  30777.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  30778.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  30779.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  30780.                     $proxy->setProxyInitializer(null);
  30781.                     return true;
  30782.                 });
  30783.             });
  30784.         }
  30785.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  30786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  30787.         $a = \GuzzleHttp\HandlerStack::create();
  30788.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.18.0', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  30789.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  30790.     }
  30791.     /**
  30792.      * Gets the private 'shopware.asset.asset' shared service.
  30793.      *
  30794.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30795.      */
  30796.     protected function getShopware_Asset_AssetService()
  30797.     {
  30798.         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()));
  30799.     }
  30800.     /**
  30801.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  30802.      *
  30803.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  30804.      */
  30805.     protected function getShopware_Asset_Asset_VersionStrategyService()
  30806.     {
  30807.         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()));
  30808.     }
  30809.     /**
  30810.      * Gets the private 'shopware.asset.public' shared service.
  30811.      *
  30812.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30813.      */
  30814.     protected function getShopware_Asset_PublicService()
  30815.     {
  30816.         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())));
  30817.     }
  30818.     /**
  30819.      * Gets the private 'shopware.asset.sitemap' shared service.
  30820.      *
  30821.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  30822.      */
  30823.     protected function getShopware_Asset_SitemapService()
  30824.     {
  30825.         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())));
  30826.     }
  30827.     /**
  30828.      * Gets the private 'shopware.asset.theme' shared service.
  30829.      *
  30830.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  30831.      */
  30832.     protected function getShopware_Asset_ThemeService()
  30833.     {
  30834.         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())));
  30835.     }
  30836.     /**
  30837.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  30838.      *
  30839.      * @return \Psr\Log\LoggerInterface
  30840.      */
  30841.     protected function getShopware_Elasticsearch_LoggerService()
  30842.     {
  30843.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  30844.     }
  30845.     /**
  30846.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  30847.      *
  30848.      * @return \Elasticsearch\Client
  30849.      */
  30850.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  30851.     {
  30852.         if ($lazyLoad) {
  30853.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  30854.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  30855.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  30856.                     $proxy->setProxyInitializer(null);
  30857.                     return true;
  30858.                 });
  30859.             });
  30860.         }
  30861.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  30862.         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']);
  30863.     }
  30864.     /**
  30865.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  30866.      *
  30867.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  30868.      */
  30869.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  30870.     {
  30871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  30872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  30873.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30874.         $instance->setPool('message_queue');
  30875.         $instance->setConfig([]);
  30876.         return $instance;
  30877.     }
  30878.     /**
  30879.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  30880.      *
  30881.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  30882.      */
  30883.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  30884.     {
  30885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  30886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  30887.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30888.         $instance->setPool('user_activity');
  30889.         $instance->setConfig([]);
  30890.         return $instance;
  30891.     }
  30892.     /**
  30893.      * Gets the private 'shopware.jwt_config' shared service.
  30894.      *
  30895.      * @return \Lcobucci\JWT\Configuration
  30896.      */
  30897.     protected function getShopware_JwtConfigService()
  30898.     {
  30899.         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')))));
  30900.     }
  30901.     /**
  30902.      * Gets the private 'shopware.rate_limiter' shared service.
  30903.      *
  30904.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  30905.      */
  30906.     protected function getShopware_RateLimiterService()
  30907.     {
  30908.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  30909.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  30910.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30911.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  30912.         $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));
  30913.         $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));
  30914.         $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));
  30915.         $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));
  30916.         $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));
  30917.         $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));
  30918.         $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));
  30919.         $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));
  30920.         $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));
  30921.         return $instance;
  30922.     }
  30923.     /**
  30924.      * Gets the private 'slugify' shared service.
  30925.      *
  30926.      * @return \Cocur\Slugify\Slugify
  30927.      */
  30928.     protected function getSlugifyService()
  30929.     {
  30930.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  30931.     }
  30932.     /**
  30933.      * Gets the private 'translation.extractor' shared service.
  30934.      *
  30935.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  30936.      */
  30937.     protected function getTranslation_ExtractorService()
  30938.     {
  30939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  30940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  30941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  30942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  30943.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  30944.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  30945.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  30946.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  30947.         return $instance;
  30948.     }
  30949.     /**
  30950.      * Gets the private 'translation.loader.csv' shared service.
  30951.      *
  30952.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  30953.      */
  30954.     protected function getTranslation_Loader_CsvService()
  30955.     {
  30956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  30960.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  30961.     }
  30962.     /**
  30963.      * Gets the private 'translation.loader.dat' shared service.
  30964.      *
  30965.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  30966.      */
  30967.     protected function getTranslation_Loader_DatService()
  30968.     {
  30969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  30971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  30972.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  30973.     }
  30974.     /**
  30975.      * Gets the private 'translation.loader.ini' shared service.
  30976.      *
  30977.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  30978.      */
  30979.     protected function getTranslation_Loader_IniService()
  30980.     {
  30981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  30985.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  30986.     }
  30987.     /**
  30988.      * Gets the private 'translation.loader.json' shared service.
  30989.      *
  30990.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  30991.      */
  30992.     protected function getTranslation_Loader_JsonService()
  30993.     {
  30994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  30995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  30996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  30997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  30998.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  30999.     }
  31000.     /**
  31001.      * Gets the private 'translation.loader.mo' shared service.
  31002.      *
  31003.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  31004.      */
  31005.     protected function getTranslation_Loader_MoService()
  31006.     {
  31007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  31009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  31010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  31011.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  31012.     }
  31013.     /**
  31014.      * Gets the private 'translation.loader.php' shared service.
  31015.      *
  31016.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  31017.      */
  31018.     protected function getTranslation_Loader_PhpService()
  31019.     {
  31020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  31022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  31023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  31024.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  31025.     }
  31026.     /**
  31027.      * Gets the private 'translation.loader.po' shared service.
  31028.      *
  31029.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  31030.      */
  31031.     protected function getTranslation_Loader_PoService()
  31032.     {
  31033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  31035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  31036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  31037.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  31038.     }
  31039.     /**
  31040.      * Gets the private 'translation.loader.qt' shared service.
  31041.      *
  31042.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  31043.      */
  31044.     protected function getTranslation_Loader_QtService()
  31045.     {
  31046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  31048.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  31049.     }
  31050.     /**
  31051.      * Gets the private 'translation.loader.res' shared service.
  31052.      *
  31053.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  31054.      */
  31055.     protected function getTranslation_Loader_ResService()
  31056.     {
  31057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  31059.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  31060.     }
  31061.     /**
  31062.      * Gets the private 'translation.loader.xliff' shared service.
  31063.      *
  31064.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  31065.      */
  31066.     protected function getTranslation_Loader_XliffService()
  31067.     {
  31068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  31070.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  31071.     }
  31072.     /**
  31073.      * Gets the private 'translation.loader.yml' shared service.
  31074.      *
  31075.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  31076.      */
  31077.     protected function getTranslation_Loader_YmlService()
  31078.     {
  31079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  31081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  31082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  31083.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  31084.     }
  31085.     /**
  31086.      * Gets the private 'translation.provider_collection' shared service.
  31087.      *
  31088.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  31089.      */
  31090.     protected function getTranslation_ProviderCollectionService()
  31091.     {
  31092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  31093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  31094.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  31095.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  31096.         }, 1), []))->fromConfig([]);
  31097.     }
  31098.     /**
  31099.      * Gets the private 'translation.reader' shared service.
  31100.      *
  31101.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  31102.      */
  31103.     protected function getTranslation_ReaderService()
  31104.     {
  31105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  31106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  31107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  31108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  31109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  31110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  31111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  31112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  31113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  31114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  31115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  31116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  31117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  31118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  31119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  31120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  31121.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  31122.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  31123.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  31124.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  31125.         $instance->addLoader('yaml'$a);
  31126.         $instance->addLoader('yml'$a);
  31127.         $instance->addLoader('xlf'$b);
  31128.         $instance->addLoader('xliff'$b);
  31129.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  31130.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  31131.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  31132.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  31133.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  31134.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  31135.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  31136.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  31137.         return $instance;
  31138.     }
  31139.     /**
  31140.      * Gets the private 'translation.warmer' shared service.
  31141.      *
  31142.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  31143.      */
  31144.     protected function getTranslation_WarmerService()
  31145.     {
  31146.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  31148.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31149.             'translator' => ['services''translator''getTranslatorService'false],
  31150.         ], [
  31151.             'translator' => '?',
  31152.         ]))->withContext('translation.warmer'$this));
  31153.     }
  31154.     /**
  31155.      * Gets the private 'translation.writer' shared service.
  31156.      *
  31157.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  31158.      */
  31159.     protected function getTranslation_WriterService()
  31160.     {
  31161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  31162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  31163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  31164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  31165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  31166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  31167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  31168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  31169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  31170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  31171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  31172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  31173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  31174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  31175.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  31176.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  31177.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  31178.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  31179.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  31180.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  31181.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  31182.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  31183.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  31184.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  31185.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  31186.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  31187.         return $instance;
  31188.     }
  31189.     /**
  31190.      * Gets the private 'translator.default' shared service.
  31191.      *
  31192.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  31193.      */
  31194.     protected function getTranslator_DefaultService()
  31195.     {
  31196.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31197.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  31198.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  31199.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  31200.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  31201.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  31202.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  31203.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  31204.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  31205.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  31206.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  31207.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  31208.         ], [
  31209.             'translation.loader.csv' => '?',
  31210.             'translation.loader.dat' => '?',
  31211.             'translation.loader.ini' => '?',
  31212.             'translation.loader.json' => '?',
  31213.             'translation.loader.mo' => '?',
  31214.             'translation.loader.php' => '?',
  31215.             'translation.loader.po' => '?',
  31216.             'translation.loader.qt' => '?',
  31217.             'translation.loader.res' => '?',
  31218.             'translation.loader.xliff' => '?',
  31219.             'translation.loader.yml' => '?',
  31220.         ]), ($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/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 18 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/translations'), 23 => (\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/translations'), 24 => (\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/translations'), 25 => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/ujy/shopware6-binefeld-import/src/translations'), 27 => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/translations'), 28 => (\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/web-profiler-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'10 => 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'11 => 'vendor/shopware/core/Framework/translations'12 => 'vendor/shopware/core/System/translations'13 => 'vendor/shopware/core/Content/translations'14 => 'vendor/shopware/core/Checkout/translations'15 => 'vendor/shopware/core/Profiling/translations'16 => 'vendor/shopware/administration/translations'17 => 'vendor/shopware/storefront/translations'18 => 'vendor/shopware/elasticsearch/translations'19 => 'vendor/shopware/core/Maintenance/translations'20 => 'custom/plugins/SwagLanguagePack/src/translations'21 => 'custom/plugins/SwagMarkets/src/translations'22 => 'custom/plugins/SwagExtensionStore/src/translations'23 => 'custom/plugins/Alm6FontAwesome/src/translations'24 => 'custom/plugins/DneCustomCssJs/src/translations'25 => 'custom/plugins/SwpaMenu/src/translations'26 => 'vendor/ujy/shopware6-binefeld-import/src/translations'27 => 'custom/plugins/zenitPlatformGravity/src/translations'28 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  31221.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  31222.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  31223.         return $instance;
  31224.     }
  31225.     /**
  31226.      * Gets the private 'translator.formatter.default' shared service.
  31227.      *
  31228.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  31229.      */
  31230.     protected function getTranslator_Formatter_DefaultService()
  31231.     {
  31232.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  31233.     }
  31234.     /**
  31235.      * Gets the private 'twig.command.debug' shared service.
  31236.      *
  31237.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  31238.      */
  31239.     protected function getTwig_Command_DebugService()
  31240.     {
  31241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31242.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  31243.         $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()));
  31244.         $instance->setName('debug:twig');
  31245.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  31246.         return $instance;
  31247.     }
  31248.     /**
  31249.      * Gets the private 'twig.command.lint' shared service.
  31250.      *
  31251.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  31252.      */
  31253.     protected function getTwig_Command_LintService()
  31254.     {
  31255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31256.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  31257.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  31258.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  31259.         $instance->setName('lint:twig');
  31260.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  31261.         return $instance;
  31262.     }
  31263.     /**
  31264.      * Gets the private 'twig.extension.trans' shared service.
  31265.      *
  31266.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  31267.      */
  31268.     protected function getTwig_Extension_TransService()
  31269.     {
  31270.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  31271.         if (isset($this->privates['twig.extension.trans'])) {
  31272.             return $this->privates['twig.extension.trans'];
  31273.         }
  31274.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  31275.     }
  31276.     /**
  31277.      * Gets the private 'twig.loader.chain' shared service.
  31278.      *
  31279.      * @return \Twig\Loader\ChainLoader
  31280.      */
  31281.     protected function getTwig_Loader_ChainService()
  31282.     {
  31283.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  31284.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  31285.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  31286.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  31287.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  31288.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  31289.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  31290.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  31291.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  31292.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  31293.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  31294.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  31295.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  31296.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  31297.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  31298.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  31299.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  31300.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  31301.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Resources/views'), 'Alm6FontAwesome');
  31302.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Resources/views'), '!Alm6FontAwesome');
  31303.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Resources/views'), 'DneCustomCssJs');
  31304.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Resources/views'), '!DneCustomCssJs');
  31305.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources/views'), 'zenitPlatformGravity');
  31306.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources/views'), '!zenitPlatformGravity');
  31307.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  31308.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  31309.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  31310.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  31311.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  31312.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  31313.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  31314.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  31315.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  31316.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  31317.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  31318.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  31319.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  31320.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  31321.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  31322.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  31323.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  31324.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  31325.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  31326.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  31327.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  31328.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  31329.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  31330.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  31331.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  31332.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  31333.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  31334.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  31335.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  31336.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  31337.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  31338.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  31339.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  31340.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  31341.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  31342.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Resources'), 'SwagLanguagePack');
  31343.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Resources'), 'SwagMarkets');
  31344.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  31345.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Resources/views'));
  31346.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Resources/views'), 'Alm6FontAwesome');
  31347.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src/Resources'), 'Alm6FontAwesome');
  31348.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Resources/views'));
  31349.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Resources/views'), 'DneCustomCssJs');
  31350.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src/Resources'), 'DneCustomCssJs');
  31351.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/Resources'), 'SwpaMenu');
  31352.         $a->addPath((\dirname(__DIR__4).'/vendor/ujy/shopware6-binefeld-import/src/Resources'), 'UjyImport');
  31353.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources/views'));
  31354.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources/views'), 'zenitPlatformGravity');
  31355.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources/views/../app/storefront/dist'), 'zenitPlatformGravity');
  31356.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Resources'), 'zenitPlatformGravity');
  31357.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  31358.         $instance->addLoader($a);
  31359.         return $instance;
  31360.     }
  31361.     /**
  31362.      * Gets the private 'twig.mailer.message_listener' shared service.
  31363.      *
  31364.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  31365.      */
  31366.     protected function getTwig_Mailer_MessageListenerService()
  31367.     {
  31368.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  31369.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  31370.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  31371.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31372.         if (isset($this->privates['twig.mailer.message_listener'])) {
  31373.             return $this->privates['twig.mailer.message_listener'];
  31374.         }
  31375.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  31376.     }
  31377.     /**
  31378.      * Gets the private 'twig.runtime.httpkernel' shared service.
  31379.      *
  31380.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  31381.      */
  31382.     protected function getTwig_Runtime_HttpkernelService()
  31383.     {
  31384.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  31385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  31386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  31387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  31388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  31389.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  31390.         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, [
  31391.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  31392.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  31393.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  31394.         ], [
  31395.             'esi' => '?',
  31396.             'hinclude' => '?',
  31397.             'inline' => '?',
  31398.         ]), $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));
  31399.     }
  31400.     /**
  31401.      * Gets the private 'twig.runtime.security_csrf' shared service.
  31402.      *
  31403.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  31404.      */
  31405.     protected function getTwig_Runtime_SecurityCsrfService()
  31406.     {
  31407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  31408.         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()));
  31409.     }
  31410.     /**
  31411.      * Gets the private 'twig.runtime.serializer' shared service.
  31412.      *
  31413.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  31414.      */
  31415.     protected function getTwig_Runtime_SerializerService()
  31416.     {
  31417.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  31418.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  31419.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  31420.     }
  31421.     /**
  31422.      * Gets the private 'ujyImportDeactivateProducts.handler' shared service.
  31423.      *
  31424.      * @return \Ujy\Import\MessageHandlers\DeactivateProductsMessageHandler
  31425.      */
  31426.     protected function getUjyImportDeactivateProducts_HandlerService()
  31427.     {
  31428.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/MessageHandlers/DeactivateProductsMessageHandler.php';
  31429.         $a = ($this->services['ujyProductImport.service'] ?? $this->getUjyProductImport_ServiceService());
  31430.         if (isset($this->privates['ujyImportDeactivateProducts.handler'])) {
  31431.             return $this->privates['ujyImportDeactivateProducts.handler'];
  31432.         }
  31433.         return $this->privates['ujyImportDeactivateProducts.handler'] = new \Ujy\Import\MessageHandlers\DeactivateProductsMessageHandler($a);
  31434.     }
  31435.     /**
  31436.      * Gets the private 'ujyImportProductDescriptionsImportMessage.handler' shared service.
  31437.      *
  31438.      * @return \Ujy\Import\MessageHandlers\ProductDescriptionsImportMessageHandler
  31439.      */
  31440.     protected function getUjyImportProductDescriptionsImportMessage_HandlerService()
  31441.     {
  31442.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/MessageHandlers/ProductDescriptionsImportMessageHandler.php';
  31443.         $a = ($this->services['ujyProductDescriptionImport.service'] ?? $this->getUjyProductDescriptionImport_ServiceService());
  31444.         if (isset($this->privates['ujyImportProductDescriptionsImportMessage.handler'])) {
  31445.             return $this->privates['ujyImportProductDescriptionsImportMessage.handler'];
  31446.         }
  31447.         return $this->privates['ujyImportProductDescriptionsImportMessage.handler'] = new \Ujy\Import\MessageHandlers\ProductDescriptionsImportMessageHandler($a);
  31448.     }
  31449.     /**
  31450.      * Gets the private 'ujyImportProductsImportMessage.handler' shared service.
  31451.      *
  31452.      * @return \Ujy\Import\MessageHandlers\ProductsImportMessageHandler
  31453.      */
  31454.     protected function getUjyImportProductsImportMessage_HandlerService()
  31455.     {
  31456.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/MessageHandlers/ProductsImportMessageHandler.php';
  31457.         $a = ($this->services['ujyProductImport.service'] ?? $this->getUjyProductImport_ServiceService());
  31458.         if (isset($this->privates['ujyImportProductsImportMessage.handler'])) {
  31459.             return $this->privates['ujyImportProductsImportMessage.handler'];
  31460.         }
  31461.         return $this->privates['ujyImportProductsImportMessage.handler'] = new \Ujy\Import\MessageHandlers\ProductsImportMessageHandler($a);
  31462.     }
  31463.     /**
  31464.      * Gets the private 'ujyImportSangebotsImportMessage.handler' shared service.
  31465.      *
  31466.      * @return \Ujy\Import\MessageHandlers\SangebotsImportMessageHandler
  31467.      */
  31468.     protected function getUjyImportSangebotsImportMessage_HandlerService()
  31469.     {
  31470.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/MessageHandlers/SangebotsImportMessageHandler.php';
  31471.         $a = ($this->services['ujySangebotImport.service'] ?? $this->getUjySangebotImport_ServiceService());
  31472.         if (isset($this->privates['ujyImportSangebotsImportMessage.handler'])) {
  31473.             return $this->privates['ujyImportSangebotsImportMessage.handler'];
  31474.         }
  31475.         return $this->privates['ujyImportSangebotsImportMessage.handler'] = new \Ujy\Import\MessageHandlers\SangebotsImportMessageHandler($a);
  31476.     }
  31477.     /**
  31478.      * Gets the private 'ujyMessage.service' shared service.
  31479.      *
  31480.      * @return \Ujy\Import\Services\MessageService
  31481.      */
  31482.     protected function getUjyMessage_ServiceService()
  31483.     {
  31484.         include_once \dirname(__DIR__4).'/custom/static-plugins/UjyImport/src/Services/MessageService.php';
  31485.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31486.         if (isset($this->privates['ujyMessage.service'])) {
  31487.             return $this->privates['ujyMessage.service'];
  31488.         }
  31489.         return $this->privates['ujyMessage.service'] = new \Ujy\Import\Services\MessageService($a);
  31490.     }
  31491.     /**
  31492.      * Gets the private 'validator.builder' shared service.
  31493.      *
  31494.      * @return \Symfony\Component\Validator\ValidatorBuilder
  31495.      */
  31496.     protected function getValidator_BuilderService()
  31497.     {
  31498.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  31499.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  31500.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31501.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  31502.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  31503.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  31504.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  31505.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  31506.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  31507.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  31508.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  31509.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  31510.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  31511.         ], [
  31512.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  31513.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  31514.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  31515.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  31516.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  31517.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  31518.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  31519.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  31520.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  31521.             'validator.expression' => '?',
  31522.         ])));
  31523.         if ($this->has('translator')) {
  31524.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  31525.         }
  31526.         $instance->setTranslationDomain('validators');
  31527.         $instance->enableAnnotationMapping(true);
  31528.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31529.         $instance->addMethodMapping('loadValidatorMetadata');
  31530.         $instance->addObjectInitializers([]);
  31531.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  31532.         return $instance;
  31533.     }
  31534.     /**
  31535.      * Gets the private 'validator.email' shared service.
  31536.      *
  31537.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  31538.      */
  31539.     protected function getValidator_EmailService()
  31540.     {
  31541.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  31542.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  31543.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  31544.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  31545.     }
  31546.     /**
  31547.      * Gets the private 'validator.expression' shared service.
  31548.      *
  31549.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  31550.      */
  31551.     protected function getValidator_ExpressionService()
  31552.     {
  31553.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  31554.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  31555.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  31556.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  31557.     }
  31558.     /**
  31559.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  31560.      *
  31561.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  31562.      */
  31563.     protected function getValidator_Mapping_CacheWarmerService()
  31564.     {
  31565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  31567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  31568.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  31569.     }
  31570.     /**
  31571.      * Gets the private 'validator.not_compromised_password' shared service.
  31572.      *
  31573.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  31574.      */
  31575.     protected function getValidator_NotCompromisedPasswordService()
  31576.     {
  31577.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  31578.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  31579.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  31580.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  31581.     }
  31582.     /**
  31583.      * Gets the private 'var_dumper.command.server_dump' shared service.
  31584.      *
  31585.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  31586.      */
  31587.     protected function getVarDumper_Command_ServerDumpService()
  31588.     {
  31589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31590.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  31591.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  31592.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  31593.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  31594.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  31595.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  31596.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  31597.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  31598.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  31599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  31600.         $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()))]);
  31601.         $instance->setName('server:dump');
  31602.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  31603.         return $instance;
  31604.     }
  31605.     /**
  31606.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  31607.      *
  31608.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  31609.      */
  31610.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  31611.     {
  31612.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  31613.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  31614.         return $instance;
  31615.     }
  31616.     /**
  31617.      * Gets the private 'var_dumper.html_dumper' shared service.
  31618.      *
  31619.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  31620.      */
  31621.     protected function getVarDumper_HtmlDumperService()
  31622.     {
  31623.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  31624.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  31625.         return $instance;
  31626.     }
  31627.     /**
  31628.      * Gets the private 'web_profiler.csp.handler' shared service.
  31629.      *
  31630.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  31631.      */
  31632.     protected function getWebProfiler_Csp_HandlerService()
  31633.     {
  31634.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  31635.     }
  31636.     /**
  31637.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  31638.      *
  31639.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  31640.      */
  31641.     protected function getWebProfiler_DebugToolbarService()
  31642.     {
  31643.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31644.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  31645.             return $this->privates['web_profiler.debug_toolbar'];
  31646.         }
  31647.         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()));
  31648.     }
  31649.     /**
  31650.      * Gets the private 'zenit\PlatformGravity\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  31651.      *
  31652.      * @return \zenit\PlatformGravity\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  31653.      */
  31654.     protected function getImageSliderTypeDataResolver2Service()
  31655.     {
  31656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31658.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  31659.         return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] = new \zenit\PlatformGravity\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  31660.     }
  31661.     /**
  31662.      * Gets the private 'zenit\PlatformGravity\Core\Content\Media\Cms\Type\TeaserTypeDataResolver' shared service.
  31663.      *
  31664.      * @return \zenit\PlatformGravity\Core\Content\Media\Cms\Type\TeaserTypeDataResolver
  31665.      */
  31666.     protected function getTeaserTypeDataResolverService()
  31667.     {
  31668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  31671.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Core/Content/Media/Cms/Type/TeaserTypeDataResolver.php';
  31672.         return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Media\\Cms\\Type\\TeaserTypeDataResolver'] = new \zenit\PlatformGravity\Core\Content\Media\Cms\Type\TeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  31673.     }
  31674.     /**
  31675.      * Gets the private 'zenit\PlatformGravity\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator' shared service.
  31676.      *
  31677.      * @return \zenit\PlatformGravity\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator
  31678.      */
  31679.     protected function getProductBoxCmsElementResolverDecoratorService()
  31680.     {
  31681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31683.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Core/Content/Product/Cms/ProductBoxCmsElementResolverDecorator.php';
  31684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  31685.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31686.         if (isset($this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'])) {
  31687.             return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'];
  31688.         }
  31689.         return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'] = new \zenit\PlatformGravity\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator(new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a));
  31690.     }
  31691.     /**
  31692.      * Gets the private 'zenit\PlatformGravity\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator' shared service.
  31693.      *
  31694.      * @return \zenit\PlatformGravity\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator
  31695.      */
  31696.     protected function getProductSliderCmsElementResolverDecoratorService()
  31697.     {
  31698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31700.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Core/Content/Product/Cms/ProductSliderCmsElementResolverDecorator.php';
  31701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  31702.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31703.         if (isset($this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'])) {
  31704.             return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'];
  31705.         }
  31706.         return $this->privates['zenit\\PlatformGravity\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'] = new \zenit\PlatformGravity\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator(new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a));
  31707.     }
  31708.     /**
  31709.      * Gets the private 'zenit\PlatformGravity\Subscriber\ProductListingSubscriber' shared service.
  31710.      *
  31711.      * @return \zenit\PlatformGravity\Subscriber\ProductListingSubscriber
  31712.      */
  31713.     protected function getProductListingSubscriberService()
  31714.     {
  31715.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Subscriber/ProductListingSubscriber.php';
  31716.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  31717.         if (isset($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'])) {
  31718.             return $this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'];
  31719.         }
  31720.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31721.         if (isset($this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'])) {
  31722.             return $this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'];
  31723.         }
  31724.         return $this->privates['zenit\\PlatformGravity\\Subscriber\\ProductListingSubscriber'] = new \zenit\PlatformGravity\Subscriber\ProductListingSubscriber($a$b);
  31725.     }
  31726.     /**
  31727.      * Gets the private 'zenit\PlatformGravity\Subscriber\QuickViewSubscriber' shared service.
  31728.      *
  31729.      * @return \zenit\PlatformGravity\Subscriber\QuickViewSubscriber
  31730.      */
  31731.     protected function getQuickViewSubscriberService()
  31732.     {
  31733.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src/Subscriber/QuickViewSubscriber.php';
  31734.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  31735.         if (isset($this->privates['zenit\\PlatformGravity\\Subscriber\\QuickViewSubscriber'])) {
  31736.             return $this->privates['zenit\\PlatformGravity\\Subscriber\\QuickViewSubscriber'];
  31737.         }
  31738.         return $this->privates['zenit\\PlatformGravity\\Subscriber\\QuickViewSubscriber'] = new \zenit\PlatformGravity\Subscriber\QuickViewSubscriber($a);
  31739.     }
  31740.     /**
  31741.      * Gets the public 'cache_clearer' alias.
  31742.      *
  31743.      * @return object The ".container.private.cache_clearer" service.
  31744.      */
  31745.     protected function getCacheClearerService()
  31746.     {
  31747.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  31748.         return $this->get('.container.private.cache_clearer');
  31749.     }
  31750.     /**
  31751.      * Gets the public 'filesystem' alias.
  31752.      *
  31753.      * @return object The ".container.private.filesystem" service.
  31754.      */
  31755.     protected function getFilesystemService()
  31756.     {
  31757.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  31758.         return $this->get('.container.private.filesystem');
  31759.     }
  31760.     /**
  31761.      * Gets the public 'serializer' alias.
  31762.      *
  31763.      * @return object The ".container.private.serializer" service.
  31764.      */
  31765.     protected function getSerializerService()
  31766.     {
  31767.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  31768.         return $this->get('.container.private.serializer');
  31769.     }
  31770.     /**
  31771.      * Gets the public 'security.csrf.token_manager' alias.
  31772.      *
  31773.      * @return object The ".container.private.security.csrf.token_manager" service.
  31774.      */
  31775.     protected function getSecurity_Csrf_TokenManagerService()
  31776.     {
  31777.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  31778.         return $this->get('.container.private.security.csrf.token_manager');
  31779.     }
  31780.     /**
  31781.      * Gets the public 'profiler' alias.
  31782.      *
  31783.      * @return object The ".container.private.profiler" service.
  31784.      */
  31785.     protected function getProfiler2Service()
  31786.     {
  31787.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  31788.         return $this->get('.container.private.profiler');
  31789.     }
  31790.     /**
  31791.      * Gets the public 'twig' alias.
  31792.      *
  31793.      * @return object The ".container.private.twig" service.
  31794.      */
  31795.     protected function getTwigService()
  31796.     {
  31797.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  31798.         return $this->get('.container.private.twig');
  31799.     }
  31800.     /**
  31801.      * Gets the public 'session' alias.
  31802.      *
  31803.      * @return object The ".container.private.session" service.
  31804.      */
  31805.     protected function getSessionService()
  31806.     {
  31807.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  31808.         return $this->get('.container.private.session');
  31809.     }
  31810.     /**
  31811.      * Gets the public 'validator' alias.
  31812.      *
  31813.      * @return object The ".container.private.validator" service.
  31814.      */
  31815.     protected function getValidatorService()
  31816.     {
  31817.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  31818.         return $this->get('.container.private.validator');
  31819.     }
  31820.     /**
  31821.      * @return array|bool|float|int|string|\UnitEnum|null
  31822.      */
  31823.     public function getParameter(string $name)
  31824.     {
  31825.         if (isset($this->buildParameters[$name])) {
  31826.             return $this->buildParameters[$name];
  31827.         }
  31828.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  31829.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  31830.         }
  31831.         if (isset($this->loadedDynamicParameters[$name])) {
  31832.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  31833.         }
  31834.         return $this->parameters[$name];
  31835.     }
  31836.     public function hasParameter(string $name): bool
  31837.     {
  31838.         if (isset($this->buildParameters[$name])) {
  31839.             return true;
  31840.         }
  31841.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  31842.     }
  31843.     public function setParameter(string $name$value): void
  31844.     {
  31845.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  31846.     }
  31847.     public function getParameterBag(): ParameterBagInterface
  31848.     {
  31849.         if (null === $this->parameterBag) {
  31850.             $parameters $this->parameters;
  31851.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  31852.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  31853.             }
  31854.             foreach ($this->buildParameters as $name => $value) {
  31855.                 $parameters[$name] = $value;
  31856.             }
  31857.             $this->parameterBag = new FrozenParameterBag($parameters);
  31858.         }
  31859.         return $this->parameterBag;
  31860.     }
  31861.     private $loadedDynamicParameters = [
  31862.         'kernel.runtime_environment' => false,
  31863.         'kernel.build_dir' => false,
  31864.         'kernel.cache_dir' => false,
  31865.         'APP_URL' => false,
  31866.         'shopware.routing.registered_api_prefixes' => false,
  31867.         'shopware.dbal.time_zone_support_enabled' => false,
  31868.         'shopware.dbal.token_minimum_length' => false,
  31869.         'instance_id' => false,
  31870.         'shopware_administration.path_name' => false,
  31871.         'shopware.http.cache.enabled' => false,
  31872.         'shopware.http.cache.default_ttl' => false,
  31873.         'elasticsearch.enabled' => false,
  31874.         'elasticsearch.indexing_enabled' => false,
  31875.         'elasticsearch.hosts' => false,
  31876.         'elasticsearch.index_prefix' => false,
  31877.         'shopware.cdn.strategy' => false,
  31878.         'kernel.secret' => false,
  31879.         'debug.container.dump' => false,
  31880.         'serializer.mapping.cache.file' => false,
  31881.         'session.save_path' => false,
  31882.         'validator.mapping.cache.file' => false,
  31883.         'profiler.storage.dsn' => false,
  31884.         'shopware.cdn' => false,
  31885.         'shopware.deployment' => false,
  31886.         'shopware.deployment.blue_green' => false,
  31887.         'shopware.html_sanitizer' => false,
  31888.         'shopware.html_sanitizer.cache_dir' => false,
  31889.         'shopware.cache' => false,
  31890.         'shopware.cache.redis_prefix' => false,
  31891.         'elasticsearch.indexing_batch_size' => false,
  31892.         'elasticsearch.throw_exception' => false,
  31893.     ];
  31894.     private $dynamicParameters = [];
  31895.     private function getDynamicParameter(string $name)
  31896.     {
  31897.         switch ($name) {
  31898.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  31899.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  31900.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  31901.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  31902.             case 'shopware.routing.registered_api_prefixes'$value = [
  31903.                 => '_wdt',
  31904.                 => '_profiler',
  31905.                 => '_error',
  31906.                 => 'api',
  31907.                 => 'sw-domain-hash.html',
  31908.                 => 'store-api',
  31909.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  31910.                 => 'api',
  31911.             ]; break;
  31912.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  31913.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  31914.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  31915.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  31916.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  31917.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  31918.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  31919.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  31920.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  31921.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  31922.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  31923.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  31924.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Production_KernelDevDebugContainer.xml'); break;
  31925.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  31926.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  31927.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  31928.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  31929.             case 'shopware.cdn'$value = [
  31930.                 'url' => '',
  31931.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  31932.             ]; break;
  31933.             case 'shopware.deployment'$value = [
  31934.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  31935.             ]; break;
  31936.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  31937.             case 'shopware.html_sanitizer'$value = [
  31938.                 'cache_dir' => $this->targetDir.'',
  31939.                 'cache_enabled' => true,
  31940.                 'sets' => [
  31941.                     'basic' => [
  31942.                         'tags' => [
  31943.                             => 'a',
  31944.                             => 'abbr',
  31945.                             => 'acronym',
  31946.                             => 'address',
  31947.                             => 'b',
  31948.                             => 'bdo',
  31949.                             => 'big',
  31950.                             => 'blockquote',
  31951.                             => 'br',
  31952.                             => 'caption',
  31953.                             10 => 'center',
  31954.                             11 => 'cite',
  31955.                             12 => 'code',
  31956.                             13 => 'col',
  31957.                             14 => 'colgroup',
  31958.                             15 => 'dd',
  31959.                             16 => 'del',
  31960.                             17 => 'dfn',
  31961.                             18 => 'dir',
  31962.                             19 => 'div',
  31963.                             20 => 'dl',
  31964.                             21 => 'dt',
  31965.                             22 => 'em',
  31966.                             23 => 'font',
  31967.                             24 => 'h1',
  31968.                             25 => 'h2',
  31969.                             26 => 'h3',
  31970.                             27 => 'h4',
  31971.                             28 => 'h5',
  31972.                             29 => 'h6',
  31973.                             30 => 'hr',
  31974.                             31 => 'i',
  31975.                             32 => 'ins',
  31976.                             33 => 'kbd',
  31977.                             34 => 'li',
  31978.                             35 => 'menu',
  31979.                             36 => 'ol',
  31980.                             37 => 'p',
  31981.                             38 => 'pre',
  31982.                             39 => 'q',
  31983.                             40 => 's',
  31984.                             41 => 'samp',
  31985.                             42 => 'small',
  31986.                             43 => 'span',
  31987.                             44 => 'strike',
  31988.                             45 => 'strong',
  31989.                             46 => 'sub',
  31990.                             47 => 'sup',
  31991.                             48 => 'table',
  31992.                             49 => 'tbody',
  31993.                             50 => 'td',
  31994.                             51 => 'tfoot',
  31995.                             52 => 'th',
  31996.                             53 => 'thead',
  31997.                             54 => 'tr',
  31998.                             55 => 'tt',
  31999.                             56 => 'u',
  32000.                             57 => 'ul',
  32001.                             58 => 'var',
  32002.                         ],
  32003.                         'attributes' => [
  32004.                             => 'align',
  32005.                             => 'bgcolor',
  32006.                             => 'border',
  32007.                             => 'cellpadding',
  32008.                             => 'cellspacing',
  32009.                             => 'cite',
  32010.                             => 'class',
  32011.                             => 'clear',
  32012.                             => 'color',
  32013.                             => 'colspan',
  32014.                             10 => 'dir',
  32015.                             11 => 'face',
  32016.                             12 => 'frame',
  32017.                             13 => 'height',
  32018.                             14 => 'href',
  32019.                             15 => 'id',
  32020.                             16 => 'lang',
  32021.                             17 => 'name',
  32022.                             18 => 'noshade',
  32023.                             19 => 'nowrap',
  32024.                             20 => 'rel',
  32025.                             21 => 'rev',
  32026.                             22 => 'rowspan',
  32027.                             23 => 'scope',
  32028.                             24 => 'size',
  32029.                             25 => 'span',
  32030.                             26 => 'start',
  32031.                             27 => 'style',
  32032.                             28 => 'summary',
  32033.                             29 => 'title',
  32034.                             30 => 'type',
  32035.                             31 => 'valign',
  32036.                             32 => 'value',
  32037.                             33 => 'width',
  32038.                         ],
  32039.                         'options' => [
  32040.                         ],
  32041.                     ],
  32042.                     'media' => [
  32043.                         'tags' => [
  32044.                             => 'img',
  32045.                         ],
  32046.                         'attributes' => [
  32047.                             => 'src',
  32048.                             => 'alt',
  32049.                         ],
  32050.                         'options' => [
  32051.                         ],
  32052.                     ],
  32053.                     'script' => [
  32054.                         'tags' => [
  32055.                             => 'script',
  32056.                         ],
  32057.                         'options' => [
  32058.                             'HTML.Trusted' => true,
  32059.                         ],
  32060.                         'attributes' => [
  32061.                         ],
  32062.                     ],
  32063.                     'tidy' => [
  32064.                         'options' => [
  32065.                             'Output.TidyFormat' => true,
  32066.                         ],
  32067.                         'tags' => [
  32068.                         ],
  32069.                         'attributes' => [
  32070.                         ],
  32071.                     ],
  32072.                 ],
  32073.                 'fields' => [
  32074.                     'product_translation.description' => [
  32075.                         'sets' => [
  32076.                             => 'basic',
  32077.                             => 'media',
  32078.                         ],
  32079.                     ],
  32080.                     'app_cms_block.template' => [
  32081.                         'sets' => [
  32082.                             => 'basic',
  32083.                             => 'media',
  32084.                             => 'tidy',
  32085.                         ],
  32086.                     ],
  32087.                 ],
  32088.             ]; break;
  32089.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  32090.             case 'shopware.cache'$value = [
  32091.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  32092.                 'invalidation' => [
  32093.                     'delay' => 0,
  32094.                     'count' => 150,
  32095.                     'http_cache' => [
  32096.                         => 'logged-in',
  32097.                         => 'cart-filled',
  32098.                     ],
  32099.                     'product_listing_route' => [
  32100.                     ],
  32101.                     'product_detail_route' => [
  32102.                     ],
  32103.                     'product_review_route' => [
  32104.                     ],
  32105.                     'product_search_route' => [
  32106.                     ],
  32107.                     'product_suggest_route' => [
  32108.                     ],
  32109.                     'product_cross_selling_route' => [
  32110.                     ],
  32111.                     'payment_method_route' => [
  32112.                     ],
  32113.                     'shipping_method_route' => [
  32114.                     ],
  32115.                     'navigation_route' => [
  32116.                     ],
  32117.                     'category_route' => [
  32118.                     ],
  32119.                     'landing_page_route' => [
  32120.                     ],
  32121.                     'language_route' => [
  32122.                     ],
  32123.                     'currency_route' => [
  32124.                     ],
  32125.                     'country_route' => [
  32126.                     ],
  32127.                     'country_state_route' => [
  32128.                     ],
  32129.                     'salutation_route' => [
  32130.                     ],
  32131.                     'sitemap_route' => [
  32132.                     ],
  32133.                 ],
  32134.             ]; break;
  32135.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  32136.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  32137.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  32138.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  32139.         }
  32140.         $this->loadedDynamicParameters[$name] = true;
  32141.         return $this->dynamicParameters[$name] = $value;
  32142.     }
  32143.     protected function getDefaultParameters(): array
  32144.     {
  32145.         return [
  32146.             'kernel.project_dir' => \dirname(__DIR__4),
  32147.             'kernel.environment' => 'dev',
  32148.             'kernel.debug' => true,
  32149.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  32150.             'kernel.bundles' => [
  32151.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  32152.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  32153.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  32154.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  32155.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  32156.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  32157.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  32158.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  32159.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  32160.                 'System' => 'Shopware\\Core\\System\\System',
  32161.                 'Content' => 'Shopware\\Core\\Content\\Content',
  32162.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  32163.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  32164.                 'Administration' => 'Shopware\\Administration\\Administration',
  32165.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  32166.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  32167.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  32168.                 'SwagLanguagePack' => 'Swag\\LanguagePack\\SwagLanguagePack',
  32169.                 'SwagMarkets' => 'Swag\\Markets\\SwagMarkets',
  32170.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  32171.                 'Alm6FontAwesome' => 'Alm6FontAwesome\\Alm6FontAwesome',
  32172.                 'DneCustomCssJs' => 'Dne\\CustomCssJs\\DneCustomCssJs',
  32173.                 'SwpaMenu' => 'Swpa\\SwpaMenu\\SwpaMenu',
  32174.                 'UjyImport' => 'Ujy\\Import\\UjyImport',
  32175.                 'zenitPlatformGravity' => 'zenit\\PlatformGravity\\zenitPlatformGravity',
  32176.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  32177.             ],
  32178.             'kernel.bundles_metadata' => [
  32179.                 'FrameworkBundle' => [
  32180.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  32181.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  32182.                 ],
  32183.                 'MonologBundle' => [
  32184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  32185.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  32186.                 ],
  32187.                 'SensioFrameworkExtraBundle' => [
  32188.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  32189.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  32190.                 ],
  32191.                 'TwigBundle' => [
  32192.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  32193.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  32194.                 ],
  32195.                 'WebProfilerBundle' => [
  32196.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  32197.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  32198.                 ],
  32199.                 'DebugBundle' => [
  32200.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  32201.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  32202.                 ],
  32203.                 'EnqueueBundle' => [
  32204.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  32205.                     'namespace' => 'Enqueue\\Bundle',
  32206.                 ],
  32207.                 'EnqueueAdapterBundle' => [
  32208.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  32209.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  32210.                 ],
  32211.                 'Framework' => [
  32212.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  32213.                     'namespace' => 'Shopware\\Core\\Framework',
  32214.                 ],
  32215.                 'System' => [
  32216.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  32217.                     'namespace' => 'Shopware\\Core\\System',
  32218.                 ],
  32219.                 'Content' => [
  32220.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  32221.                     'namespace' => 'Shopware\\Core\\Content',
  32222.                 ],
  32223.                 'Checkout' => [
  32224.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  32225.                     'namespace' => 'Shopware\\Core\\Checkout',
  32226.                 ],
  32227.                 'Profiling' => [
  32228.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  32229.                     'namespace' => 'Shopware\\Core\\Profiling',
  32230.                 ],
  32231.                 'Administration' => [
  32232.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  32233.                     'namespace' => 'Shopware\\Administration',
  32234.                 ],
  32235.                 'Storefront' => [
  32236.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  32237.                     'namespace' => 'Shopware\\Storefront',
  32238.                 ],
  32239.                 'Elasticsearch' => [
  32240.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  32241.                     'namespace' => 'Shopware\\Elasticsearch',
  32242.                 ],
  32243.                 'Maintenance' => [
  32244.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  32245.                     'namespace' => 'Shopware\\Core\\Maintenance',
  32246.                 ],
  32247.                 'SwagLanguagePack' => [
  32248.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  32249.                     'namespace' => 'Swag\\LanguagePack',
  32250.                 ],
  32251.                 'SwagMarkets' => [
  32252.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src'),
  32253.                     'namespace' => 'Swag\\Markets',
  32254.                 ],
  32255.                 'SwagExtensionStore' => [
  32256.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  32257.                     'namespace' => 'SwagExtensionStore',
  32258.                 ],
  32259.                 'Alm6FontAwesome' => [
  32260.                     'path' => (\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src'),
  32261.                     'namespace' => 'Alm6FontAwesome',
  32262.                 ],
  32263.                 'DneCustomCssJs' => [
  32264.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src'),
  32265.                     'namespace' => 'Dne\\CustomCssJs',
  32266.                 ],
  32267.                 'SwpaMenu' => [
  32268.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src'),
  32269.                     'namespace' => 'Swpa\\SwpaMenu',
  32270.                 ],
  32271.                 'UjyImport' => [
  32272.                     'path' => (\dirname(__DIR__4).'/vendor/ujy/shopware6-binefeld-import/src'),
  32273.                     'namespace' => 'Ujy\\Import',
  32274.                 ],
  32275.                 'zenitPlatformGravity' => [
  32276.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src'),
  32277.                     'namespace' => 'zenit\\PlatformGravity',
  32278.                 ],
  32279.                 'DbalKernelPluginLoader' => [
  32280.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  32281.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  32282.                 ],
  32283.             ],
  32284.             'kernel.charset' => 'UTF-8',
  32285.             'kernel.container_class' => 'Shopware_Production_KernelDevDebugContainer',
  32286.             'kernel.cache.hash' => '2b367c3b4d22978f186f9b4f8f7962df',
  32287.             'kernel.shopware_version' => '6.4.18.0',
  32288.             'kernel.shopware_version_revision' => 'e3503615eddbfcb714da7990f70685d681479350',
  32289.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  32290.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  32291.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  32292.             'kernel.active_plugins' => [
  32293.                 'Swag\\LanguagePack\\SwagLanguagePack' => [
  32294.                     'name' => 'SwagLanguagePack',
  32295.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  32296.                     'class' => 'Swag\\LanguagePack\\SwagLanguagePack',
  32297.                 ],
  32298.                 'Swag\\Markets\\SwagMarkets' => [
  32299.                     'name' => 'SwagMarkets',
  32300.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src'),
  32301.                     'class' => 'Swag\\Markets\\SwagMarkets',
  32302.                 ],
  32303.                 'SwagExtensionStore\\SwagExtensionStore' => [
  32304.                     'name' => 'SwagExtensionStore',
  32305.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  32306.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  32307.                 ],
  32308.                 'Alm6FontAwesome\\Alm6FontAwesome' => [
  32309.                     'name' => 'Alm6FontAwesome',
  32310.                     'path' => (\dirname(__DIR__4).'/custom/plugins/Alm6FontAwesome/src'),
  32311.                     'class' => 'Alm6FontAwesome\\Alm6FontAwesome',
  32312.                 ],
  32313.                 'Dne\\CustomCssJs\\DneCustomCssJs' => [
  32314.                     'name' => 'DneCustomCssJs',
  32315.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DneCustomCssJs/src'),
  32316.                     'class' => 'Dne\\CustomCssJs\\DneCustomCssJs',
  32317.                 ],
  32318.                 'Swpa\\SwpaMenu\\SwpaMenu' => [
  32319.                     'name' => 'SwpaMenu',
  32320.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src'),
  32321.                     'class' => 'Swpa\\SwpaMenu\\SwpaMenu',
  32322.                 ],
  32323.                 'Ujy\\Import\\UjyImport' => [
  32324.                     'name' => 'UjyImport',
  32325.                     'path' => (\dirname(__DIR__4).'/vendor/ujy/shopware6-binefeld-import/src'),
  32326.                     'class' => 'Ujy\\Import\\UjyImport',
  32327.                 ],
  32328.                 'zenit\\PlatformGravity\\zenitPlatformGravity' => [
  32329.                     'name' => 'zenitPlatformGravity',
  32330.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformGravity/src'),
  32331.                     'class' => 'zenit\\PlatformGravity\\zenitPlatformGravity',
  32332.                 ],
  32333.             ],
  32334.             'kernel.plugin_infos' => [
  32335.                 => [
  32336.                     'name' => 'SwagLanguagePack',
  32337.                     'baseClass' => 'Swag\\LanguagePack\\SwagLanguagePack',
  32338.                     'active' => true,
  32339.                     'path' => 'custom/plugins/SwagLanguagePack',
  32340.                     'version' => '2.1.1',
  32341.                     'autoload' => [
  32342.                         'psr-4' => [
  32343.                             'Swag\\LanguagePack\\' => 'src/',
  32344.                         ],
  32345.                     ],
  32346.                     'managedByComposer' => false,
  32347.                     'composerName' => 'swag/language-pack',
  32348.                 ],
  32349.                 => [
  32350.                     'name' => 'SwagPayPal',
  32351.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  32352.                     'active' => false,
  32353.                     'path' => 'custom/plugins/SwagPayPal',
  32354.                     'version' => '3.5.0',
  32355.                     'autoload' => [
  32356.                         'psr-4' => [
  32357.                             'Swag\\PayPal\\' => 'src/',
  32358.                         ],
  32359.                     ],
  32360.                     'managedByComposer' => false,
  32361.                     'composerName' => 'swag/paypal',
  32362.                 ],
  32363.                 => [
  32364.                     'name' => 'SwagMarkets',
  32365.                     'baseClass' => 'Swag\\Markets\\SwagMarkets',
  32366.                     'active' => true,
  32367.                     'path' => 'custom/plugins/SwagMarkets',
  32368.                     'version' => '1.3.5',
  32369.                     'autoload' => [
  32370.                         'psr-4' => [
  32371.                             'Swag\\Markets\\' => 'src/',
  32372.                         ],
  32373.                     ],
  32374.                     'managedByComposer' => false,
  32375.                     'composerName' => 'swag/markets',
  32376.                 ],
  32377.                 => [
  32378.                     'name' => 'SwagExtensionStore',
  32379.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  32380.                     'active' => true,
  32381.                     'path' => 'custom/plugins/SwagExtensionStore',
  32382.                     'version' => '1.3.0',
  32383.                     'autoload' => [
  32384.                         'psr-4' => [
  32385.                             'SwagExtensionStore\\' => 'src/',
  32386.                         ],
  32387.                     ],
  32388.                     'managedByComposer' => false,
  32389.                     'composerName' => 'swag/swag-extension-store',
  32390.                 ],
  32391.                 => [
  32392.                     'name' => 'Alm6FontAwesome',
  32393.                     'baseClass' => 'Alm6FontAwesome\\Alm6FontAwesome',
  32394.                     'active' => true,
  32395.                     'path' => 'custom/plugins/Alm6FontAwesome',
  32396.                     'version' => '1.0.1',
  32397.                     'autoload' => [
  32398.                         'psr-4' => [
  32399.                             'Alm6FontAwesome\\' => 'src/',
  32400.                         ],
  32401.                     ],
  32402.                     'managedByComposer' => false,
  32403.                     'composerName' => 'alm/6font-awesome',
  32404.                 ],
  32405.                 => [
  32406.                     'name' => 'DneCustomCssJs',
  32407.                     'baseClass' => 'Dne\\CustomCssJs\\DneCustomCssJs',
  32408.                     'active' => true,
  32409.                     'path' => 'custom/plugins/DneCustomCssJs',
  32410.                     'version' => '2.0.3',
  32411.                     'autoload' => [
  32412.                         'psr-4' => [
  32413.                             'Dne\\CustomCssJs\\' => 'src/',
  32414.                         ],
  32415.                     ],
  32416.                     'managedByComposer' => false,
  32417.                     'composerName' => 'dne/custom-css-js',
  32418.                 ],
  32419.                 => [
  32420.                     'name' => 'SwpaMenu',
  32421.                     'baseClass' => 'Swpa\\SwpaMenu\\SwpaMenu',
  32422.                     'active' => true,
  32423.                     'path' => 'custom/plugins/SwpaMenu',
  32424.                     'version' => '2.0.0',
  32425.                     'autoload' => [
  32426.                         'psr-4' => [
  32427.                             'Swpa\\SwpaMenu\\' => 'src/',
  32428.                         ],
  32429.                     ],
  32430.                     'managedByComposer' => false,
  32431.                     'composerName' => 'swpa/menu',
  32432.                 ],
  32433.                 => [
  32434.                     'name' => 'UjyImport',
  32435.                     'baseClass' => 'Ujy\\Import\\UjyImport',
  32436.                     'active' => true,
  32437.                     'path' => 'vendor/ujy/shopware6-binefeld-import',
  32438.                     'version' => '1.0.0',
  32439.                     'autoload' => [
  32440.                         'psr-4' => [
  32441.                             'Ujy\\Import\\' => 'src/',
  32442.                         ],
  32443.                     ],
  32444.                     'managedByComposer' => true,
  32445.                     'composerName' => 'ujy/shopware6-binefeld-import',
  32446.                 ],
  32447.                 => [
  32448.                     'name' => 'zenitPlatformGravity',
  32449.                     'baseClass' => 'zenit\\PlatformGravity\\zenitPlatformGravity',
  32450.                     'active' => true,
  32451.                     'path' => 'custom/plugins/zenitPlatformGravity',
  32452.                     'version' => '2.13.2',
  32453.                     'autoload' => [
  32454.                         'psr-4' => [
  32455.                             'zenit\\PlatformGravity\\' => 'src/',
  32456.                         ],
  32457.                     ],
  32458.                     'managedByComposer' => false,
  32459.                     'composerName' => 'zenit/gravity',
  32460.                 ],
  32461.             ],
  32462.             'kernel.supported_api_versions' => [
  32463.                 => 2,
  32464.                 => 3,
  32465.                 => 4,
  32466.             ],
  32467.             'defaults_bool_true' => true,
  32468.             'defaults_bool_false' => false,
  32469.             'default_whitespace' => ' ',
  32470.             'locale' => 'en-GB',
  32471.             'messenger.default_transport_name' => 'default',
  32472.             'env(MAILER_URL)' => 'null://null',
  32473.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  32474.             'default_cdn_strategy' => 'physical_filename',
  32475.             'env(APP_URL)' => '',
  32476.             'env(REDIS_PREFIX)' => '',
  32477.             'shopware.slug.config' => [
  32478.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  32479.                 'lowercase' => false,
  32480.             ],
  32481.             'core.migration.directories' => [
  32482.             ],
  32483.             'migration.active' => [
  32484.                 => 1536232600,
  32485.                 => 1536232610,
  32486.                 => 1536232620,
  32487.                 => 1536232630,
  32488.                 => 1536232640,
  32489.                 => 1536232650,
  32490.                 => 1536232660,
  32491.                 => 1536232670,
  32492.                 => 1536232680,
  32493.                 => 1536232690,
  32494.                 10 => 1536232700,
  32495.                 11 => 1536232710,
  32496.                 12 => 1536232720,
  32497.                 13 => 1536232730,
  32498.                 14 => 1536232740,
  32499.                 15 => 1536232750,
  32500.                 16 => 1536232760,
  32501.                 17 => 1536232770,
  32502.                 18 => 1536232790,
  32503.                 19 => 1536232800,
  32504.                 20 => 1536232810,
  32505.                 21 => 1536232820,
  32506.                 22 => 1536232830,
  32507.                 23 => 1536232840,
  32508.                 24 => 1536232850,
  32509.                 25 => 1536232860,
  32510.                 26 => 1536232870,
  32511.                 27 => 1536232880,
  32512.                 28 => 1536232890,
  32513.                 29 => 1536232900,
  32514.                 30 => 1536232910,
  32515.                 31 => 1536232920,
  32516.                 32 => 1536232930,
  32517.                 33 => 1536232940,
  32518.                 34 => 1536232950,
  32519.                 35 => 1536232960,
  32520.                 36 => 1536232970,
  32521.                 37 => 1536232980,
  32522.                 38 => 1536232990,
  32523.                 39 => 1536233000,
  32524.                 40 => 1536233010,
  32525.                 41 => 1536233020,
  32526.                 42 => 1536233030,
  32527.                 43 => 1536233040,
  32528.                 44 => 1536233050,
  32529.                 45 => 1536233060,
  32530.                 46 => 1536233070,
  32531.                 47 => 1536233080,
  32532.                 48 => 1536233090,
  32533.                 49 => 1536233100,
  32534.                 50 => 1536233110,
  32535.                 51 => 1536233120,
  32536.                 52 => 1536233130,
  32537.                 53 => 1536233140,
  32538.                 54 => 1536233150,
  32539.                 55 => 1536233160,
  32540.                 56 => 1536233170,
  32541.                 57 => 1536233180,
  32542.                 58 => 1536233190,
  32543.                 59 => 1536233200,
  32544.                 60 => 1536233210,
  32545.                 61 => 1536233220,
  32546.                 62 => 1536233230,
  32547.                 63 => 1536233240,
  32548.                 64 => 1536233250,
  32549.                 65 => 1536233260,
  32550.                 66 => 1536233270,
  32551.                 67 => 1536233280,
  32552.                 68 => 1536233290,
  32553.                 69 => 1536233300,
  32554.                 70 => 1536233310,
  32555.                 71 => 1536233320,
  32556.                 72 => 1536233330,
  32557.                 73 => 1536233340,
  32558.                 74 => 1536233350,
  32559.                 75 => 1536233360,
  32560.                 76 => 1536233370,
  32561.                 77 => 1536233380,
  32562.                 78 => 1536233390,
  32563.                 79 => 1536233400,
  32564.                 80 => 1536233410,
  32565.                 81 => 1536233420,
  32566.                 82 => 1536233430,
  32567.                 83 => 1536233440,
  32568.                 84 => 1536233450,
  32569.                 85 => 1536233460,
  32570.                 86 => 1536233470,
  32571.                 87 => 1536233480,
  32572.                 88 => 1536233500,
  32573.                 89 => 1536233510,
  32574.                 90 => 1536233520,
  32575.                 91 => 1536233530,
  32576.                 92 => 1536233540,
  32577.                 93 => 1536233550,
  32578.                 94 => 1536233560,
  32579.                 95 => 1552360944,
  32580.                 96 => 1554199340,
  32581.                 97 => 1554200141,
  32582.                 98 => 1554203706,
  32583.                 99 => 1554900301,
  32584.                 100 => 1556809270,
  32585.                 101 => 1558082916,
  32586.                 102 => 1558105657,
  32587.                 103 => 1558443337,
  32588.                 104 => 1558505525,
  32589.                 105 => 1558594334,
  32590.                 106 => 1558938938,
  32591.                 107 => 1559050088,
  32592.                 108 => 1559050903,
  32593.                 109 => 1559134989,
  32594.                 110 => 1559306391,
  32595.                 111 => 1561370284,
  32596.                 112 => 1561377793,
  32597.                 113 => 1561442979,
  32598.                 114 => 1561452005,
  32599.                 115 => 1561712450,
  32600.                 116 => 1562228335,
  32601.                 117 => 1562240231,
  32602.                 118 => 1562306893,
  32603.                 119 => 1562324772,
  32604.                 120 => 1562579120,
  32605.                 121 => 1562684474,
  32606.                 122 => 1562841035,
  32607.                 123 => 1562933907,
  32608.                 124 => 1563180880,
  32609.                 125 => 1563288227,
  32610.                 126 => 1563518181,
  32611.                 127 => 1563805586,
  32612.                 128 => 1563949275,
  32613.                 129 => 1564475053,
  32614.                 130 => 1565007156,
  32615.                 131 => 1565079228,
  32616.                 132 => 1565270155,
  32617.                 133 => 1565270366,
  32618.                 134 => 1565346846,
  32619.                 135 => 1565705280,
  32620.                 136 => 1566293076,
  32621.                 137 => 1566460168,
  32622.                 138 => 1566817701,
  32623.                 139 => 1567431050,
  32624.                 140 => 1568120239,
  32625.                 141 => 1568120302,
  32626.                 142 => 1568645037,
  32627.                 143 => 1568901713,
  32628.                 144 => 1569403146,
  32629.                 145 => 1570187167,
  32630.                 146 => 1570459127,
  32631.                 147 => 1570621541,
  32632.                 148 => 1570622696,
  32633.                 149 => 1570629862,
  32634.                 150 => 1570684913,
  32635.                 151 => 1571059598,
  32636.                 152 => 1571210820,
  32637.                 153 => 1571660203,
  32638.                 154 => 1571724915,
  32639.                 155 => 1571981437,
  32640.                 156 => 1571990395,
  32641.                 157 => 1572193798,
  32642.                 158 => 1572264837,
  32643.                 159 => 1572273565,
  32644.                 160 => 1572421282,
  32645.                 161 => 1572425108,
  32646.                 162 => 1572957455,
  32647.                 163 => 1573049297,
  32648.                 164 => 1573569685,
  32649.                 165 => 1573729158,
  32650.                 166 => 1574063550,
  32651.                 167 => 1574082635,
  32652.                 168 => 1574258787,
  32653.                 169 => 1574258788,
  32654.                 170 => 1574258789,
  32655.                 171 => 1574520220,
  32656.                 172 => 1574672450,
  32657.                 173 => 1574695657,
  32658.                 174 => 1574925962,
  32659.                 175 => 1575010262,
  32660.                 176 => 1575021466,
  32661.                 177 => 1575034234,
  32662.                 178 => 1575036586,
  32663.                 179 => 1575039284,
  32664.                 180 => 1575197543,
  32665.                 181 => 1575274700,
  32666.                 182 => 1575293069,
  32667.                 183 => 1575451283,
  32668.                 184 => 1575626180,
  32669.                 185 => 1575883959,
  32670.                 186 => 1576488398,
  32671.                 187 => 1576590301,
  32672.                 188 => 1578042218,
  32673.                 189 => 1578044453,
  32674.                 190 => 1578470886,
  32675.                 191 => 1578475268,
  32676.                 192 => 1578485775,
  32677.                 193 => 1578491480,
  32678.                 194 => 1578590702,
  32679.                 195 => 1578648299,
  32680.                 196 => 1578650334,
  32681.                 197 => 1580202210,
  32682.                 198 => 1580218617,
  32683.                 199 => 1580743279,
  32684.                 200 => 1580746806,
  32685.                 201 => 1580808849,
  32686.                 202 => 1580819350,
  32687.                 203 => 1580827023,
  32688.                 204 => 1582011195,
  32689.                 205 => 1583142266,
  32690.                 206 => 1583416186,
  32691.                 207 => 1583756864,
  32692.                 208 => 1583844433,
  32693.                 209 => 1584002637,
  32694.                 210 => 1584953715,
  32695.                 211 => 1585056571,
  32696.                 212 => 1585126355,
  32697.                 213 => 1585490020,
  32698.                 214 => 1585744384,
  32699.                 215 => 1585816139,
  32700.                 216 => 1586158920,
  32701.                 217 => 1586173614,
  32702.                 218 => 1586260286,
  32703.                 219 => 1586334003,
  32704.                 220 => 1587039363,
  32705.                 221 => 1587109484,
  32706.                 222 => 1587111506,
  32707.                 223 => 1587461582,
  32708.                 224 => 1588143272,
  32709.                 225 => 1588144801,
  32710.                 226 => 1588153272,
  32711.                 227 => 1589178550,
  32712.                 228 => 1589357321,
  32713.                 229 => 1589359936,
  32714.                 230 => 1589379060,
  32715.                 231 => 1589447332,
  32716.                 232 => 1589458026,
  32717.                 233 => 1590408550,
  32718.                 234 => 1590409548,
  32719.                 235 => 1590566018,
  32720.                 236 => 1590566405,
  32721.                 237 => 1590579986,
  32722.                 238 => 1590758953,
  32723.                 239 => 1591052278,
  32724.                 240 => 1591167126,
  32725.                 241 => 1591253089,
  32726.                 242 => 1591259559,
  32727.                 243 => 1591272594,
  32728.                 244 => 1591361320,
  32729.                 245 => 1591683158,
  32730.                 246 => 1591817370,
  32731.                 247 => 1592466717,
  32732.                 248 => 1592837424,
  32733.                 249 => 1592978289,
  32734.                 250 => 1593698606,
  32735.                 251 => 1594650256,
  32736.                 252 => 1594885630,
  32737.                 253 => 1594886106,
  32738.                 254 => 1594886773,
  32739.                 255 => 1594886895,
  32740.                 256 => 1594887027,
  32741.                 257 => 1595160327,
  32742.                 258 => 1595321666,
  32743.                 259 => 1595422169,
  32744.                 260 => 1595480600,
  32745.                 261 => 1595489705,
  32746.                 262 => 1595492052,
  32747.                 263 => 1595492053,
  32748.                 264 => 1595499689,
  32749.                 265 => 1595553089,
  32750.                 266 => 1595578253,
  32751.                 267 => 1595919251,
  32752.                 268 => 1596091744,
  32753.                 269 => 1596441551,
  32754.                 270 => 1597391970,
  32755.                 271 => 1597394241,
  32756.                 272 => 1597657689,
  32757.                 273 => 1597762808,
  32758.                 274 => 1597830237,
  32759.                 275 => 1597930227,
  32760.                 276 => 1598280548,
  32761.                 277 => 1598520424,
  32762.                 278 => 1598885384,
  32763.                 279 => 1599112309,
  32764.                 280 => 1599134496,
  32765.                 281 => 1599463278,
  32766.                 282 => 1599570560,
  32767.                 283 => 1599720163,
  32768.                 284 => 1599806584,
  32769.                 285 => 1599806595,
  32770.                 286 => 1599822061,
  32771.                 287 => 1600072779,
  32772.                 288 => 1600156989,
  32773.                 289 => 1600253602,
  32774.                 290 => 1600330846,
  32775.                 291 => 1600338271,
  32776.                 292 => 1600349343,
  32777.                 293 => 1600676671,
  32778.                 294 => 1600769357,
  32779.                 295 => 1600778848,
  32780.                 296 => 1601388975,
  32781.                 297 => 1601451838,
  32782.                 298 => 1601539530,
  32783.                 299 => 1601543829,
  32784.                 300 => 1601891339,
  32785.                 301 => 1602062376,
  32786.                 302 => 1602146868,
  32787.                 303 => 1602153572,
  32788.                 304 => 1602494493,
  32789.                 305 => 1602494495,
  32790.                 306 => 1602745374,
  32791.                 307 => 1602822727,
  32792.                 308 => 1603179023,
  32793.                 309 => 1603293043,
  32794.                 310 => 1603970276,
  32795.                 311 => 1604056363,
  32796.                 312 => 1604056421,
  32797.                 313 => 1604475913,
  32798.                 314 => 1604499476,
  32799.                 315 => 1604568928,
  32800.                 316 => 1604669773,
  32801.                 317 => 1605103533,
  32802.                 318 => 1605530777,
  32803.                 319 => 1605609309,
  32804.                 320 => 1605609477,
  32805.                 321 => 1605861407,
  32806.                 322 => 1606310257,
  32807.                 323 => 1607415095,
  32808.                 324 => 1607500561,
  32809.                 325 => 1607514878,
  32810.                 326 => 1607581275,
  32811.                 327 => 1607581276,
  32812.                 328 => 1608624028,
  32813.                 329 => 1609125144,
  32814.                 330 => 1609857999,
  32815.                 331 => 1610531188,
  32816.                 332 => 1610965670,
  32817.                 333 => 1610974673,
  32818.                 334 => 1611155140,
  32819.                 335 => 1614240671,
  32820.                 336 => 1552899789,
  32821.                 337 => 1555406153,
  32822.                 338 => 1563785071,
  32823.                 339 => 1564385954,
  32824.                 340 => 1564385960,
  32825.                 341 => 1565640170,
  32826.                 342 => 1565640175,
  32827.                 343 => 1595492054,
  32828.                 344 => 1604502151,
  32829.                 345 => 1594104496,
  32830.                 346 => 1604585230,
  32831.                 347 => 1609140710,
  32832.                 348 => 1610337444,
  32833.                 349 => 1610439375,
  32834.                 350 => 1610448012,
  32835.                 351 => 1610523204,
  32836.                 352 => 1610523548,
  32837.                 353 => 1610616655,
  32838.                 354 => 1610621999,
  32839.                 355 => 1610625925,
  32840.                 356 => 1610634383,
  32841.                 357 => 1610904608,
  32842.                 358 => 1611732852,
  32843.                 359 => 1611817467,
  32844.                 360 => 1612184092,
  32845.                 361 => 1612442685,
  32846.                 362 => 1612442686,
  32847.                 363 => 1612442786,
  32848.                 364 => 1612851765,
  32849.                 365 => 1612865237,
  32850.                 366 => 1612970642,
  32851.                 367 => 1612980753,
  32852.                 368 => 1613665555,
  32853.                 369 => 1614249488,
  32854.                 370 => 1614691876,
  32855.                 371 => 1614765170,
  32856.                 372 => 1614765785,
  32857.                 373 => 1615359964,
  32858.                 374 => 1615366708,
  32859.                 375 => 1615452749,
  32860.                 376 => 1615802866,
  32861.                 377 => 1615819992,
  32862.                 378 => 1616076922,
  32863.                 379 => 1616496610,
  32864.                 380 => 1616555956,
  32865.                 381 => 1617000878,
  32866.                 382 => 1617356092,
  32867.                 383 => 1617784658,
  32868.                 384 => 1617864895,
  32869.                 385 => 1617868381,
  32870.                 386 => 1617877887,
  32871.                 387 => 1617896006,
  32872.                 388 => 1617935350,
  32873.                 389 => 1617953690,
  32874.                 390 => 1617960456,
  32875.                 391 => 1617974402,
  32876.                 392 => 1618218491,
  32877.                 393 => 1618389817,
  32878.                 394 => 1618476427,
  32879.                 395 => 1618569201,
  32880.                 396 => 1618900427,
  32881.                 397 => 1618989442,
  32882.                 398 => 1619070236,
  32883.                 399 => 1619428555,
  32884.                 400 => 1619604605,
  32885.                 401 => 1619703075,
  32886.                 402 => 1620146632,
  32887.                 403 => 1620147234,
  32888.                 404 => 1620201616,
  32889.                 405 => 1620215586,
  32890.                 406 => 1620374229,
  32891.                 407 => 1620376945,
  32892.                 408 => 1620632460,
  32893.                 409 => 1620634856,
  32894.                 410 => 1620733405,
  32895.                 411 => 1620733405,
  32896.                 412 => 1620820321,
  32897.                 413 => 1621845357,
  32898.                 414 => 1621845370,
  32899.                 415 => 1622010069,
  32900.                 416 => 1622104463,
  32901.                 417 => 1622782058,
  32902.                 418 => 1623305620,
  32903.                 419 => 1623391399,
  32904.                 420 => 1623828962,
  32905.                 421 => 1624262862,
  32906.                 422 => 1624884801,
  32907.                 423 => 1624967118,
  32908.                 424 => 1625304609,
  32909.                 425 => 1625465756,
  32910.                 426 => 1625505190,
  32911.                 427 => 1625554302,
  32912.                 428 => 1625569667,
  32913.                 429 => 1625583596,
  32914.                 430 => 1625583619,
  32915.                 431 => 1625816310,
  32916.                 432 => 1625819412,
  32917.                 433 => 1625831469,
  32918.                 434 => 1626241110,
  32919.                 435 => 1626442868,
  32920.                 436 => 1626696809,
  32921.                 437 => 1626785125,
  32922.                 438 => 1627292049,
  32923.                 439 => 1627540693,
  32924.                 440 => 1627541488,
  32925.                 441 => 1627562945,
  32926.                 442 => 1627650101,
  32927.                 443 => 1627929168,
  32928.                 444 => 1627983652,
  32929.                 445 => 1628519513,
  32930.                 446 => 1628749113,
  32931.                 447 => 1629204538,
  32932.                 448 => 1629700169,
  32933.                 449 => 1629877210,
  32934.                 450 => 1630074081,
  32935.                 451 => 1630485317,
  32936.                 452 => 1631625055,
  32937.                 453 => 1631703921,
  32938.                 454 => 1631790054,
  32939.                 455 => 1631863869,
  32940.                 456 => 1632111590,
  32941.                 457 => 1632215760,
  32942.                 458 => 1632721037,
  32943.                 459 => 1633347511,
  32944.                 460 => 1633358879,
  32945.                 461 => 1633422057,
  32946.                 462 => 1634735841,
  32947.                 463 => 1635147952,
  32948.                 464 => 1635230747,
  32949.                 465 => 1635237551,
  32950.                 466 => 1635388654,
  32951.                 467 => 1635936029,
  32952.                 468 => 1636014089,
  32953.                 469 => 1636018970,
  32954.                 470 => 1636362839,
  32955.                 471 => 1636449347,
  32956.                 472 => 1636964297,
  32957.                 473 => 1636971615,
  32958.                 474 => 1638195971,
  32959.                 475 => 1638365464,
  32960.                 476 => 1638514913,
  32961.                 477 => 1638993987,
  32962.                 478 => 1639122665,
  32963.                 479 => 1639139581,
  32964.                 480 => 1639992771,
  32965.                 481 => 1641289204,
  32966.                 482 => 1642517958,
  32967.                 483 => 1642732351,
  32968.                 484 => 1642757286,
  32969.                 485 => 1643366069,
  32970.                 486 => 1643386819,
  32971.                 487 => 1643724178,
  32972.                 488 => 1643878976,
  32973.                 489 => 1643892702,
  32974.                 490 => 1645019769,
  32975.                 491 => 1645453538,
  32976.                 492 => 1646125417,
  32977.                 493 => 1646397836,
  32978.                 494 => 1646817331,
  32979.                 495 => 1647260673,
  32980.                 496 => 1647443222,
  32981.                 497 => 1647511158,
  32982.                 498 => 1648031611,
  32983.                 499 => 1648031636,
  32984.                 500 => 1648543185,
  32985.                 501 => 1648709176,
  32986.                 502 => 1648803451,
  32987.                 503 => 1649040981,
  32988.                 504 => 1649315608,
  32989.                 505 => 1649858046,
  32990.                 506 => 1650249241,
  32991.                 507 => 1650444800,
  32992.                 508 => 1650548599,
  32993.                 509 => 1650620993,
  32994.                 510 => 1650872291,
  32995.                 511 => 1650981517,
  32996.                 512 => 1651118773,
  32997.                 513 => 1652166447,
  32998.                 514 => 1652345915,
  32999.                 515 => 1652441129,
  33000.                 516 => 1652864153,
  33001.                 517 => 1653376989,
  33002.                 518 => 1653385302,
  33003.                 519 => 1655730949,
  33004.                 520 => 1656397126,
  33005.                 521 => 1656928097,
  33006.                 522 => 1657011337,
  33007.                 523 => 1657027979,
  33008.                 524 => 1658786605,
  33009.                 525 => 1660814397,
  33010.                 526 => 1661759290,
  33011.                 527 => 1661771388,
  33012.                 528 => 1663238480,
  33013.                 529 => 1664541794,
  33014.                 530 => 1664894872,
  33015.                 531 => 1665064823,
  33016.                 532 => 1665267882,
  33017.                 533 => 1667806582,
  33018.                 534 => 1632281097,
  33019.                 535 => 1636121186,
  33020.                 536 => 1660813696,
  33021.                 537 => 1641476963,
  33022.                 538 => 1651172963,
  33023.                 539 => 1661505878,
  33024.                 540 => 1632281097,
  33025.                 541 => 1636121186,
  33026.                 542 => 1660813696,
  33027.                 543 => 1552899789,
  33028.                 544 => 1555406153,
  33029.                 545 => 1563785071,
  33030.                 546 => 1564385954,
  33031.                 547 => 1564385960,
  33032.                 548 => 1565640170,
  33033.                 549 => 1565640175,
  33034.                 550 => 1595492054,
  33035.                 551 => 1604502151,
  33036.                 552 => 1605167857,
  33037.                 553 => 1582718994,
  33038.                 554 => 1586345021,
  33039.                 555 => 1586345049,
  33040.                 556 => 1586345063,
  33041.                 557 => 1587126585,
  33042.                 558 => 1572257501,
  33043.                 559 => 1616477404,
  33044.                 560 => 1634657853,
  33045.                 561 => 1654246586,
  33046.             ],
  33047.             'shopware.security.csp_templates' => [
  33048.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  33049.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  33050.                 'storefront' => '',
  33051.                 'installer' => '',
  33052.             ],
  33053.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  33054.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  33055.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  33056.             'env(INSTANCE_ID)' => 'install',
  33057.             'shopware.store_endpoints' => [
  33058.                 'ping' => '/ping',
  33059.                 'my_extensions' => '/swplatform/licenseenvironment',
  33060.                 'my_licenses' => '/swplatform/licenses',
  33061.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  33062.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  33063.                 'environment_information' => '/swplatform/environmentinformation',
  33064.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  33065.                 'updater_permission' => '/swplatform/autoupdate/permission',
  33066.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  33067.                 'app_generate_signature' => '/swplatform/generatesignature',
  33068.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  33069.                 'login' => '/swplatform/login',
  33070.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  33071.                 'user_info' => '/swplatform/userinfo',
  33072.             ],
  33073.             'env(SHOPWARE_UPDATE_TEST)' => '',
  33074.             'shopware.media.metadata.types' => [
  33075.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  33076.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  33077.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  33078.             ],
  33079.             'product_export.directory' => 'export',
  33080.             'product_export.read_buffer_size' => 100,
  33081.             'import_export.supported_entities' => [
  33082.                 => 'customer',
  33083.                 => 'product',
  33084.             ],
  33085.             'import_export.supported_file_types' => [
  33086.                 => 'text/csv',
  33087.             ],
  33088.             'import_export.read_buffer_size' => 100,
  33089.             'import_export.write_buffer_size' => 100,
  33090.             'import_export.http_batch_size' => 100,
  33091.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  33092.             'shopware_http_cache_enabled_default' => 1,
  33093.             'shopware_http_cache_default_ttl_default' => 7200,
  33094.             'shopware.twig.app_variable.allowed_server_params' => [
  33095.                 => 'server_name',
  33096.                 => 'request_uri',
  33097.                 => 'app_url',
  33098.                 => 'http_user_agent',
  33099.                 => 'http_host',
  33100.                 => 'server_name',
  33101.                 => 'server_port',
  33102.                 => 'redirect_url',
  33103.                 => 'https',
  33104.                 => 'forwarded',
  33105.                 10 => 'host',
  33106.                 11 => 'remote_addr',
  33107.                 12 => 'http_x_forwarded_for',
  33108.                 13 => 'http_x_forwarded_host',
  33109.                 14 => 'http_x_forwarded_proto',
  33110.                 15 => 'http_x_forwarded_port',
  33111.                 16 => 'http_x_forwarded_prefix',
  33112.             ],
  33113.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  33114.             'elasticsearch.index.config' => [
  33115.                 'settings' => [
  33116.                     'index' => [
  33117.                         'number_of_shards' => 3,
  33118.                         'number_of_replicas' => 3,
  33119.                         'mapping.total_fields.limit' => 50000,
  33120.                         'mapping.nested_fields.limit' => 500,
  33121.                         'mapping.nested_objects.limit' => 1000000,
  33122.                     ],
  33123.                     'analysis' => [
  33124.                         'normalizer' => [
  33125.                             'sw_lowercase_normalizer' => [
  33126.                                 'type' => 'custom',
  33127.                                 'filter' => [
  33128.                                     => 'lowercase',
  33129.                                 ],
  33130.                             ],
  33131.                         ],
  33132.                         'analyzer' => [
  33133.                             'sw_ngram_analyzer' => [
  33134.                                 'type' => 'custom',
  33135.                                 'tokenizer' => 'whitespace',
  33136.                                 'filter' => [
  33137.                                     => 'lowercase',
  33138.                                     => 'sw_ngram_filter',
  33139.                                 ],
  33140.                             ],
  33141.                         ],
  33142.                         'filter' => [
  33143.                             'sw_ngram_filter' => [
  33144.                                 'type' => 'ngram',
  33145.                                 'min_gram' => 4,
  33146.                                 'max_gram' => 5,
  33147.                             ],
  33148.                         ],
  33149.                     ],
  33150.                 ],
  33151.             ],
  33152.             'elasticsearch.index.mapping' => [
  33153.                 'dynamic_templates' => [
  33154.                     => [
  33155.                         'keywords' => [
  33156.                             'match_mapping_type' => 'string',
  33157.                             'mapping' => [
  33158.                                 'type' => 'keyword',
  33159.                                 'normalizer' => 'sw_lowercase_normalizer',
  33160.                                 'fields' => [
  33161.                                     'text' => [
  33162.                                         'type' => 'text',
  33163.                                     ],
  33164.                                 ],
  33165.                             ],
  33166.                         ],
  33167.                     ],
  33168.                 ],
  33169.             ],
  33170.             'default_elasticsearch_prefix' => 'sw',
  33171.             'env(SHOPWARE_ES_ENABLED)' => '',
  33172.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  33173.             'env(SHOPWARE_ES_HOSTS)' => '',
  33174.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  33175.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  33176.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  33177.             'env(APP_URL_CHECK_DISABLED)' => false,
  33178.             'swagMarkets.host.staging' => 'https://bfbp-staging.brickfox.net',
  33179.             'swagMarkets.host.production' => 'https://brickfox.io',
  33180.             'swagMarkets.headers' => [
  33181.                 'bf-access-key' => 'MkJGMTQxQzhBMkRDMjE5REU4NTNBQjYxQjZENEM=',
  33182.                 'bf-secret-key' => 'QGxfamU9XzEobSNpPXJpXiF6Mi09PSgoISVhOWY5dio3N3lpNyU2d3ZlNXUkaiYoaCQ=',
  33183.             ],
  33184.             'swag_extension_store.endpoints' => [
  33185.                 'categories' => '/swplatform/extensionstore/categories',
  33186.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  33187.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  33188.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  33189.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  33190.                 'create_basket' => '/swplatform/extensionstore/baskets',
  33191.                 'order_basket' => '/swplatform/extensionstore/orders',
  33192.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  33193.             ],
  33194.             'container.dumper.inline_class_loader' => true,
  33195.             'container.dumper.inline_factories' => true,
  33196.             'jwt_private_key_passphrase_default' => 'shopware',
  33197.             'shopware.store.frw' => true,
  33198.             'event_dispatcher.event_aliases' => [
  33199.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  33200.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  33201.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  33202.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  33203.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  33204.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  33205.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  33206.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  33207.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  33208.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  33209.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  33210.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  33211.             ],
  33212.             'fragment.renderer.hinclude.global_template' => NULL,
  33213.             'fragment.path' => '/_fragment',
  33214.             'kernel.http_method_override' => true,
  33215.             'kernel.trusted_hosts' => [
  33216.             ],
  33217.             'kernel.default_locale' => 'en-GB',
  33218.             'kernel.enabled_locales' => [
  33219.             ],
  33220.             'kernel.error_controller' => 'error_controller',
  33221.             'debug.file_link_format' => NULL,
  33222.             'asset.request_context.base_path' => NULL,
  33223.             'asset.request_context.secure' => NULL,
  33224.             'translator.logging' => false,
  33225.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  33226.             'debug.error_handler.throw_at' => -1,
  33227.             'router.request_context.host' => 'localhost',
  33228.             'router.request_context.scheme' => 'http',
  33229.             'router.request_context.base_url' => '',
  33230.             'router.resource' => 'kernel::loadRoutes',
  33231.             'request_listener.http_port' => 80,
  33232.             'request_listener.https_port' => 443,
  33233.             'session.metadata.storage_key' => '_sf2_meta',
  33234.             'session.storage.options' => [
  33235.                 'cache_limiter' => '0',
  33236.                 'name' => 'session-',
  33237.                 'cookie_secure' => 'auto',
  33238.                 'cookie_httponly' => true,
  33239.                 'cookie_samesite' => 'lax',
  33240.                 'gc_probability' => 1,
  33241.             ],
  33242.             'session.metadata.update_threshold' => 0,
  33243.             'validator.translation_domain' => 'validators',
  33244.             'profiler_listener.only_exceptions' => false,
  33245.             'profiler_listener.only_main_requests' => false,
  33246.             'monolog.use_microseconds' => true,
  33247.             'monolog.swift_mailer.handlers' => [
  33248.             ],
  33249.             'monolog.handlers_to_channels' => [
  33250.                 'monolog.handler.business_event_handler_buffer' => [
  33251.                     'type' => 'inclusive',
  33252.                     'elements' => [
  33253.                         => 'business_events',
  33254.                     ],
  33255.                 ],
  33256.                 'monolog.handler.console' => [
  33257.                     'type' => 'exclusive',
  33258.                     'elements' => [
  33259.                         => 'event',
  33260.                         => 'doctrine',
  33261.                         => 'console',
  33262.                     ],
  33263.                 ],
  33264.                 'monolog.handler.main' => [
  33265.                     'type' => 'exclusive',
  33266.                     'elements' => [
  33267.                         => 'event',
  33268.                         => 'doctrine',
  33269.                     ],
  33270.                 ],
  33271.             ],
  33272.             'twig.form.resources' => [
  33273.                 => 'form_div_layout.html.twig',
  33274.             ],
  33275.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  33276.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  33277.             'web_profiler.debug_toolbar.mode' => 2,
  33278.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  33279.             'enqueue.transport.default.receive_timeout' => 1000,
  33280.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  33281.             'enqueue.client.default.router_queue_name' => 'default',
  33282.             'enqueue.client.default.default_queue_name' => 'default',
  33283.             'enqueue.transports' => [
  33284.                 => 'default',
  33285.             ],
  33286.             'enqueue.clients' => [
  33287.                 => 'default',
  33288.             ],
  33289.             'enqueue.default_transport' => 'default',
  33290.             'enqueue.default_client' => 'default',
  33291.             'shopware.feature' => [
  33292.                 'flags' => [
  33293.                     'v6.5.0.0' => [
  33294.                         'default' => false,
  33295.                         'major' => true,
  33296.                     ],
  33297.                     'PERFORMANCE_TWEAKS' => [
  33298.                         'default' => false,
  33299.                         'major' => true,
  33300.                         'description' => 'Performance improvements that include a breaking change',
  33301.                     ],
  33302.                     'FEATURE_NEXT_1797' => [
  33303.                         'default' => false,
  33304.                         'major' => true,
  33305.                         'description' => 'composer require for plugins',
  33306.                     ],
  33307.                     'FEATURE_NEXT_16710' => [
  33308.                         'default' => false,
  33309.                         'major' => true,
  33310.                         'description' => 'Do not allow empty ids provided in criteria',
  33311.                     ],
  33312.                     'FEATURE_NEXT_13810' => [
  33313.                         'default' => false,
  33314.                         'major' => true,
  33315.                         'description' => 'Deprecate old promotion module',
  33316.                     ],
  33317.                     'FEATURE_NEXT_13250' => [
  33318.                         'default' => false,
  33319.                         'major' => true,
  33320.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  33321.                     ],
  33322.                     'FEATURE_NEXT_17276' => [
  33323.                         'default' => false,
  33324.                         'major' => true,
  33325.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33326.                     ],
  33327.                     'FEATURE_NEXT_16151' => [
  33328.                         'default' => false,
  33329.                         'major' => true,
  33330.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33331.                     ],
  33332.                     'FEATURE_NEXT_16155' => [
  33333.                         'default' => false,
  33334.                         'major' => true,
  33335.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  33336.                     ],
  33337.                     'FEATURE_NEXT_19501' => [
  33338.                         'default' => false,
  33339.                         'major' => false,
  33340.                         'description' => 'Disables the cart.container function',
  33341.                     ],
  33342.                     'FEATURE_NEXT_15053' => [
  33343.                         'default' => false,
  33344.                         'major' => false,
  33345.                         'description' => 'Replace wrong displayed characters in number format',
  33346.                     ],
  33347.                     'FEATURE_NEXT_18215' => [
  33348.                         'default' => false,
  33349.                         'major' => true,
  33350.                         'description' => 'Rules are aware of their assignment',
  33351.                     ],
  33352.                     'FEATURE_NEXT_15815' => [
  33353.                         'default' => false,
  33354.                         'major' => true,
  33355.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33356.                     ],
  33357.                     'FEATURE_NEXT_14699' => [
  33358.                         'default' => false,
  33359.                         'major' => true,
  33360.                         'description' => 'Refactoring of Storefront theme assets',
  33361.                     ],
  33362.                     'FEATURE_NEXT_15707' => [
  33363.                         'default' => false,
  33364.                         'major' => false,
  33365.                         'description' => 'Delivery notice for EU geoblocking regulation',
  33366.                     ],
  33367.                     'FEATURE_NEXT_14360' => [
  33368.                         'default' => false,
  33369.                         'major' => true,
  33370.                         'description' => 'App System 4.0 - Build action button messaging system',
  33371.                     ],
  33372.                     'FEATURE_NEXT_15172' => [
  33373.                         'default' => false,
  33374.                         'major' => true,
  33375.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  33376.                     ],
  33377.                     'FEATURE_NEXT_14001' => [
  33378.                         'default' => false,
  33379.                         'major' => true,
  33380.                         'description' => 'Newsletter DOI for registered customers',
  33381.                     ],
  33382.                     'FEATURE_NEXT_7739' => [
  33383.                         'default' => false,
  33384.                         'major' => true,
  33385.                         'description' => 'Optional salutation',
  33386.                     ],
  33387.                     'FEATURE_NEXT_16200' => [
  33388.                         'default' => false,
  33389.                         'major' => false,
  33390.                         'description' => 'Register Doi Domain',
  33391.                     ],
  33392.                     'FEATURE_NEXT_13410' => [
  33393.                         'default' => false,
  33394.                         'major' => true,
  33395.                         'description' => 'Make sales channels required in seo generator',
  33396.                     ],
  33397.                     'FEATURE_NEXT_15917' => [
  33398.                         'default' => false,
  33399.                         'major' => true,
  33400.                         'description' => 'Move storefront script tags to head with defer',
  33401.                     ],
  33402.                     'FEATURE_NEXT_15957' => [
  33403.                         'default' => false,
  33404.                         'major' => true,
  33405.                         'description' => 'VAT id field for guest',
  33406.                     ],
  33407.                     'FEATURE_NEXT_13601' => [
  33408.                         'default' => false,
  33409.                         'major' => true,
  33410.                         'description' => 'Default transaction state for async app payments',
  33411.                     ],
  33412.                     'FEATURE_NEXT_16992' => [
  33413.                         'default' => false,
  33414.                         'major' => true,
  33415.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33416.                     ],
  33417.                     'FEATURE_NEXT_7530' => [
  33418.                         'default' => false,
  33419.                         'major' => true,
  33420.                         'description' => 'Improve orders UX in Administration',
  33421.                     ],
  33422.                     'FEATURE_NEXT_16824' => [
  33423.                         'default' => false,
  33424.                         'major' => true,
  33425.                         'description' => 'Cart merged event',
  33426.                     ],
  33427.                     'FEATURE_NEXT_16271' => [
  33428.                         'default' => false,
  33429.                         'major' => true,
  33430.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33431.                     ],
  33432.                     'FEATURE_NEXT_15381' => [
  33433.                         'default' => false,
  33434.                         'major' => true,
  33435.                         'description' => 'Save theme compilation',
  33436.                     ],
  33437.                     'FEATURE_NEXT_17275' => [
  33438.                         'default' => false,
  33439.                         'major' => true,
  33440.                         'description' => 'StorefrontRenderEvent only gets original view',
  33441.                     ],
  33442.                     'FEATURE_NEXT_17016' => [
  33443.                         'default' => false,
  33444.                         'major' => true,
  33445.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33446.                     ],
  33447.                     'FEATURE_NEXT_16236' => [
  33448.                         'default' => false,
  33449.                         'major' => true,
  33450.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33451.                     ],
  33452.                     'FEATURE_NEXT_16640' => [
  33453.                         'default' => false,
  33454.                         'major' => true,
  33455.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33456.                     ],
  33457.                     'FEATURE_NEXT_17858' => [
  33458.                         'default' => false,
  33459.                         'major' => true,
  33460.                         'description' => 'Major feature flag for Business Event',
  33461.                     ],
  33462.                     'FEATURE_NEXT_6758' => [
  33463.                         'default' => false,
  33464.                         'major' => true,
  33465.                         'description' => 'Layout assignment for category as list',
  33466.                     ],
  33467.                     'FEATURE_NEXT_19048' => [
  33468.                         'default' => false,
  33469.                         'major' => true,
  33470.                         'description' => 'Fix media resolution in theme',
  33471.                     ],
  33472.                     'FEATURE_NEXT_19822' => [
  33473.                         'default' => false,
  33474.                         'major' => true,
  33475.                         'description' => 'Enables lazy loading components in the administration',
  33476.                     ],
  33477.                     'FEATURE_NEXT_18129' => [
  33478.                         'default' => false,
  33479.                         'major' => true,
  33480.                         'description' => 'Require positionIdentifier for some components',
  33481.                     ],
  33482.                     'FEATURE_NEXT_19163' => [
  33483.                         'default' => false,
  33484.                         'major' => true,
  33485.                         'description' => 'one to one inheritance',
  33486.                     ],
  33487.                     'FEATURE_NEXT_18187' => [
  33488.                         'default' => false,
  33489.                         'major' => true,
  33490.                         'description' => 'Move admin dashboard statistics into separate component',
  33491.                     ],
  33492.                     'FEATURE_NEXT_17978' => [
  33493.                         'default' => false,
  33494.                         'major' => true,
  33495.                         'description' => 'Change component factory to work with extension overrides in Administration',
  33496.                     ],
  33497.                     'FEATURE_NEXT_11634' => [
  33498.                         'default' => false,
  33499.                         'major' => true,
  33500.                         'description' => 'Webpack alias refactor',
  33501.                     ],
  33502.                     'FEATURE_NEXT_21547' => [
  33503.                         'default' => false,
  33504.                         'major' => true,
  33505.                         'description' => 'Change admin criteria defaults',
  33506.                     ],
  33507.                     'FEATURE_NEXT_22900' => [
  33508.                         'default' => false,
  33509.                         'major' => true,
  33510.                         'description' => 'Admin search configuration is used in Elasticsearch',
  33511.                     ],
  33512.                 ],
  33513.             ],
  33514.             'shopware.feature.flags' => [
  33515.                 'v6.5.0.0' => [
  33516.                     'default' => false,
  33517.                     'major' => true,
  33518.                 ],
  33519.                 'PERFORMANCE_TWEAKS' => [
  33520.                     'default' => false,
  33521.                     'major' => true,
  33522.                     'description' => 'Performance improvements that include a breaking change',
  33523.                 ],
  33524.                 'FEATURE_NEXT_1797' => [
  33525.                     'default' => false,
  33526.                     'major' => true,
  33527.                     'description' => 'composer require for plugins',
  33528.                 ],
  33529.                 'FEATURE_NEXT_16710' => [
  33530.                     'default' => false,
  33531.                     'major' => true,
  33532.                     'description' => 'Do not allow empty ids provided in criteria',
  33533.                 ],
  33534.                 'FEATURE_NEXT_13810' => [
  33535.                     'default' => false,
  33536.                     'major' => true,
  33537.                     'description' => 'Deprecate old promotion module',
  33538.                 ],
  33539.                 'FEATURE_NEXT_13250' => [
  33540.                     'default' => false,
  33541.                     'major' => true,
  33542.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  33543.                 ],
  33544.                 'FEATURE_NEXT_17276' => [
  33545.                     'default' => false,
  33546.                     'major' => true,
  33547.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33548.                 ],
  33549.                 'FEATURE_NEXT_16151' => [
  33550.                     'default' => false,
  33551.                     'major' => true,
  33552.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33553.                 ],
  33554.                 'FEATURE_NEXT_16155' => [
  33555.                     'default' => false,
  33556.                     'major' => true,
  33557.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  33558.                 ],
  33559.                 'FEATURE_NEXT_19501' => [
  33560.                     'default' => false,
  33561.                     'major' => false,
  33562.                     'description' => 'Disables the cart.container function',
  33563.                 ],
  33564.                 'FEATURE_NEXT_15053' => [
  33565.                     'default' => false,
  33566.                     'major' => false,
  33567.                     'description' => 'Replace wrong displayed characters in number format',
  33568.                 ],
  33569.                 'FEATURE_NEXT_18215' => [
  33570.                     'default' => false,
  33571.                     'major' => true,
  33572.                     'description' => 'Rules are aware of their assignment',
  33573.                 ],
  33574.                 'FEATURE_NEXT_15815' => [
  33575.                     'default' => false,
  33576.                     'major' => true,
  33577.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33578.                 ],
  33579.                 'FEATURE_NEXT_14699' => [
  33580.                     'default' => false,
  33581.                     'major' => true,
  33582.                     'description' => 'Refactoring of Storefront theme assets',
  33583.                 ],
  33584.                 'FEATURE_NEXT_15707' => [
  33585.                     'default' => false,
  33586.                     'major' => false,
  33587.                     'description' => 'Delivery notice for EU geoblocking regulation',
  33588.                 ],
  33589.                 'FEATURE_NEXT_14360' => [
  33590.                     'default' => false,
  33591.                     'major' => true,
  33592.                     'description' => 'App System 4.0 - Build action button messaging system',
  33593.                 ],
  33594.                 'FEATURE_NEXT_15172' => [
  33595.                     'default' => false,
  33596.                     'major' => true,
  33597.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  33598.                 ],
  33599.                 'FEATURE_NEXT_14001' => [
  33600.                     'default' => false,
  33601.                     'major' => true,
  33602.                     'description' => 'Newsletter DOI for registered customers',
  33603.                 ],
  33604.                 'FEATURE_NEXT_7739' => [
  33605.                     'default' => false,
  33606.                     'major' => true,
  33607.                     'description' => 'Optional salutation',
  33608.                 ],
  33609.                 'FEATURE_NEXT_16200' => [
  33610.                     'default' => false,
  33611.                     'major' => false,
  33612.                     'description' => 'Register Doi Domain',
  33613.                 ],
  33614.                 'FEATURE_NEXT_13410' => [
  33615.                     'default' => false,
  33616.                     'major' => true,
  33617.                     'description' => 'Make sales channels required in seo generator',
  33618.                 ],
  33619.                 'FEATURE_NEXT_15917' => [
  33620.                     'default' => false,
  33621.                     'major' => true,
  33622.                     'description' => 'Move storefront script tags to head with defer',
  33623.                 ],
  33624.                 'FEATURE_NEXT_15957' => [
  33625.                     'default' => false,
  33626.                     'major' => true,
  33627.                     'description' => 'VAT id field for guest',
  33628.                 ],
  33629.                 'FEATURE_NEXT_13601' => [
  33630.                     'default' => false,
  33631.                     'major' => true,
  33632.                     'description' => 'Default transaction state for async app payments',
  33633.                 ],
  33634.                 'FEATURE_NEXT_16992' => [
  33635.                     'default' => false,
  33636.                     'major' => true,
  33637.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33638.                 ],
  33639.                 'FEATURE_NEXT_7530' => [
  33640.                     'default' => false,
  33641.                     'major' => true,
  33642.                     'description' => 'Improve orders UX in Administration',
  33643.                 ],
  33644.                 'FEATURE_NEXT_16824' => [
  33645.                     'default' => false,
  33646.                     'major' => true,
  33647.                     'description' => 'Cart merged event',
  33648.                 ],
  33649.                 'FEATURE_NEXT_16271' => [
  33650.                     'default' => false,
  33651.                     'major' => true,
  33652.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33653.                 ],
  33654.                 'FEATURE_NEXT_15381' => [
  33655.                     'default' => false,
  33656.                     'major' => true,
  33657.                     'description' => 'Save theme compilation',
  33658.                 ],
  33659.                 'FEATURE_NEXT_17275' => [
  33660.                     'default' => false,
  33661.                     'major' => true,
  33662.                     'description' => 'StorefrontRenderEvent only gets original view',
  33663.                 ],
  33664.                 'FEATURE_NEXT_17016' => [
  33665.                     'default' => false,
  33666.                     'major' => true,
  33667.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33668.                 ],
  33669.                 'FEATURE_NEXT_16236' => [
  33670.                     'default' => false,
  33671.                     'major' => true,
  33672.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33673.                 ],
  33674.                 'FEATURE_NEXT_16640' => [
  33675.                     'default' => false,
  33676.                     'major' => true,
  33677.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33678.                 ],
  33679.                 'FEATURE_NEXT_17858' => [
  33680.                     'default' => false,
  33681.                     'major' => true,
  33682.                     'description' => 'Major feature flag for Business Event',
  33683.                 ],
  33684.                 'FEATURE_NEXT_6758' => [
  33685.                     'default' => false,
  33686.                     'major' => true,
  33687.                     'description' => 'Layout assignment for category as list',
  33688.                 ],
  33689.                 'FEATURE_NEXT_19048' => [
  33690.                     'default' => false,
  33691.                     'major' => true,
  33692.                     'description' => 'Fix media resolution in theme',
  33693.                 ],
  33694.                 'FEATURE_NEXT_19822' => [
  33695.                     'default' => false,
  33696.                     'major' => true,
  33697.                     'description' => 'Enables lazy loading components in the administration',
  33698.                 ],
  33699.                 'FEATURE_NEXT_18129' => [
  33700.                     'default' => false,
  33701.                     'major' => true,
  33702.                     'description' => 'Require positionIdentifier for some components',
  33703.                 ],
  33704.                 'FEATURE_NEXT_19163' => [
  33705.                     'default' => false,
  33706.                     'major' => true,
  33707.                     'description' => 'one to one inheritance',
  33708.                 ],
  33709.                 'FEATURE_NEXT_18187' => [
  33710.                     'default' => false,
  33711.                     'major' => true,
  33712.                     'description' => 'Move admin dashboard statistics into separate component',
  33713.                 ],
  33714.                 'FEATURE_NEXT_17978' => [
  33715.                     'default' => false,
  33716.                     'major' => true,
  33717.                     'description' => 'Change component factory to work with extension overrides in Administration',
  33718.                 ],
  33719.                 'FEATURE_NEXT_11634' => [
  33720.                     'default' => false,
  33721.                     'major' => true,
  33722.                     'description' => 'Webpack alias refactor',
  33723.                 ],
  33724.                 'FEATURE_NEXT_21547' => [
  33725.                     'default' => false,
  33726.                     'major' => true,
  33727.                     'description' => 'Change admin criteria defaults',
  33728.                 ],
  33729.                 'FEATURE_NEXT_22900' => [
  33730.                     'default' => false,
  33731.                     'major' => true,
  33732.                     'description' => 'Admin search configuration is used in Elasticsearch',
  33733.                 ],
  33734.             ],
  33735.             'shopware.feature.flags.v6.5.0.0' => [
  33736.                 'default' => false,
  33737.                 'major' => true,
  33738.             ],
  33739.             'shopware.feature.flags.v6.5.0.0.default' => false,
  33740.             'shopware.feature.flags.v6.5.0.0.major' => true,
  33741.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  33742.                 'default' => false,
  33743.                 'major' => true,
  33744.                 'description' => 'Performance improvements that include a breaking change',
  33745.             ],
  33746.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  33747.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  33748.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  33749.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  33750.                 'default' => false,
  33751.                 'major' => true,
  33752.                 'description' => 'composer require for plugins',
  33753.             ],
  33754.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  33755.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  33756.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  33757.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  33758.                 'default' => false,
  33759.                 'major' => true,
  33760.                 'description' => 'Do not allow empty ids provided in criteria',
  33761.             ],
  33762.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  33763.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  33764.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  33765.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  33766.                 'default' => false,
  33767.                 'major' => true,
  33768.                 'description' => 'Deprecate old promotion module',
  33769.             ],
  33770.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  33771.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  33772.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  33773.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  33774.                 'default' => false,
  33775.                 'major' => true,
  33776.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  33777.             ],
  33778.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  33779.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  33780.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  33781.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  33782.                 'default' => false,
  33783.                 'major' => true,
  33784.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33785.             ],
  33786.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  33787.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  33788.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  33789.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  33790.                 'default' => false,
  33791.                 'major' => true,
  33792.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33793.             ],
  33794.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  33795.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  33796.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  33797.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  33798.                 'default' => false,
  33799.                 'major' => true,
  33800.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  33801.             ],
  33802.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  33803.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  33804.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  33805.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  33806.                 'default' => false,
  33807.                 'major' => false,
  33808.                 'description' => 'Disables the cart.container function',
  33809.             ],
  33810.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  33811.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  33812.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  33813.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  33814.                 'default' => false,
  33815.                 'major' => false,
  33816.                 'description' => 'Replace wrong displayed characters in number format',
  33817.             ],
  33818.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  33819.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  33820.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  33821.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  33822.                 'default' => false,
  33823.                 'major' => true,
  33824.                 'description' => 'Rules are aware of their assignment',
  33825.             ],
  33826.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  33827.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  33828.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  33829.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  33830.                 'default' => false,
  33831.                 'major' => true,
  33832.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33833.             ],
  33834.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  33835.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  33836.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  33837.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  33838.                 'default' => false,
  33839.                 'major' => true,
  33840.                 'description' => 'Refactoring of Storefront theme assets',
  33841.             ],
  33842.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  33843.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  33844.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  33845.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  33846.                 'default' => false,
  33847.                 'major' => false,
  33848.                 'description' => 'Delivery notice for EU geoblocking regulation',
  33849.             ],
  33850.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  33851.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  33852.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  33853.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  33854.                 'default' => false,
  33855.                 'major' => true,
  33856.                 'description' => 'App System 4.0 - Build action button messaging system',
  33857.             ],
  33858.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  33859.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  33860.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  33861.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  33862.                 'default' => false,
  33863.                 'major' => true,
  33864.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  33865.             ],
  33866.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  33867.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  33868.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  33869.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  33870.                 'default' => false,
  33871.                 'major' => true,
  33872.                 'description' => 'Newsletter DOI for registered customers',
  33873.             ],
  33874.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  33875.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  33876.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  33877.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  33878.                 'default' => false,
  33879.                 'major' => true,
  33880.                 'description' => 'Optional salutation',
  33881.             ],
  33882.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  33883.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  33884.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  33885.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  33886.                 'default' => false,
  33887.                 'major' => false,
  33888.                 'description' => 'Register Doi Domain',
  33889.             ],
  33890.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  33891.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  33892.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  33893.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  33894.                 'default' => false,
  33895.                 'major' => true,
  33896.                 'description' => 'Make sales channels required in seo generator',
  33897.             ],
  33898.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  33899.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  33900.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  33901.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  33902.                 'default' => false,
  33903.                 'major' => true,
  33904.                 'description' => 'Move storefront script tags to head with defer',
  33905.             ],
  33906.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  33907.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  33908.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  33909.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  33910.                 'default' => false,
  33911.                 'major' => true,
  33912.                 'description' => 'VAT id field for guest',
  33913.             ],
  33914.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  33915.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  33916.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  33917.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  33918.                 'default' => false,
  33919.                 'major' => true,
  33920.                 'description' => 'Default transaction state for async app payments',
  33921.             ],
  33922.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  33923.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  33924.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  33925.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  33926.                 'default' => false,
  33927.                 'major' => true,
  33928.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33929.             ],
  33930.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  33931.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  33932.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  33933.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  33934.                 'default' => false,
  33935.                 'major' => true,
  33936.                 'description' => 'Improve orders UX in Administration',
  33937.             ],
  33938.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  33939.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  33940.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  33941.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  33942.                 'default' => false,
  33943.                 'major' => true,
  33944.                 'description' => 'Cart merged event',
  33945.             ],
  33946.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  33947.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  33948.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  33949.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  33950.                 'default' => false,
  33951.                 'major' => true,
  33952.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33953.             ],
  33954.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  33955.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  33956.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  33957.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  33958.                 'default' => false,
  33959.                 'major' => true,
  33960.                 'description' => 'Save theme compilation',
  33961.             ],
  33962.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  33963.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  33964.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  33965.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  33966.                 'default' => false,
  33967.                 'major' => true,
  33968.                 'description' => 'StorefrontRenderEvent only gets original view',
  33969.             ],
  33970.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  33971.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  33972.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  33973.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  33974.                 'default' => false,
  33975.                 'major' => true,
  33976.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33977.             ],
  33978.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  33979.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  33980.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  33981.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  33982.                 'default' => false,
  33983.                 'major' => true,
  33984.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33985.             ],
  33986.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  33987.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  33988.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  33989.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  33990.                 'default' => false,
  33991.                 'major' => true,
  33992.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33993.             ],
  33994.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  33995.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  33996.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  33997.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  33998.                 'default' => false,
  33999.                 'major' => true,
  34000.                 'description' => 'Major feature flag for Business Event',
  34001.             ],
  34002.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  34003.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  34004.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  34005.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  34006.                 'default' => false,
  34007.                 'major' => true,
  34008.                 'description' => 'Layout assignment for category as list',
  34009.             ],
  34010.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  34011.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  34012.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  34013.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  34014.                 'default' => false,
  34015.                 'major' => true,
  34016.                 'description' => 'Fix media resolution in theme',
  34017.             ],
  34018.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  34019.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  34020.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  34021.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  34022.                 'default' => false,
  34023.                 'major' => true,
  34024.                 'description' => 'Enables lazy loading components in the administration',
  34025.             ],
  34026.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  34027.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  34028.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  34029.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  34030.                 'default' => false,
  34031.                 'major' => true,
  34032.                 'description' => 'Require positionIdentifier for some components',
  34033.             ],
  34034.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  34035.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  34036.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  34037.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  34038.                 'default' => false,
  34039.                 'major' => true,
  34040.                 'description' => 'one to one inheritance',
  34041.             ],
  34042.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  34043.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  34044.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  34045.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  34046.                 'default' => false,
  34047.                 'major' => true,
  34048.                 'description' => 'Move admin dashboard statistics into separate component',
  34049.             ],
  34050.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  34051.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  34052.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  34053.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  34054.                 'default' => false,
  34055.                 'major' => true,
  34056.                 'description' => 'Change component factory to work with extension overrides in Administration',
  34057.             ],
  34058.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  34059.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  34060.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  34061.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  34062.                 'default' => false,
  34063.                 'major' => true,
  34064.                 'description' => 'Webpack alias refactor',
  34065.             ],
  34066.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  34067.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  34068.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  34069.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  34070.                 'default' => false,
  34071.                 'major' => true,
  34072.                 'description' => 'Change admin criteria defaults',
  34073.             ],
  34074.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  34075.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  34076.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  34077.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  34078.                 'default' => false,
  34079.                 'major' => true,
  34080.                 'description' => 'Admin search configuration is used in Elasticsearch',
  34081.             ],
  34082.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  34083.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  34084.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  34085.             'shopware.profiler' => [
  34086.                 'integrations' => [
  34087.                     => 'Symfony',
  34088.                 ],
  34089.             ],
  34090.             'shopware.profiler.integrations' => [
  34091.                 => 'Symfony',
  34092.             ],
  34093.             'shopware.profiler.integrations.0' => 'Symfony',
  34094.             'shopware.filesystem' => [
  34095.                 'private' => [
  34096.                     'type' => 'local',
  34097.                     'config' => [
  34098.                         'root' => (\dirname(__DIR__4).'/files'),
  34099.                     ],
  34100.                 ],
  34101.                 'public' => [
  34102.                     'type' => 'local',
  34103.                     'config' => [
  34104.                         'root' => (\dirname(__DIR__4).'/public'),
  34105.                     ],
  34106.                 ],
  34107.                 'temp' => [
  34108.                     'type' => 'local',
  34109.                     'config' => [
  34110.                         'root' => \dirname(__DIR__3),
  34111.                     ],
  34112.                 ],
  34113.                 'theme' => [
  34114.                 ],
  34115.                 'asset' => [
  34116.                 ],
  34117.                 'sitemap' => [
  34118.                 ],
  34119.                 'allowed_extensions' => [
  34120.                     => 'jpg',
  34121.                     => 'jpeg',
  34122.                     => 'png',
  34123.                     => 'webp',
  34124.                     => 'gif',
  34125.                     => 'svg',
  34126.                     => 'bmp',
  34127.                     => 'tiff',
  34128.                     => 'tif',
  34129.                     => 'eps',
  34130.                     10 => 'webm',
  34131.                     11 => 'mkv',
  34132.                     12 => 'flv',
  34133.                     13 => 'ogv',
  34134.                     14 => 'ogg',
  34135.                     15 => 'mov',
  34136.                     16 => 'mp4',
  34137.                     17 => 'avi',
  34138.                     18 => 'wmv',
  34139.                     19 => 'pdf',
  34140.                     20 => 'aac',
  34141.                     21 => 'mp3',
  34142.                     22 => 'wav',
  34143.                     23 => 'flac',
  34144.                     24 => 'oga',
  34145.                     25 => 'wma',
  34146.                     26 => 'txt',
  34147.                     27 => 'doc',
  34148.                     28 => 'ico',
  34149.                 ],
  34150.             ],
  34151.             'shopware.filesystem.private' => [
  34152.                 'type' => 'local',
  34153.                 'config' => [
  34154.                     'root' => (\dirname(__DIR__4).'/files'),
  34155.                 ],
  34156.             ],
  34157.             'shopware.filesystem.private.type' => 'local',
  34158.             'shopware.filesystem.private.config' => [
  34159.                 'root' => (\dirname(__DIR__4).'/files'),
  34160.             ],
  34161.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  34162.             'shopware.filesystem.public' => [
  34163.                 'type' => 'local',
  34164.                 'config' => [
  34165.                     'root' => (\dirname(__DIR__4).'/public'),
  34166.                 ],
  34167.             ],
  34168.             'shopware.filesystem.public.type' => 'local',
  34169.             'shopware.filesystem.public.config' => [
  34170.                 'root' => (\dirname(__DIR__4).'/public'),
  34171.             ],
  34172.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  34173.             'shopware.filesystem.temp' => [
  34174.                 'type' => 'local',
  34175.                 'config' => [
  34176.                     'root' => \dirname(__DIR__3),
  34177.                 ],
  34178.             ],
  34179.             'shopware.filesystem.temp.type' => 'local',
  34180.             'shopware.filesystem.temp.config' => [
  34181.                 'root' => \dirname(__DIR__3),
  34182.             ],
  34183.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  34184.             'shopware.filesystem.theme' => [
  34185.                 'type' => 'local',
  34186.                 'config' => [
  34187.                     'root' => (\dirname(__DIR__4).'/public'),
  34188.                 ],
  34189.             ],
  34190.             'shopware.filesystem.asset' => [
  34191.                 'type' => 'local',
  34192.                 'config' => [
  34193.                     'root' => (\dirname(__DIR__4).'/public'),
  34194.                 ],
  34195.             ],
  34196.             'shopware.filesystem.sitemap' => [
  34197.                 'type' => 'local',
  34198.                 'config' => [
  34199.                     'root' => (\dirname(__DIR__4).'/public'),
  34200.                 ],
  34201.             ],
  34202.             'shopware.filesystem.allowed_extensions' => [
  34203.                 => 'jpg',
  34204.                 => 'jpeg',
  34205.                 => 'png',
  34206.                 => 'webp',
  34207.                 => 'gif',
  34208.                 => 'svg',
  34209.                 => 'bmp',
  34210.                 => 'tiff',
  34211.                 => 'tif',
  34212.                 => 'eps',
  34213.                 10 => 'webm',
  34214.                 11 => 'mkv',
  34215.                 12 => 'flv',
  34216.                 13 => 'ogv',
  34217.                 14 => 'ogg',
  34218.                 15 => 'mov',
  34219.                 16 => 'mp4',
  34220.                 17 => 'avi',
  34221.                 18 => 'wmv',
  34222.                 19 => 'pdf',
  34223.                 20 => 'aac',
  34224.                 21 => 'mp3',
  34225.                 22 => 'wav',
  34226.                 23 => 'flac',
  34227.                 24 => 'oga',
  34228.                 25 => 'wma',
  34229.                 26 => 'txt',
  34230.                 27 => 'doc',
  34231.                 28 => 'ico',
  34232.             ],
  34233.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  34234.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  34235.             'shopware.filesystem.allowed_extensions.2' => 'png',
  34236.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  34237.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  34238.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  34239.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  34240.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  34241.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  34242.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  34243.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  34244.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  34245.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  34246.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  34247.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  34248.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  34249.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  34250.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  34251.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  34252.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  34253.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  34254.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  34255.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  34256.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  34257.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  34258.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  34259.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  34260.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  34261.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  34262.             'shopware.cdn.url' => '',
  34263.             'shopware.increment' => [
  34264.                 'user_activity' => [
  34265.                     'type' => 'mysql',
  34266.                 ],
  34267.                 'message_queue' => [
  34268.                     'type' => 'mysql',
  34269.                 ],
  34270.             ],
  34271.             'shopware.increment.user_activity' => [
  34272.                 'type' => 'mysql',
  34273.             ],
  34274.             'shopware.increment.user_activity.type' => 'mysql',
  34275.             'shopware.increment.message_queue' => [
  34276.                 'type' => 'mysql',
  34277.             ],
  34278.             'shopware.increment.message_queue.type' => 'mysql',
  34279.             'shopware.api' => [
  34280.                 'max_limit' => 100,
  34281.                 'api_browser' => [
  34282.                     'auth_required' => false,
  34283.                 ],
  34284.                 'store' => [
  34285.                     'context_lifetime' => 'P1D',
  34286.                 ],
  34287.                 'rate_limiter' => [
  34288.                     'login' => [
  34289.                         'enabled' => true,
  34290.                         'policy' => 'time_backoff',
  34291.                         'reset' => '24 hours',
  34292.                         'limits' => [
  34293.                             => [
  34294.                                 'limit' => 10,
  34295.                                 'interval' => '10 seconds',
  34296.                             ],
  34297.                             => [
  34298.                                 'limit' => 15,
  34299.                                 'interval' => '30 seconds',
  34300.                             ],
  34301.                             => [
  34302.                                 'limit' => 20,
  34303.                                 'interval' => '60 seconds',
  34304.                             ],
  34305.                         ],
  34306.                         'lock_factory' => 'lock.factory',
  34307.                         'cache_pool' => 'cache.rate_limiter',
  34308.                     ],
  34309.                     'guest_login' => [
  34310.                         'enabled' => true,
  34311.                         'policy' => 'time_backoff',
  34312.                         'reset' => '24 hours',
  34313.                         'limits' => [
  34314.                             => [
  34315.                                 'limit' => 10,
  34316.                                 'interval' => '10 seconds',
  34317.                             ],
  34318.                             => [
  34319.                                 'limit' => 15,
  34320.                                 'interval' => '30 seconds',
  34321.                             ],
  34322.                             => [
  34323.                                 'limit' => 20,
  34324.                                 'interval' => '60 seconds',
  34325.                             ],
  34326.                         ],
  34327.                         'lock_factory' => 'lock.factory',
  34328.                         'cache_pool' => 'cache.rate_limiter',
  34329.                     ],
  34330.                     'oauth' => [
  34331.                         'enabled' => true,
  34332.                         'policy' => 'time_backoff',
  34333.                         'reset' => '24 hours',
  34334.                         'limits' => [
  34335.                             => [
  34336.                                 'limit' => 10,
  34337.                                 'interval' => '10 seconds',
  34338.                             ],
  34339.                             => [
  34340.                                 'limit' => 15,
  34341.                                 'interval' => '30 seconds',
  34342.                             ],
  34343.                             => [
  34344.                                 'limit' => 20,
  34345.                                 'interval' => '60 seconds',
  34346.                             ],
  34347.                         ],
  34348.                         'lock_factory' => 'lock.factory',
  34349.                         'cache_pool' => 'cache.rate_limiter',
  34350.                     ],
  34351.                     'reset_password' => [
  34352.                         'enabled' => true,
  34353.                         'policy' => 'time_backoff',
  34354.                         'reset' => '24 hours',
  34355.                         'limits' => [
  34356.                             => [
  34357.                                 'limit' => 3,
  34358.                                 'interval' => '30 seconds',
  34359.                             ],
  34360.                             => [
  34361.                                 'limit' => 5,
  34362.                                 'interval' => '60 seconds',
  34363.                             ],
  34364.                             => [
  34365.                                 'limit' => 10,
  34366.                                 'interval' => '90 seconds',
  34367.                             ],
  34368.                         ],
  34369.                         'lock_factory' => 'lock.factory',
  34370.                         'cache_pool' => 'cache.rate_limiter',
  34371.                     ],
  34372.                     'user_recovery' => [
  34373.                         'enabled' => true,
  34374.                         'policy' => 'time_backoff',
  34375.                         'reset' => '24 hours',
  34376.                         'limits' => [
  34377.                             => [
  34378.                                 'limit' => 3,
  34379.                                 'interval' => '30 seconds',
  34380.                             ],
  34381.                             => [
  34382.                                 'limit' => 5,
  34383.                                 'interval' => '60 seconds',
  34384.                             ],
  34385.                             => [
  34386.                                 'limit' => 10,
  34387.                                 'interval' => '90 seconds',
  34388.                             ],
  34389.                         ],
  34390.                         'lock_factory' => 'lock.factory',
  34391.                         'cache_pool' => 'cache.rate_limiter',
  34392.                     ],
  34393.                     'contact_form' => [
  34394.                         'enabled' => true,
  34395.                         'policy' => 'time_backoff',
  34396.                         'reset' => '24 hours',
  34397.                         'limits' => [
  34398.                             => [
  34399.                                 'limit' => 3,
  34400.                                 'interval' => '30 seconds',
  34401.                             ],
  34402.                             => [
  34403.                                 'limit' => 5,
  34404.                                 'interval' => '60 seconds',
  34405.                             ],
  34406.                             => [
  34407.                                 'limit' => 10,
  34408.                                 'interval' => '90 seconds',
  34409.                             ],
  34410.                         ],
  34411.                         'lock_factory' => 'lock.factory',
  34412.                         'cache_pool' => 'cache.rate_limiter',
  34413.                     ],
  34414.                     'notification' => [
  34415.                         'enabled' => true,
  34416.                         'policy' => 'time_backoff',
  34417.                         'reset' => '24 hours',
  34418.                         'limits' => [
  34419.                             => [
  34420.                                 'limit' => 10,
  34421.                                 'interval' => '10 seconds',
  34422.                             ],
  34423.                             => [
  34424.                                 'limit' => 15,
  34425.                                 'interval' => '30 seconds',
  34426.                             ],
  34427.                             => [
  34428.                                 'limit' => 20,
  34429.                                 'interval' => '60 seconds',
  34430.                             ],
  34431.                         ],
  34432.                         'lock_factory' => 'lock.factory',
  34433.                         'cache_pool' => 'cache.rate_limiter',
  34434.                     ],
  34435.                     'newsletter_form' => [
  34436.                         'enabled' => true,
  34437.                         'policy' => 'time_backoff',
  34438.                         'reset' => '24 hours',
  34439.                         'limits' => [
  34440.                             => [
  34441.                                 'limit' => 3,
  34442.                                 'interval' => '30 seconds',
  34443.                             ],
  34444.                             => [
  34445.                                 'limit' => 5,
  34446.                                 'interval' => '60 seconds',
  34447.                             ],
  34448.                             => [
  34449.                                 'limit' => 10,
  34450.                                 'interval' => '90 seconds',
  34451.                             ],
  34452.                         ],
  34453.                         'lock_factory' => 'lock.factory',
  34454.                         'cache_pool' => 'cache.rate_limiter',
  34455.                     ],
  34456.                     'cart_add_line_item' => [
  34457.                         'enabled' => true,
  34458.                         'policy' => 'system_config',
  34459.                         'reset' => '1 hours',
  34460.                         'limits' => [
  34461.                             => [
  34462.                                 'domain' => 'core.cart.lineItemAddLimit',
  34463.                                 'interval' => '60 seconds',
  34464.                             ],
  34465.                         ],
  34466.                         'lock_factory' => 'lock.factory',
  34467.                         'cache_pool' => 'cache.rate_limiter',
  34468.                     ],
  34469.                 ],
  34470.             ],
  34471.             'shopware.api.max_limit' => 100,
  34472.             'shopware.api.api_browser' => [
  34473.                 'auth_required' => false,
  34474.             ],
  34475.             'shopware.api.api_browser.auth_required' => false,
  34476.             'shopware.api.api_browser.auth_required_str' => '0',
  34477.             'shopware.api.store' => [
  34478.                 'context_lifetime' => 'P1D',
  34479.             ],
  34480.             'shopware.api.store.context_lifetime' => 'P1D',
  34481.             'shopware.api.rate_limiter' => [
  34482.                 'login' => [
  34483.                     'enabled' => true,
  34484.                     'policy' => 'time_backoff',
  34485.                     'reset' => '24 hours',
  34486.                     'limits' => [
  34487.                         => [
  34488.                             'limit' => 10,
  34489.                             'interval' => '10 seconds',
  34490.                         ],
  34491.                         => [
  34492.                             'limit' => 15,
  34493.                             'interval' => '30 seconds',
  34494.                         ],
  34495.                         => [
  34496.                             'limit' => 20,
  34497.                             'interval' => '60 seconds',
  34498.                         ],
  34499.                     ],
  34500.                     'lock_factory' => 'lock.factory',
  34501.                     'cache_pool' => 'cache.rate_limiter',
  34502.                 ],
  34503.                 'guest_login' => [
  34504.                     'enabled' => true,
  34505.                     'policy' => 'time_backoff',
  34506.                     'reset' => '24 hours',
  34507.                     'limits' => [
  34508.                         => [
  34509.                             'limit' => 10,
  34510.                             'interval' => '10 seconds',
  34511.                         ],
  34512.                         => [
  34513.                             'limit' => 15,
  34514.                             'interval' => '30 seconds',
  34515.                         ],
  34516.                         => [
  34517.                             'limit' => 20,
  34518.                             'interval' => '60 seconds',
  34519.                         ],
  34520.                     ],
  34521.                     'lock_factory' => 'lock.factory',
  34522.                     'cache_pool' => 'cache.rate_limiter',
  34523.                 ],
  34524.                 'oauth' => [
  34525.                     'enabled' => true,
  34526.                     'policy' => 'time_backoff',
  34527.                     'reset' => '24 hours',
  34528.                     'limits' => [
  34529.                         => [
  34530.                             'limit' => 10,
  34531.                             'interval' => '10 seconds',
  34532.                         ],
  34533.                         => [
  34534.                             'limit' => 15,
  34535.                             'interval' => '30 seconds',
  34536.                         ],
  34537.                         => [
  34538.                             'limit' => 20,
  34539.                             'interval' => '60 seconds',
  34540.                         ],
  34541.                     ],
  34542.                     'lock_factory' => 'lock.factory',
  34543.                     'cache_pool' => 'cache.rate_limiter',
  34544.                 ],
  34545.                 'reset_password' => [
  34546.                     'enabled' => true,
  34547.                     'policy' => 'time_backoff',
  34548.                     'reset' => '24 hours',
  34549.                     'limits' => [
  34550.                         => [
  34551.                             'limit' => 3,
  34552.                             'interval' => '30 seconds',
  34553.                         ],
  34554.                         => [
  34555.                             'limit' => 5,
  34556.                             'interval' => '60 seconds',
  34557.                         ],
  34558.                         => [
  34559.                             'limit' => 10,
  34560.                             'interval' => '90 seconds',
  34561.                         ],
  34562.                     ],
  34563.                     'lock_factory' => 'lock.factory',
  34564.                     'cache_pool' => 'cache.rate_limiter',
  34565.                 ],
  34566.                 'user_recovery' => [
  34567.                     'enabled' => true,
  34568.                     'policy' => 'time_backoff',
  34569.                     'reset' => '24 hours',
  34570.                     'limits' => [
  34571.                         => [
  34572.                             'limit' => 3,
  34573.                             'interval' => '30 seconds',
  34574.                         ],
  34575.                         => [
  34576.                             'limit' => 5,
  34577.                             'interval' => '60 seconds',
  34578.                         ],
  34579.                         => [
  34580.                             'limit' => 10,
  34581.                             'interval' => '90 seconds',
  34582.                         ],
  34583.                     ],
  34584.                     'lock_factory' => 'lock.factory',
  34585.                     'cache_pool' => 'cache.rate_limiter',
  34586.                 ],
  34587.                 'contact_form' => [
  34588.                     'enabled' => true,
  34589.                     'policy' => 'time_backoff',
  34590.                     'reset' => '24 hours',
  34591.                     'limits' => [
  34592.                         => [
  34593.                             'limit' => 3,
  34594.                             'interval' => '30 seconds',
  34595.                         ],
  34596.                         => [
  34597.                             'limit' => 5,
  34598.                             'interval' => '60 seconds',
  34599.                         ],
  34600.                         => [
  34601.                             'limit' => 10,
  34602.                             'interval' => '90 seconds',
  34603.                         ],
  34604.                     ],
  34605.                     'lock_factory' => 'lock.factory',
  34606.                     'cache_pool' => 'cache.rate_limiter',
  34607.                 ],
  34608.                 'notification' => [
  34609.                     'enabled' => true,
  34610.                     'policy' => 'time_backoff',
  34611.                     'reset' => '24 hours',
  34612.                     'limits' => [
  34613.                         => [
  34614.                             'limit' => 10,
  34615.                             'interval' => '10 seconds',
  34616.                         ],
  34617.                         => [
  34618.                             'limit' => 15,
  34619.                             'interval' => '30 seconds',
  34620.                         ],
  34621.                         => [
  34622.                             'limit' => 20,
  34623.                             'interval' => '60 seconds',
  34624.                         ],
  34625.                     ],
  34626.                     'lock_factory' => 'lock.factory',
  34627.                     'cache_pool' => 'cache.rate_limiter',
  34628.                 ],
  34629.                 'newsletter_form' => [
  34630.                     'enabled' => true,
  34631.                     'policy' => 'time_backoff',
  34632.                     'reset' => '24 hours',
  34633.                     'limits' => [
  34634.                         => [
  34635.                             'limit' => 3,
  34636.                             'interval' => '30 seconds',
  34637.                         ],
  34638.                         => [
  34639.                             'limit' => 5,
  34640.                             'interval' => '60 seconds',
  34641.                         ],
  34642.                         => [
  34643.                             'limit' => 10,
  34644.                             'interval' => '90 seconds',
  34645.                         ],
  34646.                     ],
  34647.                     'lock_factory' => 'lock.factory',
  34648.                     'cache_pool' => 'cache.rate_limiter',
  34649.                 ],
  34650.                 'cart_add_line_item' => [
  34651.                     'enabled' => true,
  34652.                     'policy' => 'system_config',
  34653.                     'reset' => '1 hours',
  34654.                     'limits' => [
  34655.                         => [
  34656.                             'domain' => 'core.cart.lineItemAddLimit',
  34657.                             'interval' => '60 seconds',
  34658.                         ],
  34659.                     ],
  34660.                     'lock_factory' => 'lock.factory',
  34661.                     'cache_pool' => 'cache.rate_limiter',
  34662.                 ],
  34663.             ],
  34664.             'shopware.api.rate_limiter.login' => [
  34665.                 'enabled' => true,
  34666.                 'policy' => 'time_backoff',
  34667.                 'reset' => '24 hours',
  34668.                 'limits' => [
  34669.                     => [
  34670.                         'limit' => 10,
  34671.                         'interval' => '10 seconds',
  34672.                     ],
  34673.                     => [
  34674.                         'limit' => 15,
  34675.                         'interval' => '30 seconds',
  34676.                     ],
  34677.                     => [
  34678.                         'limit' => 20,
  34679.                         'interval' => '60 seconds',
  34680.                     ],
  34681.                 ],
  34682.                 'lock_factory' => 'lock.factory',
  34683.                 'cache_pool' => 'cache.rate_limiter',
  34684.             ],
  34685.             'shopware.api.rate_limiter.login.enabled' => true,
  34686.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  34687.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  34688.             'shopware.api.rate_limiter.login.limits' => [
  34689.                 => [
  34690.                     'limit' => 10,
  34691.                     'interval' => '10 seconds',
  34692.                 ],
  34693.                 => [
  34694.                     'limit' => 15,
  34695.                     'interval' => '30 seconds',
  34696.                 ],
  34697.                 => [
  34698.                     'limit' => 20,
  34699.                     'interval' => '60 seconds',
  34700.                 ],
  34701.             ],
  34702.             'shopware.api.rate_limiter.login.limits.0' => [
  34703.                 'limit' => 10,
  34704.                 'interval' => '10 seconds',
  34705.             ],
  34706.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  34707.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  34708.             'shopware.api.rate_limiter.login.limits.1' => [
  34709.                 'limit' => 15,
  34710.                 'interval' => '30 seconds',
  34711.             ],
  34712.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  34713.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  34714.             'shopware.api.rate_limiter.login.limits.2' => [
  34715.                 'limit' => 20,
  34716.                 'interval' => '60 seconds',
  34717.             ],
  34718.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  34719.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  34720.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  34721.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  34722.             'shopware.api.rate_limiter.guest_login' => [
  34723.                 'enabled' => true,
  34724.                 'policy' => 'time_backoff',
  34725.                 'reset' => '24 hours',
  34726.                 'limits' => [
  34727.                     => [
  34728.                         'limit' => 10,
  34729.                         'interval' => '10 seconds',
  34730.                     ],
  34731.                     => [
  34732.                         'limit' => 15,
  34733.                         'interval' => '30 seconds',
  34734.                     ],
  34735.                     => [
  34736.                         'limit' => 20,
  34737.                         'interval' => '60 seconds',
  34738.                     ],
  34739.                 ],
  34740.                 'lock_factory' => 'lock.factory',
  34741.                 'cache_pool' => 'cache.rate_limiter',
  34742.             ],
  34743.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  34744.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  34745.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  34746.             'shopware.api.rate_limiter.guest_login.limits' => [
  34747.                 => [
  34748.                     'limit' => 10,
  34749.                     'interval' => '10 seconds',
  34750.                 ],
  34751.                 => [
  34752.                     'limit' => 15,
  34753.                     'interval' => '30 seconds',
  34754.                 ],
  34755.                 => [
  34756.                     'limit' => 20,
  34757.                     'interval' => '60 seconds',
  34758.                 ],
  34759.             ],
  34760.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  34761.                 'limit' => 10,
  34762.                 'interval' => '10 seconds',
  34763.             ],
  34764.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  34765.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  34766.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  34767.                 'limit' => 15,
  34768.                 'interval' => '30 seconds',
  34769.             ],
  34770.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  34771.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  34772.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  34773.                 'limit' => 20,
  34774.                 'interval' => '60 seconds',
  34775.             ],
  34776.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  34777.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  34778.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  34779.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  34780.             'shopware.api.rate_limiter.oauth' => [
  34781.                 'enabled' => true,
  34782.                 'policy' => 'time_backoff',
  34783.                 'reset' => '24 hours',
  34784.                 'limits' => [
  34785.                     => [
  34786.                         'limit' => 10,
  34787.                         'interval' => '10 seconds',
  34788.                     ],
  34789.                     => [
  34790.                         'limit' => 15,
  34791.                         'interval' => '30 seconds',
  34792.                     ],
  34793.                     => [
  34794.                         'limit' => 20,
  34795.                         'interval' => '60 seconds',
  34796.                     ],
  34797.                 ],
  34798.                 'lock_factory' => 'lock.factory',
  34799.                 'cache_pool' => 'cache.rate_limiter',
  34800.             ],
  34801.             'shopware.api.rate_limiter.oauth.enabled' => true,
  34802.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  34803.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  34804.             'shopware.api.rate_limiter.oauth.limits' => [
  34805.                 => [
  34806.                     'limit' => 10,
  34807.                     'interval' => '10 seconds',
  34808.                 ],
  34809.                 => [
  34810.                     'limit' => 15,
  34811.                     'interval' => '30 seconds',
  34812.                 ],
  34813.                 => [
  34814.                     'limit' => 20,
  34815.                     'interval' => '60 seconds',
  34816.                 ],
  34817.             ],
  34818.             'shopware.api.rate_limiter.oauth.limits.0' => [
  34819.                 'limit' => 10,
  34820.                 'interval' => '10 seconds',
  34821.             ],
  34822.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  34823.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  34824.             'shopware.api.rate_limiter.oauth.limits.1' => [
  34825.                 'limit' => 15,
  34826.                 'interval' => '30 seconds',
  34827.             ],
  34828.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  34829.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  34830.             'shopware.api.rate_limiter.oauth.limits.2' => [
  34831.                 'limit' => 20,
  34832.                 'interval' => '60 seconds',
  34833.             ],
  34834.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  34835.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  34836.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  34837.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  34838.             'shopware.api.rate_limiter.reset_password' => [
  34839.                 'enabled' => true,
  34840.                 'policy' => 'time_backoff',
  34841.                 'reset' => '24 hours',
  34842.                 'limits' => [
  34843.                     => [
  34844.                         'limit' => 3,
  34845.                         'interval' => '30 seconds',
  34846.                     ],
  34847.                     => [
  34848.                         'limit' => 5,
  34849.                         'interval' => '60 seconds',
  34850.                     ],
  34851.                     => [
  34852.                         'limit' => 10,
  34853.                         'interval' => '90 seconds',
  34854.                     ],
  34855.                 ],
  34856.                 'lock_factory' => 'lock.factory',
  34857.                 'cache_pool' => 'cache.rate_limiter',
  34858.             ],
  34859.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  34860.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  34861.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  34862.             'shopware.api.rate_limiter.reset_password.limits' => [
  34863.                 => [
  34864.                     'limit' => 3,
  34865.                     'interval' => '30 seconds',
  34866.                 ],
  34867.                 => [
  34868.                     'limit' => 5,
  34869.                     'interval' => '60 seconds',
  34870.                 ],
  34871.                 => [
  34872.                     'limit' => 10,
  34873.                     'interval' => '90 seconds',
  34874.                 ],
  34875.             ],
  34876.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  34877.                 'limit' => 3,
  34878.                 'interval' => '30 seconds',
  34879.             ],
  34880.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  34881.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  34882.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  34883.                 'limit' => 5,
  34884.                 'interval' => '60 seconds',
  34885.             ],
  34886.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  34887.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  34888.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  34889.                 'limit' => 10,
  34890.                 'interval' => '90 seconds',
  34891.             ],
  34892.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  34893.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  34894.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  34895.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  34896.             'shopware.api.rate_limiter.user_recovery' => [
  34897.                 'enabled' => true,
  34898.                 'policy' => 'time_backoff',
  34899.                 'reset' => '24 hours',
  34900.                 'limits' => [
  34901.                     => [
  34902.                         'limit' => 3,
  34903.                         'interval' => '30 seconds',
  34904.                     ],
  34905.                     => [
  34906.                         'limit' => 5,
  34907.                         'interval' => '60 seconds',
  34908.                     ],
  34909.                     => [
  34910.                         'limit' => 10,
  34911.                         'interval' => '90 seconds',
  34912.                     ],
  34913.                 ],
  34914.                 'lock_factory' => 'lock.factory',
  34915.                 'cache_pool' => 'cache.rate_limiter',
  34916.             ],
  34917.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  34918.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  34919.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  34920.             'shopware.api.rate_limiter.user_recovery.limits' => [
  34921.                 => [
  34922.                     'limit' => 3,
  34923.                     'interval' => '30 seconds',
  34924.                 ],
  34925.                 => [
  34926.                     'limit' => 5,
  34927.                     'interval' => '60 seconds',
  34928.                 ],
  34929.                 => [
  34930.                     'limit' => 10,
  34931.                     'interval' => '90 seconds',
  34932.                 ],
  34933.             ],
  34934.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  34935.                 'limit' => 3,
  34936.                 'interval' => '30 seconds',
  34937.             ],
  34938.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  34939.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  34940.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  34941.                 'limit' => 5,
  34942.                 'interval' => '60 seconds',
  34943.             ],
  34944.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  34945.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  34946.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  34947.                 'limit' => 10,
  34948.                 'interval' => '90 seconds',
  34949.             ],
  34950.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  34951.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  34952.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  34953.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  34954.             'shopware.api.rate_limiter.contact_form' => [
  34955.                 'enabled' => true,
  34956.                 'policy' => 'time_backoff',
  34957.                 'reset' => '24 hours',
  34958.                 'limits' => [
  34959.                     => [
  34960.                         'limit' => 3,
  34961.                         'interval' => '30 seconds',
  34962.                     ],
  34963.                     => [
  34964.                         'limit' => 5,
  34965.                         'interval' => '60 seconds',
  34966.                     ],
  34967.                     => [
  34968.                         'limit' => 10,
  34969.                         'interval' => '90 seconds',
  34970.                     ],
  34971.                 ],
  34972.                 'lock_factory' => 'lock.factory',
  34973.                 'cache_pool' => 'cache.rate_limiter',
  34974.             ],
  34975.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  34976.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  34977.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  34978.             'shopware.api.rate_limiter.contact_form.limits' => [
  34979.                 => [
  34980.                     'limit' => 3,
  34981.                     'interval' => '30 seconds',
  34982.                 ],
  34983.                 => [
  34984.                     'limit' => 5,
  34985.                     'interval' => '60 seconds',
  34986.                 ],
  34987.                 => [
  34988.                     'limit' => 10,
  34989.                     'interval' => '90 seconds',
  34990.                 ],
  34991.             ],
  34992.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  34993.                 'limit' => 3,
  34994.                 'interval' => '30 seconds',
  34995.             ],
  34996.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  34997.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  34998.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  34999.                 'limit' => 5,
  35000.                 'interval' => '60 seconds',
  35001.             ],
  35002.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  35003.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  35004.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  35005.                 'limit' => 10,
  35006.                 'interval' => '90 seconds',
  35007.             ],
  35008.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  35009.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  35010.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  35011.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  35012.             'shopware.api.rate_limiter.notification' => [
  35013.                 'enabled' => true,
  35014.                 'policy' => 'time_backoff',
  35015.                 'reset' => '24 hours',
  35016.                 'limits' => [
  35017.                     => [
  35018.                         'limit' => 10,
  35019.                         'interval' => '10 seconds',
  35020.                     ],
  35021.                     => [
  35022.                         'limit' => 15,
  35023.                         'interval' => '30 seconds',
  35024.                     ],
  35025.                     => [
  35026.                         'limit' => 20,
  35027.                         'interval' => '60 seconds',
  35028.                     ],
  35029.                 ],
  35030.                 'lock_factory' => 'lock.factory',
  35031.                 'cache_pool' => 'cache.rate_limiter',
  35032.             ],
  35033.             'shopware.api.rate_limiter.notification.enabled' => true,
  35034.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  35035.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  35036.             'shopware.api.rate_limiter.notification.limits' => [
  35037.                 => [
  35038.                     'limit' => 10,
  35039.                     'interval' => '10 seconds',
  35040.                 ],
  35041.                 => [
  35042.                     'limit' => 15,
  35043.                     'interval' => '30 seconds',
  35044.                 ],
  35045.                 => [
  35046.                     'limit' => 20,
  35047.                     'interval' => '60 seconds',
  35048.                 ],
  35049.             ],
  35050.             'shopware.api.rate_limiter.notification.limits.0' => [
  35051.                 'limit' => 10,
  35052.                 'interval' => '10 seconds',
  35053.             ],
  35054.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  35055.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  35056.             'shopware.api.rate_limiter.notification.limits.1' => [
  35057.                 'limit' => 15,
  35058.                 'interval' => '30 seconds',
  35059.             ],
  35060.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  35061.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  35062.             'shopware.api.rate_limiter.notification.limits.2' => [
  35063.                 'limit' => 20,
  35064.                 'interval' => '60 seconds',
  35065.             ],
  35066.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  35067.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  35068.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  35069.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  35070.             'shopware.api.rate_limiter.newsletter_form' => [
  35071.                 'enabled' => true,
  35072.                 'policy' => 'time_backoff',
  35073.                 'reset' => '24 hours',
  35074.                 'limits' => [
  35075.                     => [
  35076.                         'limit' => 3,
  35077.                         'interval' => '30 seconds',
  35078.                     ],
  35079.                     => [
  35080.                         'limit' => 5,
  35081.                         'interval' => '60 seconds',
  35082.                     ],
  35083.                     => [
  35084.                         'limit' => 10,
  35085.                         'interval' => '90 seconds',
  35086.                     ],
  35087.                 ],
  35088.                 'lock_factory' => 'lock.factory',
  35089.                 'cache_pool' => 'cache.rate_limiter',
  35090.             ],
  35091.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  35092.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  35093.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  35094.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  35095.                 => [
  35096.                     'limit' => 3,
  35097.                     'interval' => '30 seconds',
  35098.                 ],
  35099.                 => [
  35100.                     'limit' => 5,
  35101.                     'interval' => '60 seconds',
  35102.                 ],
  35103.                 => [
  35104.                     'limit' => 10,
  35105.                     'interval' => '90 seconds',
  35106.                 ],
  35107.             ],
  35108.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  35109.                 'limit' => 3,
  35110.                 'interval' => '30 seconds',
  35111.             ],
  35112.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  35113.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  35114.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  35115.                 'limit' => 5,
  35116.                 'interval' => '60 seconds',
  35117.             ],
  35118.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  35119.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  35120.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  35121.                 'limit' => 10,
  35122.                 'interval' => '90 seconds',
  35123.             ],
  35124.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  35125.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  35126.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  35127.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  35128.             'shopware.api.rate_limiter.cart_add_line_item' => [
  35129.                 'enabled' => true,
  35130.                 'policy' => 'system_config',
  35131.                 'reset' => '1 hours',
  35132.                 'limits' => [
  35133.                     => [
  35134.                         'domain' => 'core.cart.lineItemAddLimit',
  35135.                         'interval' => '60 seconds',
  35136.                     ],
  35137.                 ],
  35138.                 'lock_factory' => 'lock.factory',
  35139.                 'cache_pool' => 'cache.rate_limiter',
  35140.             ],
  35141.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  35142.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  35143.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  35144.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  35145.                 => [
  35146.                     'domain' => 'core.cart.lineItemAddLimit',
  35147.                     'interval' => '60 seconds',
  35148.                 ],
  35149.             ],
  35150.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  35151.                 'domain' => 'core.cart.lineItemAddLimit',
  35152.                 'interval' => '60 seconds',
  35153.             ],
  35154.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  35155.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  35156.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  35157.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  35158.             'shopware.admin_worker' => [
  35159.                 'enable_admin_worker' => true,
  35160.                 'poll_interval' => 20,
  35161.                 'transports' => [
  35162.                     => 'default',
  35163.                 ],
  35164.                 'memory_limit' => '128M',
  35165.             ],
  35166.             'shopware.admin_worker.enable_admin_worker' => true,
  35167.             'shopware.admin_worker.poll_interval' => 20,
  35168.             'shopware.admin_worker.transports' => [
  35169.                 => 'default',
  35170.             ],
  35171.             'shopware.admin_worker.transports.0' => 'default',
  35172.             'shopware.admin_worker.memory_limit' => '128M',
  35173.             'shopware.auto_update' => [
  35174.                 'enabled' => true,
  35175.             ],
  35176.             'shopware.auto_update.enabled' => true,
  35177.             'shopware.store' => [
  35178.                 'frw' => false,
  35179.             ],
  35180.             'shopware.sitemap' => [
  35181.                 'batchsize' => 100,
  35182.                 'custom_urls' => [
  35183.                 ],
  35184.                 'excluded_urls' => [
  35185.                 ],
  35186.             ],
  35187.             'shopware.sitemap.batchsize' => 100,
  35188.             'shopware.sitemap.custom_urls' => [
  35189.             ],
  35190.             'shopware.sitemap.excluded_urls' => [
  35191.             ],
  35192.             'shopware.media' => [
  35193.                 'enable_url_upload_feature' => true,
  35194.                 'enable_url_validation' => false,
  35195.                 'url_upload_max_size' => 0,
  35196.             ],
  35197.             'shopware.media.enable_url_upload_feature' => true,
  35198.             'shopware.media.enable_url_validation' => false,
  35199.             'shopware.media.url_upload_max_size' => 0,
  35200.             'shopware.dal' => [
  35201.                 'batch_size' => 125,
  35202.                 'max_rule_prices' => 100,
  35203.                 'versioning' => [
  35204.                     'expire_days' => 30,
  35205.                 ],
  35206.             ],
  35207.             'shopware.dal.batch_size' => 125,
  35208.             'shopware.dal.max_rule_prices' => 100,
  35209.             'shopware.dal.versioning' => [
  35210.                 'expire_days' => 30,
  35211.             ],
  35212.             'shopware.dal.versioning.expire_days' => 30,
  35213.             'shopware.mail' => [
  35214.                 'update_mail_variables_on_send' => true,
  35215.             ],
  35216.             'shopware.mail.update_mail_variables_on_send' => true,
  35217.             'shopware.cart' => [
  35218.                 'compress' => false,
  35219.                 'expire_days' => 120,
  35220.                 'redis_url' => false,
  35221.             ],
  35222.             'shopware.cart.compress' => false,
  35223.             'shopware.cart.expire_days' => 120,
  35224.             'shopware.cart.redis_url' => false,
  35225.             'shopware.number_range' => [
  35226.                 'increment_storage' => 'SQL',
  35227.                 'redis_url' => false,
  35228.             ],
  35229.             'shopware.number_range.increment_storage' => 'SQL',
  35230.             'shopware.number_range.redis_url' => false,
  35231.             'shopware.sales_channel_context' => [
  35232.                 'expire_days' => 120,
  35233.             ],
  35234.             'shopware.sales_channel_context.expire_days' => 120,
  35235.             'shopware.html_sanitizer.cache_enabled' => true,
  35236.             'shopware.html_sanitizer.sets' => [
  35237.                 'basic' => [
  35238.                     'tags' => [
  35239.                         => 'a',
  35240.                         => 'abbr',
  35241.                         => 'acronym',
  35242.                         => 'address',
  35243.                         => 'b',
  35244.                         => 'bdo',
  35245.                         => 'big',
  35246.                         => 'blockquote',
  35247.                         => 'br',
  35248.                         => 'caption',
  35249.                         10 => 'center',
  35250.                         11 => 'cite',
  35251.                         12 => 'code',
  35252.                         13 => 'col',
  35253.                         14 => 'colgroup',
  35254.                         15 => 'dd',
  35255.                         16 => 'del',
  35256.                         17 => 'dfn',
  35257.                         18 => 'dir',
  35258.                         19 => 'div',
  35259.                         20 => 'dl',
  35260.                         21 => 'dt',
  35261.                         22 => 'em',
  35262.                         23 => 'font',
  35263.                         24 => 'h1',
  35264.                         25 => 'h2',
  35265.                         26 => 'h3',
  35266.                         27 => 'h4',
  35267.                         28 => 'h5',
  35268.                         29 => 'h6',
  35269.                         30 => 'hr',
  35270.                         31 => 'i',
  35271.                         32 => 'ins',
  35272.                         33 => 'kbd',
  35273.                         34 => 'li',
  35274.                         35 => 'menu',
  35275.                         36 => 'ol',
  35276.                         37 => 'p',
  35277.                         38 => 'pre',
  35278.                         39 => 'q',
  35279.                         40 => 's',
  35280.                         41 => 'samp',
  35281.                         42 => 'small',
  35282.                         43 => 'span',
  35283.                         44 => 'strike',
  35284.                         45 => 'strong',
  35285.                         46 => 'sub',
  35286.                         47 => 'sup',
  35287.                         48 => 'table',
  35288.                         49 => 'tbody',
  35289.                         50 => 'td',
  35290.                         51 => 'tfoot',
  35291.                         52 => 'th',
  35292.                         53 => 'thead',
  35293.                         54 => 'tr',
  35294.                         55 => 'tt',
  35295.                         56 => 'u',
  35296.                         57 => 'ul',
  35297.                         58 => 'var',
  35298.                     ],
  35299.                     'attributes' => [
  35300.                         => 'align',
  35301.                         => 'bgcolor',
  35302.                         => 'border',
  35303.                         => 'cellpadding',
  35304.                         => 'cellspacing',
  35305.                         => 'cite',
  35306.                         => 'class',
  35307.                         => 'clear',
  35308.                         => 'color',
  35309.                         => 'colspan',
  35310.                         10 => 'dir',
  35311.                         11 => 'face',
  35312.                         12 => 'frame',
  35313.                         13 => 'height',
  35314.                         14 => 'href',
  35315.                         15 => 'id',
  35316.                         16 => 'lang',
  35317.                         17 => 'name',
  35318.                         18 => 'noshade',
  35319.                         19 => 'nowrap',
  35320.                         20 => 'rel',
  35321.                         21 => 'rev',
  35322.                         22 => 'rowspan',
  35323.                         23 => 'scope',
  35324.                         24 => 'size',
  35325.                         25 => 'span',
  35326.                         26 => 'start',
  35327.                         27 => 'style',
  35328.                         28 => 'summary',
  35329.                         29 => 'title',
  35330.                         30 => 'type',
  35331.                         31 => 'valign',
  35332.                         32 => 'value',
  35333.                         33 => 'width',
  35334.                     ],
  35335.                     'options' => [
  35336.                     ],
  35337.                 ],
  35338.                 'media' => [
  35339.                     'tags' => [
  35340.                         => 'img',
  35341.                     ],
  35342.                     'attributes' => [
  35343.                         => 'src',
  35344.                         => 'alt',
  35345.                     ],
  35346.                     'options' => [
  35347.                     ],
  35348.                 ],
  35349.                 'script' => [
  35350.                     'tags' => [
  35351.                         => 'script',
  35352.                     ],
  35353.                     'options' => [
  35354.                         'HTML.Trusted' => true,
  35355.                     ],
  35356.                     'attributes' => [
  35357.                     ],
  35358.                 ],
  35359.                 'tidy' => [
  35360.                     'options' => [
  35361.                         'Output.TidyFormat' => true,
  35362.                     ],
  35363.                     'tags' => [
  35364.                     ],
  35365.                     'attributes' => [
  35366.                     ],
  35367.                 ],
  35368.             ],
  35369.             'shopware.html_sanitizer.sets.basic' => [
  35370.                 'tags' => [
  35371.                     => 'a',
  35372.                     => 'abbr',
  35373.                     => 'acronym',
  35374.                     => 'address',
  35375.                     => 'b',
  35376.                     => 'bdo',
  35377.                     => 'big',
  35378.                     => 'blockquote',
  35379.                     => 'br',
  35380.                     => 'caption',
  35381.                     10 => 'center',
  35382.                     11 => 'cite',
  35383.                     12 => 'code',
  35384.                     13 => 'col',
  35385.                     14 => 'colgroup',
  35386.                     15 => 'dd',
  35387.                     16 => 'del',
  35388.                     17 => 'dfn',
  35389.                     18 => 'dir',
  35390.                     19 => 'div',
  35391.                     20 => 'dl',
  35392.                     21 => 'dt',
  35393.                     22 => 'em',
  35394.                     23 => 'font',
  35395.                     24 => 'h1',
  35396.                     25 => 'h2',
  35397.                     26 => 'h3',
  35398.                     27 => 'h4',
  35399.                     28 => 'h5',
  35400.                     29 => 'h6',
  35401.                     30 => 'hr',
  35402.                     31 => 'i',
  35403.                     32 => 'ins',
  35404.                     33 => 'kbd',
  35405.                     34 => 'li',
  35406.                     35 => 'menu',
  35407.                     36 => 'ol',
  35408.                     37 => 'p',
  35409.                     38 => 'pre',
  35410.                     39 => 'q',
  35411.                     40 => 's',
  35412.                     41 => 'samp',
  35413.                     42 => 'small',
  35414.                     43 => 'span',
  35415.                     44 => 'strike',
  35416.                     45 => 'strong',
  35417.                     46 => 'sub',
  35418.                     47 => 'sup',
  35419.                     48 => 'table',
  35420.                     49 => 'tbody',
  35421.                     50 => 'td',
  35422.                     51 => 'tfoot',
  35423.                     52 => 'th',
  35424.                     53 => 'thead',
  35425.                     54 => 'tr',
  35426.                     55 => 'tt',
  35427.                     56 => 'u',
  35428.                     57 => 'ul',
  35429.                     58 => 'var',
  35430.                 ],
  35431.                 'attributes' => [
  35432.                     => 'align',
  35433.                     => 'bgcolor',
  35434.                     => 'border',
  35435.                     => 'cellpadding',
  35436.                     => 'cellspacing',
  35437.                     => 'cite',
  35438.                     => 'class',
  35439.                     => 'clear',
  35440.                     => 'color',
  35441.                     => 'colspan',
  35442.                     10 => 'dir',
  35443.                     11 => 'face',
  35444.                     12 => 'frame',
  35445.                     13 => 'height',
  35446.                     14 => 'href',
  35447.                     15 => 'id',
  35448.                     16 => 'lang',
  35449.                     17 => 'name',
  35450.                     18 => 'noshade',
  35451.                     19 => 'nowrap',
  35452.                     20 => 'rel',
  35453.                     21 => 'rev',
  35454.                     22 => 'rowspan',
  35455.                     23 => 'scope',
  35456.                     24 => 'size',
  35457.                     25 => 'span',
  35458.                     26 => 'start',
  35459.                     27 => 'style',
  35460.                     28 => 'summary',
  35461.                     29 => 'title',
  35462.                     30 => 'type',
  35463.                     31 => 'valign',
  35464.                     32 => 'value',
  35465.                     33 => 'width',
  35466.                 ],
  35467.                 'options' => [
  35468.                 ],
  35469.             ],
  35470.             'shopware.html_sanitizer.sets.basic.tags' => [
  35471.                 => 'a',
  35472.                 => 'abbr',
  35473.                 => 'acronym',
  35474.                 => 'address',
  35475.                 => 'b',
  35476.                 => 'bdo',
  35477.                 => 'big',
  35478.                 => 'blockquote',
  35479.                 => 'br',
  35480.                 => 'caption',
  35481.                 10 => 'center',
  35482.                 11 => 'cite',
  35483.                 12 => 'code',
  35484.                 13 => 'col',
  35485.                 14 => 'colgroup',
  35486.                 15 => 'dd',
  35487.                 16 => 'del',
  35488.                 17 => 'dfn',
  35489.                 18 => 'dir',
  35490.                 19 => 'div',
  35491.                 20 => 'dl',
  35492.                 21 => 'dt',
  35493.                 22 => 'em',
  35494.                 23 => 'font',
  35495.                 24 => 'h1',
  35496.                 25 => 'h2',
  35497.                 26 => 'h3',
  35498.                 27 => 'h4',
  35499.                 28 => 'h5',
  35500.                 29 => 'h6',
  35501.                 30 => 'hr',
  35502.                 31 => 'i',
  35503.                 32 => 'ins',
  35504.                 33 => 'kbd',
  35505.                 34 => 'li',
  35506.                 35 => 'menu',
  35507.                 36 => 'ol',
  35508.                 37 => 'p',
  35509.                 38 => 'pre',
  35510.                 39 => 'q',
  35511.                 40 => 's',
  35512.                 41 => 'samp',
  35513.                 42 => 'small',
  35514.                 43 => 'span',
  35515.                 44 => 'strike',
  35516.                 45 => 'strong',
  35517.                 46 => 'sub',
  35518.                 47 => 'sup',
  35519.                 48 => 'table',
  35520.                 49 => 'tbody',
  35521.                 50 => 'td',
  35522.                 51 => 'tfoot',
  35523.                 52 => 'th',
  35524.                 53 => 'thead',
  35525.                 54 => 'tr',
  35526.                 55 => 'tt',
  35527.                 56 => 'u',
  35528.                 57 => 'ul',
  35529.                 58 => 'var',
  35530.             ],
  35531.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  35532.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  35533.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  35534.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  35535.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  35536.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  35537.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  35538.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  35539.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  35540.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  35541.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  35542.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  35543.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  35544.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  35545.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  35546.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  35547.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  35548.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  35549.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  35550.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  35551.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  35552.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  35553.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  35554.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  35555.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  35556.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  35557.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  35558.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  35559.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  35560.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  35561.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  35562.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  35563.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  35564.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  35565.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  35566.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  35567.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  35568.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  35569.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  35570.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  35571.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  35572.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  35573.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  35574.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  35575.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  35576.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  35577.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  35578.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  35579.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  35580.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  35581.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  35582.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  35583.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  35584.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  35585.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  35586.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  35587.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  35588.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  35589.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  35590.             'shopware.html_sanitizer.sets.basic.attributes' => [
  35591.                 => 'align',
  35592.                 => 'bgcolor',
  35593.                 => 'border',
  35594.                 => 'cellpadding',
  35595.                 => 'cellspacing',
  35596.                 => 'cite',
  35597.                 => 'class',
  35598.                 => 'clear',
  35599.                 => 'color',
  35600.                 => 'colspan',
  35601.                 10 => 'dir',
  35602.                 11 => 'face',
  35603.                 12 => 'frame',
  35604.                 13 => 'height',
  35605.                 14 => 'href',
  35606.                 15 => 'id',
  35607.                 16 => 'lang',
  35608.                 17 => 'name',
  35609.                 18 => 'noshade',
  35610.                 19 => 'nowrap',
  35611.                 20 => 'rel',
  35612.                 21 => 'rev',
  35613.                 22 => 'rowspan',
  35614.                 23 => 'scope',
  35615.                 24 => 'size',
  35616.                 25 => 'span',
  35617.                 26 => 'start',
  35618.                 27 => 'style',
  35619.                 28 => 'summary',
  35620.                 29 => 'title',
  35621.                 30 => 'type',
  35622.                 31 => 'valign',
  35623.                 32 => 'value',
  35624.                 33 => 'width',
  35625.             ],
  35626.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  35627.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  35628.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  35629.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  35630.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  35631.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  35632.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  35633.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  35634.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  35635.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  35636.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  35637.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  35638.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  35639.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  35640.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  35641.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  35642.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  35643.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  35644.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  35645.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  35646.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  35647.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  35648.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  35649.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  35650.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  35651.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  35652.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  35653.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  35654.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  35655.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  35656.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  35657.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  35658.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  35659.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  35660.             'shopware.html_sanitizer.sets.basic.options' => [
  35661.             ],
  35662.             'shopware.html_sanitizer.sets.media' => [
  35663.                 'tags' => [
  35664.                     => 'img',
  35665.                 ],
  35666.                 'attributes' => [
  35667.                     => 'src',
  35668.                     => 'alt',
  35669.                 ],
  35670.                 'options' => [
  35671.                 ],
  35672.             ],
  35673.             'shopware.html_sanitizer.sets.media.tags' => [
  35674.                 => 'img',
  35675.             ],
  35676.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  35677.             'shopware.html_sanitizer.sets.media.attributes' => [
  35678.                 => 'src',
  35679.                 => 'alt',
  35680.             ],
  35681.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  35682.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  35683.             'shopware.html_sanitizer.sets.media.options' => [
  35684.             ],
  35685.             'shopware.html_sanitizer.sets.script' => [
  35686.                 'tags' => [
  35687.                     => 'script',
  35688.                 ],
  35689.                 'options' => [
  35690.                     'HTML.Trusted' => true,
  35691.                 ],
  35692.                 'attributes' => [
  35693.                 ],
  35694.             ],
  35695.             'shopware.html_sanitizer.sets.script.tags' => [
  35696.                 => 'script',
  35697.             ],
  35698.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  35699.             'shopware.html_sanitizer.sets.script.options' => [
  35700.                 'HTML.Trusted' => true,
  35701.             ],
  35702.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  35703.             'shopware.html_sanitizer.sets.script.attributes' => [
  35704.             ],
  35705.             'shopware.html_sanitizer.sets.tidy' => [
  35706.                 'options' => [
  35707.                     'Output.TidyFormat' => true,
  35708.                 ],
  35709.                 'tags' => [
  35710.                 ],
  35711.                 'attributes' => [
  35712.                 ],
  35713.             ],
  35714.             'shopware.html_sanitizer.sets.tidy.options' => [
  35715.                 'Output.TidyFormat' => true,
  35716.             ],
  35717.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  35718.             'shopware.html_sanitizer.sets.tidy.tags' => [
  35719.             ],
  35720.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  35721.             ],
  35722.             'shopware.html_sanitizer.fields' => [
  35723.                 'product_translation.description' => [
  35724.                     'sets' => [
  35725.                         => 'basic',
  35726.                         => 'media',
  35727.                     ],
  35728.                 ],
  35729.                 'app_cms_block.template' => [
  35730.                     'sets' => [
  35731.                         => 'basic',
  35732.                         => 'media',
  35733.                         => 'tidy',
  35734.                     ],
  35735.                 ],
  35736.             ],
  35737.             'shopware.html_sanitizer.fields.product_translation.description' => [
  35738.                 'sets' => [
  35739.                     => 'basic',
  35740.                     => 'media',
  35741.                 ],
  35742.             ],
  35743.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  35744.                 => 'basic',
  35745.                 => 'media',
  35746.             ],
  35747.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  35748.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  35749.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  35750.                 'sets' => [
  35751.                     => 'basic',
  35752.                     => 'media',
  35753.                     => 'tidy',
  35754.                 ],
  35755.             ],
  35756.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  35757.                 => 'basic',
  35758.                 => 'media',
  35759.                 => 'tidy',
  35760.             ],
  35761.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  35762.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  35763.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  35764.             'shopware.logger' => [
  35765.                 'file_rotation_count' => 14,
  35766.                 'exclude_exception' => [
  35767.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35768.                 ],
  35769.             ],
  35770.             'shopware.logger.file_rotation_count' => 14,
  35771.             'shopware.logger.exclude_exception' => [
  35772.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35773.             ],
  35774.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  35775.             'shopware.cache.invalidation' => [
  35776.                 'delay' => 0,
  35777.                 'count' => 150,
  35778.                 'http_cache' => [
  35779.                     => 'logged-in',
  35780.                     => 'cart-filled',
  35781.                 ],
  35782.                 'product_listing_route' => [
  35783.                 ],
  35784.                 'product_detail_route' => [
  35785.                 ],
  35786.                 'product_review_route' => [
  35787.                 ],
  35788.                 'product_search_route' => [
  35789.                 ],
  35790.                 'product_suggest_route' => [
  35791.                 ],
  35792.                 'product_cross_selling_route' => [
  35793.                 ],
  35794.                 'payment_method_route' => [
  35795.                 ],
  35796.                 'shipping_method_route' => [
  35797.                 ],
  35798.                 'navigation_route' => [
  35799.                 ],
  35800.                 'category_route' => [
  35801.                 ],
  35802.                 'landing_page_route' => [
  35803.                 ],
  35804.                 'language_route' => [
  35805.                 ],
  35806.                 'currency_route' => [
  35807.                 ],
  35808.                 'country_route' => [
  35809.                 ],
  35810.                 'country_state_route' => [
  35811.                 ],
  35812.                 'salutation_route' => [
  35813.                 ],
  35814.                 'sitemap_route' => [
  35815.                 ],
  35816.             ],
  35817.             'shopware.cache.invalidation.delay' => 0,
  35818.             'shopware.cache.invalidation.count' => 150,
  35819.             'shopware.cache.invalidation.http_cache' => [
  35820.                 => 'logged-in',
  35821.                 => 'cart-filled',
  35822.             ],
  35823.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  35824.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  35825.             'shopware.cache.invalidation.product_listing_route' => [
  35826.             ],
  35827.             'shopware.cache.invalidation.product_detail_route' => [
  35828.             ],
  35829.             'shopware.cache.invalidation.product_review_route' => [
  35830.             ],
  35831.             'shopware.cache.invalidation.product_search_route' => [
  35832.             ],
  35833.             'shopware.cache.invalidation.product_suggest_route' => [
  35834.             ],
  35835.             'shopware.cache.invalidation.product_cross_selling_route' => [
  35836.             ],
  35837.             'shopware.cache.invalidation.payment_method_route' => [
  35838.             ],
  35839.             'shopware.cache.invalidation.shipping_method_route' => [
  35840.             ],
  35841.             'shopware.cache.invalidation.navigation_route' => [
  35842.             ],
  35843.             'shopware.cache.invalidation.category_route' => [
  35844.             ],
  35845.             'shopware.cache.invalidation.landing_page_route' => [
  35846.             ],
  35847.             'shopware.cache.invalidation.language_route' => [
  35848.             ],
  35849.             'shopware.cache.invalidation.currency_route' => [
  35850.             ],
  35851.             'shopware.cache.invalidation.country_route' => [
  35852.             ],
  35853.             'shopware.cache.invalidation.country_state_route' => [
  35854.             ],
  35855.             'shopware.cache.invalidation.salutation_route' => [
  35856.             ],
  35857.             'shopware.cache.invalidation.sitemap_route' => [
  35858.             ],
  35859.             'storefront.csrf' => [
  35860.                 'enabled' => true,
  35861.                 'mode' => 'twig',
  35862.             ],
  35863.             'storefront.csrf.enabled' => true,
  35864.             'storefront.csrf.mode' => 'twig',
  35865.             'storefront.reverse_proxy' => [
  35866.                 'enabled' => false,
  35867.                 'ban_method' => 'BAN',
  35868.                 'hosts' => [
  35869.                     => 'http://varnish',
  35870.                 ],
  35871.                 'max_parallel_invalidations' => 2,
  35872.                 'redis_url' => 'redis://redis',
  35873.                 'purge_all' => [
  35874.                     'ban_method' => 'BAN',
  35875.                     'ban_headers' => [
  35876.                     ],
  35877.                     'urls' => [
  35878.                         => '/',
  35879.                     ],
  35880.                 ],
  35881.                 'fastly' => [
  35882.                     'enabled' => false,
  35883.                     'api_key' => '',
  35884.                     'instance_tag' => '',
  35885.                     'service_id' => '',
  35886.                     'soft_purge' => '0',
  35887.                     'tag_prefix' => '',
  35888.                 ],
  35889.                 'use_varnish_xkey' => false,
  35890.                 'ban_headers' => [
  35891.                 ],
  35892.             ],
  35893.             'storefront.reverse_proxy.enabled' => false,
  35894.             'storefront.reverse_proxy.ban_method' => 'BAN',
  35895.             'storefront.reverse_proxy.hosts' => [
  35896.                 => 'http://varnish',
  35897.             ],
  35898.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  35899.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  35900.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  35901.             'storefront.reverse_proxy.purge_all' => [
  35902.                 'ban_method' => 'BAN',
  35903.                 'ban_headers' => [
  35904.                 ],
  35905.                 'urls' => [
  35906.                     => '/',
  35907.                 ],
  35908.             ],
  35909.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  35910.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  35911.             ],
  35912.             'storefront.reverse_proxy.purge_all.urls' => [
  35913.                 => '/',
  35914.             ],
  35915.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  35916.             'storefront.reverse_proxy.fastly' => [
  35917.                 'enabled' => false,
  35918.                 'api_key' => '',
  35919.                 'instance_tag' => '',
  35920.                 'service_id' => '',
  35921.                 'soft_purge' => '0',
  35922.                 'tag_prefix' => '',
  35923.             ],
  35924.             'storefront.reverse_proxy.fastly.enabled' => false,
  35925.             'storefront.reverse_proxy.fastly.api_key' => '',
  35926.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  35927.             'storefront.reverse_proxy.fastly.service_id' => '',
  35928.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  35929.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  35930.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  35931.             'storefront.reverse_proxy.ban_headers' => [
  35932.             ],
  35933.             'storefront.http_cache' => [
  35934.                 'ignored_url_parameters' => [
  35935.                     => 'pk_campaign',
  35936.                     => 'piwik_campaign',
  35937.                     => 'pk_kwd',
  35938.                     => 'piwik_kwd',
  35939.                     => 'pk_keyword',
  35940.                     => 'mtm_campaign',
  35941.                     => 'matomo_campaign',
  35942.                     => 'mtm_cid',
  35943.                     => 'matomo_cid',
  35944.                     => 'mtm_kwd',
  35945.                     10 => 'matomo_kwd',
  35946.                     11 => 'mtm_keyword',
  35947.                     12 => 'matomo_keyword',
  35948.                     13 => 'mtm_source',
  35949.                     14 => 'matomo_source',
  35950.                     15 => 'mtm_medium',
  35951.                     16 => 'matomo_medium',
  35952.                     17 => 'mtm_content',
  35953.                     18 => 'matomo_content',
  35954.                     19 => 'mtm_group',
  35955.                     20 => 'matomo_group',
  35956.                     21 => 'mtm_placement',
  35957.                     22 => 'matomo_placement',
  35958.                     23 => 'pixelId',
  35959.                     24 => 'kwid',
  35960.                     25 => 'kw',
  35961.                     26 => 'chl',
  35962.                     27 => 'dv',
  35963.                     28 => 'nk',
  35964.                     29 => 'pa',
  35965.                     30 => 'camid',
  35966.                     31 => 'adgid',
  35967.                     32 => 'utm_term',
  35968.                     33 => 'utm_source',
  35969.                     34 => 'utm_medium',
  35970.                     35 => 'utm_campaign',
  35971.                     36 => 'utm_content',
  35972.                     37 => 'cx',
  35973.                     38 => 'ie',
  35974.                     39 => 'cof',
  35975.                     40 => 'siteurl',
  35976.                     41 => '_ga',
  35977.                     42 => 'adgroupid',
  35978.                     43 => 'campaignid',
  35979.                     44 => 'adid',
  35980.                     45 => 'gclsrc',
  35981.                     46 => 'gclid',
  35982.                     47 => 'fbclid',
  35983.                     48 => 'fb_action_ids',
  35984.                     49 => 'fb_action_types',
  35985.                     50 => 'fb_source',
  35986.                     51 => 'mc_cid',
  35987.                     52 => 'mc_eid',
  35988.                     53 => '_bta_tid',
  35989.                     54 => '_bta_c',
  35990.                     55 => 'trk_contact',
  35991.                     56 => 'trk_msg',
  35992.                     57 => 'trk_module',
  35993.                     58 => 'trk_sid',
  35994.                     59 => 'gdfms',
  35995.                     60 => 'gdftrk',
  35996.                     61 => 'gdffi',
  35997.                     62 => '_ke',
  35998.                     63 => 'redirect_log_mongo_id',
  35999.                     64 => 'redirect_mongo_id',
  36000.                     65 => 'sb_referer_host',
  36001.                     66 => 'mkwid',
  36002.                     67 => 'pcrid',
  36003.                     68 => 'ef_id',
  36004.                     69 => 's_kwcid',
  36005.                     70 => 'msclkid',
  36006.                     71 => 'dm_i',
  36007.                     72 => 'epik',
  36008.                     73 => 'pp',
  36009.                 ],
  36010.                 'stale_while_revalidate' => NULL,
  36011.                 'stale_if_error' => NULL,
  36012.             ],
  36013.             'storefront.http_cache.ignored_url_parameters' => [
  36014.                 => 'pk_campaign',
  36015.                 => 'piwik_campaign',
  36016.                 => 'pk_kwd',
  36017.                 => 'piwik_kwd',
  36018.                 => 'pk_keyword',
  36019.                 => 'mtm_campaign',
  36020.                 => 'matomo_campaign',
  36021.                 => 'mtm_cid',
  36022.                 => 'matomo_cid',
  36023.                 => 'mtm_kwd',
  36024.                 10 => 'matomo_kwd',
  36025.                 11 => 'mtm_keyword',
  36026.                 12 => 'matomo_keyword',
  36027.                 13 => 'mtm_source',
  36028.                 14 => 'matomo_source',
  36029.                 15 => 'mtm_medium',
  36030.                 16 => 'matomo_medium',
  36031.                 17 => 'mtm_content',
  36032.                 18 => 'matomo_content',
  36033.                 19 => 'mtm_group',
  36034.                 20 => 'matomo_group',
  36035.                 21 => 'mtm_placement',
  36036.                 22 => 'matomo_placement',
  36037.                 23 => 'pixelId',
  36038.                 24 => 'kwid',
  36039.                 25 => 'kw',
  36040.                 26 => 'chl',
  36041.                 27 => 'dv',
  36042.                 28 => 'nk',
  36043.                 29 => 'pa',
  36044.                 30 => 'camid',
  36045.                 31 => 'adgid',
  36046.                 32 => 'utm_term',
  36047.                 33 => 'utm_source',
  36048.                 34 => 'utm_medium',
  36049.                 35 => 'utm_campaign',
  36050.                 36 => 'utm_content',
  36051.                 37 => 'cx',
  36052.                 38 => 'ie',
  36053.                 39 => 'cof',
  36054.                 40 => 'siteurl',
  36055.                 41 => '_ga',
  36056.                 42 => 'adgroupid',
  36057.                 43 => 'campaignid',
  36058.                 44 => 'adid',
  36059.                 45 => 'gclsrc',
  36060.                 46 => 'gclid',
  36061.                 47 => 'fbclid',
  36062.                 48 => 'fb_action_ids',
  36063.                 49 => 'fb_action_types',
  36064.                 50 => 'fb_source',
  36065.                 51 => 'mc_cid',
  36066.                 52 => 'mc_eid',
  36067.                 53 => '_bta_tid',
  36068.                 54 => '_bta_c',
  36069.                 55 => 'trk_contact',
  36070.                 56 => 'trk_msg',
  36071.                 57 => 'trk_module',
  36072.                 58 => 'trk_sid',
  36073.                 59 => 'gdfms',
  36074.                 60 => 'gdftrk',
  36075.                 61 => 'gdffi',
  36076.                 62 => '_ke',
  36077.                 63 => 'redirect_log_mongo_id',
  36078.                 64 => 'redirect_mongo_id',
  36079.                 65 => 'sb_referer_host',
  36080.                 66 => 'mkwid',
  36081.                 67 => 'pcrid',
  36082.                 68 => 'ef_id',
  36083.                 69 => 's_kwcid',
  36084.                 70 => 'msclkid',
  36085.                 71 => 'dm_i',
  36086.                 72 => 'epik',
  36087.                 73 => 'pp',
  36088.             ],
  36089.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  36090.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  36091.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  36092.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  36093.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  36094.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  36095.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  36096.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  36097.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  36098.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  36099.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  36100.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  36101.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  36102.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  36103.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  36104.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  36105.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  36106.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  36107.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  36108.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  36109.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  36110.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  36111.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  36112.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  36113.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  36114.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  36115.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  36116.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  36117.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  36118.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  36119.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  36120.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  36121.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  36122.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  36123.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  36124.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  36125.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  36126.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  36127.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  36128.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  36129.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  36130.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  36131.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  36132.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  36133.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  36134.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  36135.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  36136.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  36137.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  36138.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  36139.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  36140.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  36141.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  36142.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  36143.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  36144.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  36145.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  36146.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  36147.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  36148.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  36149.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  36150.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  36151.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  36152.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  36153.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  36154.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  36155.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  36156.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  36157.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  36158.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  36159.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  36160.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  36161.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  36162.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  36163.             'storefront.http_cache.stale_while_revalidate' => NULL,
  36164.             'storefront.http_cache.stale_if_error' => NULL,
  36165.             'storefront.theme' => [
  36166.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  36167.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  36168.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  36169.             ],
  36170.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  36171.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  36172.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  36173.             'elasticsearch.product' => [
  36174.                 'custom_fields_mapping' => [
  36175.                 ],
  36176.             ],
  36177.             'elasticsearch.product.custom_fields_mapping' => [
  36178.             ],
  36179.             'elasticsearch.ssl' => [
  36180.                 'verify_server_cert' => true,
  36181.             ],
  36182.             'elasticsearch.ssl.verify_server_cert' => true,
  36183.             'elasticsearch.index_settings' => [
  36184.                 'number_of_shards' => 3,
  36185.                 'number_of_replicas' => 3,
  36186.                 'mapping.total_fields.limit' => 50000,
  36187.                 'mapping.nested_fields.limit' => 500,
  36188.                 'mapping.nested_objects.limit' => 1000000,
  36189.             ],
  36190.             'elasticsearch.index_settings.number_of_shards' => 3,
  36191.             'elasticsearch.index_settings.number_of_replicas' => 3,
  36192.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  36193.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  36194.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  36195.             'elasticsearch.analysis' => [
  36196.                 'normalizer' => [
  36197.                     'sw_lowercase_normalizer' => [
  36198.                         'type' => 'custom',
  36199.                         'filter' => [
  36200.                             => 'lowercase',
  36201.                         ],
  36202.                     ],
  36203.                 ],
  36204.                 'analyzer' => [
  36205.                     'sw_ngram_analyzer' => [
  36206.                         'type' => 'custom',
  36207.                         'tokenizer' => 'whitespace',
  36208.                         'filter' => [
  36209.                             => 'lowercase',
  36210.                             => 'sw_ngram_filter',
  36211.                         ],
  36212.                     ],
  36213.                 ],
  36214.                 'filter' => [
  36215.                     'sw_ngram_filter' => [
  36216.                         'type' => 'ngram',
  36217.                         'min_gram' => 4,
  36218.                         'max_gram' => 5,
  36219.                     ],
  36220.                 ],
  36221.             ],
  36222.             'elasticsearch.analysis.normalizer' => [
  36223.                 'sw_lowercase_normalizer' => [
  36224.                     'type' => 'custom',
  36225.                     'filter' => [
  36226.                         => 'lowercase',
  36227.                     ],
  36228.                 ],
  36229.             ],
  36230.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  36231.                 'type' => 'custom',
  36232.                 'filter' => [
  36233.                     => 'lowercase',
  36234.                 ],
  36235.             ],
  36236.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  36237.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  36238.                 => 'lowercase',
  36239.             ],
  36240.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  36241.             'elasticsearch.analysis.analyzer' => [
  36242.                 'sw_ngram_analyzer' => [
  36243.                     'type' => 'custom',
  36244.                     'tokenizer' => 'whitespace',
  36245.                     'filter' => [
  36246.                         => 'lowercase',
  36247.                         => 'sw_ngram_filter',
  36248.                     ],
  36249.                 ],
  36250.             ],
  36251.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  36252.                 'type' => 'custom',
  36253.                 'tokenizer' => 'whitespace',
  36254.                 'filter' => [
  36255.                     => 'lowercase',
  36256.                     => 'sw_ngram_filter',
  36257.                 ],
  36258.             ],
  36259.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  36260.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  36261.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  36262.                 => 'lowercase',
  36263.                 => 'sw_ngram_filter',
  36264.             ],
  36265.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  36266.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  36267.             'elasticsearch.analysis.filter' => [
  36268.                 'sw_ngram_filter' => [
  36269.                     'type' => 'ngram',
  36270.                     'min_gram' => 4,
  36271.                     'max_gram' => 5,
  36272.                 ],
  36273.             ],
  36274.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  36275.                 'type' => 'ngram',
  36276.                 'min_gram' => 4,
  36277.                 'max_gram' => 5,
  36278.             ],
  36279.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  36280.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  36281.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  36282.             'elasticsearch.dynamic_templates' => [
  36283.                 => [
  36284.                     'keywords' => [
  36285.                         'match_mapping_type' => 'string',
  36286.                         'mapping' => [
  36287.                             'type' => 'keyword',
  36288.                             'normalizer' => 'sw_lowercase_normalizer',
  36289.                             'fields' => [
  36290.                                 'text' => [
  36291.                                     'type' => 'text',
  36292.                                 ],
  36293.                             ],
  36294.                         ],
  36295.                     ],
  36296.                 ],
  36297.             ],
  36298.             'elasticsearch.dynamic_templates.0' => [
  36299.                 'keywords' => [
  36300.                     'match_mapping_type' => 'string',
  36301.                     'mapping' => [
  36302.                         'type' => 'keyword',
  36303.                         'normalizer' => 'sw_lowercase_normalizer',
  36304.                         'fields' => [
  36305.                             'text' => [
  36306.                                 'type' => 'text',
  36307.                             ],
  36308.                         ],
  36309.                     ],
  36310.                 ],
  36311.             ],
  36312.             'elasticsearch.dynamic_templates.0.keywords' => [
  36313.                 'match_mapping_type' => 'string',
  36314.                 'mapping' => [
  36315.                     'type' => 'keyword',
  36316.                     'normalizer' => 'sw_lowercase_normalizer',
  36317.                     'fields' => [
  36318.                         'text' => [
  36319.                             'type' => 'text',
  36320.                         ],
  36321.                     ],
  36322.                 ],
  36323.             ],
  36324.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  36325.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  36326.                 'type' => 'keyword',
  36327.                 'normalizer' => 'sw_lowercase_normalizer',
  36328.                 'fields' => [
  36329.                     'text' => [
  36330.                         'type' => 'text',
  36331.                     ],
  36332.                 ],
  36333.             ],
  36334.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  36335.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  36336.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  36337.                 'text' => [
  36338.                     'type' => 'text',
  36339.                 ],
  36340.             ],
  36341.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  36342.                 'type' => 'text',
  36343.             ],
  36344.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  36345.             'elasticsearch.logger_level' => 100,
  36346.             'data_collector.templates' => [
  36347.                 'data_collector.request' => [
  36348.                     => 'request',
  36349.                     => '@WebProfiler/Collector/request.html.twig',
  36350.                 ],
  36351.                 'data_collector.time' => [
  36352.                     => 'time',
  36353.                     => '@WebProfiler/Collector/time.html.twig',
  36354.                 ],
  36355.                 'data_collector.memory' => [
  36356.                     => 'memory',
  36357.                     => '@WebProfiler/Collector/memory.html.twig',
  36358.                 ],
  36359.                 'data_collector.validator' => [
  36360.                     => 'validator',
  36361.                     => '@WebProfiler/Collector/validator.html.twig',
  36362.                 ],
  36363.                 'data_collector.ajax' => [
  36364.                     => 'ajax',
  36365.                     => '@WebProfiler/Collector/ajax.html.twig',
  36366.                 ],
  36367.                 'data_collector.exception' => [
  36368.                     => 'exception',
  36369.                     => '@WebProfiler/Collector/exception.html.twig',
  36370.                 ],
  36371.                 'data_collector.logger' => [
  36372.                     => 'logger',
  36373.                     => '@WebProfiler/Collector/logger.html.twig',
  36374.                 ],
  36375.                 'data_collector.events' => [
  36376.                     => 'events',
  36377.                     => '@WebProfiler/Collector/events.html.twig',
  36378.                 ],
  36379.                 'data_collector.router' => [
  36380.                     => 'router',
  36381.                     => '@WebProfiler/Collector/router.html.twig',
  36382.                 ],
  36383.                 'data_collector.cache' => [
  36384.                     => 'cache',
  36385.                     => '@WebProfiler/Collector/cache.html.twig',
  36386.                 ],
  36387.                 'data_collector.translation' => [
  36388.                     => 'translation',
  36389.                     => '@WebProfiler/Collector/translation.html.twig',
  36390.                 ],
  36391.                 'data_collector.twig' => [
  36392.                     => 'twig',
  36393.                     => '@WebProfiler/Collector/twig.html.twig',
  36394.                 ],
  36395.                 'data_collector.dump' => [
  36396.                     => 'dump',
  36397.                     => '@Debug/Profiler/dump.html.twig',
  36398.                 ],
  36399.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  36400.                     => 'app.connection_collector',
  36401.                     => '@Profiling/Collector/db.html.twig',
  36402.                 ],
  36403.                 'data_collector.messenger' => [
  36404.                     => 'messenger',
  36405.                     => '@WebProfiler/Collector/messenger.html.twig',
  36406.                 ],
  36407.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  36408.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  36409.                     => '@Profiling/Collector/script_traces.html.twig',
  36410.                 ],
  36411.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  36412.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  36413.                     => '@Profiling/Collector/rules.html.twig',
  36414.                 ],
  36415.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  36416.                     => 'elasticsearch',
  36417.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  36418.                 ],
  36419.                 'mailer.data_collector' => [
  36420.                     => 'mailer',
  36421.                     => '@WebProfiler/Collector/mailer.html.twig',
  36422.                 ],
  36423.                 'enqueue.profiler.message_queue_collector' => [
  36424.                     => 'enqueue.message_queue',
  36425.                     => '@Enqueue/Profiler/panel.html.twig',
  36426.                 ],
  36427.                 'data_collector.config' => [
  36428.                     => 'config',
  36429.                     => '@WebProfiler/Collector/config.html.twig',
  36430.                 ],
  36431.             ],
  36432.             'shopware.filesystem.theme.url' => '',
  36433.             'shopware.filesystem.theme.type' => 'local',
  36434.             'shopware.filesystem.theme.config' => [
  36435.                 'root' => (\dirname(__DIR__4).'/public'),
  36436.             ],
  36437.             'shopware.filesystem.asset.url' => '',
  36438.             'shopware.filesystem.asset.type' => 'local',
  36439.             'shopware.filesystem.asset.config' => [
  36440.                 'root' => (\dirname(__DIR__4).'/public'),
  36441.             ],
  36442.             'shopware.filesystem.sitemap.url' => '',
  36443.             'shopware.filesystem.sitemap.type' => 'local',
  36444.             'shopware.filesystem.sitemap.config' => [
  36445.                 'root' => (\dirname(__DIR__4).'/public'),
  36446.             ],
  36447.             'shopware.filesystem.public.url' => '',
  36448.             'console.command.ids' => [
  36449.             ],
  36450.         ];
  36451.     }
  36452.     protected function throw($message)
  36453.     {
  36454.         throw new RuntimeException($message);
  36455.     }
  36456. }