var/cache/dev_hda15e655b6d3489b324fd1e8bed7b819/ContainerDEYr4Ic/Shopware_Core_KernelDevDebugContainer.php line 25958

Open in your IDE?
  1. <?php
  2. namespace ContainerDEYr4Ic;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Shopware_Core_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'ChiliCustom\\ChiliCustom' => 'getChiliCustomService',
  42.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  43.             'Elasticsearch\\Client' => 'getClientService',
  44.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition' => 'getOrderFieldsCustomerGroupDefinitionService',
  45.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition' => 'getOrderFieldsTranslationDefinitionService',
  46.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition' => 'getOrderFieldsValTranslationDefinitionService',
  47.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition' => 'getOrderFieldsValDefinitionService',
  48.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition' => 'getOrderFieldsDefinitionService',
  49.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition' => 'getOrderAttributeValueDefinitionService',
  50.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition' => 'getOrderAttributeDefinitionService',
  51.             'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields' => 'getNetiNextOrderFieldsService',
  52.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  53.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  54.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  55.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  56.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  57.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  58.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  59.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  60.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  61.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  62.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  63.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  64.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  65.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  66.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  67.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  68.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  69.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  70.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  71.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  72.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  73.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  74.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  75.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  76.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  77.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  78.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  79.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  80.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  81.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  82.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  83.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  84.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  85.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  86.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  87.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  88.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  89.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  90.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  91.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  92.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  93.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  94.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  95.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  96.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  97.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  98.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  99.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  100.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  101.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  102.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  103.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  104.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  105.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  106.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  107.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  108.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  109.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  110.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  111.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  112.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  113.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  114.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  115.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  116.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  117.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  118.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  121.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  123.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  124.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  125.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  126.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  127.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  128.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  130.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  131.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  132.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  133.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  134.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  135.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  136.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  137.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  138.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  140.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  146.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  147.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  148.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  149.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  150.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  152.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  153.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  154.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  155.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  156.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  157.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  158.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  159.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  160.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  161.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  162.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  163.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  164.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  165.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  166.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  167.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  168.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  169.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  170.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  171.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  172.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  173.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  174.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  175.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  176.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  177.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  178.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  179.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  180.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  181.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  182.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  183.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  184.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  185.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  186.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  187.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  188.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  189.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  190.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  191.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  192.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  193.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  194.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  195.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  196.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  197.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  198.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  199.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  200.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  201.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  202.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  203.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  204.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  205.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  206.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  207.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  208.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  209.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  210.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  211.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  212.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  213.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  214.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  215.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  216.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  217.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  218.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  219.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  220.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  221.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  222.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  223.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  224.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  225.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  226.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  227.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  228.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  229.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  230.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  231.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  232.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  233.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  234.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  235.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  236.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  237.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  238.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  239.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  240.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  241.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  242.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  243.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  244.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  245.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  246.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  247.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  248.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  249.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  250.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  251.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  252.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  253.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  254.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  255.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  256.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  257.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  258.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  259.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  260.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  261.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  262.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  263.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  264.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  265.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  266.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  267.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  268.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  269.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  270.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  271.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  272.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  273.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  274.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  275.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  276.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  277.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  278.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  279.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  280.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  281.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  282.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  283.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  284.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  285.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  286.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  287.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  288.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  290.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  291.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  292.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  293.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  294.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  295.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  296.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  297.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  298.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  299.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  300.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  301.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  302.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  303.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  304.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  305.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  306.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  307.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  308.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  309.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  310.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  311.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  312.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  313.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  314.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  315.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  316.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  317.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  318.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  319.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  320.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  321.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  322.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  323.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  324.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  325.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  326.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  327.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  328.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  329.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  330.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  331.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  332.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  333.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  334.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  335.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  336.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  337.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  338.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  339.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  340.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  341.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  342.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  343.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  344.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  345.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  346.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  347.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  348.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  349.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  350.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  351.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  352.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  353.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  354.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  355.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  356.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  357.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  358.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  359.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  360.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  361.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  362.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  363.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  364.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  365.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  366.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  367.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  368.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  369.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  370.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  371.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  372.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  373.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  374.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  375.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  376.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  377.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  378.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  382.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  383.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  384.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  385.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  386.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  387.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  388.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  389.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  390.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  391.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  392.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  393.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  394.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  395.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  396.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  397.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  398.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  399.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  400.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  401.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  402.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  403.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  404.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  405.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  406.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  407.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  408.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  425.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  426.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  427.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  428.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  429.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  430.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  431.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  432.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  433.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  434.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  435.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  436.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  437.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  438.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  439.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  440.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  441.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  442.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  443.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  444.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  445.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  446.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  447.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  448.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  449.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  450.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  451.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  452.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  453.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  454.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  455.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  456.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  457.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  458.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  459.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  460.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  461.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  462.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  463.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  464.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  465.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  466.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  467.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  468.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  469.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  470.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  471.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  472.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  473.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  474.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  475.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  476.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  477.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  478.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  479.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  480.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  481.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  482.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  483.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  484.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  485.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  486.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  487.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  488.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  489.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  490.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  491.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  492.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  493.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  494.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  495.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  496.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  497.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  498.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  499.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  500.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  501.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  502.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  503.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  504.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  505.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  506.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  507.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  508.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  509.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  510.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  511.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  512.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  513.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  514.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  515.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  516.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  517.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  518.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  519.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  520.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  521.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  522.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  523.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  524.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  525.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  526.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  527.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  528.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  529.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  530.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  531.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  532.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  533.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  534.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  535.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  536.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  537.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  538.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  539.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  540.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  541.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  542.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  543.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  544.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  545.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  546.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  547.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  548.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  549.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  550.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  551.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  552.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  553.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  554.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  555.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  556.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  557.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  558.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  559.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  560.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  561.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  562.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  563.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  564.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  565.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  566.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  567.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  568.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  569.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  570.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  571.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  572.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  573.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  574.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  575.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  576.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  577.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  578.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  579.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  580.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  581.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  582.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  583.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  584.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  585.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  586.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  587.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  588.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  589.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  590.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  591.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  592.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  593.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  594.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  595.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  596.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  597.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  598.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  599.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  600.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  601.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  602.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  603.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  604.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  605.             'Swag\\Security\\Api\\ConfigController' => 'getConfigControllerService',
  606.             'Swag\\Security\\Api\\SecurityController' => 'getSecurityControllerService',
  607.             'Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController' => 'getPrepareDownloadControllerService',
  608.             'Swag\\Security\\Subscriber\\AdminSecurityFixesProvider' => 'getAdminSecurityFixesProviderService',
  609.             'Swag\\Security\\Subscriber\\TwigStateProvider' => 'getTwigStateProviderService',
  610.             'Swag\\Security\\SwagPlatformSecurity' => 'getSwagPlatformSecurityService',
  611.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  612.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  613.             'acl_role.repository' => 'getAclRole_RepositoryService',
  614.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  615.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  616.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  617.             'app.repository' => 'getApp_RepositoryService',
  618.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  619.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  620.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  621.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  622.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  623.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  624.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  625.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  626.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  627.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  628.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  629.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  630.             'cache.app' => 'getCache_AppService',
  631.             'cache.app_clearer' => 'getCache_AppClearerService',
  632.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  633.             'cache.system' => 'getCache_SystemService',
  634.             'cache.system_clearer' => 'getCache_SystemClearerService',
  635.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  636.             'cache_warmer' => 'getCacheWarmerService',
  637.             'category.repository' => 'getCategory_RepositoryService',
  638.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  639.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  640.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  641.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  642.             'chili_custom.filesystem.private' => 'getChiliCustom_Filesystem_PrivateService',
  643.             'chili_custom.filesystem.public' => 'getChiliCustom_Filesystem_PublicService',
  644.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  645.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  646.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  647.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  648.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  649.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  650.             'console.command_loader' => 'getConsole_CommandLoaderService',
  651.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  652.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  653.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  654.             'country.repository' => 'getCountry_RepositoryService',
  655.             'country_state.repository' => 'getCountryState_RepositoryService',
  656.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  657.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  658.             'currency.repository' => 'getCurrency_RepositoryService',
  659.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  660.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  661.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  662.             'custom_field.repository' => 'getCustomField_RepositoryService',
  663.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  664.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  665.             'customer.repository' => 'getCustomer_RepositoryService',
  666.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  667.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  668.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  669.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  670.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  671.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  672.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  673.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  674.             'data_collector.dump' => 'getDataCollector_DumpService',
  675.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  676.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  677.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  678.             'document.repository' => 'getDocument_RepositoryService',
  679.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  680.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  681.             'document_type.repository' => 'getDocumentType_RepositoryService',
  682.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  683.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  684.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  685.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  686.             'error_controller' => 'getErrorController2Service',
  687.             'event_action.repository' => 'getEventAction_RepositoryService',
  688.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  689.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  690.             'event_dispatcher' => 'getEventDispatcherService',
  691.             'flow.repository' => 'getFlow_RepositoryService',
  692.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  693.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  694.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  695.             'http_kernel' => 'getHttpKernelService',
  696.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  697.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  698.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  699.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  700.             'integration.repository' => 'getIntegration_RepositoryService',
  701.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  702.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  703.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  704.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  705.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  706.             'language.repository' => 'getLanguage_RepositoryService',
  707.             'locale.repository' => 'getLocale_RepositoryService',
  708.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  709.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  710.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  711.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  712.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  713.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  714.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  715.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  716.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  717.             'main_category.repository' => 'getMainCategory_RepositoryService',
  718.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  719.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  720.             'media.repository' => 'getMedia_RepositoryService',
  721.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  722.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  723.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  724.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  725.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  726.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  727.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  728.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  729.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  730.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  731.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  732.             'neti_next_order_fields.filesystem.private' => 'getNetiNextOrderFields_Filesystem_PrivateService',
  733.             'neti_next_order_fields.filesystem.public' => 'getNetiNextOrderFields_Filesystem_PublicService',
  734.             'neti_order_fields.repository' => 'getNetiOrderFields_RepositoryService',
  735.             'neti_order_fields_customer_group.repository' => 'getNetiOrderFieldsCustomerGroup_RepositoryService',
  736.             'neti_order_fields_order_attributes.repository' => 'getNetiOrderFieldsOrderAttributes_RepositoryService',
  737.             'neti_order_fields_order_attributes_val.repository' => 'getNetiOrderFieldsOrderAttributesVal_RepositoryService',
  738.             'neti_order_fields_translation.repository' => 'getNetiOrderFieldsTranslation_RepositoryService',
  739.             'neti_order_fields_val.repository' => 'getNetiOrderFieldsVal_RepositoryService',
  740.             'neti_order_fields_val_translation.repository' => 'getNetiOrderFieldsValTranslation_RepositoryService',
  741.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  742.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  743.             'notification.repository' => 'getNotification_RepositoryService',
  744.             'number_range.repository' => 'getNumberRange_RepositoryService',
  745.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  746.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  747.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  748.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  749.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  750.             'order.repository' => 'getOrder_RepositoryService',
  751.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  752.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  753.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  754.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  755.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  756.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  757.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  758.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  759.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  760.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  761.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  762.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  763.             'plugin.repository' => 'getPlugin_RepositoryService',
  764.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  765.             'product.repository' => 'getProduct_RepositoryService',
  766.             'product_category.repository' => 'getProductCategory_RepositoryService',
  767.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  768.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  769.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  770.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  771.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  772.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  773.             'product_export.repository' => 'getProductExport_RepositoryService',
  774.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  775.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  776.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  777.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  778.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  779.             'product_media.repository' => 'getProductMedia_RepositoryService',
  780.             'product_option.repository' => 'getProductOption_RepositoryService',
  781.             'product_price.repository' => 'getProductPrice_RepositoryService',
  782.             'product_property.repository' => 'getProductProperty_RepositoryService',
  783.             'product_review.repository' => 'getProductReview_RepositoryService',
  784.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  785.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  786.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  787.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  788.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  789.             'product_stream.repository' => 'getProductStream_RepositoryService',
  790.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  791.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  792.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  793.             'product_tag.repository' => 'getProductTag_RepositoryService',
  794.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  795.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  796.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  797.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  798.             'promotion.repository' => 'getPromotion_RepositoryService',
  799.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  800.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  801.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  802.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  803.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  804.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  805.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  806.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  807.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  808.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  809.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  810.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  811.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  812.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  813.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  814.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  815.             'request_stack' => 'getRequestStackService',
  816.             'router' => 'getRouterService',
  817.             'routing.loader' => 'getRouting_LoaderService',
  818.             'rule.repository' => 'getRule_RepositoryService',
  819.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  820.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  821.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  822.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  823.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  824.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  825.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  826.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  827.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  828.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  829.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  830.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  831.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  832.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  833.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  834.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  835.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  836.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  837.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  838.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition' => 'getOrderFieldsCustomerGroupDefinition2Service',
  839.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition' => 'getOrderFieldsTranslationDefinition2Service',
  840.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition' => 'getOrderFieldsValTranslationDefinition2Service',
  841.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition' => 'getOrderFieldsValDefinition2Service',
  842.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition' => 'getOrderFieldsDefinition2Service',
  843.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition' => 'getOrderAttributeValueDefinition2Service',
  844.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition' => 'getOrderAttributeDefinition2Service',
  845.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  846.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  847.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  848.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  849.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  850.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  851.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  852.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  853.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  854.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  855.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  856.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  857.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  858.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  859.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  860.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  861.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  862.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  863.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  864.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  865.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  866.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  867.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  868.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  869.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  870.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  871.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  872.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  873.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  874.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  875.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  876.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  877.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  878.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  879.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  880.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  881.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  882.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  883.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  884.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  885.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  886.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  887.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  888.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  889.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  890.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  891.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  892.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  893.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  894.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  895.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  896.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  897.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  898.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  899.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  900.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  901.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  902.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  903.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  904.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  905.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  906.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  907.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1012.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1013.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1015.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1016.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1017.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1023.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1024.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1047.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1048.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1049.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1050.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1051.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1052.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1053.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1054.             'salutation.repository' => 'getSalutation_RepositoryService',
  1055.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1056.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1057.             'script.repository' => 'getScript_RepositoryService',
  1058.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1059.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1060.             'services_resetter' => 'getServicesResetterService',
  1061.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1062.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1063.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1064.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1065.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1066.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1067.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1068.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1069.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1070.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1071.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1072.             'shopware.store_client' => 'getShopware_StoreClientService',
  1073.             'snippet.repository' => 'getSnippet_RepositoryService',
  1074.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1075.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1076.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1077.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1078.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1079.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1080.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1081.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1082.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1083.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1084.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1085.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1086.             'tag.repository' => 'getTag_RepositoryService',
  1087.             'tax.repository' => 'getTax_RepositoryService',
  1088.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1089.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1090.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1091.             'theme.repository' => 'getTheme_RepositoryService',
  1092.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1093.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1094.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1095.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1096.             'translator' => 'getTranslatorService',
  1097.             'unit.repository' => 'getUnit_RepositoryService',
  1098.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1099.             'user.repository' => 'getUser_RepositoryService',
  1100.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1101.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1102.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1103.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1104.             'version.repository' => 'getVersion_RepositoryService',
  1105.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1106.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1107.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1108.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1109.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1110.             'webhook.repository' => 'getWebhook_RepositoryService',
  1111.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1112.             'cache_clearer' => 'getCacheClearerService',
  1113.             'filesystem' => 'getFilesystemService',
  1114.             'serializer' => 'getSerializerService',
  1115.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1116.             'profiler' => 'getProfiler2Service',
  1117.             'twig' => 'getTwigService',
  1118.             'session' => 'getSessionService',
  1119.             'validator' => 'getValidatorService',
  1120.         ];
  1121.         $this->aliases = [
  1122.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1123.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1124.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1125.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1126.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1127.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1128.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1129.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1130.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1131.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1132.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1133.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1134.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1135.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1136.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1137.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1138.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1139.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1140.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1141.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1142.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1143.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1144.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1145.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1146.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1147.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1148.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1149.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1150.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1151.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1152.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1153.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1154.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1155.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1156.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1157.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1158.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1159.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1160.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1161.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1162.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1163.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1164.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1165.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1166.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1167.         ];
  1168.         $this->privates['service_container'] = function () {
  1169.             include_once __DIR__.'/proxy-classes.php';
  1170.         };
  1171.     }
  1172.     public function compile(): void
  1173.     {
  1174.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1175.     }
  1176.     public function isCompiled(): bool
  1177.     {
  1178.         return true;
  1179.     }
  1180.     public function getRemovedIds(): array
  1181.     {
  1182.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1183.     }
  1184.     protected function createProxy($class, \Closure $factory)
  1185.     {
  1186.         return $factory();
  1187.     }
  1188.     /**
  1189.      * Gets the public '.container.private.cache_clearer' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1192.      */
  1193.     protected function get_Container_Private_CacheClearerService()
  1194.     {
  1195.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1196.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1197.         }, 1));
  1198.     }
  1199.     /**
  1200.      * Gets the public '.container.private.filesystem' shared service.
  1201.      *
  1202.      * @return \Symfony\Component\Filesystem\Filesystem
  1203.      */
  1204.     protected function get_Container_Private_FilesystemService()
  1205.     {
  1206.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1207.     }
  1208.     /**
  1209.      * Gets the public '.container.private.profiler' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1212.      */
  1213.     protected function get_Container_Private_ProfilerService()
  1214.     {
  1215.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1216.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1217.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1218.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  1219.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1220.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1221.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1222.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1223.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1224.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1225.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1226.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1227.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1228.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1229.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1230.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1231.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1232.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  1233.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  1234.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  1235.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1236.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1237.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1238.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1239.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1240.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1241.         if ($this->has('kernel')) {
  1242.             $g->setKernel($b);
  1243.         }
  1244.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1245.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1246.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1247.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1248.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1249.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1250.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  1251.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1252.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1253.         $instance->add($d);
  1254.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1255.         $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())));
  1256.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1257.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  1258.         $instance->add($e);
  1259.         $instance->add(($this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  1260.         $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())));
  1261.         $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()))));
  1262.         $instance->add($f);
  1263.         $instance->add($g);
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1268.      *
  1269.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1270.      */
  1271.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1272.     {
  1273.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1274.         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);
  1275.     }
  1276.     /**
  1277.      * Gets the public '.container.private.serializer' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Serializer\Serializer
  1280.      */
  1281.     protected function get_Container_Private_SerializerService()
  1282.     {
  1283.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1284.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1285.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1286.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  1287.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1288.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1289.         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()]);
  1290.     }
  1291.     /**
  1292.      * Gets the public '.container.private.session' shared service.
  1293.      *
  1294.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1295.      */
  1296.     protected function get_Container_Private_SessionService()
  1297.     {
  1298.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1299.     }
  1300.     /**
  1301.      * Gets the public '.container.private.twig' shared service.
  1302.      *
  1303.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  1304.      */
  1305.     protected function get_Container_Private_TwigService()
  1306.     {
  1307.         $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']);
  1308.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1309.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1310.         $c = ($this->services['router'] ?? $this->getRouterService());
  1311.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  1312.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1313.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  1314.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  1315.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1316.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1317.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1318.         $i->setEnvironment('dev');
  1319.         $i->setDebug(true);
  1320.         if ($this->has('request_stack')) {
  1321.             $i->setRequestStack($e);
  1322.         }
  1323.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1324.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1325.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__4), 'UTF-8'));
  1328.         $instance->addExtension($d);
  1329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1333.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1334.         $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())));
  1335.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  1336.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  1337.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  1338.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1339.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1340.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  1341.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  1342.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  1343.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  1344.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  1345.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  1346.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  1347.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  1348.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  1349.         $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())));
  1350.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  1351.         $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()))));
  1352.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  1353.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  1354.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  1355.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  1356.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  1357.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  1358.         $instance->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  1359.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1360.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  1361.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1362.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1363.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1364.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1365.         ], [
  1366.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1367.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1368.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1369.         ])));
  1370.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the public '.container.private.validator' shared service.
  1375.      *
  1376.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  1377.      */
  1378.     protected function get_Container_Private_ValidatorService()
  1379.     {
  1380.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  1381.     }
  1382.     /**
  1383.      * Gets the public 'ChiliCustom\ChiliCustom' shared autowired service.
  1384.      *
  1385.      * @return \ChiliCustom\ChiliCustom
  1386.      */
  1387.     protected function getChiliCustomService()
  1388.     {
  1389.         return $this->services['ChiliCustom\\ChiliCustom'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ChiliCustom\\ChiliCustom');
  1390.     }
  1391.     /**
  1392.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  1393.      *
  1394.      * @return \Doctrine\DBAL\Connection
  1395.      */
  1396.     protected function getConnectionService()
  1397.     {
  1398.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  1399.     }
  1400.     /**
  1401.      * Gets the public 'Elasticsearch\Client' shared service.
  1402.      *
  1403.      * @return \Elasticsearch\Client
  1404.      */
  1405.     protected function getClientService($lazyLoad true)
  1406.     {
  1407.         if ($lazyLoad) {
  1408.             return $this->services['Elasticsearch\\Client'] = $this->createProxy('Client_dba3ed3', function () {
  1409.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1410.                     $wrappedInstance $this->getClientService(false);
  1411.                     $proxy->setProxyInitializer(null);
  1412.                     return true;
  1413.                 });
  1414.             });
  1415.         }
  1416.         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']);
  1417.     }
  1418.     /**
  1419.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition' shared service.
  1420.      *
  1421.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition
  1422.      */
  1423.     protected function getOrderFieldsCustomerGroupDefinitionService()
  1424.     {
  1425.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition();
  1426.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1427.         return $instance;
  1428.     }
  1429.     /**
  1430.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition' shared service.
  1431.      *
  1432.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition
  1433.      */
  1434.     protected function getOrderFieldsTranslationDefinitionService()
  1435.     {
  1436.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition();
  1437.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1438.         return $instance;
  1439.     }
  1440.     /**
  1441.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition' shared service.
  1442.      *
  1443.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition
  1444.      */
  1445.     protected function getOrderFieldsValTranslationDefinitionService()
  1446.     {
  1447.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition();
  1448.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1449.         return $instance;
  1450.     }
  1451.     /**
  1452.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition' shared service.
  1453.      *
  1454.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition
  1455.      */
  1456.     protected function getOrderFieldsValDefinitionService()
  1457.     {
  1458.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition();
  1459.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1460.         return $instance;
  1461.     }
  1462.     /**
  1463.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition' shared service.
  1464.      *
  1465.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition
  1466.      */
  1467.     protected function getOrderFieldsDefinitionService()
  1468.     {
  1469.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition();
  1470.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1471.         return $instance;
  1472.     }
  1473.     /**
  1474.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition' shared service.
  1475.      *
  1476.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition
  1477.      */
  1478.     protected function getOrderAttributeValueDefinitionService()
  1479.     {
  1480.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition();
  1481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition' shared service.
  1486.      *
  1487.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition
  1488.      */
  1489.     protected function getOrderAttributeDefinitionService()
  1490.     {
  1491.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition();
  1492.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the public 'NetInventors\NetiNextOrderFields\NetiNextOrderFields' shared autowired service.
  1497.      *
  1498.      * @return \NetInventors\NetiNextOrderFields\NetiNextOrderFields
  1499.      */
  1500.     protected function getNetiNextOrderFieldsService()
  1501.     {
  1502.         return $this->services['NetInventors\\NetiNextOrderFields\\NetiNextOrderFields'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetInventors\\NetiNextOrderFields\\NetiNextOrderFields');
  1503.     }
  1504.     /**
  1505.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  1506.      *
  1507.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  1508.      */
  1509.     protected function getAdminExtensionApiControllerService()
  1510.     {
  1511.         $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()));
  1512.         $instance->setContainer($this);
  1513.         return $instance;
  1514.     }
  1515.     /**
  1516.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  1517.      *
  1518.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  1519.      */
  1520.     protected function getAdminProductStreamControllerService()
  1521.     {
  1522.         $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()));
  1523.         $instance->setContainer($this);
  1524.         return $instance;
  1525.     }
  1526.     /**
  1527.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  1528.      *
  1529.      * @return \Shopware\Administration\Controller\AdminSearchController
  1530.      */
  1531.     protected function getAdminSearchControllerService()
  1532.     {
  1533.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  1534.         $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()));
  1535.         $instance->setContainer($this);
  1536.         return $instance;
  1537.     }
  1538.     /**
  1539.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  1540.      *
  1541.      * @return \Shopware\Administration\Controller\AdminTagController
  1542.      */
  1543.     protected function getAdminTagControllerService()
  1544.     {
  1545.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  1546.         $instance->setContainer($this);
  1547.         return $instance;
  1548.     }
  1549.     /**
  1550.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  1551.      *
  1552.      * @return \Shopware\Administration\Controller\AdministrationController
  1553.      */
  1554.     protected function getAdministrationControllerService()
  1555.     {
  1556.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  1557.         $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()));
  1558.         $instance->setContainer($this);
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  1563.      *
  1564.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  1565.      */
  1566.     protected function getDocumentServiceDeprecationControllerService()
  1567.     {
  1568.         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()));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  1572.      *
  1573.      * @return \Shopware\Administration\Controller\NotificationController
  1574.      */
  1575.     protected function getNotificationControllerService()
  1576.     {
  1577.         $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()));
  1578.         $instance->setContainer($this);
  1579.         return $instance;
  1580.     }
  1581.     /**
  1582.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  1583.      *
  1584.      * @return \Shopware\Administration\Controller\UserConfigController
  1585.      */
  1586.     protected function getUserConfigControllerService()
  1587.     {
  1588.         $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()));
  1589.         $instance->setContainer($this);
  1590.         return $instance;
  1591.     }
  1592.     /**
  1593.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  1594.      *
  1595.      * @return \Shopware\Administration\Notification\NotificationDefinition
  1596.      */
  1597.     protected function getNotificationDefinitionService()
  1598.     {
  1599.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  1600.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  1605.      *
  1606.      * @return \Shopware\Administration\Notification\NotificationService
  1607.      */
  1608.     protected function getNotificationServiceService()
  1609.     {
  1610.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  1611.     }
  1612.     /**
  1613.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  1614.      *
  1615.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  1616.      */
  1617.     protected function getAppAdministrationSnippetDefinitionService()
  1618.     {
  1619.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  1620.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  1625.      *
  1626.      * @return \Shopware\Core\Checkout\Cart\Calculator
  1627.      */
  1628.     protected function getCalculatorService()
  1629.     {
  1630.         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()));
  1631.     }
  1632.     /**
  1633.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  1634.      *
  1635.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  1636.      */
  1637.     protected function getCartFacadeHookFactoryService()
  1638.     {
  1639.         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()));
  1640.     }
  1641.     /**
  1642.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  1643.      *
  1644.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  1645.      */
  1646.     protected function getOrderConverterControllerService()
  1647.     {
  1648.         $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()));
  1649.         $instance->setContainer($this);
  1650.         return $instance;
  1651.     }
  1652.     /**
  1653.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  1654.      *
  1655.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  1656.      */
  1657.     protected function getOrderRecalculationControllerService()
  1658.     {
  1659.         $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()))));
  1660.         $instance->setContainer($this);
  1661.         return $instance;
  1662.     }
  1663.     /**
  1664.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  1665.      *
  1666.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  1667.      */
  1668.     protected function getPriceActionControllerService()
  1669.     {
  1670.         $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()));
  1671.         $instance->setContainer($this);
  1672.         return $instance;
  1673.     }
  1674.     /**
  1675.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  1676.      *
  1677.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  1678.      */
  1679.     protected function getCartDeleteRouteService()
  1680.     {
  1681.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1682.     }
  1683.     /**
  1684.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  1685.      *
  1686.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  1687.      */
  1688.     protected function getCartItemAddRouteService()
  1689.     {
  1690.         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()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService()));
  1691.     }
  1692.     /**
  1693.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  1694.      *
  1695.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  1696.      */
  1697.     protected function getCartItemRemoveRouteService()
  1698.     {
  1699.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()));
  1700.     }
  1701.     /**
  1702.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  1703.      *
  1704.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  1705.      */
  1706.     protected function getCartItemUpdateRouteService()
  1707.     {
  1708.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1709.     }
  1710.     /**
  1711.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  1712.      *
  1713.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  1714.      */
  1715.     protected function getCartLoadRouteService()
  1716.     {
  1717.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  1718.     }
  1719.     /**
  1720.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  1721.      *
  1722.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  1723.      */
  1724.     protected function getCartOrderRouteService()
  1725.     {
  1726.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  1727.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $a, new \Shopware\Core\Checkout\Cart\Order\OrderPersister($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Checkout\Payment\PreparedPaymentService(($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService()), ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())));
  1728.     }
  1729.     /**
  1730.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  1731.      *
  1732.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  1733.      */
  1734.     protected function getCartServiceService()
  1735.     {
  1736.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartService(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService()));
  1737.     }
  1738.     /**
  1739.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  1740.      *
  1741.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  1742.      */
  1743.     protected function getCustomerAddressDefinitionService()
  1744.     {
  1745.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  1746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1747.         return $instance;
  1748.     }
  1749.     /**
  1750.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  1751.      *
  1752.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  1753.      */
  1754.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  1755.     {
  1756.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  1757.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1758.         return $instance;
  1759.     }
  1760.     /**
  1761.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  1762.      *
  1763.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  1764.      */
  1765.     protected function getCustomerGroupTranslationDefinitionService()
  1766.     {
  1767.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  1768.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  1773.      *
  1774.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  1775.      */
  1776.     protected function getCustomerGroupDefinitionService()
  1777.     {
  1778.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  1779.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  1784.      *
  1785.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  1786.      */
  1787.     protected function getCustomerRecoveryDefinitionService()
  1788.     {
  1789.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  1790.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1791.         return $instance;
  1792.     }
  1793.     /**
  1794.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  1795.      *
  1796.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  1797.      */
  1798.     protected function getCustomerTagDefinitionService()
  1799.     {
  1800.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  1801.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1802.         return $instance;
  1803.     }
  1804.     /**
  1805.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  1806.      *
  1807.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  1808.      */
  1809.     protected function getCustomerWishlistProductDefinitionService()
  1810.     {
  1811.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  1812.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1813.         return $instance;
  1814.     }
  1815.     /**
  1816.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  1817.      *
  1818.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  1819.      */
  1820.     protected function getCustomerWishlistDefinitionService()
  1821.     {
  1822.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  1823.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1824.         return $instance;
  1825.     }
  1826.     /**
  1827.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  1828.      *
  1829.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  1830.      */
  1831.     protected function getCustomerGroupRegistrationActionControllerService()
  1832.     {
  1833.         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['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  1834.     }
  1835.     /**
  1836.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  1837.      *
  1838.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  1839.      */
  1840.     protected function getCustomerDefinitionService()
  1841.     {
  1842.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  1843.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  1848.      *
  1849.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  1850.      */
  1851.     protected function getAccountNewsletterRecipientRouteService()
  1852.     {
  1853.         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()));
  1854.     }
  1855.     /**
  1856.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  1857.      *
  1858.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  1859.      */
  1860.     protected function getAddWishlistProductRouteService()
  1861.     {
  1862.         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()));
  1863.     }
  1864.     /**
  1865.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  1866.      *
  1867.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  1868.      */
  1869.     protected function getChangeCustomerProfileRouteService()
  1870.     {
  1871.         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()));
  1872.     }
  1873.     /**
  1874.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  1875.      *
  1876.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  1877.      */
  1878.     protected function getChangeEmailRouteService()
  1879.     {
  1880.         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()));
  1881.     }
  1882.     /**
  1883.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  1884.      *
  1885.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  1886.      */
  1887.     protected function getChangeLanguageRouteService()
  1888.     {
  1889.         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()));
  1890.     }
  1891.     /**
  1892.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  1893.      *
  1894.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  1895.      */
  1896.     protected function getChangePasswordRouteService()
  1897.     {
  1898.         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()));
  1899.     }
  1900.     /**
  1901.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  1902.      *
  1903.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  1904.      */
  1905.     protected function getChangePaymentMethodRouteService()
  1906.     {
  1907.         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()));
  1908.     }
  1909.     /**
  1910.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  1911.      *
  1912.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  1913.      */
  1914.     protected function getCustomerGroupRegistrationSettingsRouteService()
  1915.     {
  1916.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  1917.     }
  1918.     /**
  1919.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  1920.      *
  1921.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  1922.      */
  1923.     protected function getCustomerRecoveryIsExpiredRouteService()
  1924.     {
  1925.         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()));
  1926.     }
  1927.     /**
  1928.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  1929.      *
  1930.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  1931.      */
  1932.     protected function getCustomerRouteService()
  1933.     {
  1934.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  1935.     }
  1936.     /**
  1937.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  1938.      *
  1939.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  1940.      */
  1941.     protected function getDeleteAddressRouteService()
  1942.     {
  1943.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  1944.     }
  1945.     /**
  1946.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  1947.      *
  1948.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  1949.      */
  1950.     protected function getDeleteCustomerRouteService()
  1951.     {
  1952.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  1953.     }
  1954.     /**
  1955.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  1956.      *
  1957.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  1958.      */
  1959.     protected function getListAddressRouteService()
  1960.     {
  1961.         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()));
  1962.     }
  1963.     /**
  1964.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  1965.      *
  1966.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  1967.      */
  1968.     protected function getLoadWishlistRouteService()
  1969.     {
  1970.         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()));
  1971.     }
  1972.     /**
  1973.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  1974.      *
  1975.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  1976.      */
  1977.     protected function getLoginRouteService()
  1978.     {
  1979.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  1980.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  1981.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  1982.         $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));
  1983.         $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));
  1984.         $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));
  1985.         $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));
  1986.         $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));
  1987.         $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));
  1988.         $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));
  1989.         $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));
  1990.         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);
  1991.     }
  1992.     /**
  1993.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  1994.      *
  1995.      * @return \Swag\Security\Fixes\NEXT34608\FixLogoutRoute
  1996.      */
  1997.     protected function getLogoutRouteService()
  1998.     {
  1999.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  2000.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Swag\Security\Fixes\NEXT34608\FixLogoutRoute(new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), $a);
  2001.     }
  2002.     /**
  2003.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  2004.      *
  2005.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  2006.      */
  2007.     protected function getMergeWishlistProductRouteService()
  2008.     {
  2009.         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()));
  2010.     }
  2011.     /**
  2012.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  2013.      *
  2014.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  2015.      */
  2016.     protected function getRegisterConfirmRouteService()
  2017.     {
  2018.         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()));
  2019.     }
  2020.     /**
  2021.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  2022.      *
  2023.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  2024.      */
  2025.     protected function getRegisterRouteService()
  2026.     {
  2027.         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()));
  2028.     }
  2029.     /**
  2030.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  2031.      *
  2032.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  2033.      */
  2034.     protected function getRemoveWishlistProductRouteService()
  2035.     {
  2036.         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()));
  2037.     }
  2038.     /**
  2039.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  2040.      *
  2041.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  2042.      */
  2043.     protected function getResetPasswordRouteService()
  2044.     {
  2045.         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()));
  2046.     }
  2047.     /**
  2048.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  2049.      *
  2050.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  2051.      */
  2052.     protected function getSendPasswordRecoveryMailRouteService()
  2053.     {
  2054.         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()));
  2055.     }
  2056.     /**
  2057.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  2058.      *
  2059.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  2060.      */
  2061.     protected function getSwitchDefaultAddressRouteService()
  2062.     {
  2063.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2064.     }
  2065.     /**
  2066.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  2067.      *
  2068.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  2069.      */
  2070.     protected function getUpsertAddressRouteService()
  2071.     {
  2072.         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()));
  2073.     }
  2074.     /**
  2075.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  2076.      *
  2077.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  2078.      */
  2079.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  2080.     {
  2081.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  2082.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  2087.      *
  2088.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  2089.      */
  2090.     protected function getDocumentBaseConfigDefinitionService()
  2091.     {
  2092.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  2093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2094.         return $instance;
  2095.     }
  2096.     /**
  2097.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  2098.      *
  2099.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  2100.      */
  2101.     protected function getDocumentTypeTranslationDefinitionService()
  2102.     {
  2103.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  2104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2105.         return $instance;
  2106.     }
  2107.     /**
  2108.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  2109.      *
  2110.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  2111.      */
  2112.     protected function getDocumentTypeDefinitionService()
  2113.     {
  2114.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  2115.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2116.         return $instance;
  2117.     }
  2118.     /**
  2119.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  2120.      *
  2121.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  2122.      */
  2123.     protected function getDocumentControllerService()
  2124.     {
  2125.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  2126.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  2127.         $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);
  2128.         $instance->setContainer($this);
  2129.         return $instance;
  2130.     }
  2131.     /**
  2132.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  2133.      *
  2134.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  2135.      */
  2136.     protected function getDocumentDefinitionService()
  2137.     {
  2138.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  2139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2140.         return $instance;
  2141.     }
  2142.     /**
  2143.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  2144.      *
  2145.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  2146.      */
  2147.     protected function getDocumentGeneratorControllerService()
  2148.     {
  2149.         $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()));
  2150.         $instance->setContainer($this);
  2151.         return $instance;
  2152.     }
  2153.     /**
  2154.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  2155.      *
  2156.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  2157.      */
  2158.     protected function getDocumentRouteService()
  2159.     {
  2160.         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()));
  2161.     }
  2162.     /**
  2163.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  2164.      *
  2165.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  2166.      */
  2167.     protected function getOrderAddressDefinitionService()
  2168.     {
  2169.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  2170.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  2175.      *
  2176.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  2177.      */
  2178.     protected function getOrderCustomerDefinitionService()
  2179.     {
  2180.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  2181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  2186.      *
  2187.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  2188.      */
  2189.     protected function getOrderDeliveryPositionDefinitionService()
  2190.     {
  2191.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  2192.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  2197.      *
  2198.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  2199.      */
  2200.     protected function getOrderDeliveryDefinitionService()
  2201.     {
  2202.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  2203.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2204.         return $instance;
  2205.     }
  2206.     /**
  2207.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  2208.      *
  2209.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  2210.      */
  2211.     protected function getOrderLineItemDefinitionService()
  2212.     {
  2213.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  2214.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  2219.      *
  2220.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  2221.      */
  2222.     protected function getOrderTagDefinitionService()
  2223.     {
  2224.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  2225.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2226.         return $instance;
  2227.     }
  2228.     /**
  2229.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  2230.      *
  2231.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  2232.      */
  2233.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  2234.     {
  2235.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  2236.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2237.         return $instance;
  2238.     }
  2239.     /**
  2240.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  2241.      *
  2242.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  2243.      */
  2244.     protected function getOrderTransactionCaptureRefundDefinitionService()
  2245.     {
  2246.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  2247.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2248.         return $instance;
  2249.     }
  2250.     /**
  2251.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  2252.      *
  2253.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  2254.      */
  2255.     protected function getOrderTransactionCaptureDefinitionService()
  2256.     {
  2257.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  2258.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2259.         return $instance;
  2260.     }
  2261.     /**
  2262.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  2263.      *
  2264.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  2265.      */
  2266.     protected function getOrderTransactionDefinitionService()
  2267.     {
  2268.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  2269.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2270.         return $instance;
  2271.     }
  2272.     /**
  2273.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  2274.      *
  2275.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  2276.      */
  2277.     protected function getOrderActionControllerService()
  2278.     {
  2279.         $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()));
  2280.         $instance->setContainer($this);
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  2285.      *
  2286.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  2287.      */
  2288.     protected function getOrderDefinitionService()
  2289.     {
  2290.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  2291.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2292.         return $instance;
  2293.     }
  2294.     /**
  2295.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  2296.      *
  2297.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  2298.      */
  2299.     protected function getCancelOrderRouteService()
  2300.     {
  2301.         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()));
  2302.     }
  2303.     /**
  2304.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  2305.      *
  2306.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  2307.      */
  2308.     protected function getOrderRouteService()
  2309.     {
  2310.         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()));
  2311.     }
  2312.     /**
  2313.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  2314.      *
  2315.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  2316.      */
  2317.     protected function getSetPaymentOrderRouteService()
  2318.     {
  2319.         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()));
  2320.     }
  2321.     /**
  2322.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  2323.      *
  2324.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  2325.      */
  2326.     protected function getPaymentMethodTranslationDefinitionService()
  2327.     {
  2328.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  2329.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  2334.      *
  2335.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  2336.      */
  2337.     protected function getPaymentRefundProcessorService()
  2338.     {
  2339.         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()));
  2340.     }
  2341.     /**
  2342.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  2343.      *
  2344.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  2345.      */
  2346.     protected function getPaymentControllerService()
  2347.     {
  2348.         $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()));
  2349.         $instance->setContainer($this);
  2350.         return $instance;
  2351.     }
  2352.     /**
  2353.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  2354.      *
  2355.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  2356.      */
  2357.     protected function getPaymentMethodDefinitionService()
  2358.     {
  2359.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  2360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  2365.      *
  2366.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  2367.      */
  2368.     protected function getCachedPaymentMethodRouteService()
  2369.     {
  2370.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute(($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_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()), []);
  2371.     }
  2372.     /**
  2373.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  2374.      *
  2375.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  2376.      */
  2377.     protected function getHandlePaymentMethodRouteService()
  2378.     {
  2379.         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()));
  2380.     }
  2381.     /**
  2382.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  2383.      *
  2384.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  2385.      */
  2386.     protected function getSalesChannelPaymentMethodDefinitionService()
  2387.     {
  2388.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  2389.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  2394.      *
  2395.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  2396.      */
  2397.     protected function getSortedPaymentMethodRouteService()
  2398.     {
  2399.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService()));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  2403.      *
  2404.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  2405.      */
  2406.     protected function getPromotionCartRuleDefinitionService()
  2407.     {
  2408.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  2409.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  2414.      *
  2415.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  2416.      */
  2417.     protected function getPromotionDiscountPriceDefinitionService()
  2418.     {
  2419.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  2420.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2421.         return $instance;
  2422.     }
  2423.     /**
  2424.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  2425.      *
  2426.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  2427.      */
  2428.     protected function getPromotionDiscountRuleDefinitionService()
  2429.     {
  2430.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  2431.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2432.         return $instance;
  2433.     }
  2434.     /**
  2435.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  2436.      *
  2437.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  2438.      */
  2439.     protected function getPromotionDiscountDefinitionService()
  2440.     {
  2441.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  2442.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2443.         return $instance;
  2444.     }
  2445.     /**
  2446.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  2447.      *
  2448.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  2449.      */
  2450.     protected function getPromotionIndividualCodeDefinitionService()
  2451.     {
  2452.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  2453.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2454.         return $instance;
  2455.     }
  2456.     /**
  2457.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  2458.      *
  2459.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  2460.      */
  2461.     protected function getPromotionOrderRuleDefinitionService()
  2462.     {
  2463.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  2464.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2465.         return $instance;
  2466.     }
  2467.     /**
  2468.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  2469.      *
  2470.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  2471.      */
  2472.     protected function getPromotionPersonaCustomerDefinitionService()
  2473.     {
  2474.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  2475.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  2480.      *
  2481.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  2482.      */
  2483.     protected function getPromotionPersonaRuleDefinitionService()
  2484.     {
  2485.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  2486.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2487.         return $instance;
  2488.     }
  2489.     /**
  2490.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  2491.      *
  2492.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  2493.      */
  2494.     protected function getPromotionSalesChannelDefinitionService()
  2495.     {
  2496.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  2497.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2498.         return $instance;
  2499.     }
  2500.     /**
  2501.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  2502.      *
  2503.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  2504.      */
  2505.     protected function getPromotionSetGroupRuleDefinitionService()
  2506.     {
  2507.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  2508.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2509.         return $instance;
  2510.     }
  2511.     /**
  2512.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  2513.      *
  2514.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  2515.      */
  2516.     protected function getPromotionSetGroupDefinitionService()
  2517.     {
  2518.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  2519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2520.         return $instance;
  2521.     }
  2522.     /**
  2523.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  2524.      *
  2525.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  2526.      */
  2527.     protected function getPromotionTranslationDefinitionService()
  2528.     {
  2529.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  2530.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2531.         return $instance;
  2532.     }
  2533.     /**
  2534.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  2535.      *
  2536.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  2537.      */
  2538.     protected function getPromotionActionControllerService()
  2539.     {
  2540.         $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()));
  2541.         $instance->setContainer($this);
  2542.         return $instance;
  2543.     }
  2544.     /**
  2545.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  2546.      *
  2547.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  2548.      */
  2549.     protected function getPromotionControllerService()
  2550.     {
  2551.         $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())));
  2552.         $instance->setContainer($this);
  2553.         return $instance;
  2554.     }
  2555.     /**
  2556.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  2557.      *
  2558.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  2559.      */
  2560.     protected function getPromotionDefinitionService()
  2561.     {
  2562.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  2563.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2564.         return $instance;
  2565.     }
  2566.     /**
  2567.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  2568.      *
  2569.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  2570.      */
  2571.     protected function getShippingMethodPriceDefinitionService()
  2572.     {
  2573.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  2574.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2575.         return $instance;
  2576.     }
  2577.     /**
  2578.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  2579.      *
  2580.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  2581.      */
  2582.     protected function getShippingMethodTagDefinitionService()
  2583.     {
  2584.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  2585.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2586.         return $instance;
  2587.     }
  2588.     /**
  2589.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  2590.      *
  2591.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  2592.      */
  2593.     protected function getShippingMethodTranslationDefinitionService()
  2594.     {
  2595.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  2596.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2597.         return $instance;
  2598.     }
  2599.     /**
  2600.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  2601.      *
  2602.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  2603.      */
  2604.     protected function getCachedShippingMethodRouteService()
  2605.     {
  2606.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute(new \Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute(($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_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()), []);
  2607.     }
  2608.     /**
  2609.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  2610.      *
  2611.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  2612.      */
  2613.     protected function getSalesChannelShippingMethodDefinitionService()
  2614.     {
  2615.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  2616.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  2617.         return $instance;
  2618.     }
  2619.     /**
  2620.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  2621.      *
  2622.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  2623.      */
  2624.     protected function getSortedShippingMethodRouteService()
  2625.     {
  2626.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService()));
  2627.     }
  2628.     /**
  2629.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  2630.      *
  2631.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  2632.      */
  2633.     protected function getShippingMethodDefinitionService()
  2634.     {
  2635.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  2636.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2637.         return $instance;
  2638.     }
  2639.     /**
  2640.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  2641.      *
  2642.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  2643.      */
  2644.     protected function getCategoryTagDefinitionService()
  2645.     {
  2646.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  2647.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2648.         return $instance;
  2649.     }
  2650.     /**
  2651.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  2652.      *
  2653.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  2654.      */
  2655.     protected function getCategoryTranslationDefinitionService()
  2656.     {
  2657.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  2658.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2659.         return $instance;
  2660.     }
  2661.     /**
  2662.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  2663.      *
  2664.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  2665.      */
  2666.     protected function getCategoryDefinitionService()
  2667.     {
  2668.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  2669.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2670.         return $instance;
  2671.     }
  2672.     /**
  2673.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  2674.      *
  2675.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  2676.      */
  2677.     protected function getCategoryHydratorService()
  2678.     {
  2679.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  2680.     }
  2681.     /**
  2682.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  2683.      *
  2684.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  2685.      */
  2686.     protected function getCachedCategoryRouteService()
  2687.     {
  2688.         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()), []);
  2689.     }
  2690.     /**
  2691.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  2692.      *
  2693.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  2694.      */
  2695.     protected function getCachedNavigationRouteService()
  2696.     {
  2697.         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()), ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_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()), []);
  2698.     }
  2699.     /**
  2700.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  2701.      *
  2702.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  2703.      */
  2704.     protected function getCategoryListRouteService()
  2705.     {
  2706.         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()));
  2707.     }
  2708.     /**
  2709.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  2710.      *
  2711.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  2712.      */
  2713.     protected function getSalesChannelCategoryDefinitionService()
  2714.     {
  2715.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  2716.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  2721.      *
  2722.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  2723.      */
  2724.     protected function getTreeBuildingNavigationRouteService()
  2725.     {
  2726.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute(($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService()));
  2727.     }
  2728.     /**
  2729.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  2730.      *
  2731.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  2732.      */
  2733.     protected function getCmsBlockDefinitionService()
  2734.     {
  2735.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  2736.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  2741.      *
  2742.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  2743.      */
  2744.     protected function getCmsPageTranslationDefinitionService()
  2745.     {
  2746.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  2747.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2748.         return $instance;
  2749.     }
  2750.     /**
  2751.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  2752.      *
  2753.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  2754.      */
  2755.     protected function getCmsSectionDefinitionService()
  2756.     {
  2757.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  2758.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2759.         return $instance;
  2760.     }
  2761.     /**
  2762.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  2763.      *
  2764.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  2765.      */
  2766.     protected function getCmsSlotTranslationDefinitionService()
  2767.     {
  2768.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  2769.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2770.         return $instance;
  2771.     }
  2772.     /**
  2773.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  2774.      *
  2775.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  2776.      */
  2777.     protected function getCmsSlotDefinitionService()
  2778.     {
  2779.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  2780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2781.         return $instance;
  2782.     }
  2783.     /**
  2784.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  2785.      *
  2786.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  2787.      */
  2788.     protected function getCmsPageDefinitionService()
  2789.     {
  2790.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  2791.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  2796.      *
  2797.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  2798.      */
  2799.     protected function getSlotConfigFieldSerializerService()
  2800.     {
  2801.         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()));
  2802.     }
  2803.     /**
  2804.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  2805.      *
  2806.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  2807.      */
  2808.     protected function getCmsSlotsDataResolverService()
  2809.     {
  2810.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  2811.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  2812.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  2813.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  2814.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  2815.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  2816.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  2817.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  2818.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  2819.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  2820.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  2821.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  2822.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  2823.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  2824.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  2825.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  2826.         }, 15), ['product' => ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService())], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2827.     }
  2828.     /**
  2829.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  2830.      *
  2831.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  2832.      */
  2833.     protected function getCmsRouteService()
  2834.     {
  2835.         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()));
  2836.     }
  2837.     /**
  2838.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  2839.      *
  2840.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  2841.      *
  2842.      * @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.
  2843.      */
  2844.     protected function getSalesChannelCmsPageRepositoryService()
  2845.     {
  2846.         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.');
  2847.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  2848.     }
  2849.     /**
  2850.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  2851.      *
  2852.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  2853.      */
  2854.     protected function getContactFormRouteService()
  2855.     {
  2856.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2857.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2858.         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()));
  2859.     }
  2860.     /**
  2861.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  2862.      *
  2863.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  2864.      */
  2865.     protected function getFlowSequenceDefinitionService()
  2866.     {
  2867.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  2868.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2869.         return $instance;
  2870.     }
  2871.     /**
  2872.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  2873.      *
  2874.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  2875.      */
  2876.     protected function getCachedFlowLoaderService()
  2877.     {
  2878.         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()));
  2879.     }
  2880.     /**
  2881.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  2882.      *
  2883.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  2884.      */
  2885.     protected function getFlowExecutorService()
  2886.     {
  2887.         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()));
  2888.     }
  2889.     /**
  2890.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  2891.      *
  2892.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  2893.      */
  2894.     protected function getFlowDefinitionService()
  2895.     {
  2896.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  2897.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2898.         return $instance;
  2899.     }
  2900.     /**
  2901.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  2902.      *
  2903.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  2904.      */
  2905.     protected function getImportExportFileDefinitionService()
  2906.     {
  2907.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  2908.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  2913.      *
  2914.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  2915.      */
  2916.     protected function getImportExportLogDefinitionService()
  2917.     {
  2918.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  2919.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2920.         return $instance;
  2921.     }
  2922.     /**
  2923.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  2924.      *
  2925.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  2926.      */
  2927.     protected function getImportExportActionControllerService()
  2928.     {
  2929.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  2930.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2931.         $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));
  2932.         $instance->setContainer($this);
  2933.         return $instance;
  2934.     }
  2935.     /**
  2936.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  2937.      *
  2938.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  2939.      */
  2940.     protected function getImportExportFactoryService()
  2941.     {
  2942.         return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] = new \Shopware\Core\Content\ImportExport\ImportExportFactory(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService()), new RewindableGenerator(function () {
  2943.             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()));
  2944.         }, 1), new RewindableGenerator(function () {
  2945.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  2946.         }, 1), new RewindableGenerator(function () {
  2947.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  2948.         }, 1));
  2949.     }
  2950.     /**
  2951.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  2952.      *
  2953.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  2954.      */
  2955.     protected function getImportExportProfileDefinitionService()
  2956.     {
  2957.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  2958.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2959.         return $instance;
  2960.     }
  2961.     /**
  2962.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  2963.      *
  2964.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  2965.      */
  2966.     protected function getImportExportProfileTranslationDefinitionService()
  2967.     {
  2968.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  2969.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2970.         return $instance;
  2971.     }
  2972.     /**
  2973.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  2974.      *
  2975.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  2976.      */
  2977.     protected function getImportExportHandlerService()
  2978.     {
  2979.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService()));
  2980.     }
  2981.     /**
  2982.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  2983.      *
  2984.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  2985.      */
  2986.     protected function getLandingPageSalesChannelDefinitionService()
  2987.     {
  2988.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  2989.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2990.         return $instance;
  2991.     }
  2992.     /**
  2993.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  2994.      *
  2995.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  2996.      */
  2997.     protected function getLandingPageTagDefinitionService()
  2998.     {
  2999.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  3000.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3001.         return $instance;
  3002.     }
  3003.     /**
  3004.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  3005.      *
  3006.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  3007.      */
  3008.     protected function getLandingPageTranslationDefinitionService()
  3009.     {
  3010.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  3011.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3012.         return $instance;
  3013.     }
  3014.     /**
  3015.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  3016.      *
  3017.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  3018.      */
  3019.     protected function getLandingPageDefinitionService()
  3020.     {
  3021.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  3022.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3023.         return $instance;
  3024.     }
  3025.     /**
  3026.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  3027.      *
  3028.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  3029.      */
  3030.     protected function getCachedLandingPageRouteService()
  3031.     {
  3032.         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()), []);
  3033.     }
  3034.     /**
  3035.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  3036.      *
  3037.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  3038.      */
  3039.     protected function getSalesChannelLandingPageDefinitionService()
  3040.     {
  3041.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  3042.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3043.         return $instance;
  3044.     }
  3045.     /**
  3046.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  3047.      *
  3048.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  3049.      */
  3050.     protected function getMailHeaderFooterTranslationDefinitionService()
  3051.     {
  3052.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  3053.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3054.         return $instance;
  3055.     }
  3056.     /**
  3057.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  3058.      *
  3059.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  3060.      */
  3061.     protected function getMailHeaderFooterDefinitionService()
  3062.     {
  3063.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  3064.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  3069.      *
  3070.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  3071.      */
  3072.     protected function getMailTemplateMediaDefinitionService()
  3073.     {
  3074.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  3075.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3076.         return $instance;
  3077.     }
  3078.     /**
  3079.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  3080.      *
  3081.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  3082.      */
  3083.     protected function getMailTemplateTranslationDefinitionService()
  3084.     {
  3085.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  3086.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3087.         return $instance;
  3088.     }
  3089.     /**
  3090.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  3091.      *
  3092.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  3093.      */
  3094.     protected function getMailTemplateTypeTranslationDefinitionService()
  3095.     {
  3096.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  3097.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  3102.      *
  3103.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  3104.      */
  3105.     protected function getMailTemplateTypeDefinitionService()
  3106.     {
  3107.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  3108.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3109.         return $instance;
  3110.     }
  3111.     /**
  3112.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  3113.      *
  3114.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  3115.      */
  3116.     protected function getMailActionControllerService()
  3117.     {
  3118.         $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())));
  3119.         $instance->setContainer($this);
  3120.         return $instance;
  3121.     }
  3122.     /**
  3123.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  3124.      *
  3125.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  3126.      */
  3127.     protected function getMailTemplateDefinitionService()
  3128.     {
  3129.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  3130.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3131.         return $instance;
  3132.     }
  3133.     /**
  3134.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  3135.      *
  3136.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  3137.      */
  3138.     protected function getMailFactoryService()
  3139.     {
  3140.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()));
  3141.     }
  3142.     /**
  3143.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  3144.      *
  3145.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  3146.      */
  3147.     protected function getMailSenderService()
  3148.     {
  3149.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  3150.     }
  3151.     /**
  3152.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  3153.      *
  3154.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  3155.      */
  3156.     protected function getMediaDefaultFolderDefinitionService()
  3157.     {
  3158.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  3159.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  3164.      *
  3165.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  3166.      */
  3167.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  3168.     {
  3169.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  3170.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  3175.      *
  3176.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  3177.      */
  3178.     protected function getMediaFolderConfigurationDefinitionService()
  3179.     {
  3180.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  3181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  3186.      *
  3187.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  3188.      */
  3189.     protected function getMediaFolderDefinitionService()
  3190.     {
  3191.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  3192.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3193.         return $instance;
  3194.     }
  3195.     /**
  3196.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  3197.      *
  3198.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  3199.      */
  3200.     protected function getMediaTagDefinitionService()
  3201.     {
  3202.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  3203.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3204.         return $instance;
  3205.     }
  3206.     /**
  3207.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  3208.      *
  3209.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  3210.      */
  3211.     protected function getMediaThumbnailSizeDefinitionService()
  3212.     {
  3213.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  3214.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3215.         return $instance;
  3216.     }
  3217.     /**
  3218.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  3219.      *
  3220.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  3221.      */
  3222.     protected function getMediaThumbnailDefinitionService()
  3223.     {
  3224.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  3225.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  3230.      *
  3231.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  3232.      */
  3233.     protected function getMediaTranslationDefinitionService()
  3234.     {
  3235.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  3236.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3237.         return $instance;
  3238.     }
  3239.     /**
  3240.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  3241.      *
  3242.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  3243.      */
  3244.     protected function getMediaFolderControllerService()
  3245.     {
  3246.         $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())));
  3247.         $instance->setContainer($this);
  3248.         return $instance;
  3249.     }
  3250.     /**
  3251.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  3252.      *
  3253.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  3254.      */
  3255.     protected function getMediaUploadControllerService()
  3256.     {
  3257.         $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()));
  3258.         $instance->setContainer($this);
  3259.         return $instance;
  3260.     }
  3261.     /**
  3262.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  3263.      *
  3264.      * @return \Shopware\Core\Content\Media\File\FileSaver
  3265.      */
  3266.     protected function getFileSaverService()
  3267.     {
  3268.         return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] = new \Shopware\Core\Content\Media\File\FileSaver(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService()), new \Shopware\Core\Content\Media\Metadata\MetadataLoader(new RewindableGenerator(function () {
  3269.             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()));
  3270.         }, 1)), ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['shopware.filesystem.allowed_extensions']);
  3271.     }
  3272.     /**
  3273.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  3274.      *
  3275.      * @return \Shopware\Core\Content\Media\MediaDefinition
  3276.      */
  3277.     protected function getMediaDefinitionService()
  3278.     {
  3279.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  3280.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3281.         return $instance;
  3282.     }
  3283.     /**
  3284.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  3285.      *
  3286.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  3287.      */
  3288.     protected function getNewsletterRecipientTagDefinitionService()
  3289.     {
  3290.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  3291.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  3296.      *
  3297.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  3298.      */
  3299.     protected function getNewsletterRecipientDefinitionService()
  3300.     {
  3301.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  3302.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3303.         return $instance;
  3304.     }
  3305.     /**
  3306.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  3307.      *
  3308.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  3309.      */
  3310.     protected function getNewsletterConfirmRouteService()
  3311.     {
  3312.         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()));
  3313.     }
  3314.     /**
  3315.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  3316.      *
  3317.      * @return \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator
  3318.      */
  3319.     protected function getNewsletterSubscribeRouteService()
  3320.     {
  3321.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3322.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] = new \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator(new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $a);
  3323.     }
  3324.     /**
  3325.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  3326.      *
  3327.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  3328.      */
  3329.     protected function getNewsletterUnsubscribeRouteService()
  3330.     {
  3331.         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()));
  3332.     }
  3333.     /**
  3334.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  3335.      *
  3336.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  3337.      */
  3338.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  3339.     {
  3340.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  3341.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  3346.      *
  3347.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  3348.      */
  3349.     protected function getProductExportControllerService()
  3350.     {
  3351.         $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()));
  3352.         $instance->setContainer($this);
  3353.         return $instance;
  3354.     }
  3355.     /**
  3356.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  3357.      *
  3358.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  3359.      */
  3360.     protected function getProductExportDefinitionService()
  3361.     {
  3362.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  3363.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3364.         return $instance;
  3365.     }
  3366.     /**
  3367.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  3368.      *
  3369.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  3370.      */
  3371.     protected function getProductExportHydratorService()
  3372.     {
  3373.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  3374.     }
  3375.     /**
  3376.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  3377.      *
  3378.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  3379.      */
  3380.     protected function getExportControllerService()
  3381.     {
  3382.         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()));
  3383.     }
  3384.     /**
  3385.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  3386.      *
  3387.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  3388.      */
  3389.     protected function getProductExportGeneratorService()
  3390.     {
  3391.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Content\ProductExport\Service\ProductExportValidator(new RewindableGenerator(function () {
  3392.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  3393.         }, 1)), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  3394.     }
  3395.     /**
  3396.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  3397.      *
  3398.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  3399.      */
  3400.     protected function getProductExporterService()
  3401.     {
  3402.         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()));
  3403.     }
  3404.     /**
  3405.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  3406.      *
  3407.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  3408.      */
  3409.     protected function getProductStreamFilterDefinitionService()
  3410.     {
  3411.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  3412.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  3417.      *
  3418.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  3419.      */
  3420.     protected function getProductStreamFilterHydratorService()
  3421.     {
  3422.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  3423.     }
  3424.     /**
  3425.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  3426.      *
  3427.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  3428.      */
  3429.     protected function getProductStreamTranslationDefinitionService()
  3430.     {
  3431.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  3432.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3433.         return $instance;
  3434.     }
  3435.     /**
  3436.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  3437.      *
  3438.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  3439.      */
  3440.     protected function getProductStreamDefinitionService()
  3441.     {
  3442.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  3443.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3444.         return $instance;
  3445.     }
  3446.     /**
  3447.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  3448.      *
  3449.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  3450.      */
  3451.     protected function getProductStreamHydratorService()
  3452.     {
  3453.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  3454.     }
  3455.     /**
  3456.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  3457.      *
  3458.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  3459.      */
  3460.     protected function getProductStreamBuilderService()
  3461.     {
  3462.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] = new \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder(($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  3463.     }
  3464.     /**
  3465.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  3466.      *
  3467.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  3468.      */
  3469.     protected function getProductCategoryTreeDefinitionService()
  3470.     {
  3471.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  3472.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3473.         return $instance;
  3474.     }
  3475.     /**
  3476.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  3477.      *
  3478.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  3479.      */
  3480.     protected function getProductCategoryDefinitionService()
  3481.     {
  3482.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  3483.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3484.         return $instance;
  3485.     }
  3486.     /**
  3487.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  3488.      *
  3489.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  3490.      */
  3491.     protected function getProductConfiguratorSettingDefinitionService()
  3492.     {
  3493.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  3494.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  3499.      *
  3500.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  3501.      */
  3502.     protected function getProductConfiguratorSettingHydratorService()
  3503.     {
  3504.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  3505.     }
  3506.     /**
  3507.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  3508.      *
  3509.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  3510.      */
  3511.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  3512.     {
  3513.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  3514.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3515.         return $instance;
  3516.     }
  3517.     /**
  3518.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  3519.      *
  3520.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  3521.      */
  3522.     protected function getProductCrossSellingAssignedProductsHydratorService()
  3523.     {
  3524.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  3525.     }
  3526.     /**
  3527.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  3528.      *
  3529.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  3530.      */
  3531.     protected function getProductCrossSellingTranslationDefinitionService()
  3532.     {
  3533.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  3534.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  3539.      *
  3540.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  3541.      */
  3542.     protected function getProductCrossSellingDefinitionService()
  3543.     {
  3544.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  3545.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3546.         return $instance;
  3547.     }
  3548.     /**
  3549.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  3550.      *
  3551.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  3552.      */
  3553.     protected function getProductCrossSellingHydratorService()
  3554.     {
  3555.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  3556.     }
  3557.     /**
  3558.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  3559.      *
  3560.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  3561.      */
  3562.     protected function getProductCustomFieldSetDefinitionService()
  3563.     {
  3564.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  3565.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3566.         return $instance;
  3567.     }
  3568.     /**
  3569.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  3570.      *
  3571.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  3572.      */
  3573.     protected function getProductFeatureSetTranslationDefinitionService()
  3574.     {
  3575.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  3576.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3577.         return $instance;
  3578.     }
  3579.     /**
  3580.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  3581.      *
  3582.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  3583.      */
  3584.     protected function getProductFeatureSetDefinitionService()
  3585.     {
  3586.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  3587.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  3592.      *
  3593.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  3594.      */
  3595.     protected function getProductFeatureSetHydratorService()
  3596.     {
  3597.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  3598.     }
  3599.     /**
  3600.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  3601.      *
  3602.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  3603.      */
  3604.     protected function getProductKeywordDictionaryDefinitionService()
  3605.     {
  3606.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  3607.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  3612.      *
  3613.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  3614.      */
  3615.     protected function getProductKeywordDictionaryHydratorService()
  3616.     {
  3617.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  3618.     }
  3619.     /**
  3620.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  3621.      *
  3622.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  3623.      */
  3624.     protected function getProductManufacturerTranslationDefinitionService()
  3625.     {
  3626.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  3627.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3628.         return $instance;
  3629.     }
  3630.     /**
  3631.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  3632.      *
  3633.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  3634.      */
  3635.     protected function getProductManufacturerDefinitionService()
  3636.     {
  3637.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  3638.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3639.         return $instance;
  3640.     }
  3641.     /**
  3642.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  3643.      *
  3644.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  3645.      */
  3646.     protected function getProductManufacturerHydratorService()
  3647.     {
  3648.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  3649.     }
  3650.     /**
  3651.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  3652.      *
  3653.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  3654.      */
  3655.     protected function getProductMediaDefinitionService()
  3656.     {
  3657.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  3658.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3659.         return $instance;
  3660.     }
  3661.     /**
  3662.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  3663.      *
  3664.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  3665.      */
  3666.     protected function getProductMediaHydratorService()
  3667.     {
  3668.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  3669.     }
  3670.     /**
  3671.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  3672.      *
  3673.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  3674.      */
  3675.     protected function getProductOptionDefinitionService()
  3676.     {
  3677.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  3678.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3679.         return $instance;
  3680.     }
  3681.     /**
  3682.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  3683.      *
  3684.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  3685.      */
  3686.     protected function getProductPriceDefinitionService()
  3687.     {
  3688.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  3689.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3690.         return $instance;
  3691.     }
  3692.     /**
  3693.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  3694.      *
  3695.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  3696.      */
  3697.     protected function getProductPriceHydratorService()
  3698.     {
  3699.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  3700.     }
  3701.     /**
  3702.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  3703.      *
  3704.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  3705.      */
  3706.     protected function getProductPropertyDefinitionService()
  3707.     {
  3708.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  3709.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3710.         return $instance;
  3711.     }
  3712.     /**
  3713.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  3714.      *
  3715.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  3716.      */
  3717.     protected function getProductReviewDefinitionService()
  3718.     {
  3719.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  3720.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3721.         return $instance;
  3722.     }
  3723.     /**
  3724.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  3725.      *
  3726.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  3727.      */
  3728.     protected function getProductReviewHydratorService()
  3729.     {
  3730.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  3731.     }
  3732.     /**
  3733.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  3734.      *
  3735.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  3736.      */
  3737.     protected function getProductSearchConfigFieldDefinitionService()
  3738.     {
  3739.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  3740.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3741.         return $instance;
  3742.     }
  3743.     /**
  3744.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  3745.      *
  3746.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  3747.      */
  3748.     protected function getProductSearchConfigFieldHydratorService()
  3749.     {
  3750.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  3751.     }
  3752.     /**
  3753.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  3754.      *
  3755.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  3756.      */
  3757.     protected function getProductSearchConfigDefinitionService()
  3758.     {
  3759.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  3760.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  3765.      *
  3766.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  3767.      */
  3768.     protected function getProductSearchConfigHydratorService()
  3769.     {
  3770.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  3771.     }
  3772.     /**
  3773.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  3774.      *
  3775.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  3776.      */
  3777.     protected function getProductSearchKeywordDefinitionService()
  3778.     {
  3779.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  3780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3781.         return $instance;
  3782.     }
  3783.     /**
  3784.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  3785.      *
  3786.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  3787.      */
  3788.     protected function getProductSearchKeywordHydratorService()
  3789.     {
  3790.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  3791.     }
  3792.     /**
  3793.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  3794.      *
  3795.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  3796.      */
  3797.     protected function getProductStreamMappingDefinitionService()
  3798.     {
  3799.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  3800.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3801.         return $instance;
  3802.     }
  3803.     /**
  3804.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  3805.      *
  3806.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  3807.      */
  3808.     protected function getProductTagDefinitionService()
  3809.     {
  3810.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  3811.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  3816.      *
  3817.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  3818.      */
  3819.     protected function getProductTranslationDefinitionService()
  3820.     {
  3821.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  3822.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3823.         return $instance;
  3824.     }
  3825.     /**
  3826.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  3827.      *
  3828.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  3829.      */
  3830.     protected function getProductVisibilityDefinitionService()
  3831.     {
  3832.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  3833.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3834.         return $instance;
  3835.     }
  3836.     /**
  3837.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  3838.      *
  3839.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  3840.      */
  3841.     protected function getProductVisibilityHydratorService()
  3842.     {
  3843.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  3844.     }
  3845.     /**
  3846.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  3847.      *
  3848.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  3849.      */
  3850.     protected function getProductActionControllerService()
  3851.     {
  3852.         $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())));
  3853.         $instance->setContainer($this);
  3854.         return $instance;
  3855.     }
  3856.     /**
  3857.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  3858.      *
  3859.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  3860.      */
  3861.     protected function getCheapestPriceAccessorBuilderService()
  3862.     {
  3863.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder();
  3864.     }
  3865.     /**
  3866.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  3867.      *
  3868.      * @return \Shopware\Core\Content\Product\ProductDefinition
  3869.      */
  3870.     protected function getProductDefinitionService()
  3871.     {
  3872.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  3873.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  3878.      *
  3879.      * @return \Shopware\Core\Content\Product\ProductHydrator
  3880.      */
  3881.     protected function getProductHydratorService()
  3882.     {
  3883.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  3884.     }
  3885.     /**
  3886.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  3887.      *
  3888.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  3889.      */
  3890.     protected function getCachedProductCrossSellingRouteService()
  3891.     {
  3892.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3893.         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(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()), $a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($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, []);
  3894.     }
  3895.     /**
  3896.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  3897.      *
  3898.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  3899.      */
  3900.     protected function getCachedProductDetailRouteService()
  3901.     {
  3902.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3903.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), $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()), $a, []);
  3904.     }
  3905.     /**
  3906.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  3907.      *
  3908.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  3909.      */
  3910.     protected function getFindProductVariantRouteService()
  3911.     {
  3912.         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()));
  3913.     }
  3914.     /**
  3915.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  3916.      *
  3917.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  3918.      */
  3919.     protected function getCachedProductListingRouteService()
  3920.     {
  3921.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3922.         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(($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService()), $a, ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  3923.     }
  3924.     /**
  3925.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  3926.      *
  3927.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  3928.      */
  3929.     protected function getResolveCriteriaProductListingRouteService()
  3930.     {
  3931.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3932.     }
  3933.     /**
  3934.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  3935.      *
  3936.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  3937.      */
  3938.     protected function getProductListRouteService()
  3939.     {
  3940.         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()));
  3941.     }
  3942.     /**
  3943.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  3944.      *
  3945.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  3946.      */
  3947.     protected function getCachedProductReviewRouteService()
  3948.     {
  3949.         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(($this->services['product_review.repository'] ?? $this->getProductReview_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()), []);
  3950.     }
  3951.     /**
  3952.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  3953.      *
  3954.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  3955.      */
  3956.     protected function getProductReviewSaveRouteService()
  3957.     {
  3958.         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()));
  3959.     }
  3960.     /**
  3961.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  3962.      *
  3963.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  3964.      */
  3965.     protected function getSalesChannelProductDefinitionService()
  3966.     {
  3967.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  3968.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3969.         return $instance;
  3970.     }
  3971.     /**
  3972.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  3973.      *
  3974.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  3975.      */
  3976.     protected function getCachedProductSearchRouteService()
  3977.     {
  3978.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3979.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute(new \Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchRoute(($this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] ?? $this->getProductSearchBuilderDecoratorService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  3980.     }
  3981.     /**
  3982.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  3983.      *
  3984.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  3985.      */
  3986.     protected function getResolvedCriteriaProductSearchRouteService()
  3987.     {
  3988.         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()));
  3989.     }
  3990.     /**
  3991.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  3992.      *
  3993.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  3994.      */
  3995.     protected function getProductSortingDefinitionService()
  3996.     {
  3997.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  3998.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3999.         return $instance;
  4000.     }
  4001.     /**
  4002.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  4003.      *
  4004.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  4005.      */
  4006.     protected function getProductSortingHydratorService()
  4007.     {
  4008.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  4009.     }
  4010.     /**
  4011.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  4012.      *
  4013.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  4014.      */
  4015.     protected function getProductSortingTranslationDefinitionService()
  4016.     {
  4017.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  4018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4019.         return $instance;
  4020.     }
  4021.     /**
  4022.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  4023.      *
  4024.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  4025.      */
  4026.     protected function getCachedProductSuggestRouteService()
  4027.     {
  4028.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4029.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(new \Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute(($this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] ?? $this->getProductSearchBuilderDecoratorService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  4030.     }
  4031.     /**
  4032.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  4033.      *
  4034.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  4035.      */
  4036.     protected function getPropertyGroupOptionTranslationDefinitionService()
  4037.     {
  4038.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  4039.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4040.         return $instance;
  4041.     }
  4042.     /**
  4043.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  4044.      *
  4045.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  4046.      */
  4047.     protected function getPropertyGroupOptionDefinitionService()
  4048.     {
  4049.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  4050.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4051.         return $instance;
  4052.     }
  4053.     /**
  4054.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  4055.      *
  4056.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  4057.      */
  4058.     protected function getPropertyGroupOptionHydratorService()
  4059.     {
  4060.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  4061.     }
  4062.     /**
  4063.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  4064.      *
  4065.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  4066.      */
  4067.     protected function getPropertyGroupTranslationDefinitionService()
  4068.     {
  4069.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  4070.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  4075.      *
  4076.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  4077.      */
  4078.     protected function getPropertyGroupDefinitionService()
  4079.     {
  4080.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  4081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  4086.      *
  4087.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  4088.      */
  4089.     protected function getPropertyGroupHydratorService()
  4090.     {
  4091.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  4092.     }
  4093.     /**
  4094.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  4095.      *
  4096.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  4097.      */
  4098.     protected function getRuleConditionDefinitionService()
  4099.     {
  4100.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  4101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4102.         return $instance;
  4103.     }
  4104.     /**
  4105.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  4106.      *
  4107.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  4108.      */
  4109.     protected function getRuleTagDefinitionService()
  4110.     {
  4111.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  4112.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4113.         return $instance;
  4114.     }
  4115.     /**
  4116.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  4117.      *
  4118.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  4119.      */
  4120.     protected function getRuleDefinitionService()
  4121.     {
  4122.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  4123.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4124.         return $instance;
  4125.     }
  4126.     /**
  4127.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  4128.      *
  4129.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  4130.      */
  4131.     protected function getSeoActionControllerService()
  4132.     {
  4133.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4134.         $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);
  4135.         $instance->setContainer($this);
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  4140.      *
  4141.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  4142.      */
  4143.     protected function getCachedSeoResolverService()
  4144.     {
  4145.         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()));
  4146.     }
  4147.     /**
  4148.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  4149.      *
  4150.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  4151.      */
  4152.     protected function getEmptyPathInfoResolverService()
  4153.     {
  4154.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  4155.     }
  4156.     /**
  4157.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  4158.      *
  4159.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  4160.      */
  4161.     protected function getSeoUrlAssociationFieldResolverService()
  4162.     {
  4163.         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())));
  4164.     }
  4165.     /**
  4166.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  4167.      *
  4168.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  4169.      */
  4170.     protected function getSeoUrlFieldSerializerService()
  4171.     {
  4172.         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()));
  4173.     }
  4174.     /**
  4175.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  4176.      *
  4177.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  4178.      */
  4179.     protected function getMainCategoryDefinitionService()
  4180.     {
  4181.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  4182.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4183.         return $instance;
  4184.     }
  4185.     /**
  4186.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  4187.      *
  4188.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  4189.      */
  4190.     protected function getSalesChannelMainCategoryDefinitionService()
  4191.     {
  4192.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  4193.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4194.         return $instance;
  4195.     }
  4196.     /**
  4197.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  4198.      *
  4199.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  4200.      */
  4201.     protected function getSeoUrlRouteService()
  4202.     {
  4203.         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()));
  4204.     }
  4205.     /**
  4206.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  4207.      *
  4208.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  4209.      */
  4210.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  4211.     {
  4212.         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()));
  4213.     }
  4214.     /**
  4215.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  4216.      *
  4217.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  4218.      */
  4219.     protected function getSeoUrlTemplateDefinitionService()
  4220.     {
  4221.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  4222.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4223.         return $instance;
  4224.     }
  4225.     /**
  4226.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  4227.      *
  4228.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  4229.      */
  4230.     protected function getSalesChannelSeoUrlDefinitionService()
  4231.     {
  4232.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  4233.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  4238.      *
  4239.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  4240.      */
  4241.     protected function getSeoUrlDefinitionService()
  4242.     {
  4243.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  4244.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4245.         return $instance;
  4246.     }
  4247.     /**
  4248.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  4249.      *
  4250.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  4251.      */
  4252.     protected function getCachedSitemapRouteService()
  4253.     {
  4254.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4255.         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);
  4256.     }
  4257.     /**
  4258.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  4259.      *
  4260.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  4261.      */
  4262.     protected function getAssetPackageServiceService()
  4263.     {
  4264.         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()));
  4265.     }
  4266.     /**
  4267.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  4268.      *
  4269.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  4270.      */
  4271.     protected function getCacheIdLoaderService()
  4272.     {
  4273.         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()));
  4274.     }
  4275.     /**
  4276.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  4277.      *
  4278.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  4279.      */
  4280.     protected function getCacheInvalidatorFacadeHookFactoryService()
  4281.     {
  4282.         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()));
  4283.     }
  4284.     /**
  4285.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  4286.      *
  4287.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  4288.      */
  4289.     protected function getAppTemplateIteratorService()
  4290.     {
  4291.         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()));
  4292.     }
  4293.     /**
  4294.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  4295.      *
  4296.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  4297.      */
  4298.     protected function getTemplateFinderService()
  4299.     {
  4300.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4301.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  4302.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  4303.         }
  4304.         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 () {
  4305.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  4306.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  4307.         }, 2)));
  4308.     }
  4309.     /**
  4310.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  4311.      *
  4312.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  4313.      */
  4314.     protected function getTemplateIteratorService()
  4315.     {
  4316.         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']);
  4317.     }
  4318.     /**
  4319.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  4320.      *
  4321.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  4322.      */
  4323.     protected function getAclCriteriaValidatorService()
  4324.     {
  4325.         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()));
  4326.     }
  4327.     /**
  4328.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  4329.      *
  4330.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  4331.      */
  4332.     protected function getAclRoleDefinitionService()
  4333.     {
  4334.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  4335.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  4340.      *
  4341.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  4342.      */
  4343.     protected function getAclUserRoleDefinitionService()
  4344.     {
  4345.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  4346.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4347.         return $instance;
  4348.     }
  4349.     /**
  4350.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  4351.      *
  4352.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  4353.      */
  4354.     protected function getAccessKeyControllerService()
  4355.     {
  4356.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  4357.         $instance->setContainer($this);
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  4362.      *
  4363.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  4364.      */
  4365.     protected function getAclControllerService()
  4366.     {
  4367.         $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()));
  4368.         $instance->setContainer($this);
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  4373.      *
  4374.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  4375.      */
  4376.     protected function getApiControllerService()
  4377.     {
  4378.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\ApiController'] = $instance = new \Shopware\Core\Framework\Api\Controller\ApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Swag\Security\Fixes\NEXT37397\PatchedAggregationParser())), ($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()));
  4379.         $instance->setContainer($this);
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  4384.      *
  4385.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  4386.      */
  4387.     protected function getAuthControllerService()
  4388.     {
  4389.         $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()));
  4390.         $instance->setContainer($this);
  4391.         return $instance;
  4392.     }
  4393.     /**
  4394.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  4395.      *
  4396.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  4397.      */
  4398.     protected function getCacheControllerService()
  4399.     {
  4400.         $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()));
  4401.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4402.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4403.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4404.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4405.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4406.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4407.             'router' => ['services''router''getRouterService'false],
  4408.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4409.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4410.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4411.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4412.         ], [
  4413.             'http_kernel' => '?',
  4414.             'message_bus' => '?',
  4415.             'messenger.default_bus' => '?',
  4416.             'parameter_bag' => '?',
  4417.             'request_stack' => '?',
  4418.             'router' => '?',
  4419.             'security.csrf.token_manager' => '?',
  4420.             'serializer' => '?',
  4421.             'session' => '.session.deprecated',
  4422.             'twig' => '?',
  4423.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  4424.         return $instance;
  4425.     }
  4426.     /**
  4427.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  4428.      *
  4429.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  4430.      */
  4431.     protected function getFallbackControllerService()
  4432.     {
  4433.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  4434.         $instance->setContainer($this);
  4435.         return $instance;
  4436.     }
  4437.     /**
  4438.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  4439.      *
  4440.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  4441.      */
  4442.     protected function getIndexingControllerService()
  4443.     {
  4444.         $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()));
  4445.         $instance->setContainer($this);
  4446.         return $instance;
  4447.     }
  4448.     /**
  4449.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  4450.      *
  4451.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  4452.      */
  4453.     protected function getInfoControllerService()
  4454.     {
  4455.         $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()), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()), true$this->parameters['shopware.security.csp_templates']);
  4456.         $instance->setContainer($this);
  4457.         return $instance;
  4458.     }
  4459.     /**
  4460.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  4461.      *
  4462.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  4463.      */
  4464.     protected function getIntegrationControllerService()
  4465.     {
  4466.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  4467.         $instance->setContainer($this);
  4468.         return $instance;
  4469.     }
  4470.     /**
  4471.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  4472.      *
  4473.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  4474.      */
  4475.     protected function getSalesChannelProxyControllerService()
  4476.     {
  4477.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  4478.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  4479.         $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()));
  4480.         $instance->setContainer($this);
  4481.         return $instance;
  4482.     }
  4483.     /**
  4484.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  4485.      *
  4486.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  4487.      */
  4488.     protected function getSyncControllerService()
  4489.     {
  4490.         $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()));
  4491.         $instance->setContainer($this);
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  4496.      *
  4497.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  4498.      */
  4499.     protected function getUserControllerService()
  4500.     {
  4501.         $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()));
  4502.         $instance->setContainer($this);
  4503.         return $instance;
  4504.     }
  4505.     /**
  4506.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  4507.      *
  4508.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  4509.      */
  4510.     protected function getSyncServiceService()
  4511.     {
  4512.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4513.     }
  4514.     /**
  4515.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  4516.      *
  4517.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  4518.      */
  4519.     protected function getActionButtonTranslationDefinitionService()
  4520.     {
  4521.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  4522.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4523.         return $instance;
  4524.     }
  4525.     /**
  4526.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  4527.      *
  4528.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  4529.      */
  4530.     protected function getActionButtonDefinitionService()
  4531.     {
  4532.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  4533.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  4538.      *
  4539.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  4540.      */
  4541.     protected function getAppPaymentMethodDefinitionService()
  4542.     {
  4543.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  4544.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4545.         return $instance;
  4546.     }
  4547.     /**
  4548.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  4549.      *
  4550.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  4551.      */
  4552.     protected function getAppScriptConditionTranslationDefinitionService()
  4553.     {
  4554.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  4555.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4556.         return $instance;
  4557.     }
  4558.     /**
  4559.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  4560.      *
  4561.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  4562.      */
  4563.     protected function getAppScriptConditionDefinitionService()
  4564.     {
  4565.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  4566.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4567.         return $instance;
  4568.     }
  4569.     /**
  4570.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  4571.      *
  4572.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  4573.      */
  4574.     protected function getAppTranslationDefinitionService()
  4575.     {
  4576.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  4577.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4578.         return $instance;
  4579.     }
  4580.     /**
  4581.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  4582.      *
  4583.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  4584.      */
  4585.     protected function getAppCmsBlockTranslationDefinitionService()
  4586.     {
  4587.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  4588.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4589.         return $instance;
  4590.     }
  4591.     /**
  4592.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  4593.      *
  4594.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  4595.      */
  4596.     protected function getAppCmsBlockDefinitionService()
  4597.     {
  4598.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  4599.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  4604.      *
  4605.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  4606.      */
  4607.     protected function getAppFlowActionTranslationDefinitionService()
  4608.     {
  4609.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  4610.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4611.         return $instance;
  4612.     }
  4613.     /**
  4614.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  4615.      *
  4616.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  4617.      */
  4618.     protected function getAppFlowActionDefinitionService()
  4619.     {
  4620.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  4621.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4622.         return $instance;
  4623.     }
  4624.     /**
  4625.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  4626.      *
  4627.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  4628.      */
  4629.     protected function getAppActionControllerService()
  4630.     {
  4631.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  4632.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  4633.         $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())));
  4634.         $instance->setContainer($this);
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  4639.      *
  4640.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  4641.      */
  4642.     protected function getAppCmsControllerService()
  4643.     {
  4644.         $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()));
  4645.         $instance->setContainer($this);
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  4650.      *
  4651.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  4652.      */
  4653.     protected function getAppUrlChangeControllerService()
  4654.     {
  4655.         $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()));
  4656.         $instance->setContainer($this);
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  4661.      *
  4662.      * @return \Shopware\Core\Framework\App\AppDefinition
  4663.      */
  4664.     protected function getAppDefinitionService()
  4665.     {
  4666.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  4667.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4668.         return $instance;
  4669.     }
  4670.     /**
  4671.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  4672.      *
  4673.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  4674.      */
  4675.     protected function getAppLocaleProviderService()
  4676.     {
  4677.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  4678.     }
  4679.     /**
  4680.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  4681.      *
  4682.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  4683.      */
  4684.     protected function getResolverService()
  4685.     {
  4686.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  4687.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  4688.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  4689.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  4690.         }, 3));
  4691.     }
  4692.     /**
  4693.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  4694.      *
  4695.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  4696.      */
  4697.     protected function getAppFlowActionProviderService()
  4698.     {
  4699.         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()));
  4700.     }
  4701.     /**
  4702.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  4703.      *
  4704.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  4705.      */
  4706.     protected function getShopIdProviderService()
  4707.     {
  4708.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  4709.     }
  4710.     /**
  4711.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  4712.      *
  4713.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  4714.      */
  4715.     protected function getTemplateDefinitionService()
  4716.     {
  4717.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  4718.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4719.         return $instance;
  4720.     }
  4721.     /**
  4722.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  4723.      *
  4724.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  4725.      */
  4726.     protected function getTemplateStateServiceService()
  4727.     {
  4728.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService(($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()));
  4729.     }
  4730.     /**
  4731.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  4732.      *
  4733.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  4734.      */
  4735.     protected function getEntityCacheKeyGeneratorService()
  4736.     {
  4737.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  4738.     }
  4739.     /**
  4740.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  4741.      *
  4742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  4743.      */
  4744.     protected function getEntityHydratorService()
  4745.     {
  4746.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  4747.     }
  4748.     /**
  4749.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  4750.      *
  4751.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  4752.      */
  4753.     protected function getConfigJsonFieldAccessorBuilderService()
  4754.     {
  4755.         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()));
  4756.     }
  4757.     /**
  4758.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  4759.      *
  4760.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  4761.      */
  4762.     protected function getCustomFieldsAccessorBuilderService()
  4763.     {
  4764.         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()));
  4765.     }
  4766.     /**
  4767.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  4768.      *
  4769.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  4770.      */
  4771.     protected function getDefaultFieldAccessorBuilderService()
  4772.     {
  4773.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  4774.     }
  4775.     /**
  4776.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  4777.      *
  4778.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  4779.      */
  4780.     protected function getJsonFieldAccessorBuilderService()
  4781.     {
  4782.         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()));
  4783.     }
  4784.     /**
  4785.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  4786.      *
  4787.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  4788.      */
  4789.     protected function getPriceFieldAccessorBuilderService()
  4790.     {
  4791.         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()));
  4792.     }
  4793.     /**
  4794.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  4795.      *
  4796.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  4797.      */
  4798.     protected function getManyToManyAssociationFieldResolverService()
  4799.     {
  4800.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  4801.     }
  4802.     /**
  4803.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  4804.      *
  4805.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  4806.      */
  4807.     protected function getManyToOneAssociationFieldResolverService()
  4808.     {
  4809.         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())));
  4810.     }
  4811.     /**
  4812.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  4813.      *
  4814.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  4815.      */
  4816.     protected function getOneToManyAssociationFieldResolverService()
  4817.     {
  4818.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  4819.     }
  4820.     /**
  4821.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  4822.      *
  4823.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  4824.      */
  4825.     protected function getTranslationFieldResolverService()
  4826.     {
  4827.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  4828.     }
  4829.     /**
  4830.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  4831.      *
  4832.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  4833.      */
  4834.     protected function getJoinGroupBuilderService()
  4835.     {
  4836.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  4837.     }
  4838.     /**
  4839.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  4840.      *
  4841.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  4842.      */
  4843.     protected function getDefinitionInstanceRegistryService()
  4844.     {
  4845.         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''neti_order_fields_order_attributes' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''neti_order_fields_order_attributes_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition''neti_order_fields' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition''neti_order_fields_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition''neti_order_fields_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition''neti_order_fields_val_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition''neti_order_fields_customer_group' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'], ['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''neti_order_fields_order_attributes' => 'neti_order_fields_order_attributes.repository''neti_order_fields_order_attributes_val' => 'neti_order_fields_order_attributes_val.repository''neti_order_fields' => 'neti_order_fields.repository''neti_order_fields_translation' => 'neti_order_fields_translation.repository''neti_order_fields_val' => 'neti_order_fields_val.repository''neti_order_fields_val_translation' => 'neti_order_fields_val_translation.repository''neti_order_fields_customer_group' => 'neti_order_fields_customer_group.repository']);
  4846.     }
  4847.     /**
  4848.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  4849.      *
  4850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  4851.      */
  4852.     protected function getEntityLoadedEventFactoryService()
  4853.     {
  4854.         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()));
  4855.     }
  4856.     /**
  4857.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  4858.      *
  4859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  4860.      */
  4861.     protected function getExtensionRegistryService()
  4862.     {
  4863.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  4864.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  4865.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  4866.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  4867.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  4868.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  4869.             yield => ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\OrderExtensionDefinition'] ?? ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\OrderExtensionDefinition'] = new \NetInventors\NetiNextOrderFields\Core\Content\Order\OrderExtensionDefinition()));
  4870.             yield => ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsExtensionDefinition'] ?? ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsExtensionDefinition'] = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsExtensionDefinition()));
  4871.         }, 7));
  4872.     }
  4873.     /**
  4874.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  4875.      *
  4876.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  4877.      */
  4878.     protected function getRepositoryFacadeHookFactoryService()
  4879.     {
  4880.         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()));
  4881.     }
  4882.     /**
  4883.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  4884.      *
  4885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  4886.      */
  4887.     protected function getRepositoryWriterFacadeHookFactoryService()
  4888.     {
  4889.         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()));
  4890.     }
  4891.     /**
  4892.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  4893.      *
  4894.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  4895.      */
  4896.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  4897.     {
  4898.         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()));
  4899.     }
  4900.     /**
  4901.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  4902.      *
  4903.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  4904.      */
  4905.     protected function getBlobFieldSerializerService()
  4906.     {
  4907.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  4908.     }
  4909.     /**
  4910.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  4911.      *
  4912.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  4913.      */
  4914.     protected function getBoolFieldSerializerService()
  4915.     {
  4916.         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()));
  4917.     }
  4918.     /**
  4919.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  4920.      *
  4921.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  4922.      */
  4923.     protected function getCalculatedPriceFieldSerializerService()
  4924.     {
  4925.         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()));
  4926.     }
  4927.     /**
  4928.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  4929.      *
  4930.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  4931.      */
  4932.     protected function getCartPriceFieldSerializerService()
  4933.     {
  4934.         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()));
  4935.     }
  4936.     /**
  4937.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  4938.      *
  4939.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  4940.      */
  4941.     protected function getCashRoundingConfigFieldSerializerService()
  4942.     {
  4943.         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()));
  4944.     }
  4945.     /**
  4946.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  4947.      *
  4948.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  4949.      */
  4950.     protected function getConfigJsonFieldSerializerService()
  4951.     {
  4952.         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()));
  4953.     }
  4954.     /**
  4955.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  4956.      *
  4957.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  4958.      */
  4959.     protected function getCreatedAtFieldSerializerService()
  4960.     {
  4961.         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()));
  4962.     }
  4963.     /**
  4964.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  4965.      *
  4966.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  4967.      */
  4968.     protected function getCreatedByFieldSerializerService()
  4969.     {
  4970.         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()));
  4971.     }
  4972.     /**
  4973.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  4974.      *
  4975.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  4976.      */
  4977.     protected function getCustomFieldsSerializerService()
  4978.     {
  4979.         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()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()));
  4980.     }
  4981.     /**
  4982.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  4983.      *
  4984.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  4985.      */
  4986.     protected function getDateFieldSerializerService()
  4987.     {
  4988.         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()));
  4989.     }
  4990.     /**
  4991.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  4992.      *
  4993.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  4994.      */
  4995.     protected function getDateTimeFieldSerializerService()
  4996.     {
  4997.         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()));
  4998.     }
  4999.     /**
  5000.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  5001.      *
  5002.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  5003.      */
  5004.     protected function getEmailFieldSerializerService()
  5005.     {
  5006.         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()));
  5007.     }
  5008.     /**
  5009.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  5010.      *
  5011.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  5012.      */
  5013.     protected function getFkFieldSerializerService()
  5014.     {
  5015.         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()));
  5016.     }
  5017.     /**
  5018.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  5019.      *
  5020.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  5021.      */
  5022.     protected function getFloatFieldSerializerService()
  5023.     {
  5024.         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()));
  5025.     }
  5026.     /**
  5027.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  5028.      *
  5029.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  5030.      */
  5031.     protected function getIdFieldSerializerService()
  5032.     {
  5033.         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()));
  5034.     }
  5035.     /**
  5036.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  5037.      *
  5038.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  5039.      */
  5040.     protected function getIntFieldSerializerService()
  5041.     {
  5042.         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()));
  5043.     }
  5044.     /**
  5045.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  5046.      *
  5047.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  5048.      */
  5049.     protected function getJsonFieldSerializerService()
  5050.     {
  5051.         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()));
  5052.     }
  5053.     /**
  5054.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  5055.      *
  5056.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  5057.      */
  5058.     protected function getListFieldSerializerService()
  5059.     {
  5060.         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()));
  5061.     }
  5062.     /**
  5063.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  5064.      *
  5065.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  5066.      */
  5067.     protected function getLongTextFieldSerializerService()
  5068.     {
  5069.         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()));
  5070.     }
  5071.     /**
  5072.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  5073.      *
  5074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  5075.      */
  5076.     protected function getManyToManyAssociationFieldSerializerService()
  5077.     {
  5078.         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()));
  5079.     }
  5080.     /**
  5081.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  5082.      *
  5083.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  5084.      */
  5085.     protected function getManyToOneAssociationFieldSerializerService()
  5086.     {
  5087.         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()));
  5088.     }
  5089.     /**
  5090.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  5091.      *
  5092.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  5093.      */
  5094.     protected function getOneToManyAssociationFieldSerializerService()
  5095.     {
  5096.         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()));
  5097.     }
  5098.     /**
  5099.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  5100.      *
  5101.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  5102.      */
  5103.     protected function getOneToOneAssociationFieldSerializerService()
  5104.     {
  5105.         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()));
  5106.     }
  5107.     /**
  5108.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  5109.      *
  5110.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  5111.      */
  5112.     protected function getPHPUnserializeFieldSerializerService()
  5113.     {
  5114.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  5115.     }
  5116.     /**
  5117.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  5118.      *
  5119.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  5120.      */
  5121.     protected function getPasswordFieldSerializerService()
  5122.     {
  5123.         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()));
  5124.     }
  5125.     /**
  5126.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  5127.      *
  5128.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  5129.      */
  5130.     protected function getPriceDefinitionFieldSerializerService()
  5131.     {
  5132.         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()));
  5133.     }
  5134.     /**
  5135.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  5136.      *
  5137.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  5138.      */
  5139.     protected function getPriceFieldSerializerService()
  5140.     {
  5141.         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()));
  5142.     }
  5143.     /**
  5144.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  5145.      *
  5146.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  5147.      */
  5148.     protected function getReferenceVersionFieldSerializerService()
  5149.     {
  5150.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  5151.     }
  5152.     /**
  5153.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  5154.      *
  5155.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  5156.      */
  5157.     protected function getRemoteAddressFieldSerializerService()
  5158.     {
  5159.         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()));
  5160.     }
  5161.     /**
  5162.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  5163.      *
  5164.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  5165.      */
  5166.     protected function getStateMachineStateFieldSerializerService()
  5167.     {
  5168.         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()));
  5169.     }
  5170.     /**
  5171.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  5172.      *
  5173.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  5174.      */
  5175.     protected function getStringFieldSerializerService()
  5176.     {
  5177.         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()));
  5178.     }
  5179.     /**
  5180.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  5181.      *
  5182.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  5183.      */
  5184.     protected function getTaxFreeConfigFieldSerializerService()
  5185.     {
  5186.         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()));
  5187.     }
  5188.     /**
  5189.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  5190.      *
  5191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  5192.      */
  5193.     protected function getTimeZoneFieldSerializerService()
  5194.     {
  5195.         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()));
  5196.     }
  5197.     /**
  5198.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  5199.      *
  5200.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  5201.      */
  5202.     protected function getTranslatedFieldSerializerService()
  5203.     {
  5204.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  5205.     }
  5206.     /**
  5207.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  5208.      *
  5209.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  5210.      */
  5211.     protected function getTranslationsAssociationFieldSerializerService()
  5212.     {
  5213.         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()));
  5214.     }
  5215.     /**
  5216.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  5217.      *
  5218.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  5219.      */
  5220.     protected function getUpdatedAtFieldSerializerService()
  5221.     {
  5222.         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()));
  5223.     }
  5224.     /**
  5225.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  5226.      *
  5227.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  5228.      */
  5229.     protected function getUpdatedByFieldSerializerService()
  5230.     {
  5231.         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()));
  5232.     }
  5233.     /**
  5234.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  5235.      *
  5236.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  5237.      */
  5238.     protected function getVariantListingConfigFieldSerializerService()
  5239.     {
  5240.         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()));
  5241.     }
  5242.     /**
  5243.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  5244.      *
  5245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  5246.      */
  5247.     protected function getVersionDataPayloadFieldSerializerService()
  5248.     {
  5249.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  5250.     }
  5251.     /**
  5252.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  5253.      *
  5254.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  5255.      */
  5256.     protected function getVersionFieldSerializerService()
  5257.     {
  5258.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  5259.     }
  5260.     /**
  5261.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  5262.      *
  5263.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  5264.      */
  5265.     protected function getEntityIndexerRegistryService()
  5266.     {
  5267.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  5268.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  5269.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  5270.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  5271.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  5272.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  5273.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  5274.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  5275.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  5276.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  5277.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  5278.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  5279.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  5280.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  5281.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  5282.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  5283.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  5284.         }, 16), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5285.     }
  5286.     /**
  5287.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  5288.      *
  5289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  5290.      */
  5291.     protected function getEntityReaderInterfaceService()
  5292.     {
  5293.         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()));
  5294.     }
  5295.     /**
  5296.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  5297.      *
  5298.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  5299.      */
  5300.     protected function getEntityAggregatorInterfaceService()
  5301.     {
  5302.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5303.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator(($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($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())), $a, ($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($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5304.     }
  5305.     /**
  5306.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  5307.      *
  5308.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  5309.      */
  5310.     protected function getEntitySearcherInterfaceService()
  5311.     {
  5312.         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())), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearchHydrator(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5313.     }
  5314.     /**
  5315.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  5316.      *
  5317.      * @return \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430
  5318.      */
  5319.     protected function getVersionManagerService()
  5320.     {
  5321.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  5322.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService());
  5323.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService());
  5324.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430(new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), $c, ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService())), $a$b$c);
  5325.     }
  5326.     /**
  5327.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  5328.      *
  5329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  5330.      */
  5331.     protected function getVersionCommitDataDefinitionService()
  5332.     {
  5333.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  5334.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5335.         return $instance;
  5336.     }
  5337.     /**
  5338.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  5339.      *
  5340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  5341.      */
  5342.     protected function getVersionCommitDefinitionService()
  5343.     {
  5344.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  5345.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5346.         return $instance;
  5347.     }
  5348.     /**
  5349.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  5350.      *
  5351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  5352.      */
  5353.     protected function getVersionDefinitionService()
  5354.     {
  5355.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  5356.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5357.         return $instance;
  5358.     }
  5359.     /**
  5360.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  5361.      *
  5362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  5363.      */
  5364.     protected function getEntityWriteGatewayInterfaceService()
  5365.     {
  5366.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway(125, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\ExceptionHandlerRegistry(new RewindableGenerator(function () {
  5367.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  5368.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  5369.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  5370.             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()));
  5371.             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()));
  5372.             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()));
  5373.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  5374.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  5375.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  5376.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  5377.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5378.     }
  5379.     /**
  5380.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  5381.      *
  5382.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  5383.      */
  5384.     protected function getEntityWriterService()
  5385.     {
  5386.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  5387.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5388.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver($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->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()), ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()), $b, new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory($b$a));
  5389.     }
  5390.     /**
  5391.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  5392.      *
  5393.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  5394.      */
  5395.     protected function getBusinessEventRegistryService()
  5396.     {
  5397.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  5398.         $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']);
  5399.         return $instance;
  5400.     }
  5401.     /**
  5402.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  5403.      *
  5404.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  5405.      */
  5406.     protected function getEventActionRuleDefinitionService()
  5407.     {
  5408.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  5409.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5410.         return $instance;
  5411.     }
  5412.     /**
  5413.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  5414.      *
  5415.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  5416.      */
  5417.     protected function getEventActionSalesChannelDefinitionService()
  5418.     {
  5419.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  5420.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5421.         return $instance;
  5422.     }
  5423.     /**
  5424.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  5425.      *
  5426.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  5427.      */
  5428.     protected function getEventActionDefinitionService()
  5429.     {
  5430.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  5431.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5432.         return $instance;
  5433.     }
  5434.     /**
  5435.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  5436.      *
  5437.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  5438.      */
  5439.     protected function getIncrementApiControllerService()
  5440.     {
  5441.         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()));
  5442.     }
  5443.     /**
  5444.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  5445.      *
  5446.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  5447.      */
  5448.     protected function getLogEntryDefinitionService()
  5449.     {
  5450.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  5451.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5452.         return $instance;
  5453.     }
  5454.     /**
  5455.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  5456.      *
  5457.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  5458.      */
  5459.     protected function getConsumeMessagesControllerService()
  5460.     {
  5461.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] = $instance = new \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 20, ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService()), new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener(), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  5462.         $instance->setContainer($this);
  5463.         return $instance;
  5464.     }
  5465.     /**
  5466.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  5467.      *
  5468.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  5469.      */
  5470.     protected function getDeadMessageDefinitionService()
  5471.     {
  5472.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  5473.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5474.         return $instance;
  5475.     }
  5476.     /**
  5477.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  5478.      *
  5479.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  5480.      */
  5481.     protected function getMessageQueueStatsDefinitionService()
  5482.     {
  5483.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  5484.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  5489.      *
  5490.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  5491.      */
  5492.     protected function getScheduledTaskControllerService()
  5493.     {
  5494.         $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()));
  5495.         $instance->setContainer($this);
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  5500.      *
  5501.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  5502.      */
  5503.     protected function getScheduledTaskDefinitionService()
  5504.     {
  5505.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  5506.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5507.         return $instance;
  5508.     }
  5509.     /**
  5510.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  5511.      *
  5512.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  5513.      */
  5514.     protected function getMigrationControllerService()
  5515.     {
  5516.         $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.16.1');
  5517.         $instance->setContainer($this);
  5518.         return $instance;
  5519.     }
  5520.     /**
  5521.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  5522.      *
  5523.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  5524.      */
  5525.     protected function getIndexerQueuerService()
  5526.     {
  5527.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  5528.     }
  5529.     /**
  5530.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  5531.      *
  5532.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  5533.      */
  5534.     protected function getMigrationCollectionLoaderService()
  5535.     {
  5536.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  5537.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5538.         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 () {
  5539.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  5540.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  5541.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  5542.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  5543.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  5544.             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'])));
  5545.             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'])));
  5546.             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'])));
  5547.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextOrderFields'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextOrderFields'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetiNextOrderFields', [(\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Migration') => 'NetInventors\\NetiNextOrderFields\\Migration'])));
  5548.         }, 9), $b);
  5549.     }
  5550.     /**
  5551.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  5552.      *
  5553.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  5554.      */
  5555.     protected function getPluginTranslationDefinitionService()
  5556.     {
  5557.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  5558.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5559.         return $instance;
  5560.     }
  5561.     /**
  5562.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  5563.      *
  5564.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  5565.      */
  5566.     protected function getKernelPluginCollectionService()
  5567.     {
  5568.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  5569.     }
  5570.     /**
  5571.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  5572.      *
  5573.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  5574.      */
  5575.     protected function getKernelPluginLoaderService()
  5576.     {
  5577.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  5578.     }
  5579.     /**
  5580.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  5581.      *
  5582.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  5583.      */
  5584.     protected function getPluginDefinitionService()
  5585.     {
  5586.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  5587.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5588.         return $instance;
  5589.     }
  5590.     /**
  5591.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  5592.      *
  5593.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  5594.      */
  5595.     protected function getPluginIdProviderService()
  5596.     {
  5597.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  5598.     }
  5599.     /**
  5600.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  5601.      *
  5602.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  5603.      */
  5604.     protected function getCanonicalRedirectServiceService()
  5605.     {
  5606.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  5607.     }
  5608.     /**
  5609.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  5610.      *
  5611.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  5612.      */
  5613.     protected function getRequestTransformerInterfaceService()
  5614.     {
  5615.         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())));
  5616.     }
  5617.     /**
  5618.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  5619.      *
  5620.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  5621.      */
  5622.     protected function getRuleConfigControllerService()
  5623.     {
  5624.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  5625.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  5626.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  5627.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  5628.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  5629.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  5630.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  5631.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  5632.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  5633.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  5634.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  5635.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  5636.             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()));
  5637.             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()));
  5638.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  5639.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  5640.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  5641.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  5642.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  5643.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  5644.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  5645.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  5646.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  5647.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  5648.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  5649.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  5650.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  5651.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  5652.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  5653.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  5654.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  5655.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  5656.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  5657.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  5658.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  5659.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  5660.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  5661.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  5662.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  5663.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  5664.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  5665.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  5666.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  5667.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  5668.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  5669.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  5670.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  5671.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  5672.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  5673.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  5674.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  5675.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  5676.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  5677.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  5678.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  5679.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  5680.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  5681.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  5682.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  5683.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  5684.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  5685.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  5686.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  5687.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  5688.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  5689.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  5690.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  5691.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  5692.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  5693.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  5694.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  5695.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  5696.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  5697.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  5698.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  5699.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  5700.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  5701.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  5702.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  5703.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  5704.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  5705.         }, 80));
  5706.         $instance->setContainer($this);
  5707.         return $instance;
  5708.     }
  5709.     /**
  5710.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  5711.      *
  5712.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  5713.      */
  5714.     protected function getScriptApiRouteService()
  5715.     {
  5716.         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()));
  5717.     }
  5718.     /**
  5719.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  5720.      *
  5721.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  5722.      */
  5723.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  5724.     {
  5725.         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()));
  5726.     }
  5727.     /**
  5728.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  5729.      *
  5730.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  5731.      */
  5732.     protected function getScriptStoreApiRouteService()
  5733.     {
  5734.         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()));
  5735.     }
  5736.     /**
  5737.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  5738.      *
  5739.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  5740.      */
  5741.     protected function getScriptExecutorService()
  5742.     {
  5743.         return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] = new \Shopware\Core\Framework\Script\Execution\ScriptExecutor(($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService()), ($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, ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  5744.     }
  5745.     /**
  5746.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  5747.      *
  5748.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  5749.      */
  5750.     protected function getScriptDefinitionService()
  5751.     {
  5752.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  5753.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5754.         return $instance;
  5755.     }
  5756.     /**
  5757.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  5758.      *
  5759.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  5760.      */
  5761.     protected function getExtensionStoreActionsControllerService()
  5762.     {
  5763.         $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()));
  5764.         $instance->setContainer($this);
  5765.         return $instance;
  5766.     }
  5767.     /**
  5768.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  5769.      *
  5770.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  5771.      */
  5772.     protected function getExtensionStoreDataControllerService()
  5773.     {
  5774.         $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()));
  5775.         $instance->setContainer($this);
  5776.         return $instance;
  5777.     }
  5778.     /**
  5779.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  5780.      *
  5781.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  5782.      */
  5783.     protected function getExtensionStoreLicensesControllerService()
  5784.     {
  5785.         $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())));
  5786.         $instance->setContainer($this);
  5787.         return $instance;
  5788.     }
  5789.     /**
  5790.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  5791.      *
  5792.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  5793.      */
  5794.     protected function getFirstRunWizardControllerService()
  5795.     {
  5796.         $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()));
  5797.         $instance->setContainer($this);
  5798.         return $instance;
  5799.     }
  5800.     /**
  5801.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  5802.      *
  5803.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  5804.      */
  5805.     protected function getStoreControllerService()
  5806.     {
  5807.         $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()));
  5808.         $instance->setContainer($this);
  5809.         return $instance;
  5810.     }
  5811.     /**
  5812.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  5813.      *
  5814.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  5815.      */
  5816.     protected function getStoreRequestOptionsProviderService()
  5817.     {
  5818.         return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] = new \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($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.16.1'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  5819.     }
  5820.     /**
  5821.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  5822.      *
  5823.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  5824.      */
  5825.     protected function getShopSecretInvalidMiddlewareService()
  5826.     {
  5827.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  5828.     }
  5829.     /**
  5830.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  5831.      *
  5832.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  5833.      */
  5834.     protected function getStoreSessionExpiredMiddlewareService()
  5835.     {
  5836.         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())));
  5837.     }
  5838.     /**
  5839.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  5840.      *
  5841.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  5842.      */
  5843.     protected function getVerifyResponseSignatureMiddlewareService()
  5844.     {
  5845.         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')]))));
  5846.     }
  5847.     /**
  5848.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  5849.      *
  5850.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  5851.      */
  5852.     protected function getUpdateControllerService()
  5853.     {
  5854.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5855.         $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.16.1'$a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))), (new \Shopware\Core\Framework\Update\Services\UpdateApiHttpClientFactory($a))->__invoke(), true), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  5856.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  5857.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  5858.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  5859.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  5860.         }, 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.16.1'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  5861.         $instance->setContainer($this);
  5862.         return $instance;
  5863.     }
  5864.     /**
  5865.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  5866.      *
  5867.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  5868.      */
  5869.     protected function getHtmlSanitizerService()
  5870.     {
  5871.         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']);
  5872.     }
  5873.     /**
  5874.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  5875.      *
  5876.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  5877.      */
  5878.     protected function getWebhookEventLogDefinitionService()
  5879.     {
  5880.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  5881.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5882.         return $instance;
  5883.     }
  5884.     /**
  5885.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  5886.      *
  5887.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  5888.      */
  5889.     protected function getWebhookDefinitionService()
  5890.     {
  5891.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  5892.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5893.         return $instance;
  5894.     }
  5895.     /**
  5896.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  5897.      *
  5898.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  5899.      */
  5900.     protected function getSalesChannelCreatorService()
  5901.     {
  5902.         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()));
  5903.     }
  5904.     /**
  5905.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  5906.      *
  5907.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  5908.      */
  5909.     protected function getUserProvisionerService()
  5910.     {
  5911.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  5912.     }
  5913.     /**
  5914.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  5915.      *
  5916.      * @return \Shopware\Core\Profiling\Profiler
  5917.      */
  5918.     protected function getProfilerService()
  5919.     {
  5920.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  5921.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  5922.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  5923.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  5924.         }, 3), $this->parameters['shopware.profiler.integrations']);
  5925.     }
  5926.     /**
  5927.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  5928.      *
  5929.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  5930.      */
  5931.     protected function getCountryStateTranslationDefinitionService()
  5932.     {
  5933.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  5934.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5935.         return $instance;
  5936.     }
  5937.     /**
  5938.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  5939.      *
  5940.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  5941.      */
  5942.     protected function getCountryStateDefinitionService()
  5943.     {
  5944.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  5945.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5946.         return $instance;
  5947.     }
  5948.     /**
  5949.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  5950.      *
  5951.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  5952.      */
  5953.     protected function getSalesChannelCountryStateDefinitionService()
  5954.     {
  5955.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  5956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5957.         return $instance;
  5958.     }
  5959.     /**
  5960.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  5961.      *
  5962.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  5963.      */
  5964.     protected function getCountryTranslationDefinitionService()
  5965.     {
  5966.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  5967.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  5972.      *
  5973.      * @return \Shopware\Core\System\Country\CountryDefinition
  5974.      */
  5975.     protected function getCountryDefinitionService()
  5976.     {
  5977.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  5978.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5979.         return $instance;
  5980.     }
  5981.     /**
  5982.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  5983.      *
  5984.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  5985.      */
  5986.     protected function getCachedCountryRouteService()
  5987.     {
  5988.         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()), []);
  5989.     }
  5990.     /**
  5991.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  5992.      *
  5993.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  5994.      */
  5995.     protected function getCachedCountryStateRouteService()
  5996.     {
  5997.         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()), []);
  5998.     }
  5999.     /**
  6000.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  6001.      *
  6002.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  6003.      */
  6004.     protected function getSalesChannelCountryDefinitionService()
  6005.     {
  6006.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  6007.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6008.         return $instance;
  6009.     }
  6010.     /**
  6011.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  6012.      *
  6013.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  6014.      */
  6015.     protected function getCurrencyCountryRoundingDefinitionService()
  6016.     {
  6017.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  6018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  6023.      *
  6024.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  6025.      */
  6026.     protected function getCurrencyTranslationDefinitionService()
  6027.     {
  6028.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  6029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  6034.      *
  6035.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  6036.      */
  6037.     protected function getCurrencyDefinitionService()
  6038.     {
  6039.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  6040.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6041.         return $instance;
  6042.     }
  6043.     /**
  6044.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  6045.      *
  6046.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  6047.      */
  6048.     protected function getCurrencyFormatterService()
  6049.     {
  6050.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6051.     }
  6052.     /**
  6053.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  6054.      *
  6055.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  6056.      */
  6057.     protected function getCachedCurrencyRouteService()
  6058.     {
  6059.         return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] = new \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute(new \Shopware\Core\System\Currency\SalesChannel\CurrencyRoute(($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_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()), []);
  6060.     }
  6061.     /**
  6062.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  6063.      *
  6064.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  6065.      */
  6066.     protected function getSalesChannelCurrencyDefinitionService()
  6067.     {
  6068.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  6069.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6070.         return $instance;
  6071.     }
  6072.     /**
  6073.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  6074.      *
  6075.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  6076.      */
  6077.     protected function getCustomEntityApiControllerService()
  6078.     {
  6079.         $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()));
  6080.         $instance->setContainer($this);
  6081.         return $instance;
  6082.     }
  6083.     /**
  6084.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  6085.      *
  6086.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  6087.      */
  6088.     protected function getCustomEntityDefinitionService()
  6089.     {
  6090.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  6091.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6092.         return $instance;
  6093.     }
  6094.     /**
  6095.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  6096.      *
  6097.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  6098.      */
  6099.     protected function getCustomEntityRegistrarService()
  6100.     {
  6101.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  6102.     }
  6103.     /**
  6104.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  6105.      *
  6106.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  6107.      */
  6108.     protected function getCustomEntitySchemaUpdaterService()
  6109.     {
  6110.         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());
  6111.     }
  6112.     /**
  6113.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  6114.      *
  6115.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  6116.      */
  6117.     protected function getCustomFieldSetRelationDefinitionService()
  6118.     {
  6119.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  6120.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  6125.      *
  6126.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  6127.      */
  6128.     protected function getCustomFieldSetDefinitionService()
  6129.     {
  6130.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  6131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6132.         return $instance;
  6133.     }
  6134.     /**
  6135.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  6136.      *
  6137.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  6138.      */
  6139.     protected function getCustomFieldSetActionControllerService()
  6140.     {
  6141.         $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()));
  6142.         $instance->setContainer($this);
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  6147.      *
  6148.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  6149.      */
  6150.     protected function getCustomFieldDefinitionService()
  6151.     {
  6152.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  6153.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6154.         return $instance;
  6155.     }
  6156.     /**
  6157.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  6158.      *
  6159.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  6160.      */
  6161.     protected function getDeliveryTimeTranslationDefinitionService()
  6162.     {
  6163.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  6164.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  6169.      *
  6170.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  6171.      */
  6172.     protected function getDeliveryTimeDefinitionService()
  6173.     {
  6174.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  6175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6176.         return $instance;
  6177.     }
  6178.     /**
  6179.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  6180.      *
  6181.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  6182.      */
  6183.     protected function getIntegrationRoleDefinitionService()
  6184.     {
  6185.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  6186.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  6191.      *
  6192.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  6193.      */
  6194.     protected function getIntegrationDefinitionService()
  6195.     {
  6196.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  6197.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6198.         return $instance;
  6199.     }
  6200.     /**
  6201.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  6202.      *
  6203.      * @return \Shopware\Core\System\Language\LanguageDefinition
  6204.      */
  6205.     protected function getLanguageDefinitionService()
  6206.     {
  6207.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  6208.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6209.         return $instance;
  6210.     }
  6211.     /**
  6212.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  6213.      *
  6214.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  6215.      */
  6216.     protected function getCachedLanguageRouteService()
  6217.     {
  6218.         return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] = new \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute(new \Shopware\Core\System\Language\SalesChannel\LanguageRoute(($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_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()), []);
  6219.     }
  6220.     /**
  6221.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  6222.      *
  6223.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  6224.      */
  6225.     protected function getSalesChannelLanguageDefinitionService()
  6226.     {
  6227.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  6228.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6229.         return $instance;
  6230.     }
  6231.     /**
  6232.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  6233.      *
  6234.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  6235.      */
  6236.     protected function getLocaleTranslationDefinitionService()
  6237.     {
  6238.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  6239.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6240.         return $instance;
  6241.     }
  6242.     /**
  6243.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  6244.      *
  6245.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  6246.      */
  6247.     protected function getLocaleDefinitionService()
  6248.     {
  6249.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  6250.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6251.         return $instance;
  6252.     }
  6253.     /**
  6254.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  6255.      *
  6256.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  6257.      */
  6258.     protected function getNumberRangeSalesChannelDefinitionService()
  6259.     {
  6260.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  6261.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6262.         return $instance;
  6263.     }
  6264.     /**
  6265.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  6266.      *
  6267.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  6268.      */
  6269.     protected function getNumberRangeStateDefinitionService()
  6270.     {
  6271.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  6272.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6273.         return $instance;
  6274.     }
  6275.     /**
  6276.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  6277.      *
  6278.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  6279.      */
  6280.     protected function getNumberRangeTranslationDefinitionService()
  6281.     {
  6282.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  6283.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6284.         return $instance;
  6285.     }
  6286.     /**
  6287.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  6288.      *
  6289.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  6290.      */
  6291.     protected function getNumberRangeTypeTranslationDefinitionService()
  6292.     {
  6293.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  6294.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6295.         return $instance;
  6296.     }
  6297.     /**
  6298.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  6299.      *
  6300.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  6301.      */
  6302.     protected function getNumberRangeTypeDefinitionService()
  6303.     {
  6304.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  6305.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6306.         return $instance;
  6307.     }
  6308.     /**
  6309.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  6310.      *
  6311.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  6312.      */
  6313.     protected function getNumberRangeControllerService()
  6314.     {
  6315.         $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()));
  6316.         $instance->setContainer($this);
  6317.         return $instance;
  6318.     }
  6319.     /**
  6320.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  6321.      *
  6322.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  6323.      */
  6324.     protected function getNumberRangeDefinitionService()
  6325.     {
  6326.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  6327.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6328.         return $instance;
  6329.     }
  6330.     /**
  6331.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  6332.      *
  6333.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  6334.      */
  6335.     protected function getNumberRangeValueGeneratorInterfaceService()
  6336.     {
  6337.         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 () {
  6338.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  6339.             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()));
  6340.         }, 2)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  6341.     }
  6342.     /**
  6343.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  6344.      *
  6345.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  6346.      */
  6347.     protected function getSalesChannelAnalyticsDefinitionService()
  6348.     {
  6349.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  6350.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6351.         return $instance;
  6352.     }
  6353.     /**
  6354.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  6355.      *
  6356.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  6357.      */
  6358.     protected function getSalesChannelCountryDefinition2Service()
  6359.     {
  6360.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  6361.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6362.         return $instance;
  6363.     }
  6364.     /**
  6365.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  6366.      *
  6367.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  6368.      */
  6369.     protected function getSalesChannelCurrencyDefinition2Service()
  6370.     {
  6371.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  6372.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6373.         return $instance;
  6374.     }
  6375.     /**
  6376.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  6377.      *
  6378.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  6379.      */
  6380.     protected function getSalesChannelDomainDefinitionService()
  6381.     {
  6382.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  6383.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  6388.      *
  6389.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  6390.      */
  6391.     protected function getSalesChannelLanguageDefinition2Service()
  6392.     {
  6393.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  6394.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  6399.      *
  6400.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  6401.      */
  6402.     protected function getSalesChannelPaymentMethodDefinition2Service()
  6403.     {
  6404.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  6405.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6406.         return $instance;
  6407.     }
  6408.     /**
  6409.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  6410.      *
  6411.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  6412.      */
  6413.     protected function getSalesChannelShippingMethodDefinition2Service()
  6414.     {
  6415.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  6416.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6417.         return $instance;
  6418.     }
  6419.     /**
  6420.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  6421.      *
  6422.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  6423.      */
  6424.     protected function getSalesChannelTranslationDefinitionService()
  6425.     {
  6426.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  6427.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  6432.      *
  6433.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  6434.      */
  6435.     protected function getSalesChannelTypeTranslationDefinitionService()
  6436.     {
  6437.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  6438.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6439.         return $instance;
  6440.     }
  6441.     /**
  6442.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  6443.      *
  6444.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  6445.      */
  6446.     protected function getSalesChannelTypeDefinitionService()
  6447.     {
  6448.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  6449.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6450.         return $instance;
  6451.     }
  6452.     /**
  6453.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  6454.      *
  6455.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  6456.      */
  6457.     protected function getSalesChannelContextFactoryService()
  6458.     {
  6459.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  6460.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  6461.         $c = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  6462.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  6463.         $e = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  6464.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = new \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), $a, ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), $b, ($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 () {
  6465.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  6466.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  6467.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  6468.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  6469.         }, 4), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c, new \Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory(new \Shopware\Core\System\SalesChannel\Context\BaseContextFactory(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), $a, ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()), $b, ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()), $c), $d$e)), $d$e);
  6470.     }
  6471.     /**
  6472.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  6473.      *
  6474.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  6475.      */
  6476.     protected function getSalesChannelDefinitionInstanceRegistryService()
  6477.     {
  6478.         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''neti_order_fields_order_attributes' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''netiOrderFieldsOrderAttribute' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''neti_order_fields_order_attributes_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition''neti_order_fields' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition''neti_order_fields_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition''neti_order_fields_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition''neti_order_fields_val_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition''neti_order_fields_customer_group' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition''netiOrderFieldsCustomerGroup' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'], ['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']);
  6479.     }
  6480.     /**
  6481.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  6482.      *
  6483.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  6484.      */
  6485.     protected function getSalesChannelDefinitionService()
  6486.     {
  6487.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  6488.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  6493.      *
  6494.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  6495.      */
  6496.     protected function getContextSwitchRouteService()
  6497.     {
  6498.         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()));
  6499.     }
  6500.     /**
  6501.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  6502.      *
  6503.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  6504.      */
  6505.     protected function getStoreApiInfoControllerService()
  6506.     {
  6507.         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']);
  6508.     }
  6509.     /**
  6510.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  6511.      *
  6512.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  6513.      */
  6514.     protected function getSalutationTranslationDefinitionService()
  6515.     {
  6516.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  6517.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  6522.      *
  6523.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  6524.      */
  6525.     protected function getCachedSalutationRouteService()
  6526.     {
  6527.         return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] = new \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute(new \Shopware\Core\System\Salutation\SalesChannel\SalutationRoute(($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_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()), []);
  6528.     }
  6529.     /**
  6530.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  6531.      *
  6532.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  6533.      */
  6534.     protected function getSalesChannelSalutationDefinitionService()
  6535.     {
  6536.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  6537.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6538.         return $instance;
  6539.     }
  6540.     /**
  6541.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  6542.      *
  6543.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  6544.      */
  6545.     protected function getSalutationDefinitionService()
  6546.     {
  6547.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  6548.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6549.         return $instance;
  6550.     }
  6551.     /**
  6552.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  6553.      *
  6554.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  6555.      */
  6556.     protected function getSnippetSetDefinitionService()
  6557.     {
  6558.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  6559.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6560.         return $instance;
  6561.     }
  6562.     /**
  6563.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  6564.      *
  6565.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  6566.      */
  6567.     protected function getSnippetControllerService()
  6568.     {
  6569.         $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()));
  6570.         $instance->setContainer($this);
  6571.         return $instance;
  6572.     }
  6573.     /**
  6574.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  6575.      *
  6576.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  6577.      */
  6578.     protected function getSnippetFileCollectionService($lazyLoad true)
  6579.     {
  6580.         if ($lazyLoad) {
  6581.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  6582.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6583.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  6584.                     $proxy->setProxyInitializer(null);
  6585.                     return true;
  6586.                 });
  6587.             });
  6588.         }
  6589.         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();
  6590.     }
  6591.     /**
  6592.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  6593.      *
  6594.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  6595.      */
  6596.     protected function getSnippetFilterFactoryService()
  6597.     {
  6598.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  6599.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  6600.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  6601.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  6602.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  6603.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  6604.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  6605.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  6606.         }, 7));
  6607.     }
  6608.     /**
  6609.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  6610.      *
  6611.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  6612.      */
  6613.     protected function getSnippetDefinitionService()
  6614.     {
  6615.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  6616.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6617.         return $instance;
  6618.     }
  6619.     /**
  6620.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  6621.      *
  6622.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  6623.      */
  6624.     protected function getStateMachineHistoryDefinitionService()
  6625.     {
  6626.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  6627.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6628.         return $instance;
  6629.     }
  6630.     /**
  6631.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  6632.      *
  6633.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  6634.      */
  6635.     protected function getStateMachineStateDefinitionService()
  6636.     {
  6637.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  6638.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6639.         return $instance;
  6640.     }
  6641.     /**
  6642.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  6643.      *
  6644.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  6645.      */
  6646.     protected function getStateMachineStateTranslationDefinitionService()
  6647.     {
  6648.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  6649.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6650.         return $instance;
  6651.     }
  6652.     /**
  6653.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  6654.      *
  6655.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  6656.      */
  6657.     protected function getStateMachineTransitionDefinitionService()
  6658.     {
  6659.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  6660.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6661.         return $instance;
  6662.     }
  6663.     /**
  6664.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  6665.      *
  6666.      * @return \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController
  6667.      */
  6668.     protected function getStateMachineActionControllerService()
  6669.     {
  6670.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6671.         $instance->setContainer($this);
  6672.         return $instance;
  6673.     }
  6674.     /**
  6675.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  6676.      *
  6677.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  6678.      */
  6679.     protected function getStateMachineDefinitionService()
  6680.     {
  6681.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  6682.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6683.         return $instance;
  6684.     }
  6685.     /**
  6686.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  6687.      *
  6688.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  6689.      */
  6690.     protected function getStateMachineTranslationDefinitionService()
  6691.     {
  6692.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  6693.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6694.         return $instance;
  6695.     }
  6696.     /**
  6697.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  6698.      *
  6699.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  6700.      */
  6701.     protected function getSystemConfigControllerService()
  6702.     {
  6703.         $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()));
  6704.         $instance->setContainer($this);
  6705.         return $instance;
  6706.     }
  6707.     /**
  6708.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  6709.      *
  6710.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  6711.      */
  6712.     protected function getSystemConfigFacadeHookFactoryService()
  6713.     {
  6714.         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()));
  6715.     }
  6716.     /**
  6717.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  6718.      *
  6719.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  6720.      */
  6721.     protected function getSystemConfigDefinitionService()
  6722.     {
  6723.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  6724.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6725.         return $instance;
  6726.     }
  6727.     /**
  6728.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  6729.      *
  6730.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  6731.      */
  6732.     protected function getSystemConfigServiceService()
  6733.     {
  6734.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  6735.         return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] = new \Shopware\Core\System\SystemConfig\SystemConfigService($a, ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()), ($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($a, ($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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6736.     }
  6737.     /**
  6738.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  6739.      *
  6740.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  6741.      */
  6742.     protected function getFilterTagIdsServiceService()
  6743.     {
  6744.         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()));
  6745.     }
  6746.     /**
  6747.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  6748.      *
  6749.      * @return \Shopware\Core\System\Tag\TagDefinition
  6750.      */
  6751.     protected function getTagDefinitionService()
  6752.     {
  6753.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  6754.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6755.         return $instance;
  6756.     }
  6757.     /**
  6758.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  6759.      *
  6760.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  6761.      */
  6762.     protected function getTaxRuleTypeTranslationDefinitionService()
  6763.     {
  6764.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  6765.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6766.         return $instance;
  6767.     }
  6768.     /**
  6769.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  6770.      *
  6771.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  6772.      */
  6773.     protected function getTaxRuleTypeDefinitionService()
  6774.     {
  6775.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  6776.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6777.         return $instance;
  6778.     }
  6779.     /**
  6780.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  6781.      *
  6782.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  6783.      */
  6784.     protected function getTaxRuleDefinitionService()
  6785.     {
  6786.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  6787.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6788.         return $instance;
  6789.     }
  6790.     /**
  6791.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  6792.      *
  6793.      * @return \Shopware\Core\System\Tax\TaxDefinition
  6794.      */
  6795.     protected function getTaxDefinitionService()
  6796.     {
  6797.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  6798.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  6803.      *
  6804.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  6805.      */
  6806.     protected function getUnitTranslationDefinitionService()
  6807.     {
  6808.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  6809.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6810.         return $instance;
  6811.     }
  6812.     /**
  6813.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  6814.      *
  6815.      * @return \Shopware\Core\System\Unit\UnitDefinition
  6816.      */
  6817.     protected function getUnitDefinitionService()
  6818.     {
  6819.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  6820.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  6825.      *
  6826.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  6827.      */
  6828.     protected function getUserAccessKeyDefinitionService()
  6829.     {
  6830.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  6831.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6832.         return $instance;
  6833.     }
  6834.     /**
  6835.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  6836.      *
  6837.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  6838.      */
  6839.     protected function getUserConfigDefinitionService()
  6840.     {
  6841.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  6842.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6843.         return $instance;
  6844.     }
  6845.     /**
  6846.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  6847.      *
  6848.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  6849.      */
  6850.     protected function getUserRecoveryDefinitionService()
  6851.     {
  6852.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  6853.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6854.         return $instance;
  6855.     }
  6856.     /**
  6857.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  6858.      *
  6859.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  6860.      */
  6861.     protected function getUserRecoveryControllerService()
  6862.     {
  6863.         $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()));
  6864.         $instance->setContainer($this);
  6865.         return $instance;
  6866.     }
  6867.     /**
  6868.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  6869.      *
  6870.      * @return \Shopware\Core\System\User\Api\UserValidationController
  6871.      */
  6872.     protected function getUserValidationControllerService()
  6873.     {
  6874.         $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())));
  6875.         $instance->setContainer($this);
  6876.         return $instance;
  6877.     }
  6878.     /**
  6879.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  6880.      *
  6881.      * @return \Shopware\Core\System\User\UserDefinition
  6882.      */
  6883.     protected function getUserDefinitionService()
  6884.     {
  6885.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  6886.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6887.         return $instance;
  6888.     }
  6889.     /**
  6890.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  6891.      *
  6892.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  6893.      */
  6894.     protected function getElasticsearchHelperService()
  6895.     {
  6896.         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()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()));
  6897.     }
  6898.     /**
  6899.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  6900.      *
  6901.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  6902.      */
  6903.     protected function getCreateAliasTaskHandlerService()
  6904.     {
  6905.         return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), $this->parameters['elasticsearch.index.config'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6906.     }
  6907.     /**
  6908.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  6909.      *
  6910.      * @return \Shopware\Storefront\Controller\AccountOrderController
  6911.      */
  6912.     protected function getAccountOrderControllerService()
  6913.     {
  6914.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  6915.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6916.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  6917.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  6918.         $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);
  6919.         $instance->setContainer($this);
  6920.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6921.         return $instance;
  6922.     }
  6923.     /**
  6924.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  6925.      *
  6926.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  6927.      */
  6928.     protected function getAccountPaymentControllerService()
  6929.     {
  6930.         $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()));
  6931.         $instance->setContainer($this);
  6932.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  6937.      *
  6938.      * @return \Shopware\Storefront\Controller\AccountProfileController
  6939.      */
  6940.     protected function getAccountProfileControllerService()
  6941.     {
  6942.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  6943.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6944.         $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()));
  6945.         $instance->setContainer($this);
  6946.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6947.         return $instance;
  6948.     }
  6949.     /**
  6950.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  6951.      *
  6952.      * @return \Shopware\Storefront\Controller\AddressController
  6953.      */
  6954.     protected function getAddressControllerService()
  6955.     {
  6956.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  6957.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  6958.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  6959.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  6960.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6961.         $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()));
  6962.         $instance->setContainer($this);
  6963.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6964.         return $instance;
  6965.     }
  6966.     /**
  6967.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  6968.      *
  6969.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  6970.      */
  6971.     protected function getCaptchaControllerService()
  6972.     {
  6973.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  6974.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  6975.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  6976.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  6977.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  6978.         }, 4));
  6979.         $instance->setContainer($this);
  6980.         return $instance;
  6981.     }
  6982.     /**
  6983.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  6984.      *
  6985.      * @return \Shopware\Storefront\Controller\AuthController
  6986.      */
  6987.     protected function getAuthController2Service()
  6988.     {
  6989.         $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()));
  6990.         $instance->setContainer($this);
  6991.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  6996.      *
  6997.      * @return \Shopware\Storefront\Controller\CaptchaController
  6998.      */
  6999.     protected function getCaptchaController2Service()
  7000.     {
  7001.         $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()));
  7002.         $instance->setContainer($this);
  7003.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7004.         return $instance;
  7005.     }
  7006.     /**
  7007.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  7008.      *
  7009.      * @return \Shopware\Storefront\Controller\CartLineItemController
  7010.      */
  7011.     protected function getCartLineItemControllerService()
  7012.     {
  7013.         $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()));
  7014.         $instance->setContainer($this);
  7015.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7016.         return $instance;
  7017.     }
  7018.     /**
  7019.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  7020.      *
  7021.      * @return \Shopware\Storefront\Controller\CheckoutController
  7022.      */
  7023.     protected function getCheckoutControllerService()
  7024.     {
  7025.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  7026.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7027.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  7028.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  7029.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  7030.         $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()));
  7031.         $instance->setContainer($this);
  7032.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7033.         return $instance;
  7034.     }
  7035.     /**
  7036.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  7037.      *
  7038.      * @return \Shopware\Storefront\Controller\CmsController
  7039.      */
  7040.     protected function getCmsControllerService()
  7041.     {
  7042.         $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()));
  7043.         $instance->setContainer($this);
  7044.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7045.         return $instance;
  7046.     }
  7047.     /**
  7048.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  7049.      *
  7050.      * @return \Shopware\Storefront\Controller\ContextController
  7051.      */
  7052.     protected function getContextControllerService()
  7053.     {
  7054.         $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()));
  7055.         $instance->setContainer($this);
  7056.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7057.         return $instance;
  7058.     }
  7059.     /**
  7060.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  7061.      *
  7062.      * @return \Shopware\Storefront\Controller\CookieController
  7063.      */
  7064.     protected function getCookieControllerService()
  7065.     {
  7066.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7067.         $instance->setContainer($this);
  7068.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7069.         return $instance;
  7070.     }
  7071.     /**
  7072.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  7073.      *
  7074.      * @return \Shopware\Storefront\Controller\CountryStateController
  7075.      */
  7076.     protected function getCountryStateControllerService()
  7077.     {
  7078.         $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()));
  7079.         $instance->setContainer($this);
  7080.         return $instance;
  7081.     }
  7082.     /**
  7083.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  7084.      *
  7085.      * @return \Shopware\Storefront\Controller\CsrfController
  7086.      */
  7087.     protected function getCsrfControllerService()
  7088.     {
  7089.         $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');
  7090.         $instance->setContainer($this);
  7091.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7092.         return $instance;
  7093.     }
  7094.     /**
  7095.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  7096.      *
  7097.      * @return \Shopware\Storefront\Controller\DocumentController
  7098.      */
  7099.     protected function getDocumentController2Service()
  7100.     {
  7101.         $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()));
  7102.         $instance->setContainer($this);
  7103.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7104.         return $instance;
  7105.     }
  7106.     /**
  7107.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  7108.      *
  7109.      * @return \Shopware\Storefront\Controller\ErrorController
  7110.      */
  7111.     protected function getErrorControllerService($lazyLoad true)
  7112.     {
  7113.         if ($lazyLoad) {
  7114.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  7115.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7116.                     $wrappedInstance $this->getErrorControllerService(false);
  7117.                     $proxy->setProxyInitializer(null);
  7118.                     return true;
  7119.                 });
  7120.             });
  7121.         }
  7122.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7123.         $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()));
  7124.         $instance->setContainer($this);
  7125.         $instance->setTwig($a);
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  7130.      *
  7131.      * @return \Shopware\Storefront\Controller\FormController
  7132.      */
  7133.     protected function getFormControllerService()
  7134.     {
  7135.         $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()));
  7136.         $instance->setContainer($this);
  7137.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  7142.      *
  7143.      * @return \Shopware\Storefront\Controller\LandingPageController
  7144.      */
  7145.     protected function getLandingPageControllerService()
  7146.     {
  7147.         $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())));
  7148.         $instance->setContainer($this);
  7149.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  7154.      *
  7155.      * @return \Shopware\Storefront\Controller\MaintenanceController
  7156.      */
  7157.     protected function getMaintenanceControllerService()
  7158.     {
  7159.         $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()));
  7160.         $instance->setContainer($this);
  7161.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7162.         return $instance;
  7163.     }
  7164.     /**
  7165.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  7166.      *
  7167.      * @return \Shopware\Storefront\Controller\NavigationController
  7168.      */
  7169.     protected function getNavigationControllerService()
  7170.     {
  7171.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7172.         $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())));
  7173.         $instance->setContainer($this);
  7174.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7175.         return $instance;
  7176.     }
  7177.     /**
  7178.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  7179.      *
  7180.      * @return \Shopware\Storefront\Controller\NewsletterController
  7181.      */
  7182.     protected function getNewsletterControllerService()
  7183.     {
  7184.         $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()));
  7185.         $instance->setContainer($this);
  7186.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7187.         return $instance;
  7188.     }
  7189.     /**
  7190.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  7191.      *
  7192.      * @return \Shopware\Storefront\Controller\ProductController
  7193.      */
  7194.     protected function getProductControllerService()
  7195.     {
  7196.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7197.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  7198.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  7199.         $this->services['Shopware\\Storefront\\Controller\\ProductController'] = $instance = new \Shopware\Storefront\Controller\ProductController(new \Shopware\Storefront\Page\Product\ProductPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), $a$b$c, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService())), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), new \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader($a$b), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] ?? $this->getProductReviewSaveRouteService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7200.         $instance->setContainer($this);
  7201.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7202.         return $instance;
  7203.     }
  7204.     /**
  7205.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  7206.      *
  7207.      * @return \Shopware\Storefront\Controller\RegisterController
  7208.      */
  7209.     protected function getRegisterControllerService()
  7210.     {
  7211.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  7212.         $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()));
  7213.         $instance->setContainer($this);
  7214.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7215.         return $instance;
  7216.     }
  7217.     /**
  7218.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  7219.      *
  7220.      * @return \Shopware\Storefront\Controller\ScriptController
  7221.      */
  7222.     protected function getScriptControllerService()
  7223.     {
  7224.         $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()));
  7225.         $instance->setContainer($this);
  7226.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7227.         return $instance;
  7228.     }
  7229.     /**
  7230.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  7231.      *
  7232.      * @return \Shopware\Storefront\Controller\SearchController
  7233.      */
  7234.     protected function getSearchControllerService()
  7235.     {
  7236.         $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()));
  7237.         $instance->setContainer($this);
  7238.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7239.         return $instance;
  7240.     }
  7241.     /**
  7242.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  7243.      *
  7244.      * @return \Shopware\Storefront\Controller\SitemapController
  7245.      */
  7246.     protected function getSitemapControllerService()
  7247.     {
  7248.         $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())));
  7249.         $instance->setContainer($this);
  7250.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7251.         return $instance;
  7252.     }
  7253.     /**
  7254.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  7255.      *
  7256.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  7257.      */
  7258.     protected function getStoreApiProxyControllerService()
  7259.     {
  7260.         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())));
  7261.     }
  7262.     /**
  7263.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  7264.      *
  7265.      * @return \Shopware\Storefront\Controller\VerificationHashController
  7266.      */
  7267.     protected function getVerificationHashControllerService()
  7268.     {
  7269.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7270.         $instance->setContainer($this);
  7271.         return $instance;
  7272.     }
  7273.     /**
  7274.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  7275.      *
  7276.      * @return \Shopware\Storefront\Controller\WellKnownController
  7277.      */
  7278.     protected function getWellKnownControllerService()
  7279.     {
  7280.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  7281.         $instance->setContainer($this);
  7282.         return $instance;
  7283.     }
  7284.     /**
  7285.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  7286.      *
  7287.      * @return \Shopware\Storefront\Controller\WishlistController
  7288.      */
  7289.     protected function getWishlistControllerService()
  7290.     {
  7291.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  7292.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  7293.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7294.         $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), $c);
  7295.         $instance->setContainer($this);
  7296.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7297.         return $instance;
  7298.     }
  7299.     /**
  7300.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  7301.      *
  7302.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  7303.      */
  7304.     protected function getCacheStoreService()
  7305.     {
  7306.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7307.         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('da15e655b6d3489b324fd1e8bed7b819'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  7308.     }
  7309.     /**
  7310.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  7311.      *
  7312.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  7313.      */
  7314.     protected function getCsrfPlaceholderHandlerService()
  7315.     {
  7316.         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()));
  7317.     }
  7318.     /**
  7319.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  7320.      *
  7321.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  7322.      */
  7323.     protected function getStorefrontMediaValidatorRegistryService()
  7324.     {
  7325.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  7326.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  7327.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  7328.         }, 2));
  7329.     }
  7330.     /**
  7331.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  7332.      *
  7333.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  7334.      */
  7335.     protected function getCheckoutRegisterPageLoaderService()
  7336.     {
  7337.         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()));
  7338.     }
  7339.     /**
  7340.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  7341.      *
  7342.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  7343.      */
  7344.     protected function getProductCombinationFinderService()
  7345.     {
  7346.         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()));
  7347.     }
  7348.     /**
  7349.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  7350.      *
  7351.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  7352.      */
  7353.     protected function getProductReviewLoaderService()
  7354.     {
  7355.         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()));
  7356.     }
  7357.     /**
  7358.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  7359.      *
  7360.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  7361.      */
  7362.     protected function getSearchPageLoaderService()
  7363.     {
  7364.         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()));
  7365.     }
  7366.     /**
  7367.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  7368.      *
  7369.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  7370.      */
  7371.     protected function getThemeChildDefinitionService()
  7372.     {
  7373.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  7374.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7375.         return $instance;
  7376.     }
  7377.     /**
  7378.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  7379.      *
  7380.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  7381.      */
  7382.     protected function getThemeMediaDefinitionService()
  7383.     {
  7384.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  7385.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7386.         return $instance;
  7387.     }
  7388.     /**
  7389.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  7390.      *
  7391.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  7392.      */
  7393.     protected function getThemeSalesChannelDefinitionService()
  7394.     {
  7395.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  7396.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7397.         return $instance;
  7398.     }
  7399.     /**
  7400.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  7401.      *
  7402.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  7403.      */
  7404.     protected function getThemeTranslationDefinitionService()
  7405.     {
  7406.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  7407.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7408.         return $instance;
  7409.     }
  7410.     /**
  7411.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  7412.      *
  7413.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  7414.      */
  7415.     protected function getThemeControllerService()
  7416.     {
  7417.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  7418.         $instance->setContainer($this);
  7419.         return $instance;
  7420.     }
  7421.     /**
  7422.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  7423.      *
  7424.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  7425.      */
  7426.     protected function getSalesChannelThemeLoaderService()
  7427.     {
  7428.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7429.     }
  7430.     /**
  7431.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  7432.      *
  7433.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  7434.      */
  7435.     protected function getStorefrontPluginRegistryService()
  7436.     {
  7437.         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()));
  7438.     }
  7439.     /**
  7440.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  7441.      *
  7442.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  7443.      */
  7444.     protected function getThemeDefinitionService()
  7445.     {
  7446.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  7447.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7448.         return $instance;
  7449.     }
  7450.     /**
  7451.      * Gets the public 'Swag\Security\Api\ConfigController' shared service.
  7452.      *
  7453.      * @return \Swag\Security\Api\ConfigController
  7454.      */
  7455.     protected function getConfigControllerService()
  7456.     {
  7457.         return $this->services['Swag\\Security\\Api\\ConfigController'] = new \Swag\Security\Api\ConfigController(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  7458.     }
  7459.     /**
  7460.      * Gets the public 'Swag\Security\Api\SecurityController' shared service.
  7461.      *
  7462.      * @return \Swag\Security\Api\SecurityController
  7463.      */
  7464.     protected function getSecurityControllerService()
  7465.     {
  7466.         return $this->services['Swag\\Security\\Api\\SecurityController'] = new \Swag\Security\Api\SecurityController(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), $this->targetDir.'', new \GuzzleHttp\Client(), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()));
  7467.     }
  7468.     /**
  7469.      * Gets the public 'Swag\Security\Fixes\NEXT15675\PrepareDownloadController' shared service.
  7470.      *
  7471.      * @return \Swag\Security\Fixes\NEXT15675\PrepareDownloadController
  7472.      */
  7473.     protected function getPrepareDownloadControllerService()
  7474.     {
  7475.         return $this->services['Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController'] = new \Swag\Security\Fixes\NEXT15675\PrepareDownloadController(($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService()), ($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  7476.     }
  7477.     /**
  7478.      * Gets the public 'Swag\Security\Subscriber\AdminSecurityFixesProvider' shared service.
  7479.      *
  7480.      * @return \Swag\Security\Subscriber\AdminSecurityFixesProvider
  7481.      */
  7482.     protected function getAdminSecurityFixesProviderService()
  7483.     {
  7484.         return $this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] = new \Swag\Security\Subscriber\AdminSecurityFixesProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  7485.     }
  7486.     /**
  7487.      * Gets the public 'Swag\Security\Subscriber\TwigStateProvider' shared service.
  7488.      *
  7489.      * @return \Swag\Security\Subscriber\TwigStateProvider
  7490.      */
  7491.     protected function getTwigStateProviderService()
  7492.     {
  7493.         return $this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] = new \Swag\Security\Subscriber\TwigStateProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  7494.     }
  7495.     /**
  7496.      * Gets the public 'Swag\Security\SwagPlatformSecurity' shared autowired service.
  7497.      *
  7498.      * @return \Swag\Security\SwagPlatformSecurity
  7499.      */
  7500.     protected function getSwagPlatformSecurityService()
  7501.     {
  7502.         return $this->services['Swag\\Security\\SwagPlatformSecurity'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Security\\SwagPlatformSecurity');
  7503.     }
  7504.     /**
  7505.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  7506.      *
  7507.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  7508.      */
  7509.     protected function getRedirectControllerService()
  7510.     {
  7511.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7512.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  7513.     }
  7514.     /**
  7515.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  7516.      *
  7517.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  7518.      */
  7519.     protected function getTemplateControllerService()
  7520.     {
  7521.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7522.     }
  7523.     /**
  7524.      * Gets the public 'acl_role.repository' shared service.
  7525.      *
  7526.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7527.      */
  7528.     protected function getAclRole_RepositoryService()
  7529.     {
  7530.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7531.     }
  7532.     /**
  7533.      * Gets the public 'acl_user_role.repository' shared service.
  7534.      *
  7535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7536.      */
  7537.     protected function getAclUserRole_RepositoryService()
  7538.     {
  7539.         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()));
  7540.     }
  7541.     /**
  7542.      * Gets the public 'administration.filesystem.private' shared service.
  7543.      *
  7544.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7545.      */
  7546.     protected function getAdministration_Filesystem_PrivateService()
  7547.     {
  7548.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  7549.     }
  7550.     /**
  7551.      * Gets the public 'administration.filesystem.public' shared service.
  7552.      *
  7553.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7554.      */
  7555.     protected function getAdministration_Filesystem_PublicService()
  7556.     {
  7557.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  7558.     }
  7559.     /**
  7560.      * Gets the public 'app.repository' shared service.
  7561.      *
  7562.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7563.      */
  7564.     protected function getApp_RepositoryService()
  7565.     {
  7566.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7567.     }
  7568.     /**
  7569.      * Gets the public 'app_action_button.repository' shared service.
  7570.      *
  7571.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7572.      */
  7573.     protected function getAppActionButton_RepositoryService()
  7574.     {
  7575.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7576.     }
  7577.     /**
  7578.      * Gets the public 'app_action_button_translation.repository' shared service.
  7579.      *
  7580.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7581.      */
  7582.     protected function getAppActionButtonTranslation_RepositoryService()
  7583.     {
  7584.         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()));
  7585.     }
  7586.     /**
  7587.      * Gets the public 'app_administration_snippet.repository' shared service.
  7588.      *
  7589.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7590.      */
  7591.     protected function getAppAdministrationSnippet_RepositoryService()
  7592.     {
  7593.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7594.     }
  7595.     /**
  7596.      * Gets the public 'app_cms_block.repository' shared service.
  7597.      *
  7598.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7599.      */
  7600.     protected function getAppCmsBlock_RepositoryService()
  7601.     {
  7602.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7603.     }
  7604.     /**
  7605.      * Gets the public 'app_cms_block_translation.repository' shared service.
  7606.      *
  7607.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7608.      */
  7609.     protected function getAppCmsBlockTranslation_RepositoryService()
  7610.     {
  7611.         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()));
  7612.     }
  7613.     /**
  7614.      * Gets the public 'app_flow_action.repository' shared service.
  7615.      *
  7616.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7617.      */
  7618.     protected function getAppFlowAction_RepositoryService()
  7619.     {
  7620.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7621.     }
  7622.     /**
  7623.      * Gets the public 'app_flow_action_translation.repository' shared service.
  7624.      *
  7625.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7626.      */
  7627.     protected function getAppFlowActionTranslation_RepositoryService()
  7628.     {
  7629.         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()));
  7630.     }
  7631.     /**
  7632.      * Gets the public 'app_payment_method.repository' shared service.
  7633.      *
  7634.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7635.      */
  7636.     protected function getAppPaymentMethod_RepositoryService()
  7637.     {
  7638.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7639.     }
  7640.     /**
  7641.      * Gets the public 'app_script_condition.repository' shared service.
  7642.      *
  7643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7644.      */
  7645.     protected function getAppScriptCondition_RepositoryService()
  7646.     {
  7647.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7648.     }
  7649.     /**
  7650.      * Gets the public 'app_script_condition_translation.repository' shared service.
  7651.      *
  7652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7653.      */
  7654.     protected function getAppScriptConditionTranslation_RepositoryService()
  7655.     {
  7656.         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()));
  7657.     }
  7658.     /**
  7659.      * Gets the public 'app_template.repository' shared service.
  7660.      *
  7661.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7662.      */
  7663.     protected function getAppTemplate_RepositoryService()
  7664.     {
  7665.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7666.     }
  7667.     /**
  7668.      * Gets the public 'app_translation.repository' shared service.
  7669.      *
  7670.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7671.      */
  7672.     protected function getAppTranslation_RepositoryService()
  7673.     {
  7674.         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()));
  7675.     }
  7676.     /**
  7677.      * Gets the public 'cache.app' shared service.
  7678.      *
  7679.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7680.      */
  7681.     protected function getCache_AppService()
  7682.     {
  7683.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  7684.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7685.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  7686.     }
  7687.     /**
  7688.      * Gets the public 'cache.app_clearer' shared service.
  7689.      *
  7690.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7691.      */
  7692.     protected function getCache_AppClearerService()
  7693.     {
  7694.         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())]);
  7695.     }
  7696.     /**
  7697.      * Gets the public 'cache.global_clearer' shared service.
  7698.      *
  7699.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7700.      */
  7701.     protected function getCache_GlobalClearerService()
  7702.     {
  7703.         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())]);
  7704.     }
  7705.     /**
  7706.      * Gets the public 'cache.system' shared service.
  7707.      *
  7708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7709.      */
  7710.     protected function getCache_SystemService()
  7711.     {
  7712.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LdE4i+zeOc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7713.     }
  7714.     /**
  7715.      * Gets the public 'cache.system_clearer' shared service.
  7716.      *
  7717.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7718.      */
  7719.     protected function getCache_SystemClearerService()
  7720.     {
  7721.         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())]);
  7722.     }
  7723.     /**
  7724.      * Gets the public 'cache.validator_expression_language' shared service.
  7725.      *
  7726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7727.      */
  7728.     protected function getCache_ValidatorExpressionLanguageService()
  7729.     {
  7730.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FQvlkWeCMZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7731.     }
  7732.     /**
  7733.      * Gets the public 'cache_warmer' shared service.
  7734.      *
  7735.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  7736.      */
  7737.     protected function getCacheWarmerService()
  7738.     {
  7739.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  7740.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  7741.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  7742.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  7743.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  7744.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  7745.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  7746.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  7747.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  7748.     }
  7749.     /**
  7750.      * Gets the public 'category.repository' shared service.
  7751.      *
  7752.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7753.      */
  7754.     protected function getCategory_RepositoryService()
  7755.     {
  7756.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7757.     }
  7758.     /**
  7759.      * Gets the public 'category_tag.repository' shared service.
  7760.      *
  7761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7762.      */
  7763.     protected function getCategoryTag_RepositoryService()
  7764.     {
  7765.         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()));
  7766.     }
  7767.     /**
  7768.      * Gets the public 'category_translation.repository' shared service.
  7769.      *
  7770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7771.      */
  7772.     protected function getCategoryTranslation_RepositoryService()
  7773.     {
  7774.         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()));
  7775.     }
  7776.     /**
  7777.      * Gets the public 'checkout.filesystem.private' shared service.
  7778.      *
  7779.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7780.      */
  7781.     protected function getCheckout_Filesystem_PrivateService()
  7782.     {
  7783.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  7784.     }
  7785.     /**
  7786.      * Gets the public 'checkout.filesystem.public' shared service.
  7787.      *
  7788.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7789.      */
  7790.     protected function getCheckout_Filesystem_PublicService()
  7791.     {
  7792.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  7793.     }
  7794.     /**
  7795.      * Gets the public 'chili_custom.filesystem.private' shared service.
  7796.      *
  7797.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7798.      */
  7799.     protected function getChiliCustom_Filesystem_PrivateService()
  7800.     {
  7801.         return $this->services['chili_custom.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/chili_custom');
  7802.     }
  7803.     /**
  7804.      * Gets the public 'chili_custom.filesystem.public' shared service.
  7805.      *
  7806.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  7807.      */
  7808.     protected function getChiliCustom_Filesystem_PublicService()
  7809.     {
  7810.         return $this->services['chili_custom.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/chili_custom');
  7811.     }
  7812.     /**
  7813.      * Gets the public 'cms_block.repository' shared service.
  7814.      *
  7815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7816.      */
  7817.     protected function getCmsBlock_RepositoryService()
  7818.     {
  7819.         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()));
  7820.     }
  7821.     /**
  7822.      * Gets the public 'cms_page.repository' shared service.
  7823.      *
  7824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7825.      */
  7826.     protected function getCmsPage_RepositoryService()
  7827.     {
  7828.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  7829.     }
  7830.     /**
  7831.      * Gets the public 'cms_page_translation.repository' shared service.
  7832.      *
  7833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7834.      */
  7835.     protected function getCmsPageTranslation_RepositoryService()
  7836.     {
  7837.         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()));
  7838.     }
  7839.     /**
  7840.      * Gets the public 'cms_section.repository' shared service.
  7841.      *
  7842.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7843.      */
  7844.     protected function getCmsSection_RepositoryService()
  7845.     {
  7846.         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()));
  7847.     }
  7848.     /**
  7849.      * Gets the public 'cms_slot.repository' shared service.
  7850.      *
  7851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7852.      */
  7853.     protected function getCmsSlot_RepositoryService()
  7854.     {
  7855.         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()));
  7856.     }
  7857.     /**
  7858.      * Gets the public 'cms_slot_translation.repository' shared service.
  7859.      *
  7860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  7861.      */
  7862.     protected function getCmsSlotTranslation_RepositoryService()
  7863.     {
  7864.         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()));
  7865.     }
  7866.     /**
  7867.      * Gets the public 'console.command_loader' shared service.
  7868.      *
  7869.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  7870.      */
  7871.     protected function getConsole_CommandLoaderService()
  7872.     {
  7873.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7874.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  7875.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  7876.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  7877.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  7878.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  7879.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  7880.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  7881.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  7882.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  7883.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  7884.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  7885.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  7886.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  7887.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  7888.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  7889.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  7890.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  7891.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  7892.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  7893.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  7894.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  7895.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  7896.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  7897.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  7898.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  7899.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  7900.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  7901.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  7902.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  7903.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  7904.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  7905.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  7906.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  7907.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  7908.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  7909.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  7910.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  7911.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  7912.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  7913.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  7914.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  7915.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  7916.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  7917.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  7918.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  7919.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  7920.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  7921.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  7922.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  7923.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  7924.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  7925.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  7926.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  7927.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  7928.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  7929.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  7930.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  7931.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  7932.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  7933.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  7934.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  7935.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  7936.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  7937.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  7938.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  7939.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  7940.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  7941.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  7942.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  7943.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  7944.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  7945.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  7946.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  7947.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  7948.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  7949.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  7950.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  7951.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  7952.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  7953.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  7954.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  7955.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  7956.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  7957.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  7958.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  7959.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  7960.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  7961.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  7962.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  7963.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  7964.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  7965.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  7966.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  7967.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  7968.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  7969.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  7970.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  7971.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  7972.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  7973.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  7974.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  7975.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  7976.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  7977.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  7978.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  7979.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  7980.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  7981.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  7982.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  7983.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  7984.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  7985.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  7986.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  7987.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  7988.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  7989.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  7990.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  7991.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  7992.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  7993.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  7994.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  7995.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  7996.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  7997.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  7998.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  7999.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  8000.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  8001.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  8002.         ], [
  8003.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  8004.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  8005.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  8006.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  8007.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  8008.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  8009.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  8010.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  8011.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  8012.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  8013.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  8014.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  8015.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  8016.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  8017.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  8018.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  8019.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  8020.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  8021.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  8022.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  8023.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  8024.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  8025.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  8026.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  8027.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  8028.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  8029.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  8030.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  8031.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  8032.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  8033.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  8034.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  8035.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  8036.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  8037.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  8038.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  8039.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  8040.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  8041.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  8042.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  8043.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  8044.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  8045.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  8046.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  8047.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  8048.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  8049.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  8050.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  8051.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  8052.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  8053.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  8054.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  8055.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  8056.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  8057.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  8058.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  8059.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  8060.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  8061.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  8062.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  8063.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  8064.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  8065.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  8066.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  8067.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  8068.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  8069.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  8070.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  8071.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  8072.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  8073.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  8074.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  8075.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  8076.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  8077.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  8078.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  8079.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  8080.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  8081.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  8082.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  8083.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  8084.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  8085.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  8086.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  8087.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  8088.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  8089.             'console.command.about' => '?',
  8090.             'console.command.cache_clear' => '?',
  8091.             'console.command.cache_pool_clear' => '?',
  8092.             'console.command.cache_pool_prune' => '?',
  8093.             'console.command.cache_pool_delete' => '?',
  8094.             'console.command.cache_pool_list' => '?',
  8095.             'console.command.cache_warmup' => '?',
  8096.             'console.command.config_debug' => '?',
  8097.             'console.command.config_dump_reference' => '?',
  8098.             'console.command.container_debug' => '?',
  8099.             'console.command.container_lint' => '?',
  8100.             'console.command.debug_autowiring' => '?',
  8101.             'console.command.dotenv_debug' => '?',
  8102.             'console.command.event_dispatcher_debug' => '?',
  8103.             'console.command.messenger_consume_messages' => '?',
  8104.             'console.command.messenger_setup_transports' => '?',
  8105.             'console.command.messenger_debug' => '?',
  8106.             'console.command.messenger_stop_workers' => '?',
  8107.             'console.command.router_debug' => '?',
  8108.             'console.command.router_match' => '?',
  8109.             'console.command.translation_debug' => '?',
  8110.             'console.command.translation_extract' => '?',
  8111.             'console.command.validator_debug' => '?',
  8112.             'console.command.translation_pull' => '?',
  8113.             'console.command.translation_push' => '?',
  8114.             'console.command.xliff_lint' => '?',
  8115.             'console.command.yaml_lint' => '?',
  8116.             'console.command.secrets_set' => '?',
  8117.             'console.command.secrets_remove' => '?',
  8118.             'console.command.secrets_generate_key' => '?',
  8119.             'console.command.secrets_list' => '?',
  8120.             'console.command.secrets_decrypt_to_local' => '?',
  8121.             'console.command.secrets_encrypt_from_local' => '?',
  8122.             'twig.command.debug' => '?',
  8123.             'twig.command.lint' => '?',
  8124.             'var_dumper.command.server_dump' => '?',
  8125.             'monolog.command.server_log' => '?',
  8126.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  8127.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  8128.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  8129.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  8130.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  8131.         ]), ['database:create-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''database:refresh-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''database:migrate' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''database:clean-personal-data' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''database:migrate-destructive' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''changelog:create' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''changelog:release' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''changelog:change' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''changelog:check' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''feature:dump' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''administration:dump:features' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''s3:set-visibility' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''framework:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''framework:dump:class:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''app:refresh' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''app:install' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''app:uninstall' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''app:activate' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''app:deactivate' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''app:validate' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''app:url-change:resolve' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''dal:create:schema' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''dal:create:entities' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''dal:create:hydrators' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''dal:refresh:index' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''dal:validate' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''framework:demodata' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''debug:business-events' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''assets:install' => 'console.command.assets_install''debug:messenger:dispatch-sleep' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''bundle:dump' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''plugin:refresh' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''plugin:list' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''plugin:zip-import' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''plugin:install' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''plugin:activate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''plugin:update' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''plugin:deactivate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''plugin:uninstall' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''plugin:create' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''scheduled-task:register' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''scheduled-task:run' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''store:download' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''store:login' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''snippets:validate' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''state-machine:dump' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''system:config:get' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''system:config:set' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''number-range:migrate' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''media:generate-thumbnails' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''media:generate-media-types' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''media:delete-unused' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''product-export:generate' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''import-export:delete-expired' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''import:entity' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''sitemap:generate' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''cart:migrate' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''customer:delete-unused-guests' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''http:cache:warm:up' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''sales-channel:create:storefront' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''about' => 'console.command.about''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''enqueue:transport:consume' => 'enqueue.transport.consume_command''enqueue:consume' => 'enqueue.client.consume_command''enqueue:produce' => 'enqueue.client.produce_command''enqueue:setup-broker' => 'enqueue.client.setup_broker_command''enqueue:routes' => 'enqueue.client.routes_command']);
  8132.     }
  8133.     /**
  8134.      * Gets the public 'container.env_var_processors_locator' shared service.
  8135.      *
  8136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8137.      */
  8138.     protected function getContainer_EnvVarProcessorsLocatorService()
  8139.     {
  8140.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8141.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8142.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8143.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8144.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8145.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8146.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8147.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8148.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8149.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8150.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8151.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8152.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8153.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8154.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8155.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8156.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8157.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8158.         ], [
  8159.             'base64' => '?',
  8160.             'bool' => '?',
  8161.             'const' => '?',
  8162.             'csv' => '?',
  8163.             'default' => '?',
  8164.             'file' => '?',
  8165.             'float' => '?',
  8166.             'int' => '?',
  8167.             'json' => '?',
  8168.             'key' => '?',
  8169.             'not' => '?',
  8170.             'query_string' => '?',
  8171.             'require' => '?',
  8172.             'resolve' => '?',
  8173.             'string' => '?',
  8174.             'trim' => '?',
  8175.             'url' => '?',
  8176.         ]);
  8177.     }
  8178.     /**
  8179.      * Gets the public 'content.filesystem.private' shared service.
  8180.      *
  8181.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  8182.      */
  8183.     protected function getContent_Filesystem_PrivateService()
  8184.     {
  8185.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  8186.     }
  8187.     /**
  8188.      * Gets the public 'content.filesystem.public' shared service.
  8189.      *
  8190.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  8191.      */
  8192.     protected function getContent_Filesystem_PublicService()
  8193.     {
  8194.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  8195.     }
  8196.     /**
  8197.      * Gets the public 'country.repository' shared service.
  8198.      *
  8199.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8200.      */
  8201.     protected function getCountry_RepositoryService()
  8202.     {
  8203.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8204.     }
  8205.     /**
  8206.      * Gets the public 'country_state.repository' shared service.
  8207.      *
  8208.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8209.      */
  8210.     protected function getCountryState_RepositoryService()
  8211.     {
  8212.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8213.     }
  8214.     /**
  8215.      * Gets the public 'country_state_translation.repository' shared service.
  8216.      *
  8217.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8218.      */
  8219.     protected function getCountryStateTranslation_RepositoryService()
  8220.     {
  8221.         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()));
  8222.     }
  8223.     /**
  8224.      * Gets the public 'country_translation.repository' shared service.
  8225.      *
  8226.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8227.      */
  8228.     protected function getCountryTranslation_RepositoryService()
  8229.     {
  8230.         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()));
  8231.     }
  8232.     /**
  8233.      * Gets the public 'currency.repository' shared service.
  8234.      *
  8235.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8236.      */
  8237.     protected function getCurrency_RepositoryService()
  8238.     {
  8239.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8240.     }
  8241.     /**
  8242.      * Gets the public 'currency_country_rounding.repository' shared service.
  8243.      *
  8244.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8245.      */
  8246.     protected function getCurrencyCountryRounding_RepositoryService()
  8247.     {
  8248.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8249.     }
  8250.     /**
  8251.      * Gets the public 'currency_translation.repository' shared service.
  8252.      *
  8253.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8254.      */
  8255.     protected function getCurrencyTranslation_RepositoryService()
  8256.     {
  8257.         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()));
  8258.     }
  8259.     /**
  8260.      * Gets the public 'custom_entity.repository' shared service.
  8261.      *
  8262.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8263.      */
  8264.     protected function getCustomEntity_RepositoryService()
  8265.     {
  8266.         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()));
  8267.     }
  8268.     /**
  8269.      * Gets the public 'custom_field.repository' shared service.
  8270.      *
  8271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8272.      */
  8273.     protected function getCustomField_RepositoryService()
  8274.     {
  8275.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8276.     }
  8277.     /**
  8278.      * Gets the public 'custom_field_set.repository' shared service.
  8279.      *
  8280.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8281.      */
  8282.     protected function getCustomFieldSet_RepositoryService()
  8283.     {
  8284.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8285.     }
  8286.     /**
  8287.      * Gets the public 'custom_field_set_relation.repository' shared service.
  8288.      *
  8289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8290.      */
  8291.     protected function getCustomFieldSetRelation_RepositoryService()
  8292.     {
  8293.         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()));
  8294.     }
  8295.     /**
  8296.      * Gets the public 'customer.repository' shared service.
  8297.      *
  8298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8299.      */
  8300.     protected function getCustomer_RepositoryService()
  8301.     {
  8302.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8303.     }
  8304.     /**
  8305.      * Gets the public 'customer_address.repository' shared service.
  8306.      *
  8307.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8308.      */
  8309.     protected function getCustomerAddress_RepositoryService()
  8310.     {
  8311.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8312.     }
  8313.     /**
  8314.      * Gets the public 'customer_group.repository' shared service.
  8315.      *
  8316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8317.      */
  8318.     protected function getCustomerGroup_RepositoryService()
  8319.     {
  8320.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8321.     }
  8322.     /**
  8323.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  8324.      *
  8325.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8326.      */
  8327.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  8328.     {
  8329.         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()));
  8330.     }
  8331.     /**
  8332.      * Gets the public 'customer_group_translation.repository' shared service.
  8333.      *
  8334.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8335.      */
  8336.     protected function getCustomerGroupTranslation_RepositoryService()
  8337.     {
  8338.         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()));
  8339.     }
  8340.     /**
  8341.      * Gets the public 'customer_recovery.repository' shared service.
  8342.      *
  8343.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8344.      */
  8345.     protected function getCustomerRecovery_RepositoryService()
  8346.     {
  8347.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8348.     }
  8349.     /**
  8350.      * Gets the public 'customer_tag.repository' shared service.
  8351.      *
  8352.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8353.      */
  8354.     protected function getCustomerTag_RepositoryService()
  8355.     {
  8356.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8357.     }
  8358.     /**
  8359.      * Gets the public 'customer_wishlist.repository' shared service.
  8360.      *
  8361.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8362.      */
  8363.     protected function getCustomerWishlist_RepositoryService()
  8364.     {
  8365.         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()));
  8366.     }
  8367.     /**
  8368.      * Gets the public 'customer_wishlist_product.repository' shared service.
  8369.      *
  8370.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8371.      */
  8372.     protected function getCustomerWishlistProduct_RepositoryService()
  8373.     {
  8374.         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()));
  8375.     }
  8376.     /**
  8377.      * Gets the public 'data_collector.dump' shared service.
  8378.      *
  8379.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  8380.      */
  8381.     protected function getDataCollector_DumpService()
  8382.     {
  8383.         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);
  8384.     }
  8385.     /**
  8386.      * Gets the public 'dead_message.repository' shared service.
  8387.      *
  8388.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8389.      */
  8390.     protected function getDeadMessage_RepositoryService()
  8391.     {
  8392.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8393.     }
  8394.     /**
  8395.      * Gets the public 'delivery_time.repository' shared service.
  8396.      *
  8397.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8398.      */
  8399.     protected function getDeliveryTime_RepositoryService()
  8400.     {
  8401.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8402.     }
  8403.     /**
  8404.      * Gets the public 'delivery_time_translation.repository' shared service.
  8405.      *
  8406.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8407.      */
  8408.     protected function getDeliveryTimeTranslation_RepositoryService()
  8409.     {
  8410.         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()));
  8411.     }
  8412.     /**
  8413.      * Gets the public 'document.repository' shared service.
  8414.      *
  8415.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8416.      */
  8417.     protected function getDocument_RepositoryService()
  8418.     {
  8419.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8420.     }
  8421.     /**
  8422.      * Gets the public 'document_base_config.repository' shared service.
  8423.      *
  8424.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8425.      */
  8426.     protected function getDocumentBaseConfig_RepositoryService()
  8427.     {
  8428.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8429.     }
  8430.     /**
  8431.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  8432.      *
  8433.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8434.      */
  8435.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  8436.     {
  8437.         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()));
  8438.     }
  8439.     /**
  8440.      * Gets the public 'document_type.repository' shared service.
  8441.      *
  8442.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8443.      */
  8444.     protected function getDocumentType_RepositoryService()
  8445.     {
  8446.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  8447.     }
  8448.     /**
  8449.      * Gets the public 'document_type_translation.repository' shared service.
  8450.      *
  8451.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8452.      */
  8453.     protected function getDocumentTypeTranslation_RepositoryService()
  8454.     {
  8455.         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()));
  8456.     }
  8457.     /**
  8458.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  8459.      *
  8460.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  8461.      */
  8462.     protected function getElasticsearch_Filesystem_PrivateService()
  8463.     {
  8464.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  8465.     }
  8466.     /**
  8467.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  8468.      *
  8469.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  8470.      */
  8471.     protected function getElasticsearch_Filesystem_PublicService()
  8472.     {
  8473.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  8474.     }
  8475.     /**
  8476.      * Gets the public 'enqueue.client.default.producer' shared service.
  8477.      *
  8478.      * @return \Enqueue\Client\TraceableProducer
  8479.      */
  8480.     protected function getEnqueue_Client_Default_ProducerService()
  8481.     {
  8482.         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([])));
  8483.     }
  8484.     /**
  8485.      * Gets the public 'error_controller' shared service.
  8486.      *
  8487.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  8488.      */
  8489.     protected function getErrorController2Service()
  8490.     {
  8491.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8492.         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)));
  8493.     }
  8494.     /**
  8495.      * Gets the public 'event_action.repository' shared service.
  8496.      *
  8497.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8498.      */
  8499.     protected function getEventAction_RepositoryService()
  8500.     {
  8501.         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()));
  8502.     }
  8503.     /**
  8504.      * Gets the public 'event_action_rule.repository' shared service.
  8505.      *
  8506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8507.      */
  8508.     protected function getEventActionRule_RepositoryService()
  8509.     {
  8510.         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()));
  8511.     }
  8512.     /**
  8513.      * Gets the public 'event_action_sales_channel.repository' shared service.
  8514.      *
  8515.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  8516.      */
  8517.     protected function getEventActionSalesChannel_RepositoryService()
  8518.     {
  8519.         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()));
  8520.     }
  8521.     /**
  8522.      * Gets the public 'event_dispatcher' shared service.
  8523.      *
  8524.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  8525.      */
  8526.     protected function getEventDispatcherService()
  8527.     {
  8528.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  8529.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8530.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  8531.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8532.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Shopware\Core\Framework\Event\NestedEventDispatcher(($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8533.         $instance->addListener('kernel.request', [=> function () {
  8534.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  8535.         }, => '__invoke'], 0);
  8536.         $instance->addListener('kernel.request', [=> function () {
  8537.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  8538.         }, => 'onKernelRequest'], 0);
  8539.         $instance->addListener('kernel.response', [=> function () {
  8540.             return ($this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] ?? $this->getAdminSecurityFixesProviderService());
  8541.         }, => '__invoke'], 0);
  8542.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  8543.             return ($this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] ?? $this->getTwigStateProviderService());
  8544.         }, => '__invoke'], 0);
  8545.         $instance->addListener('kernel.controller', [=> function () {
  8546.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  8547.         }, => 'onKernelController'], 0);
  8548.         $instance->addListener('kernel.controller', [=> function () {
  8549.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  8550.         }, => 'resolveContext'], -10);
  8551.         $instance->addListener('kernel.request', [=> function () {
  8552.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  8553.         }, => 'initializeCspNonce'], 0);
  8554.         $instance->addListener('kernel.response', [=> function () {
  8555.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  8556.         }, => 'setSecurityHeaders'], 0);
  8557.         $instance->addListener('kernel.controller', [=> function () {
  8558.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  8559.         }, => 'checkScope'], -20);
  8560.         $instance->addListener('kernel.request', [=> function () {
  8561.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  8562.         }, => 'request'], -10);
  8563.         $instance->addListener('kernel.response', [=> function () {
  8564.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  8565.         }, => 'response'], -10);
  8566.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  8567.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  8568.         }, => 'render'], -10);
  8569.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  8570.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  8571.         }, => 'onContextResolved'], 0);
  8572.         $instance->addListener('snippet.written', [=> function () {
  8573.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  8574.         }, => 'invalidate'], 0);
  8575.         $instance->addListener('snippet.deleted', [=> function () {
  8576.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  8577.         }, => 'invalidate'], 0);
  8578.         $instance->addListener('snippet_set.deleted', [=> function () {
  8579.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  8580.         }, => 'invalidate'], 0);
  8581.         $instance->addListener('app_template.written', [=> function () {
  8582.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  8583.         }, => 'reset'], 0);
  8584.         $instance->addListener('shopware.global_business_event', [=> function () {
  8585.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  8586.         }, => 'logBusinessEvent'], 0);
  8587.         $instance->addListener('kernel.controller', [=> function () {
  8588.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  8589.         }, => 'setStates'], -21);
  8590.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  8591.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  8592.         }, => 'login'], 0);
  8593.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  8594.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  8595.         }, => 'cartChanged'], 0);
  8596.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8597.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  8598.         }, => 'executeCacheInvalidationHook'], 0);
  8599.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  8600.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8601.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  8602.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  8603.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8604.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  8605.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  8606.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8607.         }, => 'invalidateIndexedLandingPages'], 2000);
  8608.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8609.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8610.         }, => 'invalidateSearch'], 2000);
  8611.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8612.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8613.         }, => 'invalidateListings'], 2001);
  8614.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8615.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8616.         }, => 'invalidateProductIds'], 2002);
  8617.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8618.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8619.         }, => 'invalidateDetailRoute'], 2004);
  8620.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8621.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8622.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  8623.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  8624.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8625.         }, => 'invalidateReviewRoute'], 2006);
  8626.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8627.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8628.         }, => 'invalidateSearch'], 2000);
  8629.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8630.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8631.         }, => 'invalidateListings'], 2001);
  8632.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8633.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8634.         }, => 'invalidateProductIds'], 2002);
  8635.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8636.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8637.         }, => 'invalidateDetailRoute'], 2004);
  8638.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8639.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8640.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  8641.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  8642.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8643.         }, => 'invalidateReviewRoute'], 2006);
  8644.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8645.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8646.         }, => 'invalidateCmsPageIds'], 2001);
  8647.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8648.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8649.         }, => 'invalidateCurrencyRoute'], 2002);
  8650.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8651.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8652.         }, => 'invalidateLanguageRoute'], 2003);
  8653.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8654.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8655.         }, => 'invalidateNavigationRoute'], 2004);
  8656.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8657.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8658.         }, => 'invalidatePaymentMethodRoute'], 2005);
  8659.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8660.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8661.         }, => 'invalidateProductAssignment'], 2006);
  8662.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8663.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8664.         }, => 'invalidateManufacturerFilters'], 2007);
  8665.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8666.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8667.         }, => 'invalidatePropertyFilters'], 2008);
  8668.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8669.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8670.         }, => 'invalidateCrossSellingRoute'], 2009);
  8671.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8672.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8673.         }, => 'invalidateContext'], 2010);
  8674.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8675.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8676.         }, => 'invalidateShippingMethodRoute'], 2011);
  8677.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8678.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8679.         }, => 'invalidateSnippets'], 2012);
  8680.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8681.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8682.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  8683.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8684.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8685.         }, => 'invalidateStreamIds'], 2014);
  8686.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8687.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8688.         }, => 'invalidateCountryRoute'], 2015);
  8689.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8690.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8691.         }, => 'invalidateSalutationRoute'], 2016);
  8692.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8693.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8694.         }, => 'invalidateInitialStateIdLoader'], 2017);
  8695.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8696.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8697.         }, => 'invalidateCountryStateRoute'], 2018);
  8698.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  8699.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8700.         }, => 'invalidateSeoUrls'], 2000);
  8701.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  8702.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8703.         }, => 'invalidateRules'], 2000);
  8704.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  8705.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8706.         }, => 'invalidateRules'], 2000);
  8707.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  8708.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8709.         }, => 'invalidateConfig'], 2001);
  8710.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  8711.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8712.         }, => 'invalidateRules'], 2000);
  8713.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  8714.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8715.         }, => 'invalidateConfig'], 2001);
  8716.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  8717.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8718.         }, => 'invalidateRules'], 2000);
  8719.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  8720.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8721.         }, => 'invalidateConfig'], 2001);
  8722.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  8723.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8724.         }, => 'invalidateRules'], 2000);
  8725.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  8726.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8727.         }, => 'invalidateConfig'], 2001);
  8728.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  8729.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8730.         }, => 'invalidateRules'], 2000);
  8731.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  8732.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8733.         }, => 'invalidateConfig'], 2001);
  8734.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  8735.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8736.         }, => 'invalidateConfigKey'], 2000);
  8737.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  8738.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  8739.         }, => 'invalidateSitemap'], 2000);
  8740.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8741.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  8742.         }, => 'preValidate'], 0);
  8743.         $instance->addListener('kernel.controller', [=> function () {
  8744.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  8745.         }, => 'validate'], -20);
  8746.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  8747.             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()));
  8748.         }, => 'validate'], 0);
  8749.         $instance->addListener('kernel.request', [=> function () {
  8750.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  8751.         }, => 'onKernelRequest'], 9999);
  8752.         $instance->addListener('kernel.response', [=> function () {
  8753.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  8754.         }, => 'onKernelResponse'], 9999);
  8755.         $instance->addListener('kernel.exception', [=> function () {
  8756.             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)));
  8757.         }, => 'onKernelException'], -1);
  8758.         $instance->addListener('kernel.response', [=> function () {
  8759.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  8760.         }, => 'onResponse'], 0);
  8761.         $instance->addListener('kernel.request', [=> function () {
  8762.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  8763.         }, => 'onRequest'], 128);
  8764.         $instance->addListener('kernel.controller', [=> function () {
  8765.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  8766.         }, => 'checkExpectations'], -21);
  8767.         $instance->addListener('kernel.controller', [=> function () {
  8768.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  8769.         }, => 'validateRequest'], -2);
  8770.         $instance->addListener('kernel.request', [=> function () {
  8771.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  8772.         }, => 'setupOAuth'], 128);
  8773.         $instance->addListener('kernel.controller', [=> function () {
  8774.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  8775.         }, => 'validateRequest'], -2);
  8776.         $instance->addListener('user.written', [=> function () {
  8777.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  8778.         }, => 'onUserWritten'], 0);
  8779.         $instance->addListener('user.deleted', [=> function () {
  8780.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  8781.         }, => 'onUserDeleted'], 0);
  8782.         $instance->addListener('app.loaded', [=> function () {
  8783.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  8784.         }, => 'unserialize'], 0);
  8785.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8786.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  8787.         }, => 'checkWrite'], 0);
  8788.         $instance->addListener('app_script_condition.loaded', [=> function () {
  8789.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  8790.         }, => 'unserialize'], 0);
  8791.         $instance->addListener('app_flow_action.loaded', [=> function () {
  8792.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  8793.         }, => 'unserialize'], 0);
  8794.         $instance->addListener('custom_field.deleted', [=> function () {
  8795.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  8796.         }, => 'invalidateCache'], 0);
  8797.         $instance->addListener('custom_field.written', [=> function () {
  8798.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  8799.         }, => 'invalidateCache'], 0);
  8800.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  8801.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  8802.         }, => 'startProgress'], 0);
  8803.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  8804.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  8805.         }, => 'advanceProgress'], 0);
  8806.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  8807.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  8808.         }, => 'finishProgress'], 0);
  8809.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  8810.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  8811.         }, => 'runRegisteredIndexers'], 0);
  8812.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  8813.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  8814.         }, => 'runRegisteredIndexers'], 0);
  8815.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8816.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  8817.         }, => 'preValidate'], 0);
  8818.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8819.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  8820.         }, => 'validateWriteCommands'], 0);
  8821.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  8822.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  8823.         }, => 'validateEntitySearch'], 0);
  8824.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  8825.             return ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  8826.         }, => 'refresh'], 1000);
  8827.         $instance->addListener('mail_template.deleted', [=> function () {
  8828.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  8829.         }, => 'deleted'], 0);
  8830.         $instance->addListener('dead_message.loaded', [=> function () {
  8831.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  8832.         }, => 'unserialize'], 0);
  8833.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  8834.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  8835.         }, => 'onMessageFailed'], 99);
  8836.         $instance->addListener('plugin.loaded', [=> function () {
  8837.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  8838.         }, => 'unserialize'], 0);
  8839.         $instance->addListener('acl_role.loaded', [=> function () {
  8840.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  8841.         }, => 'onAclRoleLoaded'], 0);
  8842.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  8843.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  8844.         }, => 'afterPluginStateChange'], 0);
  8845.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  8846.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  8847.         }, => 'afterPluginStateChange'], 0);
  8848.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  8849.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  8850.         }, => 'updatePostFinishEvent'], 0);
  8851.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  8852.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  8853.         }, => 'onLicenseHostChanged'], 0);
  8854.         $instance->addListener('script.written', [=> function () {
  8855.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  8856.         }, => 'invalidateCache'], 0);
  8857.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8858.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  8859.         }, => 'preValidate'], 0);
  8860.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  8861.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  8862.         }, => 'postValidate'], 0);
  8863.         $instance->addListener('language.deleted', [=> function () {
  8864.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  8865.         }, => 'invalidateCache'], 0);
  8866.         $instance->addListener('language.written', [=> function () {
  8867.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  8868.         }, => 'invalidateCache'], 0);
  8869.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8870.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  8871.         }, => 'preValidate'], 0);
  8872.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  8873.             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'))));
  8874.         }, => 'update'], 0);
  8875.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  8876.             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'))));
  8877.         }, => 'onUpdate'], 0);
  8878.         $instance->addListener('kernel.response', [=> function () {
  8879.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  8880.         }, => 'addSeoInformation'], 10000);
  8881.         $instance->addListener('webhook.written', [=> function () {
  8882.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  8883.         }, => 'clearWebhookCache'], 0);
  8884.         $instance->addListener('acl_role.written', [=> function () {
  8885.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  8886.         }, => 'clearPrivilegesCache'], 0);
  8887.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  8888.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  8889.         }, => 'handleWebhookMessageFail'], 0);
  8890.         $instance->addListener('kernel.response', [=> function () {
  8891.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  8892.         }, => 'encodeResponse'], 10000);
  8893.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8894.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  8895.         }, => 'handleSalesChannelLanguageIds'], 0);
  8896.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8897.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  8898.         }, => 'preWriteValidateEvent'], 0);
  8899.         $instance->addListener('country.written', [=> function () {
  8900.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  8901.         }, => 'updated'], 0);
  8902.         $instance->addListener('currency.loaded', [=> function () {
  8903.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  8904.         }, => 'setDefault'], 0);
  8905.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8906.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  8907.         }, => 'preValidate'], 0);
  8908.         $instance->addListener('custom_field.written', [=> function () {
  8909.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  8910.         }, => 'customFieldIsWritten'], 0);
  8911.         $instance->addListener('custom_field.deleted', [=> function () {
  8912.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  8913.         }, => 'customFieldIsDeleted'], 0);
  8914.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8915.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  8916.         }, => 'validate'], 0);
  8917.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  8918.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  8919.         }, => 'onValueChanged'], 1500);
  8920.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  8921.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  8922.         }, => 'postValidate'], 0);
  8923.         $instance->addListener('category.loaded', [=> function () {
  8924.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  8925.         }, => 'entityLoaded'], 0);
  8926.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  8927.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  8928.         }, => 'entityLoaded'], 0);
  8929.         $instance->addListener('media.loaded', [=> function () {
  8930.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  8931.         }, => 'unserialize'], 10);
  8932.         $instance->addListener('media.loaded', [=> function () {
  8933.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  8934.         }, => 'addUrls'], 0);
  8935.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  8936.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  8937.         }, => 'unserialize'], 10);
  8938.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  8939.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  8940.         }, => 'beforeDelete'], 0);
  8941.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  8942.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  8943.         }, => 'securePrivateFolders'], 0);
  8944.         $instance->addListener('product.loaded', [=> function () {
  8945.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  8946.         }, => 'loaded'], 0);
  8947.         $instance->addListener('product.partial_loaded', [=> function () {
  8948.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  8949.         }, => 'partialEntityLoaded'], 0);
  8950.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  8951.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  8952.         }, => 'salesChannelLoaded'], 0);
  8953.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  8954.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  8955.         }, => 'partialSalesChannelLoaded'], 0);
  8956.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  8957.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8958.         }, => 'handleListingRequest'], 100);
  8959.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  8960.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8961.         }, => 'handleFlags'], -100);
  8962.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  8963.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8964.         }, => 'handleFlags'], -100);
  8965.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  8966.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8967.         }, => 'handleSearchRequest'], 100);
  8968.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  8969.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8970.         }, => 'handleFlags'], -100);
  8971.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  8972.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8973.         }, => 'handleResult'], 100);
  8974.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  8975.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8976.         }, => 'removeScoreSorting'], -100);
  8977.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  8978.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  8979.         }, => 'handleResult'], 0);
  8980.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8981.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  8982.         }, => 'preValidate'], 0);
  8983.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  8984.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  8985.         }, => 'orderPlaced'], 0);
  8986.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  8987.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  8988.         }, => 'stateChanged'], 0);
  8989.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  8990.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  8991.         }, => 'triggerChangeSet'], 0);
  8992.         $instance->addListener('order_line_item.written', [=> function () {
  8993.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  8994.         }, => 'lineItemWritten'], 0);
  8995.         $instance->addListener('order_line_item.deleted', [=> function () {
  8996.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  8997.         }, => 'lineItemWritten'], 0);
  8998.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  8999.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  9000.         }, => 'onNewsletterRecipientDeleted'], 0);
  9001.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9002.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  9003.         }, => 'preValidate'], 0);
  9004.         $instance->addListener('rule.loaded', [=> function () {
  9005.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  9006.         }, => 'unserialize'], 0);
  9007.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  9008.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9009.         }, => 'refreshPlugin'], 0);
  9010.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  9011.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9012.         }, => 'refreshPlugin'], 0);
  9013.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  9014.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9015.         }, => 'refreshPlugin'], 0);
  9016.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  9017.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9018.         }, => 'refreshPlugin'], 0);
  9019.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  9020.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9021.         }, => 'refreshPlugin'], 0);
  9022.         $instance->addListener('rule.written', [=> function () {
  9023.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9024.         }, => 'onRuleWritten'], 0);
  9025.         $instance->addListener('app_script_condition.written', [=> function () {
  9026.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  9027.         }, => 'updatePayloads'], 0);
  9028.         $instance->addListener('product_export.written', [=> function () {
  9029.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  9030.         }, => 'afterWrite'], 0);
  9031.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  9032.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  9033.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  9034.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  9035.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  9036.         }, => 'beforeDeletion'], 0);
  9037.         $instance->addListener('action.mail.send', [=> function () {
  9038.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  9039.         }, => 'sendMail'], 0);
  9040.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9041.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  9042.         }, => 'preValidate'], 0);
  9043.         $instance->addListener('media.written', [=> function () {
  9044.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  9045.         }, => 'persistMedia'], 0);
  9046.         $instance->addListener('import_export_file.deleted', [=> function () {
  9047.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  9048.         }, => 'onFileDeleted'], 0);
  9049.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  9050.             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()));
  9051.         }, => 'enrich'], 0);
  9052.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  9053.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  9054.         }, => 'categoryPathsToAssignment'], 0);
  9055.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  9056.             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()));
  9057.         }, => 'enrich'], 0);
  9058.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  9059.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  9060.         }, => 'onAfterImportRecord'], 0);
  9061.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  9062.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  9063.         }, => 'preValidate'], 0);
  9064.         $instance->addListener('action.add.order.tag', [=> function () {
  9065.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  9066.         }, => 'handle'], 0);
  9067.         $instance->addListener('action.add.customer.tag', [=> function () {
  9068.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  9069.         }, => 'handle'], 0);
  9070.         $instance->addListener('action.remove.order.tag', [=> function () {
  9071.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  9072.         }, => 'handle'], 0);
  9073.         $instance->addListener('action.remove.customer.tag', [=> function () {
  9074.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  9075.         }, => 'handle'], 0);
  9076.         $instance->addListener('action.change.customer.group', [=> function () {
  9077.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  9078.         }, => 'handle'], 0);
  9079.         $instance->addListener('action.change.customer.status', [=> function () {
  9080.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  9081.         }, => 'handle'], 0);
  9082.         $instance->addListener('action.mail.send', [=> function () {
  9083.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  9084.         }, => 'handle'], 0);
  9085.         $instance->addListener('action.generate.document', [=> function () {
  9086.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  9087.         }, => 'handle'], 0);
  9088.         $instance->addListener('action.set.order.state', [=> function () {
  9089.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  9090.         }, => 'handle'], 0);
  9091.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  9092.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  9093.         }, => 'handle'], 0);
  9094.         $instance->addListener('action.set.order.custom.field', [=> function () {
  9095.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  9096.         }, => 'handle'], 0);
  9097.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  9098.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  9099.         }, => 'handle'], 0);
  9100.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  9101.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  9102.         }, => 'handle'], 0);
  9103.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  9104.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  9105.         }, => 'handle'], 0);
  9106.         $instance->addListener('action.stop.flow', [=> function () {
  9107.             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()));
  9108.         }, => 'handle'], 0);
  9109.         $instance->addListener('flow.written', [=> function () {
  9110.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  9111.         }, => 'invalidate'], 0);
  9112.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  9113.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9114.         }, => 'refreshPlugin'], 0);
  9115.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  9116.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9117.         }, => 'refreshPlugin'], 0);
  9118.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  9119.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9120.         }, => 'refreshPlugin'], 0);
  9121.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  9122.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9123.         }, => 'refreshPlugin'], 0);
  9124.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  9125.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9126.         }, => 'refreshPlugin'], 0);
  9127.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  9128.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9129.         }, => 'refreshPlugin'], 0);
  9130.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  9131.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9132.         }, => 'refreshPlugin'], 0);
  9133.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  9134.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9135.         }, => 'refreshPlugin'], 0);
  9136.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  9137.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9138.         }, => 'refreshPlugin'], 0);
  9139.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  9140.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9141.         }, => 'refreshPlugin'], 0);
  9142.         $instance->addListener('customer.loaded', [=> function () {
  9143.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  9144.         }, => 'loaded'], 0);
  9145.         $instance->addListener('customer_address.loaded', [=> function () {
  9146.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  9147.         }, => 'loaded'], 0);
  9148.         $instance->addListener('order_address.loaded', [=> function () {
  9149.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  9150.         }, => 'loaded'], 0);
  9151.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  9152.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  9153.         }, => 'fillCustomerMetaDataFields'], 0);
  9154.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9155.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  9156.         }, => 'deleteOrder'], 0);
  9157.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  9158.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  9159.         }, => 'updateRemoteAddressByLogin'], 0);
  9160.         $instance->addListener('customer.written', [=> function () {
  9161.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  9162.         }, => 'onCustomerWritten'], 0);
  9163.         $instance->addListener('customer.deleted', [=> function () {
  9164.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  9165.         }, => 'onCustomerDeleted'], 0);
  9166.         $instance->addListener('customer_group_translation.written', [=> function () {
  9167.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  9168.         }, => 'updatedCustomerGroup'], 0);
  9169.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  9170.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  9171.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  9172.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  9173.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  9174.         }, => 'deleteCustomerGroup'], 0);
  9175.         $instance->addListener('customer.written', [=> function () {
  9176.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  9177.         }, => 'onCustomerWritten'], 0);
  9178.         $instance->addListener('customer.written', [=> function () {
  9179.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  9180.         }, => 'onCustomerWritten'], 0);
  9181.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  9182.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  9183.         }, => 'beforeDelete'], 0);
  9184.         $instance->addListener('document_base_config.written', [=> function () {
  9185.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  9186.         }, => 'reset'], 0);
  9187.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  9188.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  9189.         }, => 'onOrderStateChange'], 0);
  9190.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  9191.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  9192.         }, => 'onOrderDeliveryStateChange'], 0);
  9193.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  9194.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  9195.         }, => 'onOrderTransactionStateChange'], 0);
  9196.         $instance->addListener('collect.business-events', [=> function () {
  9197.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  9198.         }, => 'onAddStateEvents'], 0);
  9199.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9200.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  9201.         }, => 'validate'], 0);
  9202.         $instance->addListener('payment_method.loaded', [=> function () {
  9203.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  9204.         }, => 'formatHandlerIdentifier'], 0);
  9205.         $instance->addListener('payment_method.loaded', [=> function () {
  9206.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  9207.         }, => 'addDistinguishablePaymentName'], 0);
  9208.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9209.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  9210.         }, => 'preValidate'], 0);
  9211.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  9212.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  9213.         }, => 'onLineItemAdded'], 0);
  9214.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  9215.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  9216.         }, => 'onLineItemRemoved'], 0);
  9217.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  9218.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  9219.         }, => 'resetCodes'], 0);
  9220.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  9221.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  9222.         }, => 'onOrderPlaced'], 0);
  9223.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  9224.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  9225.         }, => 'orderPlaced'], 0);
  9226.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  9227.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  9228.         }, => 'preValidate'], 0);
  9229.         $instance->addListener('sales_channel.deleted', [=> function () {
  9230.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  9231.         }, => 'onSalesChannelDeleted'], 0);
  9232.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  9233.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  9234.         }, => 'invalidate'], 2000);
  9235.         $instance->addListener('kernel.request', [=> function () {
  9236.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9237.         }, => 'startSession'], 40);
  9238.         $instance->addListener('kernel.request', [=> function () {
  9239.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9240.         }, => 'maintenanceResolver'], 0);
  9241.         $instance->addListener('kernel.exception', [=> function () {
  9242.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9243.         }, => 'showHtmlExceptionResponse'], -100);
  9244.         $instance->addListener('kernel.exception', [=> function () {
  9245.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9246.         }, => 'customerNotLoggedInHandler'], 0);
  9247.         $instance->addListener('kernel.exception', [=> function () {
  9248.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9249.         }, => 'maintenanceResolver'], 0);
  9250.         $instance->addListener('kernel.controller', [=> function () {
  9251.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9252.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  9253.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  9254.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9255.         }, => 'updateSessionAfterLogin'], 0);
  9256.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  9257.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9258.         }, => 'updateSessionAfterLogout'], 0);
  9259.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  9260.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9261.         }, => 'replaceCsrfToken'], 0);
  9262.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  9263.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9264.         }, => 'setCanonicalUrl'], 0);
  9265.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  9266.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9267.         }, => 'addHreflang'], 0);
  9268.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  9269.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9270.         }, => 'addShopIdParameter'], 0);
  9271.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  9272.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9273.         }, => 'addIconSetConfig'], 0);
  9274.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  9275.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  9276.         }, => 'replaceContextToken'], 0);
  9277.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  9278.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  9279.         }, => 'onSystemConfigChanged'], 0);
  9280.         $instance->addListener('kernel.controller', [=> function () {
  9281.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  9282.         }, => 'csrfCheck'], -9);
  9283.         $instance->addListener('kernel.controller', [=> function () {
  9284.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  9285.         }, => 'checkAffiliateTracking'], -21);
  9286.         $instance->addListener('kernel.request', [=> function () {
  9287.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  9288.         }, => 'addHttpCacheToCoreRoutes'], 0);
  9289.         $instance->addListener('kernel.response', [=> function () {
  9290.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  9291.         }, => 'setResponseCache'], -1500);
  9292.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  9293.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  9294.         }, => 'updateCacheControlForBrowser'], 0);
  9295.         $instance->addListener('kernel.controller', [=> function () {
  9296.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  9297.         }, => 'validateCaptcha'], -20);
  9298.         $instance->addListener('kernel.response', [=> function () {
  9299.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  9300.         }, => 'onResponse'], -10);
  9301.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  9302.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  9303.         }, => 'addCartMergedNoticeFlash'], 0);
  9304.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  9305.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  9306.         }, => 'updateProductUrls'], 0);
  9307.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  9308.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  9309.         }, => 'updateCategoryUrls'], 0);
  9310.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  9311.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  9312.         }, => 'updateLandingPageUrls'], 0);
  9313.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  9314.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  9315.         }, => 'detectSalesChannelEntryPoints'], 0);
  9316.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  9317.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  9318.         }, => 'invalidate'], 0);
  9319.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  9320.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  9321.         }, => 'assigned'], 0);
  9322.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  9323.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  9324.         }, => 'reset'], 0);
  9325.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  9326.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  9327.         }, => 'handleAppActivationOrUpdate'], 0);
  9328.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  9329.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  9330.         }, => 'handleAppActivationOrUpdate'], 0);
  9331.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  9332.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  9333.         }, => 'handleUninstall'], 0);
  9334.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  9335.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  9336.         }, => 'dumpConfigFromEvent'], 0);
  9337.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  9338.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  9339.         }, => 'dumpConfigFromEvent'], 0);
  9340.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  9341.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  9342.         }, => 'dumpConfigFromEvent'], 0);
  9343.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  9344.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9345.         }, => 'pluginActivate'], 0);
  9346.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  9347.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9348.         }, => 'pluginPostActivate'], 0);
  9349.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  9350.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9351.         }, => 'pluginUpdate'], 0);
  9352.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  9353.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9354.         }, => 'pluginDeactivateAndUninstall'], 0);
  9355.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  9356.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9357.         }, => 'pluginPostDeactivateFailed'], 0);
  9358.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  9359.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9360.         }, => 'pluginDeactivateAndUninstall'], 0);
  9361.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  9362.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  9363.         }, => 'pluginPostUninstall'], 0);
  9364.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  9365.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  9366.         }, => 'onAppDeleted'], 0);
  9367.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  9368.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  9369.         }, => 'enrichExtensionVars'], 0);
  9370.         $instance->addListener('kernel.request', [=> function () {
  9371.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  9372.         }, => 'requestEvent'], 0);
  9373.         $instance->addListener('kernel.exception', [=> function () {
  9374.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  9375.         }, => 'requestEvent'], 0);
  9376.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  9377.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  9378.         }, => 'onDocumentRendering'], 0);
  9379.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  9380.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  9381.         }, => 'frwFinished'], 0);
  9382.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  9383.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  9384.         }, => 'updateFinished'], 0);
  9385.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  9386.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  9387.         }, => 'update'], 0);
  9388.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  9389.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  9390.         }, => 'onNewCustomFieldCreated'], 0);
  9391.         $instance->addListener('sales_channel_language.written', [=> function () {
  9392.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  9393.         }, => 'onSalesChannelWritten'], 0);
  9394.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  9395.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  9396.         }, => 'onConfirmLoaded'], 0);
  9397.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  9398.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  9399.         }, => 'onOrderPlaced'], 0);
  9400.         $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent', [=> function () {
  9401.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  9402.         }, => 'beforeMailValidated'], 0);
  9403.         $instance->addListener('kernel.response', [=> function () {
  9404.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  9405.         }, => 'onKernelResponse'], 0);
  9406.         $instance->addListener('kernel.response', [=> function () {
  9407.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  9408.         }, => 'onKernelResponse'], -1024);
  9409.         $instance->addListener('kernel.request', [=> function () {
  9410.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9411.         }, => 'setDefaultLocale'], 100);
  9412.         $instance->addListener('kernel.request', [=> function () {
  9413.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9414.         }, => 'onKernelRequest'], 16);
  9415.         $instance->addListener('kernel.finish_request', [=> function () {
  9416.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9417.         }, => 'onKernelFinishRequest'], 0);
  9418.         $instance->addListener('kernel.request', [=> function () {
  9419.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  9420.         }, => 'onKernelRequest'], 256);
  9421.         $instance->addListener('kernel.response', [=> function () {
  9422.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  9423.         }, => 'onResponse'], -255);
  9424.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9425.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9426.         }, => 'onControllerArguments'], 0);
  9427.         $instance->addListener('kernel.exception', [=> function () {
  9428.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9429.         }, => 'logKernelException'], 0);
  9430.         $instance->addListener('kernel.exception', [=> function () {
  9431.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9432.         }, => 'onKernelException'], -128);
  9433.         $instance->addListener('kernel.response', [=> function () {
  9434.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9435.         }, => 'removeCspHeader'], -128);
  9436.         $instance->addListener('kernel.request', [=> function () {
  9437.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9438.         }, => 'onKernelRequest'], 15);
  9439.         $instance->addListener('kernel.finish_request', [=> function () {
  9440.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9441.         }, => 'onKernelFinishRequest'], -15);
  9442.         $instance->addListener('console.error', [=> function () {
  9443.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9444.         }, => 'onConsoleError'], -128);
  9445.         $instance->addListener('console.terminate', [=> function () {
  9446.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9447.         }, => 'onConsoleTerminate'], -128);
  9448.         $instance->addListener('console.error', [=> function () {
  9449.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  9450.         }, => 'onConsoleError'], 0);
  9451.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9452.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  9453.         }, => 'onMessage'], -255);
  9454.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9455.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  9456.         }, => 'onMessage'], -255);
  9457.         $instance->addListener('kernel.response', [=> function () {
  9458.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  9459.         }, => 'onKernelResponse'], 0);
  9460.         $instance->addListener('kernel.request', [=> function () {
  9461.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  9462.         }, => 'onKernelRequest'], 48);
  9463.         $instance->addListener('kernel.request', [=> function () {
  9464.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9465.         }, => 'configure'], 2048);
  9466.         $instance->addListener('console.command', [=> function () {
  9467.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9468.         }, => 'configure'], 2048);
  9469.         $instance->addListener('kernel.request', [=> function () {
  9470.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9471.         }, => 'onKernelRequest'], 32);
  9472.         $instance->addListener('kernel.finish_request', [=> function () {
  9473.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9474.         }, => 'onKernelFinishRequest'], 0);
  9475.         $instance->addListener('kernel.exception', [=> function () {
  9476.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9477.         }, => 'onKernelException'], -64);
  9478.         $instance->addListener('kernel.request', [=> function () {
  9479.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9480.         }, => 'onKernelRequest'], 128);
  9481.         $instance->addListener('kernel.response', [=> function () {
  9482.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9483.         }, => 'onKernelResponse'], -1000);
  9484.         $instance->addListener('kernel.finish_request', [=> function () {
  9485.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9486.         }, => 'onFinishRequest'], 0);
  9487.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9488.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  9489.         }, => 'onMessageFailed'], 100);
  9490.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9491.             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()));
  9492.         }, => 'onMessageFailed'], 200);
  9493.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  9494.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9495.         }, => 'onWorkerStarted'], 0);
  9496.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9497.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9498.         }, => 'onWorkerRunning'], 0);
  9499.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9500.             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()));
  9501.         }, => 'onMessageFailed'], 0);
  9502.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9503.             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()));
  9504.         }, => 'onWorkerRunning'], 0);
  9505.         $instance->addListener('kernel.response', [=> function () {
  9506.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9507.         }, => 'onKernelResponse'], -100);
  9508.         $instance->addListener('kernel.exception', [=> function () {
  9509.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9510.         }, => 'onKernelException'], 0);
  9511.         $instance->addListener('kernel.terminate', [=> function () {
  9512.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9513.         }, => 'onKernelTerminate'], -1024);
  9514.         $instance->addListener('kernel.controller', [=> function () {
  9515.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9516.         }, => 'onKernelController'], 0);
  9517.         $instance->addListener('kernel.response', [=> function () {
  9518.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9519.         }, => 'onKernelResponse'], 0);
  9520.         $instance->addListener('console.command', [=> function () {
  9521.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9522.         }, => 'onCommand'], 255);
  9523.         $instance->addListener('console.terminate', [=> function () {
  9524.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9525.         }, => 'onTerminate'], -255);
  9526.         $instance->addListener('kernel.controller', [=> function () {
  9527.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  9528.         }, => 'onKernelController'], 0);
  9529.         $instance->addListener('kernel.controller', [=> function () {
  9530.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  9531.         }, => 'onKernelController'], 0);
  9532.         $instance->addListener('kernel.controller', [=> function () {
  9533.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9534.         }, => 'onKernelController'], -128);
  9535.         $instance->addListener('kernel.view', [=> function () {
  9536.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9537.         }, => 'onKernelView'], 0);
  9538.         $instance->addListener('kernel.controller', [=> function () {
  9539.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9540.         }, => 'onKernelController'], 0);
  9541.         $instance->addListener('kernel.response', [=> function () {
  9542.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9543.         }, => 'onKernelResponse'], 0);
  9544.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9545.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  9546.         }, => 'onKernelControllerArguments'], 0);
  9547.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9548.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  9549.         }, => 'onMessage'], 0);
  9550.         $instance->addListener('console.command', [=> function () {
  9551.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  9552.         }, => 'configure'], 1024);
  9553.         $instance->addListener('kernel.terminate', [=> function () {
  9554.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  9555.         }, => 'flushMessages'], 0);
  9556.         $instance->addListener('console.terminate', [=> function () {
  9557.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  9558.         }, => 'flushMessages'], 0);
  9559.         $instance->addListener('kernel.response', [=> function () {
  9560.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  9561.         }, => 'onKernelResponse'], -128);
  9562.         return $instance;
  9563.     }
  9564.     /**
  9565.      * Gets the public 'flow.repository' shared service.
  9566.      *
  9567.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9568.      */
  9569.     protected function getFlow_RepositoryService()
  9570.     {
  9571.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9572.     }
  9573.     /**
  9574.      * Gets the public 'flow_sequence.repository' shared service.
  9575.      *
  9576.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9577.      */
  9578.     protected function getFlowSequence_RepositoryService()
  9579.     {
  9580.         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()));
  9581.     }
  9582.     /**
  9583.      * Gets the public 'framework.filesystem.private' shared service.
  9584.      *
  9585.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9586.      */
  9587.     protected function getFramework_Filesystem_PrivateService()
  9588.     {
  9589.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  9590.     }
  9591.     /**
  9592.      * Gets the public 'framework.filesystem.public' shared service.
  9593.      *
  9594.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9595.      */
  9596.     protected function getFramework_Filesystem_PublicService()
  9597.     {
  9598.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  9599.     }
  9600.     /**
  9601.      * Gets the public 'http_kernel' shared service.
  9602.      *
  9603.      * @return \Symfony\Component\HttpKernel\HttpKernel
  9604.      */
  9605.     protected function getHttpKernelService()
  9606.     {
  9607.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  9608.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  9609.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  9610.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  9611.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  9612.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  9613.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  9614.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  9615.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  9616.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  9617.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  9618.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  9619.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  9620.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  9621.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  9622.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  9623.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  9624.         }, 15)), $a));
  9625.     }
  9626.     /**
  9627.      * Gets the public 'import_export_file.repository' shared service.
  9628.      *
  9629.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9630.      */
  9631.     protected function getImportExportFile_RepositoryService()
  9632.     {
  9633.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9634.     }
  9635.     /**
  9636.      * Gets the public 'import_export_log.repository' shared service.
  9637.      *
  9638.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9639.      */
  9640.     protected function getImportExportLog_RepositoryService()
  9641.     {
  9642.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9643.     }
  9644.     /**
  9645.      * Gets the public 'import_export_profile.repository' shared service.
  9646.      *
  9647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9648.      */
  9649.     protected function getImportExportProfile_RepositoryService()
  9650.     {
  9651.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9652.     }
  9653.     /**
  9654.      * Gets the public 'import_export_profile_translation.repository' shared service.
  9655.      *
  9656.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9657.      */
  9658.     protected function getImportExportProfileTranslation_RepositoryService()
  9659.     {
  9660.         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()));
  9661.     }
  9662.     /**
  9663.      * Gets the public 'integration.repository' shared service.
  9664.      *
  9665.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9666.      */
  9667.     protected function getIntegration_RepositoryService()
  9668.     {
  9669.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9670.     }
  9671.     /**
  9672.      * Gets the public 'integration_role.repository' shared service.
  9673.      *
  9674.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9675.      */
  9676.     protected function getIntegrationRole_RepositoryService()
  9677.     {
  9678.         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()));
  9679.     }
  9680.     /**
  9681.      * Gets the public 'landing_page.repository' shared service.
  9682.      *
  9683.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9684.      */
  9685.     protected function getLandingPage_RepositoryService()
  9686.     {
  9687.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9688.     }
  9689.     /**
  9690.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  9691.      *
  9692.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9693.      */
  9694.     protected function getLandingPageSalesChannel_RepositoryService()
  9695.     {
  9696.         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()));
  9697.     }
  9698.     /**
  9699.      * Gets the public 'landing_page_tag.repository' shared service.
  9700.      *
  9701.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9702.      */
  9703.     protected function getLandingPageTag_RepositoryService()
  9704.     {
  9705.         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()));
  9706.     }
  9707.     /**
  9708.      * Gets the public 'landing_page_translation.repository' shared service.
  9709.      *
  9710.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9711.      */
  9712.     protected function getLandingPageTranslation_RepositoryService()
  9713.     {
  9714.         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()));
  9715.     }
  9716.     /**
  9717.      * Gets the public 'language.repository' shared service.
  9718.      *
  9719.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9720.      */
  9721.     protected function getLanguage_RepositoryService()
  9722.     {
  9723.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9724.     }
  9725.     /**
  9726.      * Gets the public 'locale.repository' shared service.
  9727.      *
  9728.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9729.      */
  9730.     protected function getLocale_RepositoryService()
  9731.     {
  9732.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9733.     }
  9734.     /**
  9735.      * Gets the public 'locale_translation.repository' shared service.
  9736.      *
  9737.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9738.      */
  9739.     protected function getLocaleTranslation_RepositoryService()
  9740.     {
  9741.         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()));
  9742.     }
  9743.     /**
  9744.      * Gets the public 'log_entry.repository' shared service.
  9745.      *
  9746.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9747.      */
  9748.     protected function getLogEntry_RepositoryService()
  9749.     {
  9750.         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()));
  9751.     }
  9752.     /**
  9753.      * Gets the public 'mail_header_footer.repository' shared service.
  9754.      *
  9755.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9756.      */
  9757.     protected function getMailHeaderFooter_RepositoryService()
  9758.     {
  9759.         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()));
  9760.     }
  9761.     /**
  9762.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  9763.      *
  9764.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9765.      */
  9766.     protected function getMailHeaderFooterTranslation_RepositoryService()
  9767.     {
  9768.         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()));
  9769.     }
  9770.     /**
  9771.      * Gets the public 'mail_template.repository' shared service.
  9772.      *
  9773.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9774.      */
  9775.     protected function getMailTemplate_RepositoryService()
  9776.     {
  9777.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9778.     }
  9779.     /**
  9780.      * Gets the public 'mail_template_media.repository' shared service.
  9781.      *
  9782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9783.      */
  9784.     protected function getMailTemplateMedia_RepositoryService()
  9785.     {
  9786.         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()));
  9787.     }
  9788.     /**
  9789.      * Gets the public 'mail_template_translation.repository' shared service.
  9790.      *
  9791.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9792.      */
  9793.     protected function getMailTemplateTranslation_RepositoryService()
  9794.     {
  9795.         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()));
  9796.     }
  9797.     /**
  9798.      * Gets the public 'mail_template_type.repository' shared service.
  9799.      *
  9800.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9801.      */
  9802.     protected function getMailTemplateType_RepositoryService()
  9803.     {
  9804.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9805.     }
  9806.     /**
  9807.      * Gets the public 'mail_template_type_translation.repository' shared service.
  9808.      *
  9809.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9810.      */
  9811.     protected function getMailTemplateTypeTranslation_RepositoryService()
  9812.     {
  9813.         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()));
  9814.     }
  9815.     /**
  9816.      * Gets the public 'main_category.repository' shared service.
  9817.      *
  9818.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9819.      */
  9820.     protected function getMainCategory_RepositoryService()
  9821.     {
  9822.         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()));
  9823.     }
  9824.     /**
  9825.      * Gets the public 'maintenance.filesystem.private' shared service.
  9826.      *
  9827.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9828.      */
  9829.     protected function getMaintenance_Filesystem_PrivateService()
  9830.     {
  9831.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  9832.     }
  9833.     /**
  9834.      * Gets the public 'maintenance.filesystem.public' shared service.
  9835.      *
  9836.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9837.      */
  9838.     protected function getMaintenance_Filesystem_PublicService()
  9839.     {
  9840.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  9841.     }
  9842.     /**
  9843.      * Gets the public 'media.repository' shared service.
  9844.      *
  9845.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  9846.      */
  9847.     protected function getMedia_RepositoryService()
  9848.     {
  9849.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  9850.     }
  9851.     /**
  9852.      * Gets the public 'media_default_folder.repository' shared service.
  9853.      *
  9854.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9855.      */
  9856.     protected function getMediaDefaultFolder_RepositoryService()
  9857.     {
  9858.         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()));
  9859.     }
  9860.     /**
  9861.      * Gets the public 'media_folder.repository' shared service.
  9862.      *
  9863.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator
  9864.      */
  9865.     protected function getMediaFolder_RepositoryService()
  9866.     {
  9867.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  9868.     }
  9869.     /**
  9870.      * Gets the public 'media_folder_configuration.repository' shared service.
  9871.      *
  9872.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9873.      */
  9874.     protected function getMediaFolderConfiguration_RepositoryService()
  9875.     {
  9876.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  9877.     }
  9878.     /**
  9879.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  9880.      *
  9881.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9882.      */
  9883.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  9884.     {
  9885.         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()));
  9886.     }
  9887.     /**
  9888.      * Gets the public 'media_tag.repository' shared service.
  9889.      *
  9890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9891.      */
  9892.     protected function getMediaTag_RepositoryService()
  9893.     {
  9894.         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()));
  9895.     }
  9896.     /**
  9897.      * Gets the public 'media_thumbnail.repository' shared service.
  9898.      *
  9899.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  9900.      */
  9901.     protected function getMediaThumbnail_RepositoryService()
  9902.     {
  9903.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  9904.     }
  9905.     /**
  9906.      * Gets the public 'media_thumbnail_size.repository' shared service.
  9907.      *
  9908.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9909.      */
  9910.     protected function getMediaThumbnailSize_RepositoryService()
  9911.     {
  9912.         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()));
  9913.     }
  9914.     /**
  9915.      * Gets the public 'media_translation.repository' shared service.
  9916.      *
  9917.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9918.      */
  9919.     protected function getMediaTranslation_RepositoryService()
  9920.     {
  9921.         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()));
  9922.     }
  9923.     /**
  9924.      * Gets the public 'message_queue_stats.repository' shared service.
  9925.      *
  9926.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9927.      */
  9928.     protected function getMessageQueueStats_RepositoryService()
  9929.     {
  9930.         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()));
  9931.     }
  9932.     /**
  9933.      * Gets the public 'messenger.default_bus' shared service.
  9934.      *
  9935.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  9936.      */
  9937.     protected function getMessenger_DefaultBusService()
  9938.     {
  9939.         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 () {
  9940.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  9941.             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')));
  9942.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  9943.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  9944.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  9945.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  9946.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  9947.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  9948.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  9949.     }
  9950.     /**
  9951.      * Gets the public 'monolog.logger.business_events' shared service.
  9952.      *
  9953.      * @return \Symfony\Bridge\Monolog\Logger
  9954.      */
  9955.     protected function getMonolog_Logger_BusinessEventsService()
  9956.     {
  9957.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  9958.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9959.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  9960.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9961.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  9962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9963.         return $instance;
  9964.     }
  9965.     /**
  9966.      * Gets the public 'neti_next_order_fields.filesystem.private' shared service.
  9967.      *
  9968.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9969.      */
  9970.     protected function getNetiNextOrderFields_Filesystem_PrivateService()
  9971.     {
  9972.         return $this->services['neti_next_order_fields.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/neti_next_order_fields');
  9973.     }
  9974.     /**
  9975.      * Gets the public 'neti_next_order_fields.filesystem.public' shared service.
  9976.      *
  9977.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9978.      */
  9979.     protected function getNetiNextOrderFields_Filesystem_PublicService()
  9980.     {
  9981.         return $this->services['neti_next_order_fields.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/neti_next_order_fields');
  9982.     }
  9983.     /**
  9984.      * Gets the public 'neti_order_fields.repository' shared service.
  9985.      *
  9986.      * @return \NetInventors\NetiNextOrderFields\Components\OrderFieldRepositoryDecorator
  9987.      */
  9988.     protected function getNetiOrderFields_RepositoryService()
  9989.     {
  9990.         return $this->services['neti_order_fields.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderFieldRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] ?? $this->getOrderFieldsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  9991.     }
  9992.     /**
  9993.      * Gets the public 'neti_order_fields_customer_group.repository' shared service.
  9994.      *
  9995.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9996.      */
  9997.     protected function getNetiOrderFieldsCustomerGroup_RepositoryService()
  9998.     {
  9999.         return $this->services['neti_order_fields_customer_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] ?? $this->getOrderFieldsCustomerGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10000.     }
  10001.     /**
  10002.      * Gets the public 'neti_order_fields_order_attributes.repository' shared service.
  10003.      *
  10004.      * @return \NetInventors\NetiNextOrderFields\Components\OrderAttributeDecorator
  10005.      */
  10006.     protected function getNetiOrderFieldsOrderAttributes_RepositoryService()
  10007.     {
  10008.         return $this->services['neti_order_fields_order_attributes.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderAttributeDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] ?? $this->getOrderAttributeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10009.     }
  10010.     /**
  10011.      * Gets the public 'neti_order_fields_order_attributes_val.repository' shared service.
  10012.      *
  10013.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10014.      */
  10015.     protected function getNetiOrderFieldsOrderAttributesVal_RepositoryService()
  10016.     {
  10017.         return $this->services['neti_order_fields_order_attributes_val.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] ?? $this->getOrderAttributeValueDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10018.     }
  10019.     /**
  10020.      * Gets the public 'neti_order_fields_translation.repository' shared service.
  10021.      *
  10022.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10023.      */
  10024.     protected function getNetiOrderFieldsTranslation_RepositoryService()
  10025.     {
  10026.         return $this->services['neti_order_fields_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] ?? $this->getOrderFieldsTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10027.     }
  10028.     /**
  10029.      * Gets the public 'neti_order_fields_val.repository' shared service.
  10030.      *
  10031.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10032.      */
  10033.     protected function getNetiOrderFieldsVal_RepositoryService()
  10034.     {
  10035.         return $this->services['neti_order_fields_val.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] ?? $this->getOrderFieldsValDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10036.     }
  10037.     /**
  10038.      * Gets the public 'neti_order_fields_val_translation.repository' shared service.
  10039.      *
  10040.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10041.      */
  10042.     protected function getNetiOrderFieldsValTranslation_RepositoryService()
  10043.     {
  10044.         return $this->services['neti_order_fields_val_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] ?? $this->getOrderFieldsValTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10045.     }
  10046.     /**
  10047.      * Gets the public 'newsletter_recipient.repository' shared service.
  10048.      *
  10049.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10050.      */
  10051.     protected function getNewsletterRecipient_RepositoryService()
  10052.     {
  10053.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10054.     }
  10055.     /**
  10056.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  10057.      *
  10058.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10059.      */
  10060.     protected function getNewsletterRecipientTag_RepositoryService()
  10061.     {
  10062.         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()));
  10063.     }
  10064.     /**
  10065.      * Gets the public 'notification.repository' shared service.
  10066.      *
  10067.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10068.      */
  10069.     protected function getNotification_RepositoryService()
  10070.     {
  10071.         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()));
  10072.     }
  10073.     /**
  10074.      * Gets the public 'number_range.repository' shared service.
  10075.      *
  10076.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10077.      */
  10078.     protected function getNumberRange_RepositoryService()
  10079.     {
  10080.         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()));
  10081.     }
  10082.     /**
  10083.      * Gets the public 'number_range_sales_channel.repository' shared service.
  10084.      *
  10085.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10086.      */
  10087.     protected function getNumberRangeSalesChannel_RepositoryService()
  10088.     {
  10089.         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()));
  10090.     }
  10091.     /**
  10092.      * Gets the public 'number_range_state.repository' shared service.
  10093.      *
  10094.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10095.      */
  10096.     protected function getNumberRangeState_RepositoryService()
  10097.     {
  10098.         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()));
  10099.     }
  10100.     /**
  10101.      * Gets the public 'number_range_translation.repository' shared service.
  10102.      *
  10103.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10104.      */
  10105.     protected function getNumberRangeTranslation_RepositoryService()
  10106.     {
  10107.         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()));
  10108.     }
  10109.     /**
  10110.      * Gets the public 'number_range_type.repository' shared service.
  10111.      *
  10112.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10113.      */
  10114.     protected function getNumberRangeType_RepositoryService()
  10115.     {
  10116.         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()));
  10117.     }
  10118.     /**
  10119.      * Gets the public 'number_range_type_translation.repository' shared service.
  10120.      *
  10121.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10122.      */
  10123.     protected function getNumberRangeTypeTranslation_RepositoryService()
  10124.     {
  10125.         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()));
  10126.     }
  10127.     /**
  10128.      * Gets the public 'order.repository' shared service.
  10129.      *
  10130.      * @return \NetInventors\NetiNextOrderFields\Components\OrderRepositoryDecorator
  10131.      */
  10132.     protected function getOrder_RepositoryService()
  10133.     {
  10134.         return $this->services['order.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderRepositoryDecorator(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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] ?? $this->getOrderAttributesService()), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] ?? $this->getPluginConfigService()));
  10135.     }
  10136.     /**
  10137.      * Gets the public 'order_address.repository' shared service.
  10138.      *
  10139.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10140.      */
  10141.     protected function getOrderAddress_RepositoryService()
  10142.     {
  10143.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10144.     }
  10145.     /**
  10146.      * Gets the public 'order_customer.repository' shared service.
  10147.      *
  10148.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10149.      */
  10150.     protected function getOrderCustomer_RepositoryService()
  10151.     {
  10152.         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()));
  10153.     }
  10154.     /**
  10155.      * Gets the public 'order_delivery.repository' shared service.
  10156.      *
  10157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10158.      */
  10159.     protected function getOrderDelivery_RepositoryService()
  10160.     {
  10161.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10162.     }
  10163.     /**
  10164.      * Gets the public 'order_delivery_position.repository' shared service.
  10165.      *
  10166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10167.      */
  10168.     protected function getOrderDeliveryPosition_RepositoryService()
  10169.     {
  10170.         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()));
  10171.     }
  10172.     /**
  10173.      * Gets the public 'order_line_item.repository' shared service.
  10174.      *
  10175.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10176.      */
  10177.     protected function getOrderLineItem_RepositoryService()
  10178.     {
  10179.         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()));
  10180.     }
  10181.     /**
  10182.      * Gets the public 'order_tag.repository' shared service.
  10183.      *
  10184.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10185.      */
  10186.     protected function getOrderTag_RepositoryService()
  10187.     {
  10188.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10189.     }
  10190.     /**
  10191.      * Gets the public 'order_transaction.repository' shared service.
  10192.      *
  10193.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10194.      */
  10195.     protected function getOrderTransaction_RepositoryService()
  10196.     {
  10197.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10198.     }
  10199.     /**
  10200.      * Gets the public 'order_transaction_capture.repository' shared service.
  10201.      *
  10202.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10203.      */
  10204.     protected function getOrderTransactionCapture_RepositoryService()
  10205.     {
  10206.         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()));
  10207.     }
  10208.     /**
  10209.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  10210.      *
  10211.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10212.      */
  10213.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  10214.     {
  10215.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10216.     }
  10217.     /**
  10218.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  10219.      *
  10220.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10221.      */
  10222.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  10223.     {
  10224.         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()));
  10225.     }
  10226.     /**
  10227.      * Gets the public 'payment_method.repository' shared service.
  10228.      *
  10229.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator
  10230.      */
  10231.     protected function getPaymentMethod_RepositoryService()
  10232.     {
  10233.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10234.     }
  10235.     /**
  10236.      * Gets the public 'payment_method_translation.repository' shared service.
  10237.      *
  10238.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10239.      */
  10240.     protected function getPaymentMethodTranslation_RepositoryService()
  10241.     {
  10242.         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()));
  10243.     }
  10244.     /**
  10245.      * Gets the public 'plugin.repository' shared service.
  10246.      *
  10247.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10248.      */
  10249.     protected function getPlugin_RepositoryService()
  10250.     {
  10251.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10252.     }
  10253.     /**
  10254.      * Gets the public 'plugin_translation.repository' shared service.
  10255.      *
  10256.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10257.      */
  10258.     protected function getPluginTranslation_RepositoryService()
  10259.     {
  10260.         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()));
  10261.     }
  10262.     /**
  10263.      * Gets the public 'product.repository' shared service.
  10264.      *
  10265.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10266.      */
  10267.     protected function getProduct_RepositoryService()
  10268.     {
  10269.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  10270.         $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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a);
  10271.         $instance->setEntityLoadedEventFactory($a);
  10272.         return $instance;
  10273.     }
  10274.     /**
  10275.      * Gets the public 'product_category.repository' shared service.
  10276.      *
  10277.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10278.      */
  10279.     protected function getProductCategory_RepositoryService()
  10280.     {
  10281.         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()));
  10282.     }
  10283.     /**
  10284.      * Gets the public 'product_category_tree.repository' shared service.
  10285.      *
  10286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10287.      */
  10288.     protected function getProductCategoryTree_RepositoryService()
  10289.     {
  10290.         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()));
  10291.     }
  10292.     /**
  10293.      * Gets the public 'product_configurator_setting.repository' shared service.
  10294.      *
  10295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10296.      */
  10297.     protected function getProductConfiguratorSetting_RepositoryService()
  10298.     {
  10299.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10300.     }
  10301.     /**
  10302.      * Gets the public 'product_cross_selling.repository' shared service.
  10303.      *
  10304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10305.      */
  10306.     protected function getProductCrossSelling_RepositoryService()
  10307.     {
  10308.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10309.     }
  10310.     /**
  10311.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  10312.      *
  10313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10314.      */
  10315.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  10316.     {
  10317.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10318.     }
  10319.     /**
  10320.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  10321.      *
  10322.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10323.      */
  10324.     protected function getProductCrossSellingTranslation_RepositoryService()
  10325.     {
  10326.         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()));
  10327.     }
  10328.     /**
  10329.      * Gets the public 'product_custom_field_set.repository' shared service.
  10330.      *
  10331.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10332.      */
  10333.     protected function getProductCustomFieldSet_RepositoryService()
  10334.     {
  10335.         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()));
  10336.     }
  10337.     /**
  10338.      * Gets the public 'product_export.repository' shared service.
  10339.      *
  10340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10341.      */
  10342.     protected function getProductExport_RepositoryService()
  10343.     {
  10344.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10345.     }
  10346.     /**
  10347.      * Gets the public 'product_feature_set.repository' shared service.
  10348.      *
  10349.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10350.      */
  10351.     protected function getProductFeatureSet_RepositoryService()
  10352.     {
  10353.         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()));
  10354.     }
  10355.     /**
  10356.      * Gets the public 'product_feature_set_translation.repository' shared service.
  10357.      *
  10358.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10359.      */
  10360.     protected function getProductFeatureSetTranslation_RepositoryService()
  10361.     {
  10362.         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()));
  10363.     }
  10364.     /**
  10365.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  10366.      *
  10367.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10368.      */
  10369.     protected function getProductKeywordDictionary_RepositoryService()
  10370.     {
  10371.         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()));
  10372.     }
  10373.     /**
  10374.      * Gets the public 'product_manufacturer.repository' shared service.
  10375.      *
  10376.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10377.      */
  10378.     protected function getProductManufacturer_RepositoryService()
  10379.     {
  10380.         return $this->services['product_manufacturer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10381.     }
  10382.     /**
  10383.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  10384.      *
  10385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10386.      */
  10387.     protected function getProductManufacturerTranslation_RepositoryService()
  10388.     {
  10389.         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()));
  10390.     }
  10391.     /**
  10392.      * Gets the public 'product_media.repository' shared service.
  10393.      *
  10394.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10395.      */
  10396.     protected function getProductMedia_RepositoryService()
  10397.     {
  10398.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10399.     }
  10400.     /**
  10401.      * Gets the public 'product_option.repository' shared service.
  10402.      *
  10403.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10404.      */
  10405.     protected function getProductOption_RepositoryService()
  10406.     {
  10407.         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()));
  10408.     }
  10409.     /**
  10410.      * Gets the public 'product_price.repository' shared service.
  10411.      *
  10412.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10413.      */
  10414.     protected function getProductPrice_RepositoryService()
  10415.     {
  10416.         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()));
  10417.     }
  10418.     /**
  10419.      * Gets the public 'product_property.repository' shared service.
  10420.      *
  10421.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10422.      */
  10423.     protected function getProductProperty_RepositoryService()
  10424.     {
  10425.         return $this->services['product_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] ?? $this->getProductPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10426.     }
  10427.     /**
  10428.      * Gets the public 'product_review.repository' shared service.
  10429.      *
  10430.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10431.      */
  10432.     protected function getProductReview_RepositoryService()
  10433.     {
  10434.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10435.     }
  10436.     /**
  10437.      * Gets the public 'product_search_config.repository' shared service.
  10438.      *
  10439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10440.      */
  10441.     protected function getProductSearchConfig_RepositoryService()
  10442.     {
  10443.         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()));
  10444.     }
  10445.     /**
  10446.      * Gets the public 'product_search_config_field.repository' shared service.
  10447.      *
  10448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10449.      */
  10450.     protected function getProductSearchConfigField_RepositoryService()
  10451.     {
  10452.         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()));
  10453.     }
  10454.     /**
  10455.      * Gets the public 'product_search_keyword.repository' shared service.
  10456.      *
  10457.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10458.      */
  10459.     protected function getProductSearchKeyword_RepositoryService()
  10460.     {
  10461.         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()));
  10462.     }
  10463.     /**
  10464.      * Gets the public 'product_sorting.repository' shared service.
  10465.      *
  10466.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10467.      */
  10468.     protected function getProductSorting_RepositoryService()
  10469.     {
  10470.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10471.     }
  10472.     /**
  10473.      * Gets the public 'product_sorting_translation.repository' shared service.
  10474.      *
  10475.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10476.      */
  10477.     protected function getProductSortingTranslation_RepositoryService()
  10478.     {
  10479.         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()));
  10480.     }
  10481.     /**
  10482.      * Gets the public 'product_stream.repository' shared service.
  10483.      *
  10484.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10485.      */
  10486.     protected function getProductStream_RepositoryService()
  10487.     {
  10488.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10489.     }
  10490.     /**
  10491.      * Gets the public 'product_stream_filter.repository' shared service.
  10492.      *
  10493.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10494.      */
  10495.     protected function getProductStreamFilter_RepositoryService()
  10496.     {
  10497.         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()));
  10498.     }
  10499.     /**
  10500.      * Gets the public 'product_stream_mapping.repository' shared service.
  10501.      *
  10502.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10503.      */
  10504.     protected function getProductStreamMapping_RepositoryService()
  10505.     {
  10506.         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()));
  10507.     }
  10508.     /**
  10509.      * Gets the public 'product_stream_translation.repository' shared service.
  10510.      *
  10511.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10512.      */
  10513.     protected function getProductStreamTranslation_RepositoryService()
  10514.     {
  10515.         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()));
  10516.     }
  10517.     /**
  10518.      * Gets the public 'product_tag.repository' shared service.
  10519.      *
  10520.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10521.      */
  10522.     protected function getProductTag_RepositoryService()
  10523.     {
  10524.         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()));
  10525.     }
  10526.     /**
  10527.      * Gets the public 'product_translation.repository' shared service.
  10528.      *
  10529.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10530.      */
  10531.     protected function getProductTranslation_RepositoryService()
  10532.     {
  10533.         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()));
  10534.     }
  10535.     /**
  10536.      * Gets the public 'product_visibility.repository' shared service.
  10537.      *
  10538.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10539.      */
  10540.     protected function getProductVisibility_RepositoryService()
  10541.     {
  10542.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10543.     }
  10544.     /**
  10545.      * Gets the public 'profiling.filesystem.private' shared service.
  10546.      *
  10547.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10548.      */
  10549.     protected function getProfiling_Filesystem_PrivateService()
  10550.     {
  10551.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  10552.     }
  10553.     /**
  10554.      * Gets the public 'profiling.filesystem.public' shared service.
  10555.      *
  10556.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10557.      */
  10558.     protected function getProfiling_Filesystem_PublicService()
  10559.     {
  10560.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  10561.     }
  10562.     /**
  10563.      * Gets the public 'promotion.repository' shared service.
  10564.      *
  10565.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10566.      */
  10567.     protected function getPromotion_RepositoryService()
  10568.     {
  10569.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10570.     }
  10571.     /**
  10572.      * Gets the public 'promotion_cart_rule.repository' shared service.
  10573.      *
  10574.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10575.      */
  10576.     protected function getPromotionCartRule_RepositoryService()
  10577.     {
  10578.         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()));
  10579.     }
  10580.     /**
  10581.      * Gets the public 'promotion_discount.repository' shared service.
  10582.      *
  10583.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10584.      */
  10585.     protected function getPromotionDiscount_RepositoryService()
  10586.     {
  10587.         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()));
  10588.     }
  10589.     /**
  10590.      * Gets the public 'promotion_discount_prices.repository' shared service.
  10591.      *
  10592.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10593.      */
  10594.     protected function getPromotionDiscountPrices_RepositoryService()
  10595.     {
  10596.         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()));
  10597.     }
  10598.     /**
  10599.      * Gets the public 'promotion_discount_rule.repository' shared service.
  10600.      *
  10601.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10602.      */
  10603.     protected function getPromotionDiscountRule_RepositoryService()
  10604.     {
  10605.         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()));
  10606.     }
  10607.     /**
  10608.      * Gets the public 'promotion_individual_code.repository' shared service.
  10609.      *
  10610.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10611.      */
  10612.     protected function getPromotionIndividualCode_RepositoryService()
  10613.     {
  10614.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10615.     }
  10616.     /**
  10617.      * Gets the public 'promotion_order_rule.repository' shared service.
  10618.      *
  10619.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10620.      */
  10621.     protected function getPromotionOrderRule_RepositoryService()
  10622.     {
  10623.         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()));
  10624.     }
  10625.     /**
  10626.      * Gets the public 'promotion_persona_customer.repository' shared service.
  10627.      *
  10628.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10629.      */
  10630.     protected function getPromotionPersonaCustomer_RepositoryService()
  10631.     {
  10632.         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()));
  10633.     }
  10634.     /**
  10635.      * Gets the public 'promotion_persona_rule.repository' shared service.
  10636.      *
  10637.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10638.      */
  10639.     protected function getPromotionPersonaRule_RepositoryService()
  10640.     {
  10641.         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()));
  10642.     }
  10643.     /**
  10644.      * Gets the public 'promotion_sales_channel.repository' shared service.
  10645.      *
  10646.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10647.      */
  10648.     protected function getPromotionSalesChannel_RepositoryService()
  10649.     {
  10650.         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()));
  10651.     }
  10652.     /**
  10653.      * Gets the public 'promotion_setgroup.repository' shared service.
  10654.      *
  10655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10656.      */
  10657.     protected function getPromotionSetgroup_RepositoryService()
  10658.     {
  10659.         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()));
  10660.     }
  10661.     /**
  10662.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  10663.      *
  10664.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10665.      */
  10666.     protected function getPromotionSetgroupRule_RepositoryService()
  10667.     {
  10668.         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()));
  10669.     }
  10670.     /**
  10671.      * Gets the public 'promotion_translation.repository' shared service.
  10672.      *
  10673.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10674.      */
  10675.     protected function getPromotionTranslation_RepositoryService()
  10676.     {
  10677.         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()));
  10678.     }
  10679.     /**
  10680.      * Gets the public 'property_group.repository' shared service.
  10681.      *
  10682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10683.      */
  10684.     protected function getPropertyGroup_RepositoryService()
  10685.     {
  10686.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10687.     }
  10688.     /**
  10689.      * Gets the public 'property_group_option.repository' shared service.
  10690.      *
  10691.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10692.      */
  10693.     protected function getPropertyGroupOption_RepositoryService()
  10694.     {
  10695.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10696.     }
  10697.     /**
  10698.      * Gets the public 'property_group_option_translation.repository' shared service.
  10699.      *
  10700.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10701.      */
  10702.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  10703.     {
  10704.         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()));
  10705.     }
  10706.     /**
  10707.      * Gets the public 'property_group_translation.repository' shared service.
  10708.      *
  10709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10710.      */
  10711.     protected function getPropertyGroupTranslation_RepositoryService()
  10712.     {
  10713.         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()));
  10714.     }
  10715.     /**
  10716.      * Gets the public 'request_stack' shared service.
  10717.      *
  10718.      * @return \Symfony\Component\HttpFoundation\RequestStack
  10719.      */
  10720.     protected function getRequestStackService()
  10721.     {
  10722.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  10723.     }
  10724.     /**
  10725.      * Gets the public 'router' shared autowired service.
  10726.      *
  10727.      * @return \Shopware\Storefront\Framework\Routing\Router
  10728.      */
  10729.     protected function getRouterService()
  10730.     {
  10731.         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())));
  10732.     }
  10733.     /**
  10734.      * Gets the public 'routing.loader' shared service.
  10735.      *
  10736.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  10737.      */
  10738.     protected function getRouting_LoaderService()
  10739.     {
  10740.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  10741.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  10742.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  10743.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  10744.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  10745.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  10746.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  10747.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  10748.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  10749.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10750.             'kernel' => ['services''kernel''getKernelService'false],
  10751.         ], [
  10752.             'kernel' => 'Shopware\\Core\\Kernel',
  10753.         ]), 'dev'));
  10754.         $a->addLoader($c);
  10755.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  10756.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  10757.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  10758.     }
  10759.     /**
  10760.      * Gets the public 'rule.repository' shared service.
  10761.      *
  10762.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10763.      */
  10764.     protected function getRule_RepositoryService()
  10765.     {
  10766.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10767.     }
  10768.     /**
  10769.      * Gets the public 'rule_condition.repository' shared service.
  10770.      *
  10771.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10772.      */
  10773.     protected function getRuleCondition_RepositoryService()
  10774.     {
  10775.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10776.     }
  10777.     /**
  10778.      * Gets the public 'rule_tag.repository' shared service.
  10779.      *
  10780.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10781.      */
  10782.     protected function getRuleTag_RepositoryService()
  10783.     {
  10784.         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()));
  10785.     }
  10786.     /**
  10787.      * Gets the public 'sales_channel.category.repository' shared service.
  10788.      *
  10789.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10790.      */
  10791.     protected function getSalesChannel_Category_RepositoryService()
  10792.     {
  10793.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10794.     }
  10795.     /**
  10796.      * Gets the public 'sales_channel.country.repository' shared service.
  10797.      *
  10798.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10799.      */
  10800.     protected function getSalesChannel_Country_RepositoryService()
  10801.     {
  10802.         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()));
  10803.     }
  10804.     /**
  10805.      * Gets the public 'sales_channel.country_state.repository' shared service.
  10806.      *
  10807.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10808.      */
  10809.     protected function getSalesChannel_CountryState_RepositoryService()
  10810.     {
  10811.         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()));
  10812.     }
  10813.     /**
  10814.      * Gets the public 'sales_channel.currency.repository' shared service.
  10815.      *
  10816.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10817.      */
  10818.     protected function getSalesChannel_Currency_RepositoryService()
  10819.     {
  10820.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10821.     }
  10822.     /**
  10823.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  10824.      *
  10825.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10826.      */
  10827.     protected function getSalesChannel_LandingPage_RepositoryService()
  10828.     {
  10829.         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()));
  10830.     }
  10831.     /**
  10832.      * Gets the public 'sales_channel.language.repository' shared service.
  10833.      *
  10834.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10835.      */
  10836.     protected function getSalesChannel_Language_RepositoryService()
  10837.     {
  10838.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10839.     }
  10840.     /**
  10841.      * Gets the public 'sales_channel.main_category.repository' shared service.
  10842.      *
  10843.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10844.      */
  10845.     protected function getSalesChannel_MainCategory_RepositoryService()
  10846.     {
  10847.         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()));
  10848.     }
  10849.     /**
  10850.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  10851.      *
  10852.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10853.      */
  10854.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  10855.     {
  10856.         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()));
  10857.     }
  10858.     /**
  10859.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  10860.      *
  10861.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10862.      */
  10863.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  10864.     {
  10865.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10866.     }
  10867.     /**
  10868.      * Gets the public 'sales_channel.product.repository' shared service.
  10869.      *
  10870.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10871.      */
  10872.     protected function getSalesChannel_Product_RepositoryService()
  10873.     {
  10874.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10875.     }
  10876.     /**
  10877.      * Gets the public 'sales_channel.repository' shared service.
  10878.      *
  10879.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10880.      */
  10881.     protected function getSalesChannel_RepositoryService()
  10882.     {
  10883.         return $this->services['sales_channel.repository'] = 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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10884.     }
  10885.     /**
  10886.      * Gets the public 'sales_channel.salutation.repository' shared service.
  10887.      *
  10888.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10889.      */
  10890.     protected function getSalesChannel_Salutation_RepositoryService()
  10891.     {
  10892.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10893.     }
  10894.     /**
  10895.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  10896.      *
  10897.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10898.      */
  10899.     protected function getSalesChannel_SeoUrl_RepositoryService()
  10900.     {
  10901.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10902.     }
  10903.     /**
  10904.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  10905.      *
  10906.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  10907.      */
  10908.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  10909.     {
  10910.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  10911.     }
  10912.     /**
  10913.      * Gets the public 'sales_channel_analytics.repository' shared service.
  10914.      *
  10915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10916.      */
  10917.     protected function getSalesChannelAnalytics_RepositoryService()
  10918.     {
  10919.         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()));
  10920.     }
  10921.     /**
  10922.      * Gets the public 'sales_channel_country.repository' shared service.
  10923.      *
  10924.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10925.      */
  10926.     protected function getSalesChannelCountry_RepositoryService()
  10927.     {
  10928.         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()));
  10929.     }
  10930.     /**
  10931.      * Gets the public 'sales_channel_currency.repository' shared service.
  10932.      *
  10933.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10934.      */
  10935.     protected function getSalesChannelCurrency_RepositoryService()
  10936.     {
  10937.         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()));
  10938.     }
  10939.     /**
  10940.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition' shared service.
  10941.      *
  10942.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition
  10943.      */
  10944.     protected function getOrderFieldsCustomerGroupDefinition2Service()
  10945.     {
  10946.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition();
  10947.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10948.         return $instance;
  10949.     }
  10950.     /**
  10951.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition' shared service.
  10952.      *
  10953.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition
  10954.      */
  10955.     protected function getOrderFieldsTranslationDefinition2Service()
  10956.     {
  10957.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition();
  10958.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10959.         return $instance;
  10960.     }
  10961.     /**
  10962.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition' shared service.
  10963.      *
  10964.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition
  10965.      */
  10966.     protected function getOrderFieldsValTranslationDefinition2Service()
  10967.     {
  10968.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition();
  10969.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10970.         return $instance;
  10971.     }
  10972.     /**
  10973.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition' shared service.
  10974.      *
  10975.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition
  10976.      */
  10977.     protected function getOrderFieldsValDefinition2Service()
  10978.     {
  10979.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition();
  10980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10981.         return $instance;
  10982.     }
  10983.     /**
  10984.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition' shared service.
  10985.      *
  10986.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition
  10987.      */
  10988.     protected function getOrderFieldsDefinition2Service()
  10989.     {
  10990.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition();
  10991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10992.         return $instance;
  10993.     }
  10994.     /**
  10995.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition' shared service.
  10996.      *
  10997.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition
  10998.      */
  10999.     protected function getOrderAttributeValueDefinition2Service()
  11000.     {
  11001.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition();
  11002.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11003.         return $instance;
  11004.     }
  11005.     /**
  11006.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition' shared service.
  11007.      *
  11008.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition
  11009.      */
  11010.     protected function getOrderAttributeDefinition2Service()
  11011.     {
  11012.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition();
  11013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11014.         return $instance;
  11015.     }
  11016.     /**
  11017.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  11018.      *
  11019.      * @return \Shopware\Administration\Notification\NotificationDefinition
  11020.      */
  11021.     protected function getNotificationDefinition2Service()
  11022.     {
  11023.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  11024.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11025.         return $instance;
  11026.     }
  11027.     /**
  11028.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  11029.      *
  11030.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  11031.      */
  11032.     protected function getAppAdministrationSnippetDefinition2Service()
  11033.     {
  11034.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  11035.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11036.         return $instance;
  11037.     }
  11038.     /**
  11039.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  11040.      *
  11041.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  11042.      */
  11043.     protected function getCustomerAddressDefinition2Service()
  11044.     {
  11045.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  11046.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11047.         return $instance;
  11048.     }
  11049.     /**
  11050.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  11051.      *
  11052.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  11053.      */
  11054.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  11055.     {
  11056.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  11057.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11058.         return $instance;
  11059.     }
  11060.     /**
  11061.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  11062.      *
  11063.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  11064.      */
  11065.     protected function getCustomerGroupTranslationDefinition2Service()
  11066.     {
  11067.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  11068.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11069.         return $instance;
  11070.     }
  11071.     /**
  11072.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  11073.      *
  11074.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  11075.      */
  11076.     protected function getCustomerGroupDefinition2Service()
  11077.     {
  11078.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  11079.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11080.         return $instance;
  11081.     }
  11082.     /**
  11083.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  11084.      *
  11085.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  11086.      */
  11087.     protected function getCustomerRecoveryDefinition2Service()
  11088.     {
  11089.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  11090.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11091.         return $instance;
  11092.     }
  11093.     /**
  11094.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  11095.      *
  11096.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  11097.      */
  11098.     protected function getCustomerTagDefinition2Service()
  11099.     {
  11100.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  11101.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11102.         return $instance;
  11103.     }
  11104.     /**
  11105.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  11106.      *
  11107.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  11108.      */
  11109.     protected function getCustomerWishlistProductDefinition2Service()
  11110.     {
  11111.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  11112.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11113.         return $instance;
  11114.     }
  11115.     /**
  11116.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  11117.      *
  11118.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  11119.      */
  11120.     protected function getCustomerWishlistDefinition2Service()
  11121.     {
  11122.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  11123.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11124.         return $instance;
  11125.     }
  11126.     /**
  11127.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  11128.      *
  11129.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  11130.      */
  11131.     protected function getCustomerDefinition2Service()
  11132.     {
  11133.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  11134.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11135.         return $instance;
  11136.     }
  11137.     /**
  11138.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  11139.      *
  11140.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  11141.      */
  11142.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  11143.     {
  11144.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  11145.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11146.         return $instance;
  11147.     }
  11148.     /**
  11149.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  11150.      *
  11151.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  11152.      */
  11153.     protected function getDocumentBaseConfigDefinition2Service()
  11154.     {
  11155.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  11156.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11157.         return $instance;
  11158.     }
  11159.     /**
  11160.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  11161.      *
  11162.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  11163.      */
  11164.     protected function getDocumentTypeTranslationDefinition2Service()
  11165.     {
  11166.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  11167.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11168.         return $instance;
  11169.     }
  11170.     /**
  11171.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  11172.      *
  11173.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  11174.      */
  11175.     protected function getDocumentTypeDefinition2Service()
  11176.     {
  11177.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  11178.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11179.         return $instance;
  11180.     }
  11181.     /**
  11182.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  11183.      *
  11184.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  11185.      */
  11186.     protected function getDocumentDefinition2Service()
  11187.     {
  11188.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  11189.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11190.         return $instance;
  11191.     }
  11192.     /**
  11193.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  11194.      *
  11195.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  11196.      */
  11197.     protected function getOrderAddressDefinition2Service()
  11198.     {
  11199.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  11200.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11201.         return $instance;
  11202.     }
  11203.     /**
  11204.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  11205.      *
  11206.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  11207.      */
  11208.     protected function getOrderCustomerDefinition2Service()
  11209.     {
  11210.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  11211.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11212.         return $instance;
  11213.     }
  11214.     /**
  11215.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  11216.      *
  11217.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  11218.      */
  11219.     protected function getOrderDeliveryPositionDefinition2Service()
  11220.     {
  11221.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  11222.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11223.         return $instance;
  11224.     }
  11225.     /**
  11226.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  11227.      *
  11228.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  11229.      */
  11230.     protected function getOrderDeliveryDefinition2Service()
  11231.     {
  11232.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  11233.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11234.         return $instance;
  11235.     }
  11236.     /**
  11237.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  11238.      *
  11239.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  11240.      */
  11241.     protected function getOrderLineItemDefinition2Service()
  11242.     {
  11243.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  11244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11245.         return $instance;
  11246.     }
  11247.     /**
  11248.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  11249.      *
  11250.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  11251.      */
  11252.     protected function getOrderTagDefinition2Service()
  11253.     {
  11254.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  11255.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11256.         return $instance;
  11257.     }
  11258.     /**
  11259.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  11260.      *
  11261.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  11262.      */
  11263.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  11264.     {
  11265.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  11266.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11267.         return $instance;
  11268.     }
  11269.     /**
  11270.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  11271.      *
  11272.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  11273.      */
  11274.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  11275.     {
  11276.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  11277.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11278.         return $instance;
  11279.     }
  11280.     /**
  11281.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  11282.      *
  11283.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  11284.      */
  11285.     protected function getOrderTransactionCaptureDefinition2Service()
  11286.     {
  11287.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  11288.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11289.         return $instance;
  11290.     }
  11291.     /**
  11292.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  11293.      *
  11294.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  11295.      */
  11296.     protected function getOrderTransactionDefinition2Service()
  11297.     {
  11298.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  11299.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11300.         return $instance;
  11301.     }
  11302.     /**
  11303.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  11304.      *
  11305.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  11306.      */
  11307.     protected function getOrderDefinition2Service()
  11308.     {
  11309.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  11310.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11311.         return $instance;
  11312.     }
  11313.     /**
  11314.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  11315.      *
  11316.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  11317.      */
  11318.     protected function getPaymentMethodTranslationDefinition2Service()
  11319.     {
  11320.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  11321.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11322.         return $instance;
  11323.     }
  11324.     /**
  11325.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  11326.      *
  11327.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  11328.      */
  11329.     protected function getPromotionCartRuleDefinition2Service()
  11330.     {
  11331.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  11332.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11333.         return $instance;
  11334.     }
  11335.     /**
  11336.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  11337.      *
  11338.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  11339.      */
  11340.     protected function getPromotionDiscountPriceDefinition2Service()
  11341.     {
  11342.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  11343.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11344.         return $instance;
  11345.     }
  11346.     /**
  11347.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  11348.      *
  11349.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  11350.      */
  11351.     protected function getPromotionDiscountRuleDefinition2Service()
  11352.     {
  11353.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  11354.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11355.         return $instance;
  11356.     }
  11357.     /**
  11358.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  11359.      *
  11360.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  11361.      */
  11362.     protected function getPromotionDiscountDefinition2Service()
  11363.     {
  11364.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  11365.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11366.         return $instance;
  11367.     }
  11368.     /**
  11369.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  11370.      *
  11371.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  11372.      */
  11373.     protected function getPromotionIndividualCodeDefinition2Service()
  11374.     {
  11375.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  11376.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11377.         return $instance;
  11378.     }
  11379.     /**
  11380.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  11381.      *
  11382.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  11383.      */
  11384.     protected function getPromotionOrderRuleDefinition2Service()
  11385.     {
  11386.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  11387.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11388.         return $instance;
  11389.     }
  11390.     /**
  11391.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  11392.      *
  11393.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  11394.      */
  11395.     protected function getPromotionPersonaCustomerDefinition2Service()
  11396.     {
  11397.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  11398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11399.         return $instance;
  11400.     }
  11401.     /**
  11402.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  11403.      *
  11404.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  11405.      */
  11406.     protected function getPromotionPersonaRuleDefinition2Service()
  11407.     {
  11408.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  11409.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11410.         return $instance;
  11411.     }
  11412.     /**
  11413.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  11414.      *
  11415.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  11416.      */
  11417.     protected function getPromotionSalesChannelDefinition2Service()
  11418.     {
  11419.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  11420.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11421.         return $instance;
  11422.     }
  11423.     /**
  11424.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  11425.      *
  11426.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  11427.      */
  11428.     protected function getPromotionSetGroupRuleDefinition2Service()
  11429.     {
  11430.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  11431.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11432.         return $instance;
  11433.     }
  11434.     /**
  11435.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  11436.      *
  11437.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  11438.      */
  11439.     protected function getPromotionSetGroupDefinition2Service()
  11440.     {
  11441.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  11442.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11443.         return $instance;
  11444.     }
  11445.     /**
  11446.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  11447.      *
  11448.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  11449.      */
  11450.     protected function getPromotionTranslationDefinition2Service()
  11451.     {
  11452.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  11453.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11454.         return $instance;
  11455.     }
  11456.     /**
  11457.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  11458.      *
  11459.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  11460.      */
  11461.     protected function getPromotionDefinition2Service()
  11462.     {
  11463.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  11464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11465.         return $instance;
  11466.     }
  11467.     /**
  11468.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  11469.      *
  11470.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  11471.      */
  11472.     protected function getShippingMethodPriceDefinition2Service()
  11473.     {
  11474.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  11475.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11476.         return $instance;
  11477.     }
  11478.     /**
  11479.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  11480.      *
  11481.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  11482.      */
  11483.     protected function getShippingMethodTagDefinition2Service()
  11484.     {
  11485.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  11486.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11487.         return $instance;
  11488.     }
  11489.     /**
  11490.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  11491.      *
  11492.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  11493.      */
  11494.     protected function getShippingMethodTranslationDefinition2Service()
  11495.     {
  11496.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  11497.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11498.         return $instance;
  11499.     }
  11500.     /**
  11501.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  11502.      *
  11503.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  11504.      */
  11505.     protected function getCategoryTagDefinition2Service()
  11506.     {
  11507.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  11508.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11509.         return $instance;
  11510.     }
  11511.     /**
  11512.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  11513.      *
  11514.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  11515.      */
  11516.     protected function getCategoryTranslationDefinition2Service()
  11517.     {
  11518.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  11519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11520.         return $instance;
  11521.     }
  11522.     /**
  11523.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  11524.      *
  11525.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  11526.      */
  11527.     protected function getCmsBlockDefinition2Service()
  11528.     {
  11529.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  11530.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11531.         return $instance;
  11532.     }
  11533.     /**
  11534.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  11535.      *
  11536.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  11537.      */
  11538.     protected function getCmsPageTranslationDefinition2Service()
  11539.     {
  11540.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  11541.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11542.         return $instance;
  11543.     }
  11544.     /**
  11545.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  11546.      *
  11547.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  11548.      */
  11549.     protected function getCmsSectionDefinition2Service()
  11550.     {
  11551.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  11552.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11553.         return $instance;
  11554.     }
  11555.     /**
  11556.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  11557.      *
  11558.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  11559.      */
  11560.     protected function getCmsSlotTranslationDefinition2Service()
  11561.     {
  11562.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  11563.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11564.         return $instance;
  11565.     }
  11566.     /**
  11567.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  11568.      *
  11569.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  11570.      */
  11571.     protected function getCmsSlotDefinition2Service()
  11572.     {
  11573.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  11574.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11575.         return $instance;
  11576.     }
  11577.     /**
  11578.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  11579.      *
  11580.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  11581.      */
  11582.     protected function getCmsPageDefinition2Service()
  11583.     {
  11584.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  11585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11586.         return $instance;
  11587.     }
  11588.     /**
  11589.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  11590.      *
  11591.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  11592.      */
  11593.     protected function getFlowSequenceDefinition2Service()
  11594.     {
  11595.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  11596.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11597.         return $instance;
  11598.     }
  11599.     /**
  11600.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  11601.      *
  11602.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  11603.      */
  11604.     protected function getFlowDefinition2Service()
  11605.     {
  11606.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  11607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11608.         return $instance;
  11609.     }
  11610.     /**
  11611.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  11612.      *
  11613.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  11614.      */
  11615.     protected function getImportExportFileDefinition2Service()
  11616.     {
  11617.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  11618.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11619.         return $instance;
  11620.     }
  11621.     /**
  11622.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  11623.      *
  11624.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  11625.      */
  11626.     protected function getImportExportLogDefinition2Service()
  11627.     {
  11628.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  11629.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11630.         return $instance;
  11631.     }
  11632.     /**
  11633.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  11634.      *
  11635.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  11636.      */
  11637.     protected function getImportExportProfileDefinition2Service()
  11638.     {
  11639.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  11640.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11641.         return $instance;
  11642.     }
  11643.     /**
  11644.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  11645.      *
  11646.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  11647.      */
  11648.     protected function getImportExportProfileTranslationDefinition2Service()
  11649.     {
  11650.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  11651.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11652.         return $instance;
  11653.     }
  11654.     /**
  11655.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  11656.      *
  11657.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  11658.      */
  11659.     protected function getLandingPageSalesChannelDefinition2Service()
  11660.     {
  11661.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  11662.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11663.         return $instance;
  11664.     }
  11665.     /**
  11666.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  11667.      *
  11668.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  11669.      */
  11670.     protected function getLandingPageTagDefinition2Service()
  11671.     {
  11672.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  11673.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11674.         return $instance;
  11675.     }
  11676.     /**
  11677.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  11678.      *
  11679.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  11680.      */
  11681.     protected function getLandingPageTranslationDefinition2Service()
  11682.     {
  11683.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  11684.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11685.         return $instance;
  11686.     }
  11687.     /**
  11688.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  11689.      *
  11690.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  11691.      */
  11692.     protected function getMailHeaderFooterTranslationDefinition2Service()
  11693.     {
  11694.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  11695.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11696.         return $instance;
  11697.     }
  11698.     /**
  11699.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  11700.      *
  11701.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  11702.      */
  11703.     protected function getMailHeaderFooterDefinition2Service()
  11704.     {
  11705.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  11706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11707.         return $instance;
  11708.     }
  11709.     /**
  11710.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  11711.      *
  11712.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  11713.      */
  11714.     protected function getMailTemplateMediaDefinition2Service()
  11715.     {
  11716.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  11717.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11718.         return $instance;
  11719.     }
  11720.     /**
  11721.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  11722.      *
  11723.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  11724.      */
  11725.     protected function getMailTemplateTranslationDefinition2Service()
  11726.     {
  11727.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  11728.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11729.         return $instance;
  11730.     }
  11731.     /**
  11732.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  11733.      *
  11734.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  11735.      */
  11736.     protected function getMailTemplateTypeTranslationDefinition2Service()
  11737.     {
  11738.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  11739.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11740.         return $instance;
  11741.     }
  11742.     /**
  11743.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  11744.      *
  11745.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  11746.      */
  11747.     protected function getMailTemplateTypeDefinition2Service()
  11748.     {
  11749.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  11750.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11751.         return $instance;
  11752.     }
  11753.     /**
  11754.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  11755.      *
  11756.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  11757.      */
  11758.     protected function getMailTemplateDefinition2Service()
  11759.     {
  11760.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  11761.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11762.         return $instance;
  11763.     }
  11764.     /**
  11765.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  11766.      *
  11767.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  11768.      */
  11769.     protected function getMediaDefaultFolderDefinition2Service()
  11770.     {
  11771.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  11772.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11773.         return $instance;
  11774.     }
  11775.     /**
  11776.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  11777.      *
  11778.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  11779.      */
  11780.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  11781.     {
  11782.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  11783.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11784.         return $instance;
  11785.     }
  11786.     /**
  11787.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  11788.      *
  11789.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  11790.      */
  11791.     protected function getMediaFolderConfigurationDefinition2Service()
  11792.     {
  11793.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  11794.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11795.         return $instance;
  11796.     }
  11797.     /**
  11798.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  11799.      *
  11800.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  11801.      */
  11802.     protected function getMediaFolderDefinition2Service()
  11803.     {
  11804.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  11805.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11806.         return $instance;
  11807.     }
  11808.     /**
  11809.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  11810.      *
  11811.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  11812.      */
  11813.     protected function getMediaTagDefinition2Service()
  11814.     {
  11815.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  11816.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11817.         return $instance;
  11818.     }
  11819.     /**
  11820.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  11821.      *
  11822.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  11823.      */
  11824.     protected function getMediaThumbnailSizeDefinition2Service()
  11825.     {
  11826.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  11827.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11828.         return $instance;
  11829.     }
  11830.     /**
  11831.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  11832.      *
  11833.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  11834.      */
  11835.     protected function getMediaThumbnailDefinition2Service()
  11836.     {
  11837.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  11838.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11839.         return $instance;
  11840.     }
  11841.     /**
  11842.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  11843.      *
  11844.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  11845.      */
  11846.     protected function getMediaTranslationDefinition2Service()
  11847.     {
  11848.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  11849.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11850.         return $instance;
  11851.     }
  11852.     /**
  11853.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  11854.      *
  11855.      * @return \Shopware\Core\Content\Media\MediaDefinition
  11856.      */
  11857.     protected function getMediaDefinition2Service()
  11858.     {
  11859.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  11860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11861.         return $instance;
  11862.     }
  11863.     /**
  11864.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  11865.      *
  11866.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  11867.      */
  11868.     protected function getNewsletterRecipientTagDefinition2Service()
  11869.     {
  11870.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  11871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11872.         return $instance;
  11873.     }
  11874.     /**
  11875.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  11876.      *
  11877.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  11878.      */
  11879.     protected function getProductExportDefinition2Service()
  11880.     {
  11881.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  11882.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11883.         return $instance;
  11884.     }
  11885.     /**
  11886.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  11887.      *
  11888.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  11889.      */
  11890.     protected function getProductStreamFilterDefinition2Service()
  11891.     {
  11892.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  11893.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11894.         return $instance;
  11895.     }
  11896.     /**
  11897.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  11898.      *
  11899.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  11900.      */
  11901.     protected function getProductStreamTranslationDefinition2Service()
  11902.     {
  11903.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  11904.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11905.         return $instance;
  11906.     }
  11907.     /**
  11908.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  11909.      *
  11910.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  11911.      */
  11912.     protected function getProductStreamDefinition2Service()
  11913.     {
  11914.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  11915.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11916.         return $instance;
  11917.     }
  11918.     /**
  11919.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  11920.      *
  11921.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  11922.      */
  11923.     protected function getProductCategoryTreeDefinition2Service()
  11924.     {
  11925.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  11926.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11927.         return $instance;
  11928.     }
  11929.     /**
  11930.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  11931.      *
  11932.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  11933.      */
  11934.     protected function getProductCategoryDefinition2Service()
  11935.     {
  11936.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  11937.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11938.         return $instance;
  11939.     }
  11940.     /**
  11941.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  11942.      *
  11943.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  11944.      */
  11945.     protected function getProductConfiguratorSettingDefinition2Service()
  11946.     {
  11947.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  11948.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11949.         return $instance;
  11950.     }
  11951.     /**
  11952.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  11953.      *
  11954.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  11955.      */
  11956.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  11957.     {
  11958.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  11959.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11960.         return $instance;
  11961.     }
  11962.     /**
  11963.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  11964.      *
  11965.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  11966.      */
  11967.     protected function getProductCrossSellingTranslationDefinition2Service()
  11968.     {
  11969.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  11970.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11971.         return $instance;
  11972.     }
  11973.     /**
  11974.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  11975.      *
  11976.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  11977.      */
  11978.     protected function getProductCrossSellingDefinition2Service()
  11979.     {
  11980.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  11981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11982.         return $instance;
  11983.     }
  11984.     /**
  11985.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  11986.      *
  11987.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  11988.      */
  11989.     protected function getProductCustomFieldSetDefinition2Service()
  11990.     {
  11991.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  11992.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11993.         return $instance;
  11994.     }
  11995.     /**
  11996.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  11997.      *
  11998.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  11999.      */
  12000.     protected function getProductFeatureSetTranslationDefinition2Service()
  12001.     {
  12002.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  12003.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12004.         return $instance;
  12005.     }
  12006.     /**
  12007.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  12008.      *
  12009.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  12010.      */
  12011.     protected function getProductFeatureSetDefinition2Service()
  12012.     {
  12013.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  12014.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12015.         return $instance;
  12016.     }
  12017.     /**
  12018.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  12019.      *
  12020.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  12021.      */
  12022.     protected function getProductKeywordDictionaryDefinition2Service()
  12023.     {
  12024.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  12025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12026.         return $instance;
  12027.     }
  12028.     /**
  12029.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  12030.      *
  12031.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  12032.      */
  12033.     protected function getProductManufacturerTranslationDefinition2Service()
  12034.     {
  12035.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  12036.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12037.         return $instance;
  12038.     }
  12039.     /**
  12040.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  12041.      *
  12042.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  12043.      */
  12044.     protected function getProductManufacturerDefinition2Service()
  12045.     {
  12046.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  12047.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12048.         return $instance;
  12049.     }
  12050.     /**
  12051.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  12052.      *
  12053.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  12054.      */
  12055.     protected function getProductMediaDefinition2Service()
  12056.     {
  12057.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  12058.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12059.         return $instance;
  12060.     }
  12061.     /**
  12062.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  12063.      *
  12064.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  12065.      */
  12066.     protected function getProductOptionDefinition2Service()
  12067.     {
  12068.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  12069.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12070.         return $instance;
  12071.     }
  12072.     /**
  12073.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  12074.      *
  12075.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  12076.      */
  12077.     protected function getProductPriceDefinition2Service()
  12078.     {
  12079.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  12080.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12081.         return $instance;
  12082.     }
  12083.     /**
  12084.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  12085.      *
  12086.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  12087.      */
  12088.     protected function getProductPropertyDefinition2Service()
  12089.     {
  12090.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  12091.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12092.         return $instance;
  12093.     }
  12094.     /**
  12095.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  12096.      *
  12097.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  12098.      */
  12099.     protected function getProductReviewDefinition2Service()
  12100.     {
  12101.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  12102.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12103.         return $instance;
  12104.     }
  12105.     /**
  12106.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  12107.      *
  12108.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  12109.      */
  12110.     protected function getProductSearchConfigFieldDefinition2Service()
  12111.     {
  12112.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  12113.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12114.         return $instance;
  12115.     }
  12116.     /**
  12117.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  12118.      *
  12119.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  12120.      */
  12121.     protected function getProductSearchConfigDefinition2Service()
  12122.     {
  12123.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  12124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12125.         return $instance;
  12126.     }
  12127.     /**
  12128.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  12129.      *
  12130.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  12131.      */
  12132.     protected function getProductSearchKeywordDefinition2Service()
  12133.     {
  12134.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  12135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12136.         return $instance;
  12137.     }
  12138.     /**
  12139.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  12140.      *
  12141.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  12142.      */
  12143.     protected function getProductStreamMappingDefinition2Service()
  12144.     {
  12145.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  12146.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12147.         return $instance;
  12148.     }
  12149.     /**
  12150.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  12151.      *
  12152.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  12153.      */
  12154.     protected function getProductTagDefinition2Service()
  12155.     {
  12156.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  12157.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12158.         return $instance;
  12159.     }
  12160.     /**
  12161.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  12162.      *
  12163.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  12164.      */
  12165.     protected function getProductTranslationDefinition2Service()
  12166.     {
  12167.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  12168.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12169.         return $instance;
  12170.     }
  12171.     /**
  12172.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  12173.      *
  12174.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  12175.      */
  12176.     protected function getProductVisibilityDefinition2Service()
  12177.     {
  12178.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  12179.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12180.         return $instance;
  12181.     }
  12182.     /**
  12183.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  12184.      *
  12185.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  12186.      */
  12187.     protected function getProductSortingDefinition2Service()
  12188.     {
  12189.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  12190.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12191.         return $instance;
  12192.     }
  12193.     /**
  12194.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  12195.      *
  12196.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  12197.      */
  12198.     protected function getProductSortingTranslationDefinition2Service()
  12199.     {
  12200.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  12201.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12202.         return $instance;
  12203.     }
  12204.     /**
  12205.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  12206.      *
  12207.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  12208.      */
  12209.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  12210.     {
  12211.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  12212.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12213.         return $instance;
  12214.     }
  12215.     /**
  12216.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  12217.      *
  12218.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  12219.      */
  12220.     protected function getPropertyGroupOptionDefinition2Service()
  12221.     {
  12222.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  12223.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12224.         return $instance;
  12225.     }
  12226.     /**
  12227.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  12228.      *
  12229.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  12230.      */
  12231.     protected function getPropertyGroupTranslationDefinition2Service()
  12232.     {
  12233.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  12234.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12235.         return $instance;
  12236.     }
  12237.     /**
  12238.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  12239.      *
  12240.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  12241.      */
  12242.     protected function getPropertyGroupDefinition2Service()
  12243.     {
  12244.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  12245.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12246.         return $instance;
  12247.     }
  12248.     /**
  12249.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  12250.      *
  12251.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  12252.      */
  12253.     protected function getRuleConditionDefinition2Service()
  12254.     {
  12255.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  12256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12257.         return $instance;
  12258.     }
  12259.     /**
  12260.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  12261.      *
  12262.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  12263.      */
  12264.     protected function getRuleTagDefinition2Service()
  12265.     {
  12266.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  12267.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12268.         return $instance;
  12269.     }
  12270.     /**
  12271.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  12272.      *
  12273.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  12274.      */
  12275.     protected function getRuleDefinition2Service()
  12276.     {
  12277.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  12278.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12279.         return $instance;
  12280.     }
  12281.     /**
  12282.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  12283.      *
  12284.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  12285.      */
  12286.     protected function getSeoUrlTemplateDefinition2Service()
  12287.     {
  12288.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  12289.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12290.         return $instance;
  12291.     }
  12292.     /**
  12293.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  12294.      *
  12295.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  12296.      */
  12297.     protected function getAclRoleDefinition2Service()
  12298.     {
  12299.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  12300.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12301.         return $instance;
  12302.     }
  12303.     /**
  12304.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  12305.      *
  12306.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  12307.      */
  12308.     protected function getAclUserRoleDefinition2Service()
  12309.     {
  12310.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  12311.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12312.         return $instance;
  12313.     }
  12314.     /**
  12315.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  12316.      *
  12317.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  12318.      */
  12319.     protected function getActionButtonTranslationDefinition2Service()
  12320.     {
  12321.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  12322.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12323.         return $instance;
  12324.     }
  12325.     /**
  12326.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  12327.      *
  12328.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  12329.      */
  12330.     protected function getActionButtonDefinition2Service()
  12331.     {
  12332.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  12333.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12334.         return $instance;
  12335.     }
  12336.     /**
  12337.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  12338.      *
  12339.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  12340.      */
  12341.     protected function getAppPaymentMethodDefinition2Service()
  12342.     {
  12343.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  12344.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12345.         return $instance;
  12346.     }
  12347.     /**
  12348.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  12349.      *
  12350.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  12351.      */
  12352.     protected function getAppScriptConditionTranslationDefinition2Service()
  12353.     {
  12354.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  12355.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12356.         return $instance;
  12357.     }
  12358.     /**
  12359.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  12360.      *
  12361.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  12362.      */
  12363.     protected function getAppScriptConditionDefinition2Service()
  12364.     {
  12365.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  12366.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12367.         return $instance;
  12368.     }
  12369.     /**
  12370.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  12371.      *
  12372.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  12373.      */
  12374.     protected function getAppTranslationDefinition2Service()
  12375.     {
  12376.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  12377.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12378.         return $instance;
  12379.     }
  12380.     /**
  12381.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  12382.      *
  12383.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  12384.      */
  12385.     protected function getAppCmsBlockTranslationDefinition2Service()
  12386.     {
  12387.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  12388.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12389.         return $instance;
  12390.     }
  12391.     /**
  12392.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  12393.      *
  12394.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  12395.      */
  12396.     protected function getAppCmsBlockDefinition2Service()
  12397.     {
  12398.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  12399.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12400.         return $instance;
  12401.     }
  12402.     /**
  12403.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  12404.      *
  12405.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  12406.      */
  12407.     protected function getAppFlowActionTranslationDefinition2Service()
  12408.     {
  12409.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  12410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12411.         return $instance;
  12412.     }
  12413.     /**
  12414.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  12415.      *
  12416.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  12417.      */
  12418.     protected function getAppFlowActionDefinition2Service()
  12419.     {
  12420.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  12421.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12422.         return $instance;
  12423.     }
  12424.     /**
  12425.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  12426.      *
  12427.      * @return \Shopware\Core\Framework\App\AppDefinition
  12428.      */
  12429.     protected function getAppDefinition2Service()
  12430.     {
  12431.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  12432.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12433.         return $instance;
  12434.     }
  12435.     /**
  12436.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  12437.      *
  12438.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  12439.      */
  12440.     protected function getTemplateDefinition2Service()
  12441.     {
  12442.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  12443.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12444.         return $instance;
  12445.     }
  12446.     /**
  12447.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  12448.      *
  12449.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  12450.      */
  12451.     protected function getVersionCommitDataDefinition2Service()
  12452.     {
  12453.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  12454.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12455.         return $instance;
  12456.     }
  12457.     /**
  12458.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  12459.      *
  12460.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  12461.      */
  12462.     protected function getVersionCommitDefinition2Service()
  12463.     {
  12464.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  12465.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12466.         return $instance;
  12467.     }
  12468.     /**
  12469.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  12470.      *
  12471.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  12472.      */
  12473.     protected function getVersionDefinition2Service()
  12474.     {
  12475.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  12476.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12477.         return $instance;
  12478.     }
  12479.     /**
  12480.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  12481.      *
  12482.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  12483.      */
  12484.     protected function getEventActionRuleDefinition2Service()
  12485.     {
  12486.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  12487.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12488.         return $instance;
  12489.     }
  12490.     /**
  12491.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  12492.      *
  12493.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  12494.      */
  12495.     protected function getEventActionSalesChannelDefinition2Service()
  12496.     {
  12497.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  12498.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12499.         return $instance;
  12500.     }
  12501.     /**
  12502.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  12503.      *
  12504.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  12505.      */
  12506.     protected function getEventActionDefinition2Service()
  12507.     {
  12508.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  12509.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12510.         return $instance;
  12511.     }
  12512.     /**
  12513.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  12514.      *
  12515.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  12516.      */
  12517.     protected function getLogEntryDefinition2Service()
  12518.     {
  12519.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  12520.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12521.         return $instance;
  12522.     }
  12523.     /**
  12524.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  12525.      *
  12526.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  12527.      */
  12528.     protected function getDeadMessageDefinition2Service()
  12529.     {
  12530.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  12531.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12532.         return $instance;
  12533.     }
  12534.     /**
  12535.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  12536.      *
  12537.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  12538.      */
  12539.     protected function getMessageQueueStatsDefinition2Service()
  12540.     {
  12541.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  12542.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12543.         return $instance;
  12544.     }
  12545.     /**
  12546.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  12547.      *
  12548.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  12549.      */
  12550.     protected function getScheduledTaskDefinition2Service()
  12551.     {
  12552.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  12553.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12554.         return $instance;
  12555.     }
  12556.     /**
  12557.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  12558.      *
  12559.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  12560.      */
  12561.     protected function getPluginTranslationDefinition2Service()
  12562.     {
  12563.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  12564.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12565.         return $instance;
  12566.     }
  12567.     /**
  12568.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  12569.      *
  12570.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  12571.      */
  12572.     protected function getPluginDefinition2Service()
  12573.     {
  12574.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  12575.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12576.         return $instance;
  12577.     }
  12578.     /**
  12579.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  12580.      *
  12581.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  12582.      */
  12583.     protected function getScriptDefinition2Service()
  12584.     {
  12585.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  12586.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12587.         return $instance;
  12588.     }
  12589.     /**
  12590.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  12591.      *
  12592.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  12593.      */
  12594.     protected function getWebhookEventLogDefinition2Service()
  12595.     {
  12596.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  12597.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12598.         return $instance;
  12599.     }
  12600.     /**
  12601.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  12602.      *
  12603.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  12604.      */
  12605.     protected function getWebhookDefinition2Service()
  12606.     {
  12607.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  12608.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12609.         return $instance;
  12610.     }
  12611.     /**
  12612.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  12613.      *
  12614.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  12615.      */
  12616.     protected function getCountryStateTranslationDefinition2Service()
  12617.     {
  12618.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  12619.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12620.         return $instance;
  12621.     }
  12622.     /**
  12623.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  12624.      *
  12625.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  12626.      */
  12627.     protected function getCountryTranslationDefinition2Service()
  12628.     {
  12629.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  12630.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12631.         return $instance;
  12632.     }
  12633.     /**
  12634.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  12635.      *
  12636.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  12637.      */
  12638.     protected function getCurrencyCountryRoundingDefinition2Service()
  12639.     {
  12640.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  12641.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12642.         return $instance;
  12643.     }
  12644.     /**
  12645.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  12646.      *
  12647.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  12648.      */
  12649.     protected function getCurrencyTranslationDefinition2Service()
  12650.     {
  12651.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  12652.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12653.         return $instance;
  12654.     }
  12655.     /**
  12656.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  12657.      *
  12658.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  12659.      */
  12660.     protected function getCustomEntityDefinition2Service()
  12661.     {
  12662.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  12663.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12664.         return $instance;
  12665.     }
  12666.     /**
  12667.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  12668.      *
  12669.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  12670.      */
  12671.     protected function getCustomFieldSetRelationDefinition2Service()
  12672.     {
  12673.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  12674.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12675.         return $instance;
  12676.     }
  12677.     /**
  12678.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  12679.      *
  12680.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  12681.      */
  12682.     protected function getCustomFieldSetDefinition2Service()
  12683.     {
  12684.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  12685.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12686.         return $instance;
  12687.     }
  12688.     /**
  12689.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  12690.      *
  12691.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  12692.      */
  12693.     protected function getCustomFieldDefinition2Service()
  12694.     {
  12695.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  12696.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12697.         return $instance;
  12698.     }
  12699.     /**
  12700.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  12701.      *
  12702.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  12703.      */
  12704.     protected function getDeliveryTimeTranslationDefinition2Service()
  12705.     {
  12706.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  12707.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12708.         return $instance;
  12709.     }
  12710.     /**
  12711.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  12712.      *
  12713.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  12714.      */
  12715.     protected function getDeliveryTimeDefinition2Service()
  12716.     {
  12717.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  12718.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12719.         return $instance;
  12720.     }
  12721.     /**
  12722.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  12723.      *
  12724.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  12725.      */
  12726.     protected function getIntegrationRoleDefinition2Service()
  12727.     {
  12728.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  12729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12730.         return $instance;
  12731.     }
  12732.     /**
  12733.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  12734.      *
  12735.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  12736.      */
  12737.     protected function getIntegrationDefinition2Service()
  12738.     {
  12739.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  12740.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12741.         return $instance;
  12742.     }
  12743.     /**
  12744.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  12745.      *
  12746.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  12747.      */
  12748.     protected function getLocaleTranslationDefinition2Service()
  12749.     {
  12750.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  12751.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12752.         return $instance;
  12753.     }
  12754.     /**
  12755.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  12756.      *
  12757.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  12758.      */
  12759.     protected function getLocaleDefinition2Service()
  12760.     {
  12761.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  12762.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12763.         return $instance;
  12764.     }
  12765.     /**
  12766.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  12767.      *
  12768.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  12769.      */
  12770.     protected function getNumberRangeSalesChannelDefinition2Service()
  12771.     {
  12772.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  12773.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12774.         return $instance;
  12775.     }
  12776.     /**
  12777.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  12778.      *
  12779.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  12780.      */
  12781.     protected function getNumberRangeStateDefinition2Service()
  12782.     {
  12783.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  12784.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12785.         return $instance;
  12786.     }
  12787.     /**
  12788.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  12789.      *
  12790.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  12791.      */
  12792.     protected function getNumberRangeTranslationDefinition2Service()
  12793.     {
  12794.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  12795.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12796.         return $instance;
  12797.     }
  12798.     /**
  12799.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  12800.      *
  12801.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  12802.      */
  12803.     protected function getNumberRangeTypeTranslationDefinition2Service()
  12804.     {
  12805.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  12806.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12807.         return $instance;
  12808.     }
  12809.     /**
  12810.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  12811.      *
  12812.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  12813.      */
  12814.     protected function getNumberRangeTypeDefinition2Service()
  12815.     {
  12816.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  12817.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12818.         return $instance;
  12819.     }
  12820.     /**
  12821.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  12822.      *
  12823.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  12824.      */
  12825.     protected function getNumberRangeDefinition2Service()
  12826.     {
  12827.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  12828.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12829.         return $instance;
  12830.     }
  12831.     /**
  12832.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  12833.      *
  12834.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  12835.      */
  12836.     protected function getSalesChannelAnalyticsDefinition2Service()
  12837.     {
  12838.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  12839.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12840.         return $instance;
  12841.     }
  12842.     /**
  12843.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  12844.      *
  12845.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  12846.      */
  12847.     protected function getSalesChannelCountryDefinition3Service()
  12848.     {
  12849.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  12850.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12851.         return $instance;
  12852.     }
  12853.     /**
  12854.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  12855.      *
  12856.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  12857.      */
  12858.     protected function getSalesChannelCurrencyDefinition3Service()
  12859.     {
  12860.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  12861.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12862.         return $instance;
  12863.     }
  12864.     /**
  12865.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  12866.      *
  12867.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  12868.      */
  12869.     protected function getSalesChannelDomainDefinition2Service()
  12870.     {
  12871.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  12872.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12873.         return $instance;
  12874.     }
  12875.     /**
  12876.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  12877.      *
  12878.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  12879.      */
  12880.     protected function getSalesChannelLanguageDefinition3Service()
  12881.     {
  12882.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  12883.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12884.         return $instance;
  12885.     }
  12886.     /**
  12887.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  12888.      *
  12889.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  12890.      */
  12891.     protected function getSalesChannelPaymentMethodDefinition3Service()
  12892.     {
  12893.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  12894.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12895.         return $instance;
  12896.     }
  12897.     /**
  12898.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  12899.      *
  12900.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  12901.      */
  12902.     protected function getSalesChannelShippingMethodDefinition3Service()
  12903.     {
  12904.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  12905.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12906.         return $instance;
  12907.     }
  12908.     /**
  12909.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  12910.      *
  12911.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  12912.      */
  12913.     protected function getSalesChannelTranslationDefinition2Service()
  12914.     {
  12915.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  12916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12917.         return $instance;
  12918.     }
  12919.     /**
  12920.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  12921.      *
  12922.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  12923.      */
  12924.     protected function getSalesChannelTypeTranslationDefinition2Service()
  12925.     {
  12926.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  12927.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12928.         return $instance;
  12929.     }
  12930.     /**
  12931.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  12932.      *
  12933.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  12934.      */
  12935.     protected function getSalesChannelTypeDefinition2Service()
  12936.     {
  12937.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  12938.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12939.         return $instance;
  12940.     }
  12941.     /**
  12942.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  12943.      *
  12944.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  12945.      */
  12946.     protected function getSalesChannelDefinition2Service()
  12947.     {
  12948.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  12949.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12950.         return $instance;
  12951.     }
  12952.     /**
  12953.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  12954.      *
  12955.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  12956.      */
  12957.     protected function getSalutationTranslationDefinition2Service()
  12958.     {
  12959.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  12960.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12961.         return $instance;
  12962.     }
  12963.     /**
  12964.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  12965.      *
  12966.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  12967.      */
  12968.     protected function getSnippetSetDefinition2Service()
  12969.     {
  12970.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  12971.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12972.         return $instance;
  12973.     }
  12974.     /**
  12975.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  12976.      *
  12977.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  12978.      */
  12979.     protected function getSnippetDefinition2Service()
  12980.     {
  12981.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  12982.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12983.         return $instance;
  12984.     }
  12985.     /**
  12986.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  12987.      *
  12988.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  12989.      */
  12990.     protected function getStateMachineHistoryDefinition2Service()
  12991.     {
  12992.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  12993.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12994.         return $instance;
  12995.     }
  12996.     /**
  12997.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  12998.      *
  12999.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  13000.      */
  13001.     protected function getStateMachineStateDefinition2Service()
  13002.     {
  13003.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  13004.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13005.         return $instance;
  13006.     }
  13007.     /**
  13008.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  13009.      *
  13010.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  13011.      */
  13012.     protected function getStateMachineStateTranslationDefinition2Service()
  13013.     {
  13014.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  13015.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13016.         return $instance;
  13017.     }
  13018.     /**
  13019.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  13020.      *
  13021.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  13022.      */
  13023.     protected function getStateMachineTransitionDefinition2Service()
  13024.     {
  13025.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  13026.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13027.         return $instance;
  13028.     }
  13029.     /**
  13030.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  13031.      *
  13032.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  13033.      */
  13034.     protected function getStateMachineDefinition2Service()
  13035.     {
  13036.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  13037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13038.         return $instance;
  13039.     }
  13040.     /**
  13041.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  13042.      *
  13043.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  13044.      */
  13045.     protected function getStateMachineTranslationDefinition2Service()
  13046.     {
  13047.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  13048.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13049.         return $instance;
  13050.     }
  13051.     /**
  13052.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  13053.      *
  13054.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  13055.      */
  13056.     protected function getSystemConfigDefinition2Service()
  13057.     {
  13058.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  13059.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13060.         return $instance;
  13061.     }
  13062.     /**
  13063.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  13064.      *
  13065.      * @return \Shopware\Core\System\Tag\TagDefinition
  13066.      */
  13067.     protected function getTagDefinition2Service()
  13068.     {
  13069.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  13070.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13071.         return $instance;
  13072.     }
  13073.     /**
  13074.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  13075.      *
  13076.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  13077.      */
  13078.     protected function getTaxRuleTypeTranslationDefinition2Service()
  13079.     {
  13080.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  13081.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13082.         return $instance;
  13083.     }
  13084.     /**
  13085.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  13086.      *
  13087.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  13088.      */
  13089.     protected function getTaxRuleTypeDefinition2Service()
  13090.     {
  13091.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  13092.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13093.         return $instance;
  13094.     }
  13095.     /**
  13096.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  13097.      *
  13098.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  13099.      */
  13100.     protected function getTaxRuleDefinition2Service()
  13101.     {
  13102.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  13103.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13104.         return $instance;
  13105.     }
  13106.     /**
  13107.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  13108.      *
  13109.      * @return \Shopware\Core\System\Tax\TaxDefinition
  13110.      */
  13111.     protected function getTaxDefinition2Service()
  13112.     {
  13113.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  13114.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13115.         return $instance;
  13116.     }
  13117.     /**
  13118.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  13119.      *
  13120.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  13121.      */
  13122.     protected function getUnitTranslationDefinition2Service()
  13123.     {
  13124.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  13125.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13126.         return $instance;
  13127.     }
  13128.     /**
  13129.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  13130.      *
  13131.      * @return \Shopware\Core\System\Unit\UnitDefinition
  13132.      */
  13133.     protected function getUnitDefinition2Service()
  13134.     {
  13135.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  13136.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13137.         return $instance;
  13138.     }
  13139.     /**
  13140.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  13141.      *
  13142.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  13143.      */
  13144.     protected function getUserAccessKeyDefinition2Service()
  13145.     {
  13146.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  13147.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13148.         return $instance;
  13149.     }
  13150.     /**
  13151.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  13152.      *
  13153.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  13154.      */
  13155.     protected function getUserConfigDefinition2Service()
  13156.     {
  13157.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  13158.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13159.         return $instance;
  13160.     }
  13161.     /**
  13162.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  13163.      *
  13164.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  13165.      */
  13166.     protected function getUserRecoveryDefinition2Service()
  13167.     {
  13168.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  13169.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13170.         return $instance;
  13171.     }
  13172.     /**
  13173.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  13174.      *
  13175.      * @return \Shopware\Core\System\User\UserDefinition
  13176.      */
  13177.     protected function getUserDefinition2Service()
  13178.     {
  13179.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  13180.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13181.         return $instance;
  13182.     }
  13183.     /**
  13184.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  13185.      *
  13186.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  13187.      */
  13188.     protected function getThemeChildDefinition2Service()
  13189.     {
  13190.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  13191.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13192.         return $instance;
  13193.     }
  13194.     /**
  13195.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  13196.      *
  13197.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  13198.      */
  13199.     protected function getThemeMediaDefinition2Service()
  13200.     {
  13201.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  13202.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13203.         return $instance;
  13204.     }
  13205.     /**
  13206.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  13207.      *
  13208.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  13209.      */
  13210.     protected function getThemeSalesChannelDefinition2Service()
  13211.     {
  13212.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  13213.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13214.         return $instance;
  13215.     }
  13216.     /**
  13217.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  13218.      *
  13219.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  13220.      */
  13221.     protected function getThemeTranslationDefinition2Service()
  13222.     {
  13223.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  13224.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13225.         return $instance;
  13226.     }
  13227.     /**
  13228.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  13229.      *
  13230.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  13231.      */
  13232.     protected function getThemeDefinition2Service()
  13233.     {
  13234.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  13235.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13236.         return $instance;
  13237.     }
  13238.     /**
  13239.      * Gets the public 'sales_channel_domain.repository' shared service.
  13240.      *
  13241.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13242.      */
  13243.     protected function getSalesChannelDomain_RepositoryService()
  13244.     {
  13245.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13246.     }
  13247.     /**
  13248.      * Gets the public 'sales_channel_language.repository' shared service.
  13249.      *
  13250.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13251.      */
  13252.     protected function getSalesChannelLanguage_RepositoryService()
  13253.     {
  13254.         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()));
  13255.     }
  13256.     /**
  13257.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  13258.      *
  13259.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13260.      */
  13261.     protected function getSalesChannelPaymentMethod_RepositoryService()
  13262.     {
  13263.         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()));
  13264.     }
  13265.     /**
  13266.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  13267.      *
  13268.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13269.      */
  13270.     protected function getSalesChannelShippingMethod_RepositoryService()
  13271.     {
  13272.         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()));
  13273.     }
  13274.     /**
  13275.      * Gets the public 'sales_channel_translation.repository' shared service.
  13276.      *
  13277.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13278.      */
  13279.     protected function getSalesChannelTranslation_RepositoryService()
  13280.     {
  13281.         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()));
  13282.     }
  13283.     /**
  13284.      * Gets the public 'sales_channel_type.repository' shared service.
  13285.      *
  13286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13287.      */
  13288.     protected function getSalesChannelType_RepositoryService()
  13289.     {
  13290.         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()));
  13291.     }
  13292.     /**
  13293.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  13294.      *
  13295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13296.      */
  13297.     protected function getSalesChannelTypeTranslation_RepositoryService()
  13298.     {
  13299.         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()));
  13300.     }
  13301.     /**
  13302.      * Gets the public 'salutation.repository' shared service.
  13303.      *
  13304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13305.      */
  13306.     protected function getSalutation_RepositoryService()
  13307.     {
  13308.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['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 'salutation_translation.repository' shared service.
  13312.      *
  13313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13314.      */
  13315.     protected function getSalutationTranslation_RepositoryService()
  13316.     {
  13317.         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()));
  13318.     }
  13319.     /**
  13320.      * Gets the public 'scheduled_task.repository' shared service.
  13321.      *
  13322.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13323.      */
  13324.     protected function getScheduledTask_RepositoryService()
  13325.     {
  13326.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['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 'script.repository' shared service.
  13330.      *
  13331.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13332.      */
  13333.     protected function getScript_RepositoryService()
  13334.     {
  13335.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['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 'seo_url.repository' shared service.
  13339.      *
  13340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13341.      */
  13342.     protected function getSeoUrl_RepositoryService()
  13343.     {
  13344.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['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 'seo_url_template.repository' shared service.
  13348.      *
  13349.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13350.      */
  13351.     protected function getSeoUrlTemplate_RepositoryService()
  13352.     {
  13353.         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()));
  13354.     }
  13355.     /**
  13356.      * Gets the public 'services_resetter' shared service.
  13357.      *
  13358.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  13359.      */
  13360.     protected function getServicesResetterService()
  13361.     {
  13362.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  13363.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  13364.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  13365.             }
  13366.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  13367.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  13368.             }
  13369.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  13370.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  13371.             }
  13372.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  13373.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  13374.             }
  13375.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  13376.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  13377.             }
  13378.             if (false) {
  13379.                 yield 'shopware.increment.gateway.array' => null;
  13380.             }
  13381.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  13382.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  13383.             }
  13384.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  13385.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  13386.             }
  13387.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  13388.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  13389.             }
  13390.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  13391.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  13392.             }
  13393.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  13394.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  13395.             }
  13396.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  13397.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  13398.             }
  13399.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  13400.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  13401.             }
  13402.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  13403.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  13404.             }
  13405.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  13406.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  13407.             }
  13408.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  13409.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  13410.             }
  13411.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  13412.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  13413.             }
  13414.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  13415.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  13416.             }
  13417.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  13418.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  13419.             }
  13420.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  13421.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  13422.             }
  13423.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  13424.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  13425.             }
  13426.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  13427.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  13428.             }
  13429.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  13430.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  13431.             }
  13432.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  13433.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  13434.             }
  13435.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  13436.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  13437.             }
  13438.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  13439.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  13440.             }
  13441.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  13442.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  13443.             }
  13444.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  13445.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  13446.             }
  13447.             if (isset($this->services['cache.app'])) {
  13448.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  13449.             }
  13450.             if (isset($this->services['cache.system'])) {
  13451.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  13452.             }
  13453.             if (isset($this->privates['cache.validator'])) {
  13454.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  13455.             }
  13456.             if (isset($this->privates['cache.serializer'])) {
  13457.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  13458.             }
  13459.             if (isset($this->privates['cache.annotations'])) {
  13460.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  13461.             }
  13462.             if (isset($this->privates['cache.property_info'])) {
  13463.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  13464.             }
  13465.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  13466.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  13467.             }
  13468.             if (isset($this->privates['mailer.message_logger_listener'])) {
  13469.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  13470.             }
  13471.             if (isset($this->privates['debug.stopwatch'])) {
  13472.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  13473.             }
  13474.             if (isset($this->services['event_dispatcher'])) {
  13475.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  13476.             }
  13477.             if (isset($this->privates['cache.rate_limiter'])) {
  13478.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  13479.             }
  13480.             if (isset($this->privates['.cache.object.inner'])) {
  13481.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  13482.             }
  13483.             if (isset($this->privates['.cache.http.inner'])) {
  13484.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  13485.             }
  13486.             if (isset($this->privates['cache.tags'])) {
  13487.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  13488.             }
  13489.             if (isset($this->privates['session_listener'])) {
  13490.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  13491.             }
  13492.             if (isset($this->services['cache.validator_expression_language'])) {
  13493.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  13494.             }
  13495.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  13496.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  13497.             }
  13498.             if (isset($this->services['.container.private.profiler'])) {
  13499.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  13500.             }
  13501.             if (isset($this->privates['debug.validator'])) {
  13502.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  13503.             }
  13504.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) {
  13505.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? null);
  13506.             }
  13507.             if (isset($this->privates['monolog.handler.console'])) {
  13508.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  13509.             }
  13510.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  13511.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  13512.             }
  13513.         }, function () {
  13514.             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\\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\\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->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']));
  13515.         }), ['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => [=> 'reset'], 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => [=> '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\\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\\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']]);
  13516.     }
  13517.     /**
  13518.      * Gets the public 'shipping_method.repository' shared service.
  13519.      *
  13520.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13521.      */
  13522.     protected function getShippingMethod_RepositoryService()
  13523.     {
  13524.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13525.     }
  13526.     /**
  13527.      * Gets the public 'shipping_method_price.repository' shared service.
  13528.      *
  13529.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13530.      */
  13531.     protected function getShippingMethodPrice_RepositoryService()
  13532.     {
  13533.         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()));
  13534.     }
  13535.     /**
  13536.      * Gets the public 'shipping_method_tag.repository' shared service.
  13537.      *
  13538.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13539.      */
  13540.     protected function getShippingMethodTag_RepositoryService()
  13541.     {
  13542.         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()));
  13543.     }
  13544.     /**
  13545.      * Gets the public 'shipping_method_translation.repository' shared service.
  13546.      *
  13547.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13548.      */
  13549.     protected function getShippingMethodTranslation_RepositoryService()
  13550.     {
  13551.         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()));
  13552.     }
  13553.     /**
  13554.      * Gets the public 'shopware.filesystem.asset' shared service.
  13555.      *
  13556.      * @return \League\Flysystem\FilesystemInterface
  13557.      */
  13558.     protected function getShopware_Filesystem_AssetService()
  13559.     {
  13560.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  13561.     }
  13562.     /**
  13563.      * Gets the public 'shopware.filesystem.private' shared service.
  13564.      *
  13565.      * @return \League\Flysystem\FilesystemInterface
  13566.      */
  13567.     protected function getShopware_Filesystem_PrivateService()
  13568.     {
  13569.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  13570.     }
  13571.     /**
  13572.      * Gets the public 'shopware.filesystem.public' shared service.
  13573.      *
  13574.      * @return \League\Flysystem\FilesystemInterface
  13575.      */
  13576.     protected function getShopware_Filesystem_PublicService()
  13577.     {
  13578.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  13579.     }
  13580.     /**
  13581.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  13582.      *
  13583.      * @return \League\Flysystem\FilesystemInterface
  13584.      */
  13585.     protected function getShopware_Filesystem_SitemapService()
  13586.     {
  13587.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  13588.     }
  13589.     /**
  13590.      * Gets the public 'shopware.filesystem.temp' shared service.
  13591.      *
  13592.      * @return \League\Flysystem\FilesystemInterface
  13593.      */
  13594.     protected function getShopware_Filesystem_TempService()
  13595.     {
  13596.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  13597.     }
  13598.     /**
  13599.      * Gets the public 'shopware.filesystem.theme' shared service.
  13600.      *
  13601.      * @return \League\Flysystem\FilesystemInterface
  13602.      */
  13603.     protected function getShopware_Filesystem_ThemeService()
  13604.     {
  13605.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  13606.     }
  13607.     /**
  13608.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  13609.      *
  13610.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  13611.      */
  13612.     protected function getShopware_Increment_Gateway_RegistryService()
  13613.     {
  13614.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  13615.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  13616.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  13617.         }, 2));
  13618.     }
  13619.     /**
  13620.      * Gets the public 'shopware.store_client' shared service.
  13621.      *
  13622.      * @return \GuzzleHttp\Client
  13623.      */
  13624.     protected function getShopware_StoreClientService($lazyLoad true)
  13625.     {
  13626.         if ($lazyLoad) {
  13627.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  13628.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  13629.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  13630.                     $proxy->setProxyInitializer(null);
  13631.                     return true;
  13632.                 });
  13633.             });
  13634.         }
  13635.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  13636.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  13637.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  13638.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  13639.         }, 3)))->create();
  13640.     }
  13641.     /**
  13642.      * Gets the public 'snippet.repository' shared service.
  13643.      *
  13644.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13645.      */
  13646.     protected function getSnippet_RepositoryService()
  13647.     {
  13648.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13649.     }
  13650.     /**
  13651.      * Gets the public 'snippet_set.repository' shared service.
  13652.      *
  13653.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13654.      */
  13655.     protected function getSnippetSet_RepositoryService()
  13656.     {
  13657.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13658.     }
  13659.     /**
  13660.      * Gets the public 'state_machine.repository' shared service.
  13661.      *
  13662.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13663.      */
  13664.     protected function getStateMachine_RepositoryService()
  13665.     {
  13666.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13667.     }
  13668.     /**
  13669.      * Gets the public 'state_machine_history.repository' shared service.
  13670.      *
  13671.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13672.      */
  13673.     protected function getStateMachineHistory_RepositoryService()
  13674.     {
  13675.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13676.     }
  13677.     /**
  13678.      * Gets the public 'state_machine_state.repository' shared service.
  13679.      *
  13680.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13681.      */
  13682.     protected function getStateMachineState_RepositoryService()
  13683.     {
  13684.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13685.     }
  13686.     /**
  13687.      * Gets the public 'state_machine_state_translation.repository' shared service.
  13688.      *
  13689.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13690.      */
  13691.     protected function getStateMachineStateTranslation_RepositoryService()
  13692.     {
  13693.         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()));
  13694.     }
  13695.     /**
  13696.      * Gets the public 'state_machine_transition.repository' shared service.
  13697.      *
  13698.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13699.      */
  13700.     protected function getStateMachineTransition_RepositoryService()
  13701.     {
  13702.         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()));
  13703.     }
  13704.     /**
  13705.      * Gets the public 'state_machine_translation.repository' shared service.
  13706.      *
  13707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13708.      */
  13709.     protected function getStateMachineTranslation_RepositoryService()
  13710.     {
  13711.         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()));
  13712.     }
  13713.     /**
  13714.      * Gets the public 'storefront.filesystem.private' shared service.
  13715.      *
  13716.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13717.      */
  13718.     protected function getStorefront_Filesystem_PrivateService()
  13719.     {
  13720.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  13721.     }
  13722.     /**
  13723.      * Gets the public 'storefront.filesystem.public' shared service.
  13724.      *
  13725.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13726.      */
  13727.     protected function getStorefront_Filesystem_PublicService()
  13728.     {
  13729.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  13730.     }
  13731.     /**
  13732.      * Gets the public 'system.filesystem.private' shared service.
  13733.      *
  13734.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13735.      */
  13736.     protected function getSystem_Filesystem_PrivateService()
  13737.     {
  13738.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  13739.     }
  13740.     /**
  13741.      * Gets the public 'system.filesystem.public' shared service.
  13742.      *
  13743.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13744.      */
  13745.     protected function getSystem_Filesystem_PublicService()
  13746.     {
  13747.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  13748.     }
  13749.     /**
  13750.      * Gets the public 'system_config.repository' shared service.
  13751.      *
  13752.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13753.      */
  13754.     protected function getSystemConfig_RepositoryService()
  13755.     {
  13756.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13757.     }
  13758.     /**
  13759.      * Gets the public 'tag.repository' shared service.
  13760.      *
  13761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13762.      */
  13763.     protected function getTag_RepositoryService()
  13764.     {
  13765.         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()));
  13766.     }
  13767.     /**
  13768.      * Gets the public 'tax.repository' shared service.
  13769.      *
  13770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13771.      */
  13772.     protected function getTax_RepositoryService()
  13773.     {
  13774.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13775.     }
  13776.     /**
  13777.      * Gets the public 'tax_rule.repository' shared service.
  13778.      *
  13779.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13780.      */
  13781.     protected function getTaxRule_RepositoryService()
  13782.     {
  13783.         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()));
  13784.     }
  13785.     /**
  13786.      * Gets the public 'tax_rule_type.repository' shared service.
  13787.      *
  13788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13789.      */
  13790.     protected function getTaxRuleType_RepositoryService()
  13791.     {
  13792.         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()));
  13793.     }
  13794.     /**
  13795.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  13796.      *
  13797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13798.      */
  13799.     protected function getTaxRuleTypeTranslation_RepositoryService()
  13800.     {
  13801.         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()));
  13802.     }
  13803.     /**
  13804.      * Gets the public 'theme.repository' shared service.
  13805.      *
  13806.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13807.      */
  13808.     protected function getTheme_RepositoryService()
  13809.     {
  13810.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13811.     }
  13812.     /**
  13813.      * Gets the public 'theme_child.repository' shared service.
  13814.      *
  13815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13816.      */
  13817.     protected function getThemeChild_RepositoryService()
  13818.     {
  13819.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13820.     }
  13821.     /**
  13822.      * Gets the public 'theme_media.repository' shared service.
  13823.      *
  13824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13825.      */
  13826.     protected function getThemeMedia_RepositoryService()
  13827.     {
  13828.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13829.     }
  13830.     /**
  13831.      * Gets the public 'theme_sales_channel.repository' shared service.
  13832.      *
  13833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13834.      */
  13835.     protected function getThemeSalesChannel_RepositoryService()
  13836.     {
  13837.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13838.     }
  13839.     /**
  13840.      * Gets the public 'theme_translation.repository' shared service.
  13841.      *
  13842.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13843.      */
  13844.     protected function getThemeTranslation_RepositoryService()
  13845.     {
  13846.         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()));
  13847.     }
  13848.     /**
  13849.      * Gets the public 'translator' shared service.
  13850.      *
  13851.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  13852.      */
  13853.     protected function getTranslatorService()
  13854.     {
  13855.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()));
  13856.     }
  13857.     /**
  13858.      * Gets the public 'unit.repository' shared service.
  13859.      *
  13860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13861.      */
  13862.     protected function getUnit_RepositoryService()
  13863.     {
  13864.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13865.     }
  13866.     /**
  13867.      * Gets the public 'unit_translation.repository' shared service.
  13868.      *
  13869.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13870.      */
  13871.     protected function getUnitTranslation_RepositoryService()
  13872.     {
  13873.         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()));
  13874.     }
  13875.     /**
  13876.      * Gets the public 'user.repository' shared service.
  13877.      *
  13878.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13879.      */
  13880.     protected function getUser_RepositoryService()
  13881.     {
  13882.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13883.     }
  13884.     /**
  13885.      * Gets the public 'user_access_key.repository' shared service.
  13886.      *
  13887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13888.      */
  13889.     protected function getUserAccessKey_RepositoryService()
  13890.     {
  13891.         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()));
  13892.     }
  13893.     /**
  13894.      * Gets the public 'user_config.repository' shared service.
  13895.      *
  13896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13897.      */
  13898.     protected function getUserConfig_RepositoryService()
  13899.     {
  13900.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13901.     }
  13902.     /**
  13903.      * Gets the public 'user_recovery.repository' shared service.
  13904.      *
  13905.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13906.      */
  13907.     protected function getUserRecovery_RepositoryService()
  13908.     {
  13909.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13910.     }
  13911.     /**
  13912.      * Gets the public 'var_dumper.cloner' shared service.
  13913.      *
  13914.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  13915.      */
  13916.     protected function getVarDumper_ClonerService()
  13917.     {
  13918.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  13919.         $instance->setMaxItems(2500);
  13920.         $instance->setMinDepth(1);
  13921.         $instance->setMaxString(-1);
  13922.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  13923.         return $instance;
  13924.     }
  13925.     /**
  13926.      * Gets the public 'version.repository' shared service.
  13927.      *
  13928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13929.      */
  13930.     protected function getVersion_RepositoryService()
  13931.     {
  13932.         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()));
  13933.     }
  13934.     /**
  13935.      * Gets the public 'version_commit.repository' shared service.
  13936.      *
  13937.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13938.      */
  13939.     protected function getVersionCommit_RepositoryService()
  13940.     {
  13941.         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()));
  13942.     }
  13943.     /**
  13944.      * Gets the public 'version_commit_data.repository' shared service.
  13945.      *
  13946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13947.      */
  13948.     protected function getVersionCommitData_RepositoryService()
  13949.     {
  13950.         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()));
  13951.     }
  13952.     /**
  13953.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  13954.      *
  13955.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  13956.      */
  13957.     protected function getWebProfiler_Controller_ExceptionPanelService()
  13958.     {
  13959.         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()));
  13960.     }
  13961.     /**
  13962.      * Gets the public 'web_profiler.controller.profiler' shared service.
  13963.      *
  13964.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  13965.      */
  13966.     protected function getWebProfiler_Controller_ProfilerService()
  13967.     {
  13968.         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));
  13969.     }
  13970.     /**
  13971.      * Gets the public 'web_profiler.controller.router' shared service.
  13972.      *
  13973.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  13974.      */
  13975.     protected function getWebProfiler_Controller_RouterService()
  13976.     {
  13977.         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 () {
  13978.             return new \EmptyIterator();
  13979.         }, 0));
  13980.     }
  13981.     /**
  13982.      * Gets the public 'webhook.repository' shared service.
  13983.      *
  13984.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13985.      */
  13986.     protected function getWebhook_RepositoryService()
  13987.     {
  13988.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13989.     }
  13990.     /**
  13991.      * Gets the public 'webhook_event_log.repository' shared service.
  13992.      *
  13993.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13994.      */
  13995.     protected function getWebhookEventLog_RepositoryService()
  13996.     {
  13997.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13998.     }
  13999.     /**
  14000.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  14001.      *
  14002.      * @return \Symfony\Component\Console\Command\LazyCommand
  14003.      */
  14004.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  14005.     {
  14006.         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 {
  14007.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  14008.         });
  14009.     }
  14010.     /**
  14011.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  14012.      *
  14013.      * @return \Symfony\Component\Console\Command\LazyCommand
  14014.      */
  14015.     protected function getDotenvDumpCommand_LazyService()
  14016.     {
  14017.         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 {
  14018.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  14019.         });
  14020.     }
  14021.     /**
  14022.      * Gets the private '.cache.http.inner' shared service.
  14023.      *
  14024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14025.      */
  14026.     protected function get_Cache_Http_InnerService()
  14027.     {
  14028.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  14029.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14030.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  14031.     }
  14032.     /**
  14033.      * Gets the private '.cache.object.inner' shared service.
  14034.      *
  14035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14036.      */
  14037.     protected function get_Cache_Object_InnerService()
  14038.     {
  14039.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  14040.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14041.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  14042.     }
  14043.     /**
  14044.      * Gets the private '.console.command.about.lazy' shared service.
  14045.      *
  14046.      * @return \Symfony\Component\Console\Command\LazyCommand
  14047.      */
  14048.     protected function get_Console_Command_About_LazyService()
  14049.     {
  14050.         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 {
  14051.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  14052.         });
  14053.     }
  14054.     /**
  14055.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  14056.      *
  14057.      * @return \Symfony\Component\Console\Command\LazyCommand
  14058.      */
  14059.     protected function get_Console_Command_CacheClear_LazyService()
  14060.     {
  14061.         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 {
  14062.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  14063.         });
  14064.     }
  14065.     /**
  14066.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  14067.      *
  14068.      * @return \Symfony\Component\Console\Command\LazyCommand
  14069.      */
  14070.     protected function get_Console_Command_CachePoolClear_LazyService()
  14071.     {
  14072.         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 {
  14073.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  14074.         });
  14075.     }
  14076.     /**
  14077.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  14078.      *
  14079.      * @return \Symfony\Component\Console\Command\LazyCommand
  14080.      */
  14081.     protected function get_Console_Command_CachePoolDelete_LazyService()
  14082.     {
  14083.         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 {
  14084.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  14085.         });
  14086.     }
  14087.     /**
  14088.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  14089.      *
  14090.      * @return \Symfony\Component\Console\Command\LazyCommand
  14091.      */
  14092.     protected function get_Console_Command_CachePoolList_LazyService()
  14093.     {
  14094.         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 {
  14095.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  14096.         });
  14097.     }
  14098.     /**
  14099.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  14100.      *
  14101.      * @return \Symfony\Component\Console\Command\LazyCommand
  14102.      */
  14103.     protected function get_Console_Command_CachePoolPrune_LazyService()
  14104.     {
  14105.         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 {
  14106.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  14107.         });
  14108.     }
  14109.     /**
  14110.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  14111.      *
  14112.      * @return \Symfony\Component\Console\Command\LazyCommand
  14113.      */
  14114.     protected function get_Console_Command_CacheWarmup_LazyService()
  14115.     {
  14116.         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 {
  14117.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  14118.         });
  14119.     }
  14120.     /**
  14121.      * Gets the private '.console.command.config_debug.lazy' shared service.
  14122.      *
  14123.      * @return \Symfony\Component\Console\Command\LazyCommand
  14124.      */
  14125.     protected function get_Console_Command_ConfigDebug_LazyService()
  14126.     {
  14127.         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 {
  14128.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  14129.         });
  14130.     }
  14131.     /**
  14132.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  14133.      *
  14134.      * @return \Symfony\Component\Console\Command\LazyCommand
  14135.      */
  14136.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  14137.     {
  14138.         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 {
  14139.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  14140.         });
  14141.     }
  14142.     /**
  14143.      * Gets the private '.console.command.container_debug.lazy' shared service.
  14144.      *
  14145.      * @return \Symfony\Component\Console\Command\LazyCommand
  14146.      */
  14147.     protected function get_Console_Command_ContainerDebug_LazyService()
  14148.     {
  14149.         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 {
  14150.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  14151.         });
  14152.     }
  14153.     /**
  14154.      * Gets the private '.console.command.container_lint.lazy' shared service.
  14155.      *
  14156.      * @return \Symfony\Component\Console\Command\LazyCommand
  14157.      */
  14158.     protected function get_Console_Command_ContainerLint_LazyService()
  14159.     {
  14160.         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 {
  14161.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  14162.         });
  14163.     }
  14164.     /**
  14165.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  14166.      *
  14167.      * @return \Symfony\Component\Console\Command\LazyCommand
  14168.      */
  14169.     protected function get_Console_Command_DebugAutowiring_LazyService()
  14170.     {
  14171.         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 {
  14172.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  14173.         });
  14174.     }
  14175.     /**
  14176.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  14177.      *
  14178.      * @return \Symfony\Component\Console\Command\LazyCommand
  14179.      */
  14180.     protected function get_Console_Command_DotenvDebug_LazyService()
  14181.     {
  14182.         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 {
  14183.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  14184.         });
  14185.     }
  14186.     /**
  14187.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  14188.      *
  14189.      * @return \Symfony\Component\Console\Command\LazyCommand
  14190.      */
  14191.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  14192.     {
  14193.         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 {
  14194.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  14195.         });
  14196.     }
  14197.     /**
  14198.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  14199.      *
  14200.      * @return \Symfony\Component\Console\Command\LazyCommand
  14201.      */
  14202.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  14203.     {
  14204.         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 {
  14205.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  14206.         });
  14207.     }
  14208.     /**
  14209.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  14210.      *
  14211.      * @return \Symfony\Component\Console\Command\LazyCommand
  14212.      */
  14213.     protected function get_Console_Command_MessengerDebug_LazyService()
  14214.     {
  14215.         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 {
  14216.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  14217.         });
  14218.     }
  14219.     /**
  14220.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  14221.      *
  14222.      * @return \Symfony\Component\Console\Command\LazyCommand
  14223.      */
  14224.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  14225.     {
  14226.         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 {
  14227.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  14228.         });
  14229.     }
  14230.     /**
  14231.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  14232.      *
  14233.      * @return \Symfony\Component\Console\Command\LazyCommand
  14234.      */
  14235.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  14236.     {
  14237.         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 {
  14238.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  14239.         });
  14240.     }
  14241.     /**
  14242.      * Gets the private '.console.command.router_debug.lazy' shared service.
  14243.      *
  14244.      * @return \Symfony\Component\Console\Command\LazyCommand
  14245.      */
  14246.     protected function get_Console_Command_RouterDebug_LazyService()
  14247.     {
  14248.         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 {
  14249.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  14250.         });
  14251.     }
  14252.     /**
  14253.      * Gets the private '.console.command.router_match.lazy' shared service.
  14254.      *
  14255.      * @return \Symfony\Component\Console\Command\LazyCommand
  14256.      */
  14257.     protected function get_Console_Command_RouterMatch_LazyService()
  14258.     {
  14259.         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 {
  14260.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  14261.         });
  14262.     }
  14263.     /**
  14264.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  14265.      *
  14266.      * @return \Symfony\Component\Console\Command\LazyCommand
  14267.      */
  14268.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  14269.     {
  14270.         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 {
  14271.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  14272.         });
  14273.     }
  14274.     /**
  14275.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  14276.      *
  14277.      * @return \Symfony\Component\Console\Command\LazyCommand
  14278.      */
  14279.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  14280.     {
  14281.         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 {
  14282.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  14283.         });
  14284.     }
  14285.     /**
  14286.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  14287.      *
  14288.      * @return \Symfony\Component\Console\Command\LazyCommand
  14289.      */
  14290.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  14291.     {
  14292.         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 {
  14293.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  14294.         });
  14295.     }
  14296.     /**
  14297.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  14298.      *
  14299.      * @return \Symfony\Component\Console\Command\LazyCommand
  14300.      */
  14301.     protected function get_Console_Command_SecretsList_LazyService()
  14302.     {
  14303.         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 {
  14304.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  14305.         });
  14306.     }
  14307.     /**
  14308.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  14309.      *
  14310.      * @return \Symfony\Component\Console\Command\LazyCommand
  14311.      */
  14312.     protected function get_Console_Command_SecretsRemove_LazyService()
  14313.     {
  14314.         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 {
  14315.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  14316.         });
  14317.     }
  14318.     /**
  14319.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  14320.      *
  14321.      * @return \Symfony\Component\Console\Command\LazyCommand
  14322.      */
  14323.     protected function get_Console_Command_SecretsSet_LazyService()
  14324.     {
  14325.         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 {
  14326.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  14327.         });
  14328.     }
  14329.     /**
  14330.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  14331.      *
  14332.      * @return \Symfony\Component\Console\Command\LazyCommand
  14333.      */
  14334.     protected function get_Console_Command_TranslationDebug_LazyService()
  14335.     {
  14336.         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 {
  14337.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  14338.         });
  14339.     }
  14340.     /**
  14341.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  14342.      *
  14343.      * @return \Symfony\Component\Console\Command\LazyCommand
  14344.      */
  14345.     protected function get_Console_Command_TranslationExtract_LazyService()
  14346.     {
  14347.         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 {
  14348.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  14349.         });
  14350.     }
  14351.     /**
  14352.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  14353.      *
  14354.      * @return \Symfony\Component\Console\Command\LazyCommand
  14355.      */
  14356.     protected function get_Console_Command_TranslationPull_LazyService()
  14357.     {
  14358.         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 {
  14359.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  14360.         });
  14361.     }
  14362.     /**
  14363.      * Gets the private '.console.command.translation_push.lazy' shared service.
  14364.      *
  14365.      * @return \Symfony\Component\Console\Command\LazyCommand
  14366.      */
  14367.     protected function get_Console_Command_TranslationPush_LazyService()
  14368.     {
  14369.         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 {
  14370.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  14371.         });
  14372.     }
  14373.     /**
  14374.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  14375.      *
  14376.      * @return \Symfony\Component\Console\Command\LazyCommand
  14377.      */
  14378.     protected function get_Console_Command_ValidatorDebug_LazyService()
  14379.     {
  14380.         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 {
  14381.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  14382.         });
  14383.     }
  14384.     /**
  14385.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  14386.      *
  14387.      * @return \Symfony\Component\Console\Command\LazyCommand
  14388.      */
  14389.     protected function get_Console_Command_XliffLint_LazyService()
  14390.     {
  14391.         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 {
  14392.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  14393.         });
  14394.     }
  14395.     /**
  14396.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  14397.      *
  14398.      * @return \Symfony\Component\Console\Command\LazyCommand
  14399.      */
  14400.     protected function get_Console_Command_YamlLint_LazyService()
  14401.     {
  14402.         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 {
  14403.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  14404.         });
  14405.     }
  14406.     /**
  14407.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  14408.      *
  14409.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  14410.      */
  14411.     protected function getLoaderInterfaceService()
  14412.     {
  14413.         $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".');
  14414.     }
  14415.     /**
  14416.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  14417.      *
  14418.      * @return \Symfony\Component\HttpFoundation\Response
  14419.      */
  14420.     protected function getResponseService()
  14421.     {
  14422.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  14423.     }
  14424.     /**
  14425.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  14426.      *
  14427.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  14428.      */
  14429.     protected function getRequestDataBagService()
  14430.     {
  14431.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  14432.     }
  14433.     /**
  14434.      * Gets the private '.messenger.handler_descriptor.1SPMxF6' shared service.
  14435.      *
  14436.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14437.      */
  14438.     protected function get_Messenger_HandlerDescriptor_1SPMxF6Service()
  14439.     {
  14440.         return $this->privates['.messenger.handler_descriptor.1SPMxF6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), []);
  14441.     }
  14442.     /**
  14443.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  14444.      *
  14445.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14446.      */
  14447.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  14448.     {
  14449.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  14450.     }
  14451.     /**
  14452.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  14453.      *
  14454.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14455.      */
  14456.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  14457.     {
  14458.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  14459.     }
  14460.     /**
  14461.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  14462.      *
  14463.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14464.      */
  14465.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  14466.     {
  14467.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService()), []);
  14468.     }
  14469.     /**
  14470.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  14471.      *
  14472.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14473.      */
  14474.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  14475.     {
  14476.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  14477.     }
  14478.     /**
  14479.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  14480.      *
  14481.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14482.      */
  14483.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  14484.     {
  14485.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  14486.     }
  14487.     /**
  14488.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  14489.      *
  14490.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14491.      */
  14492.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  14493.     {
  14494.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  14495.     }
  14496.     /**
  14497.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  14498.      *
  14499.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14500.      */
  14501.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  14502.     {
  14503.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  14504.     }
  14505.     /**
  14506.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  14507.      *
  14508.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14509.      */
  14510.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  14511.     {
  14512.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  14513.     }
  14514.     /**
  14515.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  14516.      *
  14517.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14518.      */
  14519.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  14520.     {
  14521.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService()), []);
  14522.     }
  14523.     /**
  14524.      * Gets the private '.messenger.handler_descriptor.CKTMT3c' shared service.
  14525.      *
  14526.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14527.      */
  14528.     protected function get_Messenger_HandlerDescriptor_CKTMT3cService()
  14529.     {
  14530.         return $this->privates['.messenger.handler_descriptor.CKTMT3c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), []);
  14531.     }
  14532.     /**
  14533.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  14534.      *
  14535.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14536.      */
  14537.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  14538.     {
  14539.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  14540.     }
  14541.     /**
  14542.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  14543.      *
  14544.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14545.      */
  14546.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  14547.     {
  14548.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  14549.     }
  14550.     /**
  14551.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  14552.      *
  14553.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14554.      */
  14555.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  14556.     {
  14557.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()), []);
  14558.     }
  14559.     /**
  14560.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  14561.      *
  14562.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14563.      */
  14564.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  14565.     {
  14566.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService()), []);
  14567.     }
  14568.     /**
  14569.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  14570.      *
  14571.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14572.      */
  14573.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  14574.     {
  14575.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  14576.     }
  14577.     /**
  14578.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  14579.      *
  14580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14581.      */
  14582.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  14583.     {
  14584.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService()), []);
  14585.     }
  14586.     /**
  14587.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  14588.      *
  14589.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14590.      */
  14591.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  14592.     {
  14593.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService()), []);
  14594.     }
  14595.     /**
  14596.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  14597.      *
  14598.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14599.      */
  14600.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  14601.     {
  14602.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  14603.     }
  14604.     /**
  14605.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  14606.      *
  14607.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14608.      */
  14609.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  14610.     {
  14611.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  14612.     }
  14613.     /**
  14614.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  14615.      *
  14616.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14617.      */
  14618.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  14619.     {
  14620.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService()), []);
  14621.     }
  14622.     /**
  14623.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  14624.      *
  14625.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14626.      */
  14627.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  14628.     {
  14629.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  14630.     }
  14631.     /**
  14632.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  14633.      *
  14634.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14635.      */
  14636.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  14637.     {
  14638.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  14639.     }
  14640.     /**
  14641.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  14642.      *
  14643.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14644.      */
  14645.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  14646.     {
  14647.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService()), []);
  14648.     }
  14649.     /**
  14650.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  14651.      *
  14652.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14653.      */
  14654.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  14655.     {
  14656.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  14657.     }
  14658.     /**
  14659.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  14660.      *
  14661.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14662.      */
  14663.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  14664.     {
  14665.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService()), []);
  14666.     }
  14667.     /**
  14668.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  14669.      *
  14670.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14671.      */
  14672.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  14673.     {
  14674.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService()), []);
  14675.     }
  14676.     /**
  14677.      * Gets the private '.messenger.handler_descriptor.u_2ldqP' shared service.
  14678.      *
  14679.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14680.      */
  14681.     protected function get_Messenger_HandlerDescriptor_U2ldqPService()
  14682.     {
  14683.         return $this->privates['.messenger.handler_descriptor.u_2ldqP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), []);
  14684.     }
  14685.     /**
  14686.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  14687.      *
  14688.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14689.      */
  14690.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  14691.     {
  14692.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService()), []);
  14693.     }
  14694.     /**
  14695.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  14696.      *
  14697.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14698.      */
  14699.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  14700.     {
  14701.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  14702.     }
  14703.     /**
  14704.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  14705.      *
  14706.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14707.      */
  14708.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  14709.     {
  14710.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService()), []);
  14711.     }
  14712.     /**
  14713.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  14714.      *
  14715.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14716.      */
  14717.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  14718.     {
  14719.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  14720.     }
  14721.     /**
  14722.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  14723.      *
  14724.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14725.      */
  14726.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  14727.     {
  14728.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  14729.     }
  14730.     /**
  14731.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  14732.      *
  14733.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14734.      */
  14735.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  14736.     {
  14737.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  14738.     }
  14739.     /**
  14740.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  14741.      *
  14742.      * @return \Symfony\Component\Console\Command\LazyCommand
  14743.      */
  14744.     protected function get_Monolog_Command_ServerLog_LazyService()
  14745.     {
  14746.         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 {
  14747.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  14748.         });
  14749.     }
  14750.     /**
  14751.      * Gets the private '.service_locator.73K_TWX' shared service.
  14752.      *
  14753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14754.      */
  14755.     protected function get_ServiceLocator_73KTWXService()
  14756.     {
  14757.         return $this->privates['.service_locator.73K_TWX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14758.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  14759.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14760.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  14761.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14762.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  14763.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  14764.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14765.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  14766.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14767.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  14768.         ], [
  14769.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  14770.             'kernel::loadRoutes' => '?',
  14771.             'kernel::reboot' => '?',
  14772.             'kernel::registerContainerConfiguration' => '?',
  14773.             'kernel::terminate' => '?',
  14774.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  14775.             'kernel:loadRoutes' => '?',
  14776.             'kernel:reboot' => '?',
  14777.             'kernel:registerContainerConfiguration' => '?',
  14778.             'kernel:terminate' => '?',
  14779.         ]);
  14780.     }
  14781.     /**
  14782.      * Gets the private '.service_locator.KfbR3DY' shared service.
  14783.      *
  14784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14785.      */
  14786.     protected function get_ServiceLocator_KfbR3DYService()
  14787.     {
  14788.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14789.             '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".'],
  14790.         ], [
  14791.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  14792.         ]);
  14793.     }
  14794.     /**
  14795.      * Gets the private '.service_locator.KfwZsne' shared service.
  14796.      *
  14797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14798.      */
  14799.     protected function get_ServiceLocator_KfwZsneService()
  14800.     {
  14801.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14802.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  14803.         ], [
  14804.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  14805.         ]);
  14806.     }
  14807.     /**
  14808.      * Gets the private '.service_locator.N1ijGuF' shared service.
  14809.      *
  14810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14811.      */
  14812.     protected function get_ServiceLocator_N1ijGuFService()
  14813.     {
  14814.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14815.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  14816.         ], [
  14817.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  14818.         ]);
  14819.     }
  14820.     /**
  14821.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  14822.      *
  14823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14824.      */
  14825.     protected function get_ServiceLocator_Q1m2WkMService()
  14826.     {
  14827.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14828.             '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.'],
  14829.         ], [
  14830.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  14831.         ]);
  14832.     }
  14833.     /**
  14834.      * Gets the private '.service_locator.ltYzMMM' shared service.
  14835.      *
  14836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14837.      */
  14838.     protected function get_ServiceLocator_LtYzMMMService()
  14839.     {
  14840.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14841.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  14842.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  14843.         ], [
  14844.             'default' => '?',
  14845.             'messenger.transport.default' => '?',
  14846.         ]);
  14847.     }
  14848.     /**
  14849.      * Gets the private '.session.deprecated' shared service.
  14850.      *
  14851.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  14852.      */
  14853.     protected function get_Session_DeprecatedService()
  14854.     {
  14855.         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();
  14856.     }
  14857.     /**
  14858.      * Gets the private '.twig.command.debug.lazy' shared service.
  14859.      *
  14860.      * @return \Symfony\Component\Console\Command\LazyCommand
  14861.      */
  14862.     protected function get_Twig_Command_Debug_LazyService()
  14863.     {
  14864.         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 {
  14865.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  14866.         });
  14867.     }
  14868.     /**
  14869.      * Gets the private '.twig.command.lint.lazy' shared service.
  14870.      *
  14871.      * @return \Symfony\Component\Console\Command\LazyCommand
  14872.      */
  14873.     protected function get_Twig_Command_Lint_LazyService()
  14874.     {
  14875.         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 {
  14876.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  14877.         });
  14878.     }
  14879.     /**
  14880.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  14881.      *
  14882.      * @return \Symfony\Component\Console\Command\LazyCommand
  14883.      */
  14884.     protected function get_VarDumper_Command_ServerDump_LazyService()
  14885.     {
  14886.         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 {
  14887.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  14888.         });
  14889.     }
  14890.     /**
  14891.      * Gets the private 'NetInventors\NetiNextOrderFields\Service\OrderAttributes' shared service.
  14892.      *
  14893.      * @return \NetInventors\NetiNextOrderFields\Service\OrderAttributes
  14894.      */
  14895.     protected function getOrderAttributesService()
  14896.     {
  14897.         return $this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] = new \NetInventors\NetiNextOrderFields\Service\OrderAttributes(($this->services['neti_order_fields_order_attributes.repository'] ?? $this->getNetiOrderFieldsOrderAttributes_RepositoryService()), ($this->services['neti_order_fields_order_attributes_val.repository'] ?? $this->getNetiOrderFieldsOrderAttributesVal_RepositoryService()), ($this->services['neti_order_fields.repository'] ?? $this->getNetiOrderFields_RepositoryService()));
  14898.     }
  14899.     /**
  14900.      * Gets the private 'NetInventors\NetiNextOrderFields\Service\PluginConfig' shared service.
  14901.      *
  14902.      * @return \NetInventors\NetiNextOrderFields\Service\PluginConfig
  14903.      */
  14904.     protected function getPluginConfigService()
  14905.     {
  14906.         return $this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] = new \NetInventors\NetiNextOrderFields\Service\PluginConfig(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14907.     }
  14908.     /**
  14909.      * Gets the private 'NetInventors\NetiNextOrderFields\Subscriber\Checkout' shared service.
  14910.      *
  14911.      * @return \NetInventors\NetiNextOrderFields\Subscriber\Checkout
  14912.      */
  14913.     protected function getCheckoutService()
  14914.     {
  14915.         return $this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] = new \NetInventors\NetiNextOrderFields\Subscriber\Checkout(($this->services['neti_order_fields.repository'] ?? $this->getNetiOrderFields_RepositoryService()), ($this->services['neti_order_fields_order_attributes.repository'] ?? $this->getNetiOrderFieldsOrderAttributes_RepositoryService()), ($this->services['neti_order_fields_order_attributes_val.repository'] ?? $this->getNetiOrderFieldsOrderAttributesVal_RepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] ?? $this->getOrderAttributesService()), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] ?? $this->getPluginConfigService()));
  14916.     }
  14917.     /**
  14918.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  14919.      *
  14920.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  14921.      */
  14922.     protected function getSalesChannelUserConfigSubscriberService()
  14923.     {
  14924.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber(($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService()));
  14925.     }
  14926.     /**
  14927.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  14928.      *
  14929.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  14930.      */
  14931.     protected function getAddressValidatorService()
  14932.     {
  14933.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  14934.     }
  14935.     /**
  14936.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  14937.      *
  14938.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  14939.      */
  14940.     protected function getCartCalculatorService()
  14941.     {
  14942.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()));
  14943.     }
  14944.     /**
  14945.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  14946.      *
  14947.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  14948.      */
  14949.     protected function getCartPersisterService()
  14950.     {
  14951.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  14952.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14953.         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);
  14954.     }
  14955.     /**
  14956.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  14957.      *
  14958.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  14959.      */
  14960.     protected function getCartRuleLoaderService()
  14961.     {
  14962.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  14963.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, new \Shopware\Core\Checkout\Cart\CachedRuleLoader(new \Shopware\Core\Checkout\Cart\RuleLoader(($this->services['rule.repository'] ?? $this->getRule_RepositoryService())), $a), ($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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14964.     }
  14965.     /**
  14966.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  14967.      *
  14968.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  14969.      */
  14970.     protected function getCleanupCartTaskHandlerService()
  14971.     {
  14972.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  14973.     }
  14974.     /**
  14975.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  14976.      *
  14977.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  14978.      */
  14979.     protected function getCartMigrateCommandService()
  14980.     {
  14981.         $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')));
  14982.         $instance->setName('cart:migrate');
  14983.         return $instance;
  14984.     }
  14985.     /**
  14986.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  14987.      *
  14988.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  14989.      */
  14990.     protected function getCreditCartProcessorService()
  14991.     {
  14992.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  14993.     }
  14994.     /**
  14995.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  14996.      *
  14997.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  14998.      */
  14999.     protected function getCustomCartProcessorService()
  15000.     {
  15001.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  15002.     }
  15003.     /**
  15004.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  15005.      *
  15006.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  15007.      */
  15008.     protected function getDeliveryProcessorService()
  15009.     {
  15010.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor(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()))), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  15011.     }
  15012.     /**
  15013.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  15014.      *
  15015.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  15016.      */
  15017.     protected function getCartFacadeHelperService()
  15018.     {
  15019.         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()));
  15020.     }
  15021.     /**
  15022.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  15023.      *
  15024.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  15025.      */
  15026.     protected function getCreditLineItemFactoryService()
  15027.     {
  15028.         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())), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  15029.     }
  15030.     /**
  15031.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  15032.      *
  15033.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  15034.      */
  15035.     protected function getCustomLineItemFactoryService()
  15036.     {
  15037.         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())), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  15038.     }
  15039.     /**
  15040.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  15041.      *
  15042.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  15043.      */
  15044.     protected function getProductLineItemFactoryService()
  15045.     {
  15046.         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())));
  15047.     }
  15048.     /**
  15049.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  15050.      *
  15051.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  15052.      */
  15053.     protected function getLineItemFactoryRegistryService()
  15054.     {
  15055.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  15056.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  15057.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  15058.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  15059.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  15060.         }, 4), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15061.     }
  15062.     /**
  15063.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  15064.      *
  15065.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  15066.      */
  15067.     protected function getLineItemGroupBuilderService()
  15068.     {
  15069.         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());
  15070.     }
  15071.     /**
  15072.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  15073.      *
  15074.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  15075.      */
  15076.     protected function getLineItemGroupServiceRegistryService()
  15077.     {
  15078.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  15079.             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()));
  15080.             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()));
  15081.             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()));
  15082.         }, 3), new RewindableGenerator(function () {
  15083.             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()));
  15084.             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()));
  15085.         }, 2));
  15086.     }
  15087.     /**
  15088.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  15089.      *
  15090.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  15091.      */
  15092.     protected function getLineItemQuantitySplitterService()
  15093.     {
  15094.         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()));
  15095.     }
  15096.     /**
  15097.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  15098.      *
  15099.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  15100.      */
  15101.     protected function getOrderConverterService()
  15102.     {
  15103.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] = new \Shopware\Core\Checkout\Cart\Order\OrderConverter(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  15104.     }
  15105.     /**
  15106.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  15107.      *
  15108.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  15109.      */
  15110.     protected function getAbsolutePriceCalculatorService()
  15111.     {
  15112.         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())));
  15113.     }
  15114.     /**
  15115.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  15116.      *
  15117.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  15118.      */
  15119.     protected function getAmountCalculatorService()
  15120.     {
  15121.         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())));
  15122.     }
  15123.     /**
  15124.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  15125.      *
  15126.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  15127.      */
  15128.     protected function getCurrencyPriceCalculatorService()
  15129.     {
  15130.         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())));
  15131.     }
  15132.     /**
  15133.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  15134.      *
  15135.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  15136.      */
  15137.     protected function getGrossPriceCalculatorService()
  15138.     {
  15139.         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())));
  15140.     }
  15141.     /**
  15142.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  15143.      *
  15144.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  15145.      */
  15146.     protected function getNetPriceCalculatorService()
  15147.     {
  15148.         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())));
  15149.     }
  15150.     /**
  15151.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  15152.      *
  15153.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  15154.      */
  15155.     protected function getPercentagePriceCalculatorService()
  15156.     {
  15157.         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())));
  15158.     }
  15159.     /**
  15160.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  15161.      *
  15162.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  15163.      */
  15164.     protected function getQuantityPriceCalculatorService()
  15165.     {
  15166.         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()));
  15167.     }
  15168.     /**
  15169.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  15170.      *
  15171.      * @return \Shopware\Core\Checkout\Cart\Processor
  15172.      */
  15173.     protected function getProcessorService()
  15174.     {
  15175.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  15176.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  15177.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  15178.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  15179.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  15180.             yield => ($this->privates['0'] ?? ($this->privates['0'] = new \Swag\Security\Fixes\NEXT23325\ProductLineItemValidator()));
  15181.         }, 5)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  15182.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  15183.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  15184.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  15185.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  15186.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  15187.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  15188.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  15189.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  15190.         }, 8), new RewindableGenerator(function () {
  15191.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  15192.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  15193.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  15194.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  15195.         }, 4), ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()));
  15196.     }
  15197.     /**
  15198.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  15199.      *
  15200.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  15201.      */
  15202.     protected function getContainerCartProcessorService()
  15203.     {
  15204.         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()));
  15205.     }
  15206.     /**
  15207.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  15208.      *
  15209.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  15210.      */
  15211.     protected function getDiscountCartProcessorService()
  15212.     {
  15213.         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()));
  15214.     }
  15215.     /**
  15216.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  15217.      *
  15218.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  15219.      */
  15220.     protected function getDeleteUnusedGuestCustomersCommandService()
  15221.     {
  15222.         $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())));
  15223.         $instance->setName('customer:delete-unused-guests');
  15224.         return $instance;
  15225.     }
  15226.     /**
  15227.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  15228.      *
  15229.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  15230.      */
  15231.     protected function getCustomerIndexerService()
  15232.     {
  15233.         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()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15234.     }
  15235.     /**
  15236.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  15237.      *
  15238.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  15239.      */
  15240.     protected function getLegacyPasswordVerifierService()
  15241.     {
  15242.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  15243.             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()));
  15244.             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()));
  15245.         }, 2));
  15246.     }
  15247.     /**
  15248.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  15249.      *
  15250.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  15251.      */
  15252.     protected function getAccountServiceService()
  15253.     {
  15254.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountService(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService()));
  15255.     }
  15256.     /**
  15257.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  15258.      *
  15259.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  15260.      */
  15261.     protected function getCustomerBeforeDeleteSubscriberService()
  15262.     {
  15263.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15264.     }
  15265.     /**
  15266.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  15267.      *
  15268.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  15269.      */
  15270.     protected function getCustomerChangePasswordSubscriberService()
  15271.     {
  15272.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15273.     }
  15274.     /**
  15275.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  15276.      *
  15277.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  15278.      */
  15279.     protected function getCustomerDefaultSalutationSubscriberService()
  15280.     {
  15281.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  15282.     }
  15283.     /**
  15284.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  15285.      *
  15286.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  15287.      */
  15288.     protected function getCustomerFlowEventsSubscriberService()
  15289.     {
  15290.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  15291.     }
  15292.     /**
  15293.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  15294.      *
  15295.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  15296.      */
  15297.     protected function getCustomerGroupSubscriberService()
  15298.     {
  15299.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService()), ($this->privates['slugify'] ?? $this->getSlugifyService()));
  15300.     }
  15301.     /**
  15302.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  15303.      *
  15304.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  15305.      */
  15306.     protected function getCustomerMetaFieldSubscriberService()
  15307.     {
  15308.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15309.     }
  15310.     /**
  15311.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  15312.      *
  15313.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  15314.      */
  15315.     protected function getCustomerRemoteAddressSubscriberService()
  15316.     {
  15317.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15318.     }
  15319.     /**
  15320.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  15321.      *
  15322.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  15323.      */
  15324.     protected function getCustomerTokenSubscriberService()
  15325.     {
  15326.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15327.     }
  15328.     /**
  15329.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  15330.      *
  15331.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  15332.      */
  15333.     protected function getAddressValidationFactoryService()
  15334.     {
  15335.         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()));
  15336.     }
  15337.     /**
  15338.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  15339.      *
  15340.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  15341.      */
  15342.     protected function getCustomerEmailUniqueValidatorService()
  15343.     {
  15344.         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()));
  15345.     }
  15346.     /**
  15347.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  15348.      *
  15349.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  15350.      */
  15351.     protected function getCustomerPasswordMatchesValidatorService()
  15352.     {
  15353.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator(($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()));
  15354.     }
  15355.     /**
  15356.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  15357.      *
  15358.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  15359.      */
  15360.     protected function getCustomerVatIdentificationValidatorService()
  15361.     {
  15362.         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()));
  15363.     }
  15364.     /**
  15365.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  15366.      *
  15367.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  15368.      */
  15369.     protected function getCustomerProfileValidationFactoryService()
  15370.     {
  15371.         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()));
  15372.     }
  15373.     /**
  15374.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  15375.      *
  15376.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  15377.      */
  15378.     protected function getCreditNoteGeneratorService()
  15379.     {
  15380.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator(($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), \dirname(__DIR__4));
  15381.     }
  15382.     /**
  15383.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  15384.      *
  15385.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  15386.      */
  15387.     protected function getDeliveryNoteGeneratorService()
  15388.     {
  15389.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator(($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), \dirname(__DIR__4));
  15390.     }
  15391.     /**
  15392.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  15393.      *
  15394.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  15395.      */
  15396.     protected function getDocumentGeneratorRegistryService()
  15397.     {
  15398.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  15399.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  15400.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  15401.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  15402.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  15403.         }, 4));
  15404.     }
  15405.     /**
  15406.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  15407.      *
  15408.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  15409.      */
  15410.     protected function getInvoiceGeneratorService()
  15411.     {
  15412.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator(($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), \dirname(__DIR__4));
  15413.     }
  15414.     /**
  15415.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  15416.      *
  15417.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  15418.      */
  15419.     protected function getStornoGeneratorService()
  15420.     {
  15421.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator(($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), \dirname(__DIR__4));
  15422.     }
  15423.     /**
  15424.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  15425.      *
  15426.      * @return \Shopware\Core\Checkout\Document\DocumentService
  15427.      */
  15428.     protected function getDocumentServiceService()
  15429.     {
  15430.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] = new \Shopware\Core\Checkout\Document\DocumentService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService()), new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  15431.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator()));
  15432.         }, 1)), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService()), ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15433.     }
  15434.     /**
  15435.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  15436.      *
  15437.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  15438.      */
  15439.     protected function getCreditNoteRendererService()
  15440.     {
  15441.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15442.     }
  15443.     /**
  15444.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  15445.      *
  15446.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  15447.      */
  15448.     protected function getDeliveryNoteRendererService()
  15449.     {
  15450.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15451.     }
  15452.     /**
  15453.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  15454.      *
  15455.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  15456.      */
  15457.     protected function getInvoiceRendererService()
  15458.     {
  15459.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15460.     }
  15461.     /**
  15462.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  15463.      *
  15464.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  15465.      */
  15466.     protected function getStornoRendererService()
  15467.     {
  15468.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\StornoRenderer(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15469.     }
  15470.     /**
  15471.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  15472.      *
  15473.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  15474.      */
  15475.     protected function getDocumentConfigLoaderService()
  15476.     {
  15477.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader(($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService()));
  15478.     }
  15479.     /**
  15480.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  15481.      *
  15482.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  15483.      */
  15484.     protected function getDocumentGeneratorService()
  15485.     {
  15486.         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 () {
  15487.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  15488.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  15489.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  15490.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  15491.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer(), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15492.     }
  15493.     /**
  15494.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  15495.      *
  15496.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  15497.      */
  15498.     protected function getReferenceInvoiceLoaderService()
  15499.     {
  15500.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15501.     }
  15502.     /**
  15503.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  15504.      *
  15505.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  15506.      */
  15507.     protected function getDocumentTemplateRendererService()
  15508.     {
  15509.         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()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15510.     }
  15511.     /**
  15512.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  15513.      *
  15514.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  15515.      */
  15516.     protected function getOrderTransactionStateHandlerService()
  15517.     {
  15518.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()));
  15519.     }
  15520.     /**
  15521.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  15522.      *
  15523.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  15524.      */
  15525.     protected function getOrderStateChangeEventListenerService()
  15526.     {
  15527.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  15528.     }
  15529.     /**
  15530.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  15531.      *
  15532.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  15533.      */
  15534.     protected function getOrderServiceService()
  15535.     {
  15536.         return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderService(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), new \Shopware\Core\Checkout\Order\Validation\OrderValidationFactory(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  15537.     }
  15538.     /**
  15539.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  15540.      *
  15541.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  15542.      */
  15543.     protected function getCashPaymentService()
  15544.     {
  15545.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()));
  15546.     }
  15547.     /**
  15548.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  15549.      *
  15550.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  15551.      */
  15552.     protected function getDebitPaymentService()
  15553.     {
  15554.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()));
  15555.     }
  15556.     /**
  15557.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  15558.      *
  15559.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  15560.      */
  15561.     protected function getDefaultPaymentService()
  15562.     {
  15563.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()));
  15564.     }
  15565.     /**
  15566.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  15567.      *
  15568.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  15569.      */
  15570.     protected function getInvoicePaymentService()
  15571.     {
  15572.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()));
  15573.     }
  15574.     /**
  15575.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  15576.      *
  15577.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  15578.      */
  15579.     protected function getPaymentHandlerRegistryService()
  15580.     {
  15581.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15582.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  15583.         ], [
  15584.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  15585.         ]);
  15586.         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, [
  15587.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  15588.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  15589.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  15590.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  15591.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  15592.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  15593.         ], [
  15594.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  15595.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  15596.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  15597.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  15598.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  15599.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  15600.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15601.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  15602.         ], [
  15603.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  15604.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15605.     }
  15606.     /**
  15607.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  15608.      *
  15609.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  15610.      */
  15611.     protected function getPrePaymentService()
  15612.     {
  15613.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()));
  15614.     }
  15615.     /**
  15616.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  15617.      *
  15618.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  15619.      */
  15620.     protected function getJWTFactoryV2Service()
  15621.     {
  15622.         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()));
  15623.     }
  15624.     /**
  15625.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  15626.      *
  15627.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  15628.      */
  15629.     protected function getPaymentMethodIndexerService()
  15630.     {
  15631.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  15632.         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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameGenerator($a));
  15633.     }
  15634.     /**
  15635.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  15636.      *
  15637.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  15638.      */
  15639.     protected function getPaymentMethodValidator2Service()
  15640.     {
  15641.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15642.     }
  15643.     /**
  15644.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  15645.      *
  15646.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  15647.      */
  15648.     protected function getPaymentServiceService()
  15649.     {
  15650.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  15651.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  15652.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  15653.         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()));
  15654.     }
  15655.     /**
  15656.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  15657.      *
  15658.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  15659.      */
  15660.     protected function getFilterServiceRegistryService()
  15661.     {
  15662.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  15663.             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()));
  15664.             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()));
  15665.         }, 2), new RewindableGenerator(function () {
  15666.             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()));
  15667.             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()));
  15668.         }, 2));
  15669.     }
  15670.     /**
  15671.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  15672.      *
  15673.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  15674.      */
  15675.     protected function getPromotionCollectorService()
  15676.     {
  15677.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector(new \Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), 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()));
  15678.     }
  15679.     /**
  15680.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  15681.      *
  15682.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  15683.      */
  15684.     protected function getPromotionDeliveryProcessorService()
  15685.     {
  15686.         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()));
  15687.     }
  15688.     /**
  15689.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  15690.      *
  15691.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  15692.      */
  15693.     protected function getPromotionProcessorService()
  15694.     {
  15695.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  15696.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  15697.         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);
  15698.     }
  15699.     /**
  15700.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  15701.      *
  15702.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  15703.      */
  15704.     protected function getPromotionIndexerService()
  15705.     {
  15706.         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()), ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15707.     }
  15708.     /**
  15709.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  15710.      *
  15711.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  15712.      */
  15713.     protected function getPromotionRedemptionUpdaterService()
  15714.     {
  15715.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15716.     }
  15717.     /**
  15718.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  15719.      *
  15720.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  15721.      */
  15722.     protected function getPromotionIndividualCodeRedeemerService()
  15723.     {
  15724.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer(($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService()));
  15725.     }
  15726.     /**
  15727.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  15728.      *
  15729.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  15730.      */
  15731.     protected function getStorefrontCartSubscriberService()
  15732.     {
  15733.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] = new \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15734.     }
  15735.     /**
  15736.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  15737.      *
  15738.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  15739.      */
  15740.     protected function getPromotionValidatorService()
  15741.     {
  15742.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15743.     }
  15744.     /**
  15745.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  15746.      *
  15747.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  15748.      */
  15749.     protected function getShippingMethodValidatorService()
  15750.     {
  15751.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15752.     }
  15753.     /**
  15754.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  15755.      *
  15756.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  15757.      */
  15758.     protected function getCategoryIndexerService()
  15759.     {
  15760.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  15761.         $b = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  15762.         return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] = new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($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($a$b, ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15763.     }
  15764.     /**
  15765.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  15766.      *
  15767.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  15768.      */
  15769.     protected function getCategoryBreadcrumbBuilderService()
  15770.     {
  15771.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  15772.     }
  15773.     /**
  15774.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  15775.      *
  15776.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  15777.      */
  15778.     protected function getNavigationLoaderService()
  15779.     {
  15780.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService()));
  15781.     }
  15782.     /**
  15783.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  15784.      *
  15785.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  15786.      */
  15787.     protected function getCategorySubscriberService()
  15788.     {
  15789.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  15790.     }
  15791.     /**
  15792.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  15793.      *
  15794.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  15795.      */
  15796.     protected function getEntryPointValidatorService()
  15797.     {
  15798.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15799.     }
  15800.     /**
  15801.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  15802.      *
  15803.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  15804.      */
  15805.     protected function getFormCmsElementResolverService()
  15806.     {
  15807.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver(($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()));
  15808.     }
  15809.     /**
  15810.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  15811.      *
  15812.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  15813.      */
  15814.     protected function getTextCmsElementResolverService()
  15815.     {
  15816.         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()));
  15817.     }
  15818.     /**
  15819.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  15820.      *
  15821.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  15822.      */
  15823.     protected function getSalesChannelCmsPageLoaderService()
  15824.     {
  15825.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15826.     }
  15827.     /**
  15828.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  15829.      *
  15830.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  15831.      */
  15832.     protected function getCmsPageDefaultChangeSubscriberService()
  15833.     {
  15834.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15835.     }
  15836.     /**
  15837.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  15838.      *
  15839.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  15840.      */
  15841.     protected function getFlowActionCollectorService()
  15842.     {
  15843.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  15844.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  15845.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  15846.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  15847.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  15848.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  15849.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  15850.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  15851.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  15852.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  15853.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  15854.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  15855.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  15856.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  15857.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  15858.             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()));
  15859.         }, 15), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  15860.     }
  15861.     /**
  15862.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  15863.      *
  15864.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  15865.      */
  15866.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  15867.     {
  15868.         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()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  15869.     }
  15870.     /**
  15871.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  15872.      *
  15873.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  15874.      */
  15875.     protected function getAddCustomerTagActionService()
  15876.     {
  15877.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  15878.     }
  15879.     /**
  15880.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  15881.      *
  15882.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  15883.      */
  15884.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  15885.     {
  15886.         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()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  15887.     }
  15888.     /**
  15889.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  15890.      *
  15891.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  15892.      */
  15893.     protected function getAddOrderTagActionService()
  15894.     {
  15895.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  15896.     }
  15897.     /**
  15898.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  15899.      *
  15900.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  15901.      */
  15902.     protected function getChangeCustomerGroupActionService()
  15903.     {
  15904.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  15905.     }
  15906.     /**
  15907.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  15908.      *
  15909.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  15910.      */
  15911.     protected function getChangeCustomerStatusActionService()
  15912.     {
  15913.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  15914.     }
  15915.     /**
  15916.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  15917.      *
  15918.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  15919.      */
  15920.     protected function getGenerateDocumentActionService()
  15921.     {
  15922.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15923.     }
  15924.     /**
  15925.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  15926.      *
  15927.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  15928.      */
  15929.     protected function getRemoveCustomerTagActionService()
  15930.     {
  15931.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction(($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService()));
  15932.     }
  15933.     /**
  15934.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  15935.      *
  15936.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  15937.      */
  15938.     protected function getRemoveOrderTagActionService()
  15939.     {
  15940.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction(($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService()));
  15941.     }
  15942.     /**
  15943.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  15944.      *
  15945.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  15946.      */
  15947.     protected function getSendMailActionService()
  15948.     {
  15949.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  15950.     }
  15951.     /**
  15952.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  15953.      *
  15954.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  15955.      */
  15956.     protected function getSetCustomerCustomFieldActionService()
  15957.     {
  15958.         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()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  15959.     }
  15960.     /**
  15961.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  15962.      *
  15963.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  15964.      */
  15965.     protected function getSetCustomerGroupCustomFieldActionService()
  15966.     {
  15967.         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()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  15968.     }
  15969.     /**
  15970.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  15971.      *
  15972.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  15973.      */
  15974.     protected function getSetOrderCustomFieldActionService()
  15975.     {
  15976.         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()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  15977.     }
  15978.     /**
  15979.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  15980.      *
  15981.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  15982.      */
  15983.     protected function getSetOrderStateActionService()
  15984.     {
  15985.         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()), ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()));
  15986.     }
  15987.     /**
  15988.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  15989.      *
  15990.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  15991.      */
  15992.     protected function getFlowIndexerService()
  15993.     {
  15994.         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()), ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService()), new \Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Content\Flow\Dispatching\FlowBuilder(), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  15995.     }
  15996.     /**
  15997.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  15998.      *
  15999.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  16000.      */
  16001.     protected function getDeleteExpiredFilesCommandService()
  16002.     {
  16003.         $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()));
  16004.         $instance->setName('import-export:delete-expired');
  16005.         return $instance;
  16006.     }
  16007.     /**
  16008.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  16009.      *
  16010.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  16011.      */
  16012.     protected function getImportEntityCommandService()
  16013.     {
  16014.         $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()));
  16015.         $instance->setName('import:entity');
  16016.         return $instance;
  16017.     }
  16018.     /**
  16019.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  16020.      *
  16021.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  16022.      */
  16023.     protected function getCountrySerializerService()
  16024.     {
  16025.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  16026.     }
  16027.     /**
  16028.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  16029.      *
  16030.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  16031.      */
  16032.     protected function getCustomerSerializerService()
  16033.     {
  16034.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  16035.     }
  16036.     /**
  16037.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  16038.      *
  16039.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  16040.      */
  16041.     protected function getLanguageSerializerService()
  16042.     {
  16043.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  16044.     }
  16045.     /**
  16046.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  16047.      *
  16048.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  16049.      */
  16050.     protected function getMediaSerializerService()
  16051.     {
  16052.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer(($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  16053.     }
  16054.     /**
  16055.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer' shared service.
  16056.      *
  16057.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer
  16058.      */
  16059.     protected function getOrderSerializerService()
  16060.     {
  16061.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer(($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService()));
  16062.     }
  16063.     /**
  16064.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  16065.      *
  16066.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  16067.      */
  16068.     protected function getProductCrossSellingSerializerService()
  16069.     {
  16070.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer(($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService()));
  16071.     }
  16072.     /**
  16073.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  16074.      *
  16075.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  16076.      */
  16077.     protected function getProductSerializerService()
  16078.     {
  16079.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer(($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService()), ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService()));
  16080.     }
  16081.     /**
  16082.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  16083.      *
  16084.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  16085.      */
  16086.     protected function getPromotionIndividualCodeSerializerService()
  16087.     {
  16088.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer(($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService()), ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()));
  16089.     }
  16090.     /**
  16091.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  16092.      *
  16093.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  16094.      */
  16095.     protected function getSalutationSerializerService()
  16096.     {
  16097.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  16098.     }
  16099.     /**
  16100.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  16101.      *
  16102.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  16103.      */
  16104.     protected function getCustomFieldsSerializer2Service()
  16105.     {
  16106.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService()), ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  16107.     }
  16108.     /**
  16109.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  16110.      *
  16111.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  16112.      */
  16113.     protected function getPriceSerializerService()
  16114.     {
  16115.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  16116.     }
  16117.     /**
  16118.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  16119.      *
  16120.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  16121.      */
  16122.     protected function getToOneSerializerService()
  16123.     {
  16124.         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()));
  16125.     }
  16126.     /**
  16127.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  16128.      *
  16129.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  16130.      */
  16131.     protected function getTranslationsSerializerService()
  16132.     {
  16133.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  16134.     }
  16135.     /**
  16136.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  16137.      *
  16138.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  16139.      */
  16140.     protected function getPrimaryKeyResolverService()
  16141.     {
  16142.         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())));
  16143.     }
  16144.     /**
  16145.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  16146.      *
  16147.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  16148.      */
  16149.     protected function getSystemDefaultValidatorService()
  16150.     {
  16151.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  16152.     }
  16153.     /**
  16154.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  16155.      *
  16156.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  16157.      */
  16158.     protected function getFileDeletedSubscriberService()
  16159.     {
  16160.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  16161.     }
  16162.     /**
  16163.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  16164.      *
  16165.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  16166.      */
  16167.     protected function getProductCategoryPathsSubscriberService()
  16168.     {
  16169.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()));
  16170.     }
  16171.     /**
  16172.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  16173.      *
  16174.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  16175.      */
  16176.     protected function getProductVariantsSubscriberService()
  16177.     {
  16178.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber(($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()), ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService()));
  16179.     }
  16180.     /**
  16181.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  16182.      *
  16183.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  16184.      */
  16185.     protected function getDeleteFileHandlerService()
  16186.     {
  16187.         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()));
  16188.     }
  16189.     /**
  16190.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  16191.      *
  16192.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  16193.      */
  16194.     protected function getPipeFactoryService()
  16195.     {
  16196.         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 () {
  16197.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  16198.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  16199.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  16200.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  16201.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  16202.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  16203.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  16204.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  16205.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? $this->getOrderSerializerService());
  16206.             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()));
  16207.         }, 10), new RewindableGenerator(function () {
  16208.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  16209.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  16210.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  16211.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  16212.             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()));
  16213.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  16214.     }
  16215.     /**
  16216.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  16217.      *
  16218.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  16219.      */
  16220.     protected function getCsvFileWriterFactoryService()
  16221.     {
  16222.         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()));
  16223.     }
  16224.     /**
  16225.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  16226.      *
  16227.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  16228.      */
  16229.     protected function getCleanupImportExportFileTaskHandlerService()
  16230.     {
  16231.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService()));
  16232.     }
  16233.     /**
  16234.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  16235.      *
  16236.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  16237.      */
  16238.     protected function getDeleteExpiredFilesServiceService()
  16239.     {
  16240.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService(($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService()));
  16241.     }
  16242.     /**
  16243.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  16244.      *
  16245.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  16246.      */
  16247.     protected function getFileServiceService()
  16248.     {
  16249.         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()), ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService()));
  16250.     }
  16251.     /**
  16252.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  16253.      *
  16254.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  16255.      */
  16256.     protected function getImportExportServiceService()
  16257.     {
  16258.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService(($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService()));
  16259.     }
  16260.     /**
  16261.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  16262.      *
  16263.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  16264.      */
  16265.     protected function getLandingPageIndexerService()
  16266.     {
  16267.         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()), ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16268.     }
  16269.     /**
  16270.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  16271.      *
  16272.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  16273.      */
  16274.     protected function getLandingPageValidatorService()
  16275.     {
  16276.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16277.     }
  16278.     /**
  16279.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  16280.      *
  16281.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  16282.      */
  16283.     protected function getMailSendSubscriberService()
  16284.     {
  16285.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  16286.     }
  16287.     /**
  16288.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  16289.      *
  16290.      * @return \Shopware\Core\Content\Mail\Service\MailService
  16291.      */
  16292.     protected function getMailServiceService()
  16293.     {
  16294.         return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] = new \Shopware\Core\Content\Mail\Service\MailService(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()), ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService()), ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  16295.     }
  16296.     /**
  16297.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  16298.      *
  16299.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  16300.      */
  16301.     protected function getImageCmsElementResolverService()
  16302.     {
  16303.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  16304.     }
  16305.     /**
  16306.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  16307.      *
  16308.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  16309.      */
  16310.     protected function getImageGalleryTypeDataResolverService()
  16311.     {
  16312.         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()));
  16313.     }
  16314.     /**
  16315.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  16316.      *
  16317.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  16318.      */
  16319.     protected function getImageSliderTypeDataResolverService()
  16320.     {
  16321.         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()));
  16322.     }
  16323.     /**
  16324.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  16325.      *
  16326.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  16327.      */
  16328.     protected function getDeleteNotUsedMediaCommandService()
  16329.     {
  16330.         $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())));
  16331.         $instance->setName('media:delete-unused');
  16332.         return $instance;
  16333.     }
  16334.     /**
  16335.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  16336.      *
  16337.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  16338.      */
  16339.     protected function getGenerateMediaTypesCommandService()
  16340.     {
  16341.         $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()));
  16342.         $instance->setName('media:generate-media-types');
  16343.         return $instance;
  16344.     }
  16345.     /**
  16346.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  16347.      *
  16348.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  16349.      */
  16350.     protected function getGenerateThumbnailsCommandService()
  16351.     {
  16352.         $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()));
  16353.         $instance->setName('media:generate-thumbnails');
  16354.         return $instance;
  16355.     }
  16356.     /**
  16357.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  16358.      *
  16359.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  16360.      */
  16361.     protected function getMediaFolderConfigurationIndexerService()
  16362.     {
  16363.         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()), ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16364.     }
  16365.     /**
  16366.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  16367.      *
  16368.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  16369.      */
  16370.     protected function getMediaFolderIndexerService()
  16371.     {
  16372.         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()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  16373.     }
  16374.     /**
  16375.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  16376.      *
  16377.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  16378.      */
  16379.     protected function getMediaIndexerService()
  16380.     {
  16381.         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()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16382.     }
  16383.     /**
  16384.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  16385.      *
  16386.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  16387.      */
  16388.     protected function getFileNameProviderService()
  16389.     {
  16390.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  16391.     }
  16392.     /**
  16393.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  16394.      *
  16395.      * @return \Shopware\Core\Content\Media\MediaService
  16396.      */
  16397.     protected function getMediaServiceService()
  16398.     {
  16399.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  16400.         return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'] = new \Shopware\Core\Content\Media\MediaService($a, ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), 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()))), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), new \Shopware\Core\Content\Media\File\FileFetcher(new \Shopware\Core\Content\Media\File\FileUrlValidator(), truefalse));
  16401.     }
  16402.     /**
  16403.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  16404.      *
  16405.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  16406.      */
  16407.     protected function getDeleteFileHandler2Service()
  16408.     {
  16409.         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()));
  16410.     }
  16411.     /**
  16412.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  16413.      *
  16414.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  16415.      */
  16416.     protected function getGenerateThumbnailsHandlerService()
  16417.     {
  16418.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler(($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  16419.     }
  16420.     /**
  16421.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  16422.      *
  16423.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  16424.      */
  16425.     protected function getFilenamePathnameStrategyService()
  16426.     {
  16427.         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())));
  16428.     }
  16429.     /**
  16430.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  16431.      *
  16432.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  16433.      */
  16434.     protected function getIdPathnameStrategyService()
  16435.     {
  16436.         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())));
  16437.     }
  16438.     /**
  16439.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  16440.      *
  16441.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  16442.      */
  16443.     protected function getPhysicalFilenamePathnameStrategyService()
  16444.     {
  16445.         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())));
  16446.     }
  16447.     /**
  16448.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  16449.      *
  16450.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  16451.      */
  16452.     protected function getUrlGeneratorInterfaceService()
  16453.     {
  16454.         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 () {
  16455.             yield => $this->getFilenamePathnameStrategyService();
  16456.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  16457.             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()));
  16458.             yield => $this->getIdPathnameStrategyService();
  16459.         }, 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())), '');
  16460.     }
  16461.     /**
  16462.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  16463.      *
  16464.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  16465.      */
  16466.     protected function getMediaDeletionSubscriberService()
  16467.     {
  16468.         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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  16469.     }
  16470.     /**
  16471.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  16472.      *
  16473.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  16474.      */
  16475.     protected function getMediaLoadedSubscriberService()
  16476.     {
  16477.         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()));
  16478.     }
  16479.     /**
  16480.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  16481.      *
  16482.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  16483.      */
  16484.     protected function getThumbnailServiceService()
  16485.     {
  16486.         return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] = new \Shopware\Core\Content\Media\Thumbnail\ThumbnailService(($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  16487.     }
  16488.     /**
  16489.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  16490.      *
  16491.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  16492.      */
  16493.     protected function getTypeDetectorService()
  16494.     {
  16495.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  16496.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  16497.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  16498.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  16499.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  16500.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  16501.         }, 5));
  16502.     }
  16503.     /**
  16504.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  16505.      *
  16506.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  16507.      */
  16508.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  16509.     {
  16510.         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()));
  16511.     }
  16512.     /**
  16513.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  16514.      *
  16515.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  16516.      */
  16517.     protected function getNewsletterRecipientIndexerService()
  16518.     {
  16519.         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()), ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16520.     }
  16521.     /**
  16522.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  16523.      *
  16524.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  16525.      */
  16526.     protected function getNewsletterRecipientDeletedSubscriberService()
  16527.     {
  16528.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  16529.     }
  16530.     /**
  16531.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  16532.      *
  16533.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  16534.      */
  16535.     protected function getNewsletterRecipientTaskHandlerService()
  16536.     {
  16537.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()));
  16538.     }
  16539.     /**
  16540.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  16541.      *
  16542.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  16543.      */
  16544.     protected function getProductExportGenerateCommandService()
  16545.     {
  16546.         $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()));
  16547.         $instance->setName('product-export:generate');
  16548.         return $instance;
  16549.     }
  16550.     /**
  16551.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  16552.      *
  16553.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  16554.      */
  16555.     protected function getProductExportEventListenerService()
  16556.     {
  16557.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] = new \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener(($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  16558.     }
  16559.     /**
  16560.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  16561.      *
  16562.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  16563.      */
  16564.     protected function getProductExportGenerateTaskHandlerService()
  16565.     {
  16566.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  16567.     }
  16568.     /**
  16569.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  16570.      *
  16571.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  16572.      */
  16573.     protected function getProductExportPartialGenerationHandlerService()
  16574.     {
  16575.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler(($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  16576.     }
  16577.     /**
  16578.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  16579.      *
  16580.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  16581.      */
  16582.     protected function getProductExportFileHandlerService()
  16583.     {
  16584.         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');
  16585.     }
  16586.     /**
  16587.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  16588.      *
  16589.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  16590.      */
  16591.     protected function getProductExportRendererService()
  16592.     {
  16593.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()));
  16594.     }
  16595.     /**
  16596.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  16597.      *
  16598.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  16599.      */
  16600.     protected function getProductStreamIndexerService()
  16601.     {
  16602.         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()), ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16603.     }
  16604.     /**
  16605.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  16606.      *
  16607.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  16608.      */
  16609.     protected function getUpdateProductStreamMappingTaskHandlerService()
  16610.     {
  16611.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()));
  16612.     }
  16613.     /**
  16614.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  16615.      *
  16616.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  16617.      */
  16618.     protected function getProductCartProcessorService()
  16619.     {
  16620.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] = new \Shopware\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductGateway(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), new \Shopware\Core\Content\Product\Cart\ProductFeatureBuilder(($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService())), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService()), ($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()));
  16621.     }
  16622.     /**
  16623.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  16624.      *
  16625.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  16626.      */
  16627.     protected function getProductLineItemCommandValidatorService()
  16628.     {
  16629.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  16630.     }
  16631.     /**
  16632.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  16633.      *
  16634.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  16635.      */
  16636.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  16637.     {
  16638.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  16639.     }
  16640.     /**
  16641.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  16642.      *
  16643.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  16644.      */
  16645.     protected function getBuyBoxCmsElementResolverService()
  16646.     {
  16647.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()));
  16648.     }
  16649.     /**
  16650.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  16651.      *
  16652.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  16653.      */
  16654.     protected function getCrossSellingCmsElementResolverService()
  16655.     {
  16656.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService()));
  16657.     }
  16658.     /**
  16659.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  16660.      *
  16661.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  16662.      */
  16663.     protected function getProductBoxCmsElementResolverService()
  16664.     {
  16665.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  16666.     }
  16667.     /**
  16668.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  16669.      *
  16670.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  16671.      */
  16672.     protected function getProductDescriptionReviewsCmsElementResolverService()
  16673.     {
  16674.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService()));
  16675.     }
  16676.     /**
  16677.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  16678.      *
  16679.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  16680.      */
  16681.     protected function getProductListingCmsElementResolverService()
  16682.     {
  16683.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService()));
  16684.     }
  16685.     /**
  16686.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  16687.      *
  16688.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  16689.      */
  16690.     protected function getProductSliderCmsElementResolverService()
  16691.     {
  16692.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  16693.     }
  16694.     /**
  16695.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  16696.      *
  16697.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  16698.      */
  16699.     protected function getProductIndexerService()
  16700.     {
  16701.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  16702.         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()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), $a, new \Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater($a), new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer($a), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater($a), ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater($a, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector()), ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  16703.     }
  16704.     /**
  16705.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  16706.      *
  16707.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  16708.      */
  16709.     protected function getProductStreamUpdaterService()
  16710.     {
  16711.         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()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  16712.     }
  16713.     /**
  16714.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  16715.      *
  16716.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  16717.      */
  16718.     protected function getStockUpdaterService()
  16719.     {
  16720.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16721.     }
  16722.     /**
  16723.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  16724.      *
  16725.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  16726.      */
  16727.     protected function getProductListingFeaturesSubscriberService()
  16728.     {
  16729.         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()), ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService()), ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16730.     }
  16731.     /**
  16732.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  16733.      *
  16734.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  16735.      */
  16736.     protected function getProductListingLoaderService()
  16737.     {
  16738.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16739.     }
  16740.     /**
  16741.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  16742.      *
  16743.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  16744.      */
  16745.     protected function getProductPriceCalculatorService()
  16746.     {
  16747.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] = new \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator(($this->services['unit.repository'] ?? $this->getUnit_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  16748.     }
  16749.     /**
  16750.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  16751.      *
  16752.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  16753.      */
  16754.     protected function getProductSubscriberService()
  16755.     {
  16756.         $a = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  16757.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  16758.         $c = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($b);
  16759.         $d = new \Shopware\Core\Content\Product\IsNewDetector($b);
  16760.         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(), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService()), $a$c$d$b);
  16761.     }
  16762.     /**
  16763.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  16764.      *
  16765.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  16766.      */
  16767.     protected function getRuleIndexerService()
  16768.     {
  16769.         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()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16770.     }
  16771.     /**
  16772.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  16773.      *
  16774.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  16775.      */
  16776.     protected function getRulePayloadSubscriberService()
  16777.     {
  16778.         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);
  16779.     }
  16780.     /**
  16781.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  16782.      *
  16783.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  16784.      */
  16785.     protected function getRulePayloadUpdaterService()
  16786.     {
  16787.         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()));
  16788.     }
  16789.     /**
  16790.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  16791.      *
  16792.      * @return \Shopware\Core\Content\Rule\RuleValidator
  16793.      */
  16794.     protected function getRuleValidatorService()
  16795.     {
  16796.         return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] = new \Shopware\Core\Content\Rule\RuleValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService()), ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService()));
  16797.     }
  16798.     /**
  16799.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  16800.      *
  16801.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  16802.      */
  16803.     protected function getStoreApiSeoResolverService()
  16804.     {
  16805.         return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] = new \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver(($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService()), ($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()));
  16806.     }
  16807.     /**
  16808.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  16809.      *
  16810.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  16811.      */
  16812.     protected function getSeoUrlGeneratorService()
  16813.     {
  16814.         $a = (new \Shopware\Core\Content\Seo\SeoUrlTwigFactory())->createTwigEnvironment(($this->privates['slugify'] ?? $this->getSlugifyService()), new RewindableGenerator(function () {
  16815.             return new \EmptyIterator();
  16816.         }, 0));
  16817.         $a->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  16818.         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())), $a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  16819.     }
  16820.     /**
  16821.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  16822.      *
  16823.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  16824.      */
  16825.     protected function getSeoUrlPersisterService()
  16826.     {
  16827.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16828.     }
  16829.     /**
  16830.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  16831.      *
  16832.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  16833.      */
  16834.     protected function getSeoUrlRouteRegistryService()
  16835.     {
  16836.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  16837.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  16838.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  16839.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  16840.         }, 3));
  16841.     }
  16842.     /**
  16843.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  16844.      *
  16845.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  16846.      */
  16847.     protected function getSitemapGenerateCommandService()
  16848.     {
  16849.         $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()));
  16850.         $instance->setName('sitemap:generate');
  16851.         return $instance;
  16852.     }
  16853.     /**
  16854.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  16855.      *
  16856.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  16857.      */
  16858.     protected function getFileService()
  16859.     {
  16860.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  16861.     }
  16862.     /**
  16863.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  16864.      *
  16865.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  16866.      */
  16867.     protected function getCategoryUrlProviderService()
  16868.     {
  16869.         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()));
  16870.     }
  16871.     /**
  16872.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  16873.      *
  16874.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  16875.      */
  16876.     protected function getCustomUrlProviderService()
  16877.     {
  16878.         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()));
  16879.     }
  16880.     /**
  16881.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  16882.      *
  16883.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  16884.      */
  16885.     protected function getProductUrlProviderService()
  16886.     {
  16887.         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()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  16888.     }
  16889.     /**
  16890.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  16891.      *
  16892.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  16893.      */
  16894.     protected function getSitemapGenerateTaskHandlerService()
  16895.     {
  16896.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16897.     }
  16898.     /**
  16899.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  16900.      *
  16901.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  16902.      */
  16903.     protected function getConfigHandlerService()
  16904.     {
  16905.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  16906.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  16907.         }, 1));
  16908.     }
  16909.     /**
  16910.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  16911.      *
  16912.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  16913.      */
  16914.     protected function getSitemapExporterService()
  16915.     {
  16916.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16917.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  16918.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  16919.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  16920.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  16921.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  16922.         }, 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);
  16923.     }
  16924.     /**
  16925.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  16926.      *
  16927.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  16928.      */
  16929.     protected function getCacheClearer2Service()
  16930.     {
  16931.         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', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  16932.     }
  16933.     /**
  16934.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  16935.      *
  16936.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  16937.      */
  16938.     protected function getCacheDecoratorService()
  16939.     {
  16940.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  16941.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  16942.         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())));
  16943.     }
  16944.     /**
  16945.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  16946.      *
  16947.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  16948.      */
  16949.     protected function getCacheInvalidationSubscriberService()
  16950.     {
  16951.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  16952.     }
  16953.     /**
  16954.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  16955.      *
  16956.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  16957.      */
  16958.     protected function getCacheInvalidatorService()
  16959.     {
  16960.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  16961.         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, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  16962.     }
  16963.     /**
  16964.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  16965.      *
  16966.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  16967.      */
  16968.     protected function getCacheStateSubscriberService()
  16969.     {
  16970.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()));
  16971.     }
  16972.     /**
  16973.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  16974.      *
  16975.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  16976.      */
  16977.     protected function getScriptCacheInvalidationSubscriberService()
  16978.     {
  16979.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber(($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()));
  16980.     }
  16981.     /**
  16982.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  16983.      *
  16984.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  16985.      */
  16986.     protected function getS3FilesystemVisibilityCommandService()
  16987.     {
  16988.         $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()));
  16989.         $instance->setName('s3:set-visibility');
  16990.         return $instance;
  16991.     }
  16992.     /**
  16993.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  16994.      *
  16995.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  16996.      */
  16997.     protected function getFilesystemFactoryService()
  16998.     {
  16999.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  17000.             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()));
  17001.             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()));
  17002.             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()));
  17003.         }, 3), new RewindableGenerator(function () {
  17004.             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()));
  17005.         }, 1));
  17006.     }
  17007.     /**
  17008.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  17009.      *
  17010.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  17011.      */
  17012.     protected function getTranslator2Service()
  17013.     {
  17014.         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()), ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService()), 'dev', ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  17015.     }
  17016.     /**
  17017.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  17018.      *
  17019.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  17020.      */
  17021.     protected function getTranslatorCacheInvalidateService()
  17022.     {
  17023.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17024.     }
  17025.     /**
  17026.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  17027.      *
  17028.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  17029.      */
  17030.     protected function getEntityTemplateLoaderService()
  17031.     {
  17032.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  17033.     }
  17034.     /**
  17035.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  17036.      *
  17037.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  17038.      */
  17039.     protected function getBundleHierarchyBuilderService()
  17040.     {
  17041.         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()));
  17042.     }
  17043.     /**
  17044.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  17045.      *
  17046.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  17047.      */
  17048.     protected function getStringTemplateRendererService()
  17049.     {
  17050.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->targetDir.''.'%'));
  17051.     }
  17052.     /**
  17053.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  17054.      *
  17055.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  17056.      */
  17057.     protected function getTwigVariableParserService()
  17058.     {
  17059.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  17060.     }
  17061.     /**
  17062.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  17063.      *
  17064.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  17065.      */
  17066.     protected function getAclAnnotationValidatorService()
  17067.     {
  17068.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17069.     }
  17070.     /**
  17071.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  17072.      *
  17073.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  17074.      */
  17075.     protected function getAclWriteValidatorService()
  17076.     {
  17077.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17078.     }
  17079.     /**
  17080.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  17081.      *
  17082.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  17083.      */
  17084.     protected function getDefinitionServiceService()
  17085.     {
  17086.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.16.1');
  17087.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  17088.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17089.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  17090.         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());
  17091.     }
  17092.     /**
  17093.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  17094.      *
  17095.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  17096.      */
  17097.     protected function getDumpClassSchemaCommandService()
  17098.     {
  17099.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  17100.         $instance->setName('framework:dump:class:schema');
  17101.         return $instance;
  17102.     }
  17103.     /**
  17104.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  17105.      *
  17106.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  17107.      */
  17108.     protected function getDumpSchemaCommandService()
  17109.     {
  17110.         $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()));
  17111.         $instance->setName('framework:schema');
  17112.         return $instance;
  17113.     }
  17114.     /**
  17115.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  17116.      *
  17117.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  17118.      */
  17119.     protected function getApiVersionConverterService()
  17120.     {
  17121.         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 () {
  17122.             return new \EmptyIterator();
  17123.         }, 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())))));
  17124.     }
  17125.     /**
  17126.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  17127.      *
  17128.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  17129.      */
  17130.     protected function getApiAuthenticationListenerService()
  17131.     {
  17132.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  17133.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  17134.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  17135.         $c->setPublicKey($b);
  17136.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  17137.         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()));
  17138.     }
  17139.     /**
  17140.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  17141.      *
  17142.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  17143.      */
  17144.     protected function getSalesChannelAuthenticationListenerService()
  17145.     {
  17146.         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()));
  17147.     }
  17148.     /**
  17149.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  17150.      *
  17151.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  17152.      */
  17153.     protected function getUserCredentialsChangedSubscriberService()
  17154.     {
  17155.         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()));
  17156.     }
  17157.     /**
  17158.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  17159.      *
  17160.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  17161.      */
  17162.     protected function getExpectationSubscriberService()
  17163.     {
  17164.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.16.1'$this->parameters['kernel.plugin_infos']);
  17165.     }
  17166.     /**
  17167.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  17168.      *
  17169.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  17170.      */
  17171.     protected function getRefreshTokenRepositoryService()
  17172.     {
  17173.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17174.     }
  17175.     /**
  17176.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  17177.      *
  17178.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  17179.      */
  17180.     protected function getJsonEntityEncoderService()
  17181.     {
  17182.         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()));
  17183.     }
  17184.     /**
  17185.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  17186.      *
  17187.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  17188.      */
  17189.     protected function getExecutorService()
  17190.     {
  17191.         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 () {
  17192.             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()));
  17193.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  17194.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  17195.             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()));
  17196.         }, 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)));
  17197.     }
  17198.     /**
  17199.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  17200.      *
  17201.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  17202.      */
  17203.     protected function getOpenModalResponseFactoryService()
  17204.     {
  17205.         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()));
  17206.     }
  17207.     /**
  17208.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  17209.      *
  17210.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  17211.      */
  17212.     protected function getOpenNewTabResponseFactoryService()
  17213.     {
  17214.         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()));
  17215.     }
  17216.     /**
  17217.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  17218.      *
  17219.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  17220.      */
  17221.     protected function getActiveAppsLoaderService()
  17222.     {
  17223.         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()));
  17224.     }
  17225.     /**
  17226.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  17227.      *
  17228.      * @return \Shopware\Core\Framework\App\AppStateService
  17229.      */
  17230.     protected function getAppStateServiceService()
  17231.     {
  17232.         return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] = new \Shopware\Core\Framework\App\AppStateService(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()), ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService()), new \Shopware\Core\Framework\App\Payment\PaymentMethodStateService(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService())), ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService()));
  17233.     }
  17234.     /**
  17235.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  17236.      *
  17237.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  17238.      */
  17239.     protected function getMoveShopPermanentlyStrategyService()
  17240.     {
  17241.         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()));
  17242.     }
  17243.     /**
  17244.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  17245.      *
  17246.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  17247.      */
  17248.     protected function getReinstallAppsStrategyService()
  17249.     {
  17250.         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()));
  17251.     }
  17252.     /**
  17253.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  17254.      *
  17255.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  17256.      */
  17257.     protected function getUninstallAppsStrategyService()
  17258.     {
  17259.         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()));
  17260.     }
  17261.     /**
  17262.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  17263.      *
  17264.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  17265.      */
  17266.     protected function getActivateAppCommandService()
  17267.     {
  17268.         $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()));
  17269.         $instance->setName('app:activate');
  17270.         return $instance;
  17271.     }
  17272.     /**
  17273.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  17274.      *
  17275.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  17276.      */
  17277.     protected function getAppPrinterService()
  17278.     {
  17279.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  17280.     }
  17281.     /**
  17282.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  17283.      *
  17284.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  17285.      */
  17286.     protected function getDeactivateAppCommandService()
  17287.     {
  17288.         $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()));
  17289.         $instance->setName('app:deactivate');
  17290.         return $instance;
  17291.     }
  17292.     /**
  17293.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  17294.      *
  17295.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  17296.      */
  17297.     protected function getInstallAppCommandService()
  17298.     {
  17299.         $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()));
  17300.         $instance->setName('app:install');
  17301.         return $instance;
  17302.     }
  17303.     /**
  17304.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  17305.      *
  17306.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  17307.      */
  17308.     protected function getRefreshAppCommandService()
  17309.     {
  17310.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  17311.         $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);
  17312.         $instance->setName('app:refresh');
  17313.         return $instance;
  17314.     }
  17315.     /**
  17316.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  17317.      *
  17318.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  17319.      */
  17320.     protected function getResolveAppUrlChangeCommandService()
  17321.     {
  17322.         $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()));
  17323.         $instance->setName('app:url-change:resolve');
  17324.         return $instance;
  17325.     }
  17326.     /**
  17327.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  17328.      *
  17329.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  17330.      */
  17331.     protected function getUninstallAppCommandService()
  17332.     {
  17333.         $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()));
  17334.         $instance->setName('app:uninstall');
  17335.         return $instance;
  17336.     }
  17337.     /**
  17338.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  17339.      *
  17340.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  17341.      */
  17342.     protected function getValidateAppCommandService()
  17343.     {
  17344.         $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()));
  17345.         $instance->setName('app:validate');
  17346.         return $instance;
  17347.     }
  17348.     /**
  17349.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  17350.      *
  17351.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  17352.      */
  17353.     protected function getAppConfirmationDeltaProviderService()
  17354.     {
  17355.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  17356.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  17357.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  17358.         }, 2));
  17359.     }
  17360.     /**
  17361.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  17362.      *
  17363.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  17364.      */
  17365.     protected function getQuerySignerService()
  17366.     {
  17367.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.16.1', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  17368.     }
  17369.     /**
  17370.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  17371.      *
  17372.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  17373.      */
  17374.     protected function getAppLifecycleService()
  17375.     {
  17376.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  17377.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  17378.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  17379.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] = new \Shopware\Core\Framework\App\Lifecycle\AppLifecycle($a, new \Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister($b), new \Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService())), new \Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister(($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService())), 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)), ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()), $a), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService()), new \Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister(($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService())), new \Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService())), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService()), new \Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister(($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService()), new \Shopware\Core\Framework\App\Cms\BlockTemplateLoader(), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())), $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService()), ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()), ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), \dirname(__DIR__4), new \Shopware\Core\System\CustomEntity\Schema\CustomEntityPersister($b), ($this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] ?? $this->getCustomEntitySchemaUpdaterService()), $b, new \Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister(($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()), $c$b), new \Shopware\Administration\Snippet\AppAdministrationSnippetPersister(($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService()), ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService())));
  17380.     }
  17381.     /**
  17382.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  17383.      *
  17384.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  17385.      */
  17386.     protected function getAppLoaderService()
  17387.     {
  17388.         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());
  17389.     }
  17390.     /**
  17391.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  17392.      *
  17393.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  17394.      */
  17395.     protected function getRuleConditionPersisterService()
  17396.     {
  17397.         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).'/')))), ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  17398.     }
  17399.     /**
  17400.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  17401.      *
  17402.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  17403.      */
  17404.     protected function getScriptPersisterService()
  17405.     {
  17406.         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).'/')))), ($this->services['script.repository'] ?? $this->getScript_RepositoryService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  17407.     }
  17408.     /**
  17409.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  17410.      *
  17411.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  17412.      */
  17413.     protected function getAppRegistrationServiceService()
  17414.     {
  17415.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  17416.         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.16.1'), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), $this->getEnv('APP_URL'), $a'6.4.16.1');
  17417.     }
  17418.     /**
  17419.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  17420.      *
  17421.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  17422.      */
  17423.     protected function getAppAsyncPaymentHandlerService()
  17424.     {
  17425.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService()));
  17426.     }
  17427.     /**
  17428.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  17429.      *
  17430.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  17431.      */
  17432.     protected function getAppPaymentHandlerService()
  17433.     {
  17434.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService()));
  17435.     }
  17436.     /**
  17437.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  17438.      *
  17439.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  17440.      */
  17441.     protected function getAppSyncPaymentHandlerService()
  17442.     {
  17443.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler(($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService()));
  17444.     }
  17445.     /**
  17446.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  17447.      *
  17448.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  17449.      */
  17450.     protected function getPayloadServiceService()
  17451.     {
  17452.         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()), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), $this->getEnv('APP_URL'));
  17453.     }
  17454.     /**
  17455.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  17456.      *
  17457.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  17458.      */
  17459.     protected function getDeleteCascadeAppsHandlerService()
  17460.     {
  17461.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService()), ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  17462.     }
  17463.     /**
  17464.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  17465.      *
  17466.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  17467.      */
  17468.     protected function getUpdateAppsHandlerService()
  17469.     {
  17470.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), new \Shopware\Core\Framework\App\Lifecycle\Update\AppUpdater(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService())));
  17471.     }
  17472.     /**
  17473.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  17474.      *
  17475.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  17476.      */
  17477.     protected function getCustomFieldProtectionSubscriberService()
  17478.     {
  17479.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17480.     }
  17481.     /**
  17482.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  17483.      *
  17484.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  17485.      */
  17486.     protected function getConfigValidatorService()
  17487.     {
  17488.         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())));
  17489.     }
  17490.     /**
  17491.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  17492.      *
  17493.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  17494.      */
  17495.     protected function getHookableValidatorService()
  17496.     {
  17497.         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())));
  17498.     }
  17499.     /**
  17500.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  17501.      *
  17502.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  17503.      */
  17504.     protected function getManifestValidatorService()
  17505.     {
  17506.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  17507.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  17508.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  17509.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  17510.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  17511.         }, 4));
  17512.     }
  17513.     /**
  17514.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  17515.      *
  17516.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  17517.      */
  17518.     protected function getChangelogChangeCommandService()
  17519.     {
  17520.         $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']));
  17521.         $instance->setName('changelog:change');
  17522.         return $instance;
  17523.     }
  17524.     /**
  17525.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  17526.      *
  17527.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  17528.      */
  17529.     protected function getChangelogCheckCommandService()
  17530.     {
  17531.         $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']));
  17532.         $instance->setName('changelog:check');
  17533.         return $instance;
  17534.     }
  17535.     /**
  17536.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  17537.      *
  17538.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  17539.      */
  17540.     protected function getChangelogCreateCommandService()
  17541.     {
  17542.         $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']));
  17543.         $instance->setName('changelog:create');
  17544.         return $instance;
  17545.     }
  17546.     /**
  17547.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  17548.      *
  17549.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  17550.      */
  17551.     protected function getChangelogReleaseCommandService()
  17552.     {
  17553.         $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']));
  17554.         $instance->setName('changelog:release');
  17555.         return $instance;
  17556.     }
  17557.     /**
  17558.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  17559.      *
  17560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  17561.      */
  17562.     protected function getCreateEntitiesCommandService()
  17563.     {
  17564.         $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));
  17565.         $instance->setName('dal:create:entities');
  17566.         return $instance;
  17567.     }
  17568.     /**
  17569.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  17570.      *
  17571.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  17572.      */
  17573.     protected function getCreateHydratorCommandService()
  17574.     {
  17575.         $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));
  17576.         $instance->setName('dal:create:hydrators');
  17577.         return $instance;
  17578.     }
  17579.     /**
  17580.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  17581.      *
  17582.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  17583.      */
  17584.     protected function getCreateSchemaCommandService()
  17585.     {
  17586.         $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));
  17587.         $instance->setName('dal:create:schema');
  17588.         return $instance;
  17589.     }
  17590.     /**
  17591.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  17592.      *
  17593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  17594.      */
  17595.     protected function getDataAbstractionLayerValidateCommandService()
  17596.     {
  17597.         $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())));
  17598.         $instance->setName('dal:validate');
  17599.         return $instance;
  17600.     }
  17601.     /**
  17602.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  17603.      *
  17604.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  17605.      */
  17606.     protected function getRefreshIndexCommandService()
  17607.     {
  17608.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  17609.         $instance->setName('dal:refresh:index');
  17610.         return $instance;
  17611.     }
  17612.     /**
  17613.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  17614.      *
  17615.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  17616.      */
  17617.     protected function getIteratorFactoryService()
  17618.     {
  17619.         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()));
  17620.     }
  17621.     /**
  17622.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  17623.      *
  17624.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  17625.      */
  17626.     protected function getCriteriaQueryBuilderService()
  17627.     {
  17628.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  17629.         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));
  17630.     }
  17631.     /**
  17632.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  17633.      *
  17634.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  17635.      */
  17636.     protected function getAppContextCreatorService()
  17637.     {
  17638.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17639.     }
  17640.     /**
  17641.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  17642.      *
  17643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  17644.      */
  17645.     protected function getChildCountUpdaterService()
  17646.     {
  17647.         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()));
  17648.     }
  17649.     /**
  17650.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  17651.      *
  17652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  17653.      */
  17654.     protected function getInheritanceUpdaterService()
  17655.     {
  17656.         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()));
  17657.     }
  17658.     /**
  17659.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  17660.      *
  17661.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  17662.      */
  17663.     protected function getManyToManyIdFieldUpdaterService()
  17664.     {
  17665.         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()));
  17666.     }
  17667.     /**
  17668.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  17669.      *
  17670.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  17671.      */
  17672.     protected function getRegisteredIndexerSubscriberService()
  17673.     {
  17674.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  17675.     }
  17676.     /**
  17677.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  17678.      *
  17679.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  17680.      */
  17681.     protected function getTreeUpdaterService()
  17682.     {
  17683.         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()));
  17684.     }
  17685.     /**
  17686.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  17687.      *
  17688.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  17689.      */
  17690.     protected function getApiCriteriaValidatorService()
  17691.     {
  17692.         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()));
  17693.     }
  17694.     /**
  17695.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  17696.      *
  17697.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  17698.      */
  17699.     protected function getCompositeEntitySearcherService()
  17700.     {
  17701.         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 () {
  17702.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  17703.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  17704.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  17705.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  17706.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  17707.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  17708.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  17709.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  17710.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  17711.         }, 9));
  17712.     }
  17713.     /**
  17714.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  17715.      *
  17716.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  17717.      */
  17718.     protected function getCriteriaArrayConverterService()
  17719.     {
  17720.         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 \Swag\Security\Fixes\NEXT37397\PatchedAggregationParser())));
  17721.     }
  17722.     /**
  17723.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  17724.      *
  17725.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  17726.      */
  17727.     protected function getSqlQueryParserService()
  17728.     {
  17729.         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()));
  17730.     }
  17731.     /**
  17732.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  17733.      *
  17734.      * @return \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed
  17735.      */
  17736.     protected function getRequestCriteriaBuilderService()
  17737.     {
  17738.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Swag\Security\Fixes\NEXT37397\PatchedAggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService()), 100);
  17739.     }
  17740.     /**
  17741.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  17742.      *
  17743.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  17744.      */
  17745.     protected function getTokenFilterService()
  17746.     {
  17747.         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()));
  17748.     }
  17749.     /**
  17750.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  17751.      *
  17752.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  17753.      */
  17754.     protected function getSearchTermInterpreterService()
  17755.     {
  17756.         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')))));
  17757.     }
  17758.     /**
  17759.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  17760.      *
  17761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  17762.      */
  17763.     protected function getEntityExistsValidatorService()
  17764.     {
  17765.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()));
  17766.     }
  17767.     /**
  17768.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  17769.      *
  17770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  17771.      */
  17772.     protected function getEntityNotExistsValidatorService()
  17773.     {
  17774.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()));
  17775.     }
  17776.     /**
  17777.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  17778.      *
  17779.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  17780.      */
  17781.     protected function getCleanupVersionTaskHandlerService()
  17782.     {
  17783.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 30);
  17784.     }
  17785.     /**
  17786.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  17787.      *
  17788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  17789.      */
  17790.     protected function getLockValidatorService()
  17791.     {
  17792.         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()));
  17793.     }
  17794.     /**
  17795.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  17796.      *
  17797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  17798.      */
  17799.     protected function getWriteCommandExtractorService()
  17800.     {
  17801.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  17802.     }
  17803.     /**
  17804.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  17805.      *
  17806.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  17807.      */
  17808.     protected function getDemodataCommandService()
  17809.     {
  17810.         $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 () {
  17811.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  17812.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  17813.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  17814.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  17815.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  17816.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  17817.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  17818.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  17819.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  17820.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  17821.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  17822.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  17823.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  17824.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  17825.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  17826.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  17827.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  17828.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  17829.         $instance->addDefault('rules'25);
  17830.         $instance->addOption('rules'NULL4'Rules count');
  17831.         $instance->addDefault('customers'60);
  17832.         $instance->addOption('customers'NULL4'Customers count');
  17833.         $instance->addDefault('properties'10);
  17834.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  17835.         $instance->addDefault('categories'10);
  17836.         $instance->addOption('categories'NULL4'Categories count');
  17837.         $instance->addDefault('manufacturers'60);
  17838.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  17839.         $instance->addDefault('tags'50);
  17840.         $instance->addOption('tags'NULL4'Tags count');
  17841.         $instance->addDefault('reviews'20);
  17842.         $instance->addOption('reviews'NULL4'Reviews count');
  17843.         $instance->addDefault('products'1000);
  17844.         $instance->addOption('products'NULL4'Products count');
  17845.         $instance->addDefault('promotions'50);
  17846.         $instance->addOption('promotions'NULL4'Promotions count');
  17847.         $instance->addDefault('flows'0);
  17848.         $instance->addOption('flows'NULL4'Flows count');
  17849.         $instance->addDefault('media'300);
  17850.         $instance->addOption('media'NULL4'Media count');
  17851.         $instance->addDefault('product-streams'10);
  17852.         $instance->addOption('product-streams'NULL4'Product-streams count');
  17853.         $instance->addDefault('orders'60);
  17854.         $instance->addOption('orders'NULL4'Orders count');
  17855.         $instance->addDefault('attribute-sets'4);
  17856.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  17857.         $instance->addDefault('mail-template'10);
  17858.         $instance->addOption('mail-template'NULL4'Mail-template count');
  17859.         $instance->addDefault('mail-header-footer'3);
  17860.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  17861.         $instance->addDefault('users'0);
  17862.         $instance->addOption('users'NULL4'Users count');
  17863.         $instance->setName('framework:demodata');
  17864.         return $instance;
  17865.     }
  17866.     /**
  17867.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  17868.      *
  17869.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  17870.      */
  17871.     protected function getCategoryGeneratorService()
  17872.     {
  17873.         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()));
  17874.     }
  17875.     /**
  17876.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  17877.      *
  17878.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  17879.      */
  17880.     protected function getCustomFieldGeneratorService()
  17881.     {
  17882.         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()));
  17883.     }
  17884.     /**
  17885.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  17886.      *
  17887.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  17888.      */
  17889.     protected function getCustomerGeneratorService()
  17890.     {
  17891.         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()));
  17892.     }
  17893.     /**
  17894.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  17895.      *
  17896.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  17897.      */
  17898.     protected function getFlowGeneratorService()
  17899.     {
  17900.         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()));
  17901.     }
  17902.     /**
  17903.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  17904.      *
  17905.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  17906.      */
  17907.     protected function getMailHeaderFooterGeneratorService()
  17908.     {
  17909.         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()));
  17910.     }
  17911.     /**
  17912.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  17913.      *
  17914.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  17915.      */
  17916.     protected function getMailTemplateGeneratorService()
  17917.     {
  17918.         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()));
  17919.     }
  17920.     /**
  17921.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  17922.      *
  17923.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  17924.      */
  17925.     protected function getMediaGeneratorService()
  17926.     {
  17927.         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()));
  17928.     }
  17929.     /**
  17930.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  17931.      *
  17932.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  17933.      */
  17934.     protected function getOrderGeneratorService()
  17935.     {
  17936.         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()));
  17937.     }
  17938.     /**
  17939.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  17940.      *
  17941.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  17942.      */
  17943.     protected function getProductGeneratorService()
  17944.     {
  17945.         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()));
  17946.     }
  17947.     /**
  17948.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  17949.      *
  17950.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  17951.      */
  17952.     protected function getProductManufacturerGeneratorService()
  17953.     {
  17954.         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()));
  17955.     }
  17956.     /**
  17957.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  17958.      *
  17959.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  17960.      */
  17961.     protected function getProductReviewGeneratorService()
  17962.     {
  17963.         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()));
  17964.     }
  17965.     /**
  17966.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  17967.      *
  17968.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  17969.      */
  17970.     protected function getProductStreamGeneratorService()
  17971.     {
  17972.         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()));
  17973.     }
  17974.     /**
  17975.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  17976.      *
  17977.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  17978.      */
  17979.     protected function getPromotionGeneratorService()
  17980.     {
  17981.         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()));
  17982.     }
  17983.     /**
  17984.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  17985.      *
  17986.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  17987.      */
  17988.     protected function getPropertyGroupGeneratorService()
  17989.     {
  17990.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  17991.     }
  17992.     /**
  17993.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  17994.      *
  17995.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  17996.      */
  17997.     protected function getRuleGeneratorService()
  17998.     {
  17999.         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()));
  18000.     }
  18001.     /**
  18002.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  18003.      *
  18004.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  18005.      */
  18006.     protected function getTagGeneratorService()
  18007.     {
  18008.         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()));
  18009.     }
  18010.     /**
  18011.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  18012.      *
  18013.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  18014.      */
  18015.     protected function getUserGeneratorService()
  18016.     {
  18017.         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()));
  18018.     }
  18019.     /**
  18020.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  18021.      *
  18022.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  18023.      */
  18024.     protected function getCleanPersonalDataCommandService()
  18025.     {
  18026.         $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()));
  18027.         $instance->setName('database:clean-personal-data');
  18028.         return $instance;
  18029.     }
  18030.     /**
  18031.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  18032.      *
  18033.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  18034.      */
  18035.     protected function getBusinessEventCollectorService()
  18036.     {
  18037.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18038.     }
  18039.     /**
  18040.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  18041.      *
  18042.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  18043.      */
  18044.     protected function getBusinessEventDispatcherService()
  18045.     {
  18046.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] = new \Shopware\Core\Framework\Event\BusinessEventDispatcher(($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()));
  18047.     }
  18048.     /**
  18049.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  18050.      *
  18051.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  18052.      */
  18053.     protected function getDebugDumpBusinessEventsCommandService()
  18054.     {
  18055.         $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()));
  18056.         $instance->setName('debug:business-events');
  18057.         return $instance;
  18058.     }
  18059.     /**
  18060.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  18061.      *
  18062.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  18063.      */
  18064.     protected function getEventActionSubscriberService()
  18065.     {
  18066.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18067.     }
  18068.     /**
  18069.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  18070.      *
  18071.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  18072.      */
  18073.     protected function getFeatureDumpCommandService()
  18074.     {
  18075.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  18076.         $instance->setName('feature:dump');
  18077.         $instance->setAliases([=> 'administration:dump:features']);
  18078.         return $instance;
  18079.     }
  18080.     /**
  18081.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  18082.      *
  18083.      * @return \Shopware\Core\Framework\Log\LoggingService
  18084.      */
  18085.     protected function getLoggingServiceService()
  18086.     {
  18087.         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()));
  18088.     }
  18089.     /**
  18090.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler' shared service.
  18091.      *
  18092.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler
  18093.      */
  18094.     protected function getExcludeExceptionHandlerService()
  18095.     {
  18096.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  18097.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  18098.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler($a$this->parameters['shopware.logger.exclude_exception']);
  18099.     }
  18100.     /**
  18101.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  18102.      *
  18103.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  18104.      */
  18105.     protected function getLogCleanupTaskHandlerService()
  18106.     {
  18107.         return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18108.     }
  18109.     /**
  18110.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  18111.      *
  18112.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  18113.      */
  18114.     protected function getDispatchSleepMessageCommandService()
  18115.     {
  18116.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  18117.         $instance->setName('debug:messenger:dispatch-sleep');
  18118.         return $instance;
  18119.     }
  18120.     /**
  18121.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  18122.      *
  18123.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  18124.      */
  18125.     protected function getEncryptedMessageHandlerService()
  18126.     {
  18127.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($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')))));
  18128.     }
  18129.     /**
  18130.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  18131.      *
  18132.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  18133.      */
  18134.     protected function getRetryMessageHandlerService()
  18135.     {
  18136.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler(($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService()), new RewindableGenerator(function () {
  18137.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  18138.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  18139.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  18140.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  18141.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  18142.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  18143.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  18144.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  18145.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  18146.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  18147.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  18148.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  18149.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  18150.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  18151.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  18152.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  18153.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  18154.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  18155.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  18156.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  18157.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  18158.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  18159.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  18160.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  18161.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  18162.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  18163.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  18164.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  18165.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  18166.             yield 29 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  18167.         }, 30), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18168.     }
  18169.     /**
  18170.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  18171.      *
  18172.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  18173.      */
  18174.     protected function getSleepTaskHandlerService()
  18175.     {
  18176.         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()));
  18177.     }
  18178.     /**
  18179.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  18180.      *
  18181.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  18182.      */
  18183.     protected function getRetryMiddlewareService()
  18184.     {
  18185.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware(($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18186.     }
  18187.     /**
  18188.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  18189.      *
  18190.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  18191.      */
  18192.     protected function getRegisterScheduledTasksCommandService()
  18193.     {
  18194.         $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()));
  18195.         $instance->setName('scheduled-task:register');
  18196.         return $instance;
  18197.     }
  18198.     /**
  18199.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  18200.      *
  18201.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  18202.      */
  18203.     protected function getScheduledTaskRunnerService()
  18204.     {
  18205.         $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()));
  18206.         $instance->setName('scheduled-task:run');
  18207.         return $instance;
  18208.     }
  18209.     /**
  18210.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  18211.      *
  18212.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  18213.      */
  18214.     protected function getRegisterScheduledTaskHandlerService()
  18215.     {
  18216.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  18217.     }
  18218.     /**
  18219.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  18220.      *
  18221.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  18222.      */
  18223.     protected function getTaskRegistryService()
  18224.     {
  18225.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  18226.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  18227.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  18228.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  18229.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  18230.             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()));
  18231.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  18232.             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()));
  18233.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  18234.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  18235.             yield => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  18236.             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()));
  18237.             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()));
  18238.             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()));
  18239.             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()));
  18240.             yield 14 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  18241.         }, 15), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  18242.     }
  18243.     /**
  18244.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  18245.      *
  18246.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  18247.      */
  18248.     protected function getRequeueDeadMessagesHandlerService()
  18249.     {
  18250.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  18251.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), new \Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService(($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService()), $a, new \Shopware\Core\Framework\MessageQueue\EncryptedBus($a, ($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())));
  18252.     }
  18253.     /**
  18254.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  18255.      *
  18256.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  18257.      */
  18258.     protected function getTaskSchedulerService()
  18259.     {
  18260.         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))));
  18261.     }
  18262.     /**
  18263.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  18264.      *
  18265.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  18266.      */
  18267.     protected function getPluginLifecycleSubscriberService()
  18268.     {
  18269.         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()));
  18270.     }
  18271.     /**
  18272.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  18273.      *
  18274.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  18275.      */
  18276.     protected function getUpdatePostFinishSubscriberService()
  18277.     {
  18278.         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()));
  18279.     }
  18280.     /**
  18281.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  18282.      *
  18283.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  18284.      */
  18285.     protected function getMessageFailedHandlerService()
  18286.     {
  18287.         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');
  18288.     }
  18289.     /**
  18290.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  18291.      *
  18292.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  18293.      */
  18294.     protected function getCreateMigrationCommandService()
  18295.     {
  18296.         $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.16.1');
  18297.         $instance->setName('database:create-migration');
  18298.         return $instance;
  18299.     }
  18300.     /**
  18301.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  18302.      *
  18303.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  18304.      */
  18305.     protected function getMigrationCommandService()
  18306.     {
  18307.         $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.16.1');
  18308.         $instance->setName('database:migrate');
  18309.         return $instance;
  18310.     }
  18311.     /**
  18312.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  18313.      *
  18314.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  18315.      */
  18316.     protected function getMigrationDestructiveCommandService()
  18317.     {
  18318.         $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.16.1');
  18319.         $instance->setName('database:migrate-destructive');
  18320.         return $instance;
  18321.     }
  18322.     /**
  18323.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  18324.      *
  18325.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  18326.      */
  18327.     protected function getRefreshMigrationCommandService()
  18328.     {
  18329.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  18330.         $instance->setName('database:refresh-migration');
  18331.         return $instance;
  18332.     }
  18333.     /**
  18334.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  18335.      *
  18336.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  18337.      */
  18338.     protected function getMigrationSource_Core_V63Service()
  18339.     {
  18340.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  18341.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  18342.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  18343.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  18344.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  18345.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  18346.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  18347.         return $instance;
  18348.     }
  18349.     /**
  18350.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  18351.      *
  18352.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  18353.      */
  18354.     protected function getMigrationSource_Core_V64Service()
  18355.     {
  18356.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  18357.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  18358.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  18359.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  18360.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  18361.         return $instance;
  18362.     }
  18363.     /**
  18364.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  18365.      *
  18366.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  18367.      */
  18368.     protected function getMigrationSource_Core_V65Service()
  18369.     {
  18370.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  18371.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  18372.         return $instance;
  18373.     }
  18374.     /**
  18375.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  18376.      *
  18377.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  18378.      */
  18379.     protected function getBundleDumpCommandService()
  18380.     {
  18381.         $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));
  18382.         $instance->setName('bundle:dump');
  18383.         return $instance;
  18384.     }
  18385.     /**
  18386.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  18387.      *
  18388.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  18389.      */
  18390.     protected function getPluginActivateCommandService()
  18391.     {
  18392.         $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()));
  18393.         $instance->setName('plugin:activate');
  18394.         return $instance;
  18395.     }
  18396.     /**
  18397.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  18398.      *
  18399.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  18400.      */
  18401.     protected function getPluginDeactivateCommandService()
  18402.     {
  18403.         $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()));
  18404.         $instance->setName('plugin:deactivate');
  18405.         return $instance;
  18406.     }
  18407.     /**
  18408.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  18409.      *
  18410.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  18411.      */
  18412.     protected function getPluginInstallCommandService()
  18413.     {
  18414.         $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()));
  18415.         $instance->setName('plugin:install');
  18416.         return $instance;
  18417.     }
  18418.     /**
  18419.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  18420.      *
  18421.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  18422.      */
  18423.     protected function getPluginUninstallCommandService()
  18424.     {
  18425.         $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()));
  18426.         $instance->setName('plugin:uninstall');
  18427.         return $instance;
  18428.     }
  18429.     /**
  18430.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  18431.      *
  18432.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  18433.      */
  18434.     protected function getPluginUpdateCommandService()
  18435.     {
  18436.         $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()));
  18437.         $instance->setName('plugin:update');
  18438.         return $instance;
  18439.     }
  18440.     /**
  18441.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  18442.      *
  18443.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  18444.      */
  18445.     protected function getPluginCreateCommandService()
  18446.     {
  18447.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  18448.         $instance->setName('plugin:create');
  18449.         return $instance;
  18450.     }
  18451.     /**
  18452.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  18453.      *
  18454.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  18455.      */
  18456.     protected function getPluginListCommandService()
  18457.     {
  18458.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  18459.         $instance->setName('plugin:list');
  18460.         return $instance;
  18461.     }
  18462.     /**
  18463.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  18464.      *
  18465.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  18466.      */
  18467.     protected function getPluginRefreshCommandService()
  18468.     {
  18469.         $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()));
  18470.         $instance->setName('plugin:refresh');
  18471.         return $instance;
  18472.     }
  18473.     /**
  18474.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  18475.      *
  18476.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  18477.      */
  18478.     protected function getPluginZipImportCommandService()
  18479.     {
  18480.         $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()));
  18481.         $instance->setName('plugin:zip-import');
  18482.         return $instance;
  18483.     }
  18484.     /**
  18485.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  18486.      *
  18487.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  18488.      */
  18489.     protected function getCommandExecutorService($lazyLoad true)
  18490.     {
  18491.         if ($lazyLoad) {
  18492.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  18493.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  18494.                     $wrappedInstance $this->getCommandExecutorService(false);
  18495.                     $proxy->setProxyInitializer(null);
  18496.                     return true;
  18497.                 });
  18498.             });
  18499.         }
  18500.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  18501.     }
  18502.     /**
  18503.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  18504.      *
  18505.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  18506.      */
  18507.     protected function getPluginLifecycleServiceService()
  18508.     {
  18509.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  18510.         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.16.1', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  18511.     }
  18512.     /**
  18513.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  18514.      *
  18515.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  18516.      */
  18517.     protected function getPluginManagementServiceService()
  18518.     {
  18519.         $a = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  18520.         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), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), $a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), new \GuzzleHttp\Client());
  18521.     }
  18522.     /**
  18523.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  18524.      *
  18525.      * @return \Shopware\Core\Framework\Plugin\PluginService
  18526.      */
  18527.     protected function getPluginServiceService()
  18528.     {
  18529.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] = new \Shopware\Core\Framework\Plugin\PluginService((\dirname(__DIR__4).'/custom/plugins'), \dirname(__DIR__4), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), 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());
  18530.     }
  18531.     /**
  18532.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  18533.      *
  18534.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  18535.      */
  18536.     protected function getPluginAclPrivilegesSubscriberService()
  18537.     {
  18538.         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()));
  18539.     }
  18540.     /**
  18541.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  18542.      *
  18543.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  18544.      */
  18545.     protected function getAssetServiceService()
  18546.     {
  18547.         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()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($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))));
  18548.     }
  18549.     /**
  18550.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  18551.      *
  18552.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  18553.      */
  18554.     protected function getContextResolverListenerService()
  18555.     {
  18556.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener(($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()));
  18557.     }
  18558.     /**
  18559.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  18560.      *
  18561.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  18562.      */
  18563.     protected function getCoreSubscriberService()
  18564.     {
  18565.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  18566.     }
  18567.     /**
  18568.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  18569.      *
  18570.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  18571.      */
  18572.     protected function getRouteEventSubscriberService()
  18573.     {
  18574.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18575.     }
  18576.     /**
  18577.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  18578.      *
  18579.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  18580.      */
  18581.     protected function getRouteScopeListenerService()
  18582.     {
  18583.         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 () {
  18584.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  18585.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  18586.         }, 2));
  18587.     }
  18588.     /**
  18589.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  18590.      *
  18591.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  18592.      */
  18593.     protected function getRouteScopeRegistryService()
  18594.     {
  18595.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  18596.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  18597.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  18598.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  18599.             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'))));
  18600.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  18601.         }, 5));
  18602.     }
  18603.     /**
  18604.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  18605.      *
  18606.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  18607.      */
  18608.     protected function getSalesChannelRequestContextResolverService()
  18609.     {
  18610.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  18611.         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()), $a), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a);
  18612.     }
  18613.     /**
  18614.      * Gets the private 'Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  18615.      *
  18616.      * @return \Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber
  18617.      */
  18618.     protected function getActiveRulesDataCollectorSubscriberService()
  18619.     {
  18620.         return $this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  18621.     }
  18622.     /**
  18623.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  18624.      *
  18625.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  18626.      */
  18627.     protected function getRuleConditionRegistryService()
  18628.     {
  18629.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  18630.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  18631.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  18632.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  18633.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  18634.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  18635.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  18636.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  18637.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  18638.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  18639.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  18640.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  18641.             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()));
  18642.             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()));
  18643.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  18644.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  18645.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  18646.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  18647.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  18648.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  18649.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  18650.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  18651.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  18652.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  18653.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  18654.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  18655.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  18656.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  18657.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  18658.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  18659.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  18660.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  18661.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  18662.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  18663.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  18664.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  18665.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  18666.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  18667.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  18668.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  18669.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  18670.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  18671.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  18672.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  18673.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  18674.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  18675.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  18676.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  18677.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  18678.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  18679.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  18680.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  18681.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  18682.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  18683.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  18684.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  18685.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  18686.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  18687.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  18688.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  18689.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  18690.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  18691.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  18692.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  18693.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  18694.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  18695.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  18696.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  18697.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  18698.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  18699.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  18700.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  18701.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  18702.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  18703.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  18704.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  18705.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  18706.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  18707.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  18708.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  18709.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  18710.         }, 80));
  18711.     }
  18712.     /**
  18713.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  18714.      *
  18715.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  18716.      */
  18717.     protected function getScriptResponseEncoderService()
  18718.     {
  18719.         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()));
  18720.     }
  18721.     /**
  18722.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  18723.      *
  18724.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  18725.      */
  18726.     protected function getScriptLoaderService()
  18727.     {
  18728.         return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] = new \Shopware\Core\Framework\Script\Execution\ScriptLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $this->targetDir.''true);
  18729.     }
  18730.     /**
  18731.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  18732.      *
  18733.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  18734.      */
  18735.     protected function getLocaleProviderService()
  18736.     {
  18737.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  18738.     }
  18739.     /**
  18740.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  18741.      *
  18742.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  18743.      */
  18744.     protected function getStoreDownloadCommandService()
  18745.     {
  18746.         $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()));
  18747.         $instance->setName('store:download');
  18748.         return $instance;
  18749.     }
  18750.     /**
  18751.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  18752.      *
  18753.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  18754.      */
  18755.     protected function getStoreLoginCommandService()
  18756.     {
  18757.         $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()));
  18758.         $instance->setName('store:login');
  18759.         return $instance;
  18760.     }
  18761.     /**
  18762.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  18763.      *
  18764.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  18765.      */
  18766.     protected function getAbstractExtensionDataProviderService()
  18767.     {
  18768.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] = new \Shopware\Core\Framework\Store\Services\ExtensionDataProvider(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), new \Shopware\Core\Framework\Store\Services\ExtensionListingLoader(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService())));
  18769.     }
  18770.     /**
  18771.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  18772.      *
  18773.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  18774.      */
  18775.     protected function getAbstractStoreAppLifecycleServiceService()
  18776.     {
  18777.         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()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] ?? $this->getAppConfirmationDeltaProviderService()));
  18778.     }
  18779.     /**
  18780.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  18781.      *
  18782.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  18783.      */
  18784.     protected function getExtensionDownloaderService()
  18785.     {
  18786.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] = new \Shopware\Core\Framework\Store\Services\ExtensionDownloader(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()));
  18787.     }
  18788.     /**
  18789.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  18790.      *
  18791.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  18792.      */
  18793.     protected function getExtensionLifecycleServiceService()
  18794.     {
  18795.         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()));
  18796.     }
  18797.     /**
  18798.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  18799.      *
  18800.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  18801.      */
  18802.     protected function getExtensionLoaderService()
  18803.     {
  18804.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] = new \Shopware\Core\Framework\Store\Services\ExtensionLoader(($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  18805.     }
  18806.     /**
  18807.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  18808.      *
  18809.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  18810.      */
  18811.     protected function getFirstRunWizardClientService()
  18812.     {
  18813.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  18814.         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.16.1'$this->getEnv('INSTANCE_ID')))), $a);
  18815.     }
  18816.     /**
  18817.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  18818.      *
  18819.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  18820.      */
  18821.     protected function getStoreClientService()
  18822.     {
  18823.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] = new \Shopware\Core\Framework\Store\Services\StoreClient($this->parameters['shopware.store_endpoints'], ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService()), ($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.16.1'$this->getEnv('INSTANCE_ID')))));
  18824.     }
  18825.     /**
  18826.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  18827.      *
  18828.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  18829.      */
  18830.     protected function getStoreServiceService($lazyLoad true)
  18831.     {
  18832.         if ($lazyLoad) {
  18833.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  18834.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  18835.                     $wrappedInstance $this->getStoreServiceService(false);
  18836.                     $proxy->setProxyInitializer(null);
  18837.                     return true;
  18838.                 });
  18839.             });
  18840.         }
  18841.         return new \Shopware\Core\Framework\Store\Services\StoreService(($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($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.16.1'$this->getEnv('INSTANCE_ID')))));
  18842.     }
  18843.     /**
  18844.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  18845.      *
  18846.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  18847.      */
  18848.     protected function getLicenseHostChangedSubscriberService()
  18849.     {
  18850.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18851.     }
  18852.     /**
  18853.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  18854.      *
  18855.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  18856.      */
  18857.     protected function getLicenseCheckService()
  18858.     {
  18859.         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()));
  18860.     }
  18861.     /**
  18862.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  18863.      *
  18864.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  18865.      */
  18866.     protected function getMysqlVersionCheckService()
  18867.     {
  18868.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18869.     }
  18870.     /**
  18871.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  18872.      *
  18873.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  18874.      */
  18875.     protected function getWriteableCheckService()
  18876.     {
  18877.         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));
  18878.     }
  18879.     /**
  18880.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  18881.      *
  18882.      * @return \Shopware\Core\Framework\Validation\DataValidator
  18883.      */
  18884.     protected function getDataValidatorService()
  18885.     {
  18886.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18887.     }
  18888.     /**
  18889.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  18890.      *
  18891.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  18892.      */
  18893.     protected function getBusinessEventEncoderService()
  18894.     {
  18895.         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()));
  18896.     }
  18897.     /**
  18898.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  18899.      *
  18900.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  18901.      */
  18902.     protected function getWebhookEventMessageHandlerService()
  18903.     {
  18904.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler(($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService()), ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService()));
  18905.     }
  18906.     /**
  18907.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  18908.      *
  18909.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  18910.      */
  18911.     protected function getHookableEventFactoryService($lazyLoad true)
  18912.     {
  18913.         if ($lazyLoad) {
  18914.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  18915.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  18916.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  18917.                     $proxy->setProxyInitializer(null);
  18918.                     return true;
  18919.                 });
  18920.             });
  18921.         }
  18922.         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())));
  18923.     }
  18924.     /**
  18925.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  18926.      *
  18927.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  18928.      */
  18929.     protected function getRetryWebhookMessageFailedSubscriberService()
  18930.     {
  18931.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber(($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService()), ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService()), ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService()));
  18932.     }
  18933.     /**
  18934.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  18935.      *
  18936.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  18937.      */
  18938.     protected function getWebhookCacheClearerService()
  18939.     {
  18940.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer(($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService()));
  18941.     }
  18942.     /**
  18943.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  18944.      *
  18945.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  18946.      */
  18947.     protected function getWebhookDispatcherService()
  18948.     {
  18949.         $a = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18950.         $a->setContainer($this);
  18951.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), $this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.16.1', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), true);
  18952.     }
  18953.     /**
  18954.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  18955.      *
  18956.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  18957.      */
  18958.     protected function getSalesChannelCreateCommandService()
  18959.     {
  18960.         $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()));
  18961.         $instance->setName('sales-channel:create');
  18962.         return $instance;
  18963.     }
  18964.     /**
  18965.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  18966.      *
  18967.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  18968.      */
  18969.     protected function getSalesChannelListCommandService()
  18970.     {
  18971.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  18972.         $instance->setName('sales-channel:list');
  18973.         return $instance;
  18974.     }
  18975.     /**
  18976.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  18977.      *
  18978.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  18979.      */
  18980.     protected function getSalesChannelMaintenanceDisableCommandService()
  18981.     {
  18982.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  18983.         $instance->setName('sales-channel:maintenance:disable');
  18984.         return $instance;
  18985.     }
  18986.     /**
  18987.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  18988.      *
  18989.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  18990.      */
  18991.     protected function getSalesChannelMaintenanceEnableCommandService()
  18992.     {
  18993.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  18994.         $instance->setName('sales-channel:maintenance:enable');
  18995.         return $instance;
  18996.     }
  18997.     /**
  18998.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  18999.      *
  19000.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  19001.      */
  19002.     protected function getSalesChannelUpdateDomainCommandService()
  19003.     {
  19004.         $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()));
  19005.         $instance->setName('sales-channel:update:domain');
  19006.         $instance->setDescription('Changes the domain of all sales channels');
  19007.         return $instance;
  19008.     }
  19009.     /**
  19010.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  19011.      *
  19012.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  19013.      */
  19014.     protected function getSystemConfigureShopCommandService()
  19015.     {
  19016.         $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()));
  19017.         $instance->setName('system:configure-shop');
  19018.         return $instance;
  19019.     }
  19020.     /**
  19021.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  19022.      *
  19023.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  19024.      */
  19025.     protected function getSystemGenerateAppSecretCommandService()
  19026.     {
  19027.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  19028.         $instance->setName('system:generate-app-secret');
  19029.         return $instance;
  19030.     }
  19031.     /**
  19032.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  19033.      *
  19034.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  19035.      */
  19036.     protected function getSystemGenerateJwtSecretCommandService()
  19037.     {
  19038.         $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())));
  19039.         $instance->setName('system:generate-jwt-secret');
  19040.         return $instance;
  19041.     }
  19042.     /**
  19043.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  19044.      *
  19045.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  19046.      */
  19047.     protected function getSystemInstallCommandService()
  19048.     {
  19049.         $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());
  19050.         $instance->setName('system:install');
  19051.         return $instance;
  19052.     }
  19053.     /**
  19054.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  19055.      *
  19056.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  19057.      */
  19058.     protected function getSystemSetupCommandService()
  19059.     {
  19060.         $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()));
  19061.         $instance->setName('system:setup');
  19062.         return $instance;
  19063.     }
  19064.     /**
  19065.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  19066.      *
  19067.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  19068.      */
  19069.     protected function getSystemUpdateFinishCommandService()
  19070.     {
  19071.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  19072.         $instance->setName('system:update:finish');
  19073.         return $instance;
  19074.     }
  19075.     /**
  19076.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  19077.      *
  19078.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  19079.      */
  19080.     protected function getSystemUpdatePrepareCommandService()
  19081.     {
  19082.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  19083.         $instance->setName('system:update:prepare');
  19084.         return $instance;
  19085.     }
  19086.     /**
  19087.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  19088.      *
  19089.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  19090.      */
  19091.     protected function getUserChangePasswordCommandService()
  19092.     {
  19093.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  19094.         $instance->setName('user:change-password');
  19095.         return $instance;
  19096.     }
  19097.     /**
  19098.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  19099.      *
  19100.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  19101.      */
  19102.     protected function getUserCreateCommandService()
  19103.     {
  19104.         $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()));
  19105.         $instance->setName('user:create');
  19106.         return $instance;
  19107.     }
  19108.     /**
  19109.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  19110.      *
  19111.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  19112.      */
  19113.     protected function getStopwatchService()
  19114.     {
  19115.         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))));
  19116.     }
  19117.     /**
  19118.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  19119.      *
  19120.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  19121.      */
  19122.     protected function getCountryTaxFreeDeprecationUpdaterService()
  19123.     {
  19124.         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()));
  19125.     }
  19126.     /**
  19127.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  19128.      *
  19129.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  19130.      */
  19131.     protected function getCustomFieldServiceService()
  19132.     {
  19133.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19134.     }
  19135.     /**
  19136.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  19137.      *
  19138.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  19139.      */
  19140.     protected function getCachedLanguageLoaderService()
  19141.     {
  19142.         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()));
  19143.     }
  19144.     /**
  19145.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  19146.      *
  19147.      * @return \Shopware\Core\System\Language\LanguageValidator
  19148.      */
  19149.     protected function getLanguageValidatorService()
  19150.     {
  19151.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19152.     }
  19153.     /**
  19154.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  19155.      *
  19156.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  19157.      */
  19158.     protected function getLanguageLocaleCodeProviderService()
  19159.     {
  19160.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  19161.     }
  19162.     /**
  19163.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  19164.      *
  19165.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  19166.      */
  19167.     protected function getMigrateIncrementStorageCommandService()
  19168.     {
  19169.         $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()));
  19170.         $instance->setName('number-range:migrate');
  19171.         return $instance;
  19172.     }
  19173.     /**
  19174.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  19175.      *
  19176.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  19177.      */
  19178.     protected function getIncrementSqlStorageService()
  19179.     {
  19180.         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()));
  19181.     }
  19182.     /**
  19183.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  19184.      *
  19185.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  19186.      */
  19187.     protected function getIncrementStorageRegistryService()
  19188.     {
  19189.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  19190.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  19191.         }, 1), 'SQL');
  19192.     }
  19193.     /**
  19194.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  19195.      *
  19196.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  19197.      */
  19198.     protected function getValueGeneratorPatternIncrementService()
  19199.     {
  19200.         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());
  19201.     }
  19202.     /**
  19203.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  19204.      *
  19205.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  19206.      */
  19207.     protected function getStoreApiResponseListenerService()
  19208.     {
  19209.         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()));
  19210.     }
  19211.     /**
  19212.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  19213.      *
  19214.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  19215.      */
  19216.     protected function getStructEncoderService()
  19217.     {
  19218.         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()));
  19219.     }
  19220.     /**
  19221.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  19222.      *
  19223.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  19224.      */
  19225.     protected function getCartRestorerService()
  19226.     {
  19227.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer(($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19228.     }
  19229.     /**
  19230.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  19231.      *
  19232.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  19233.      */
  19234.     protected function getCleanupSalesChannelContextTaskHandlerService()
  19235.     {
  19236.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] = new \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  19237.     }
  19238.     /**
  19239.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  19240.      *
  19241.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  19242.      */
  19243.     protected function getSalesChannelContextPersisterService()
  19244.     {
  19245.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), 'P1D');
  19246.     }
  19247.     /**
  19248.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  19249.      *
  19250.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  19251.      */
  19252.     protected function getSalesChannelContextRestorerService()
  19253.     {
  19254.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer(($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19255.     }
  19256.     /**
  19257.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  19258.      *
  19259.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  19260.      */
  19261.     protected function getSalesChannelContextServiceService()
  19262.     {
  19263.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService(($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()));
  19264.     }
  19265.     /**
  19266.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  19267.      *
  19268.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  19269.      */
  19270.     protected function getSalesChannelIndexerService()
  19271.     {
  19272.         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()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  19273.     }
  19274.     /**
  19275.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  19276.      *
  19277.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  19278.      */
  19279.     protected function getStoreApiCustomFieldMapperService()
  19280.     {
  19281.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19282.     }
  19283.     /**
  19284.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  19285.      *
  19286.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  19287.      */
  19288.     protected function getSalesChannelValidatorService()
  19289.     {
  19290.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19291.     }
  19292.     /**
  19293.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  19294.      *
  19295.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  19296.      */
  19297.     protected function getValidateSnippetsCommandService()
  19298.     {
  19299.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  19300.         $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));
  19301.         $instance->setName('snippets:validate');
  19302.         return $instance;
  19303.     }
  19304.     /**
  19305.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  19306.      *
  19307.      * @return \Shopware\Core\System\Snippet\SnippetService
  19308.      */
  19309.     protected function getSnippetServiceService()
  19310.     {
  19311.         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()), ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] ?? $this->getSnippetFilterFactoryService()));
  19312.     }
  19313.     /**
  19314.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  19315.      *
  19316.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  19317.      */
  19318.     protected function getCustomFieldSubscriberService()
  19319.     {
  19320.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19321.     }
  19322.     /**
  19323.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  19324.      *
  19325.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  19326.      */
  19327.     protected function getWorkflowDumpCommandService()
  19328.     {
  19329.         $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()));
  19330.         $instance->setName('state-machine:dump');
  19331.         return $instance;
  19332.     }
  19333.     /**
  19334.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  19335.      *
  19336.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  19337.      */
  19338.     protected function getInitialStateIdLoaderService()
  19339.     {
  19340.         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()));
  19341.     }
  19342.     /**
  19343.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  19344.      *
  19345.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  19346.      */
  19347.     protected function getStateMachineRegistryService()
  19348.     {
  19349.         return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] = new \Shopware\Core\System\StateMachine\StateMachineRegistry(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  19350.     }
  19351.     /**
  19352.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  19353.      *
  19354.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  19355.      */
  19356.     protected function getConfigGetService()
  19357.     {
  19358.         $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()));
  19359.         $instance->setName('system:config:get');
  19360.         return $instance;
  19361.     }
  19362.     /**
  19363.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  19364.      *
  19365.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  19366.      */
  19367.     protected function getConfigSetService()
  19368.     {
  19369.         $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()));
  19370.         $instance->setName('system:config:set');
  19371.         return $instance;
  19372.     }
  19373.     /**
  19374.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  19375.      *
  19376.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  19377.      */
  19378.     protected function getConfigurationServiceService()
  19379.     {
  19380.         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()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  19381.     }
  19382.     /**
  19383.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  19384.      *
  19385.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  19386.      */
  19387.     protected function getElasticsearchCleanIndicesCommandService()
  19388.     {
  19389.         $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()));
  19390.         $instance->setName('es:index:cleanup');
  19391.         return $instance;
  19392.     }
  19393.     /**
  19394.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  19395.      *
  19396.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  19397.      */
  19398.     protected function getElasticsearchCreateAliasCommandService()
  19399.     {
  19400.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  19401.         $instance->setName('es:create:alias');
  19402.         return $instance;
  19403.     }
  19404.     /**
  19405.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  19406.      *
  19407.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  19408.      */
  19409.     protected function getElasticsearchIndexingCommandService()
  19410.     {
  19411.         $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()));
  19412.         $instance->setName('es:index');
  19413.         return $instance;
  19414.     }
  19415.     /**
  19416.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  19417.      *
  19418.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  19419.      */
  19420.     protected function getElasticsearchResetCommandService()
  19421.     {
  19422.         $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()));
  19423.         $instance->setName('es:reset');
  19424.         return $instance;
  19425.     }
  19426.     /**
  19427.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  19428.      *
  19429.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  19430.      */
  19431.     protected function getElasticsearchStatusCommandService()
  19432.     {
  19433.         $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()));
  19434.         $instance->setName('es:status');
  19435.         return $instance;
  19436.     }
  19437.     /**
  19438.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  19439.      *
  19440.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  19441.      */
  19442.     protected function getElasticsearchTestAnalyzerCommandService()
  19443.     {
  19444.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  19445.         $instance->setName('es:test:analyzer');
  19446.         return $instance;
  19447.     }
  19448.     /**
  19449.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  19450.      *
  19451.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  19452.      */
  19453.     protected function getCriteriaParserService()
  19454.     {
  19455.         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())));
  19456.     }
  19457.     /**
  19458.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  19459.      *
  19460.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  19461.      */
  19462.     protected function getElasticsearchOutdatedIndexDetectorService()
  19463.     {
  19464.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()));
  19465.     }
  19466.     /**
  19467.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  19468.      *
  19469.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  19470.      */
  19471.     protected function getElasticsearchRegistryService()
  19472.     {
  19473.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  19474.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  19475.         }, 1));
  19476.     }
  19477.     /**
  19478.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  19479.      *
  19480.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  19481.      */
  19482.     protected function getElasticsearchIndexerService()
  19483.     {
  19484.         $a = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  19485.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19486.         return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] = new \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService()), new \Shopware\Elasticsearch\Framework\Indexing\IndexCreator($a$this->parameters['elasticsearch.index.config'], $this->parameters['elasticsearch.index.mapping'], $b), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), $b$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  19487.     }
  19488.     /**
  19489.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  19490.      *
  19491.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  19492.      */
  19493.     protected function getCustomFieldUpdaterService()
  19494.     {
  19495.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater(($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()));
  19496.     }
  19497.     /**
  19498.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  19499.      *
  19500.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  19501.      */
  19502.     protected function getElasticsearchProductDefinitionService()
  19503.     {
  19504.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19505.         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, [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 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())));
  19506.     }
  19507.     /**
  19508.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  19509.      *
  19510.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  19511.      */
  19512.     protected function getLanguageSubscriberService()
  19513.     {
  19514.         return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] = new \Shopware\Elasticsearch\Product\LanguageSubscriber(($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  19515.     }
  19516.     /**
  19517.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  19518.      *
  19519.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  19520.      */
  19521.     protected function getProductUpdaterService()
  19522.     {
  19523.         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()));
  19524.     }
  19525.     /**
  19526.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  19527.      *
  19528.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  19529.      */
  19530.     protected function getSearchKeywordReplacementService()
  19531.     {
  19532.         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()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), 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()))), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()));
  19533.     }
  19534.     /**
  19535.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  19536.      *
  19537.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  19538.      */
  19539.     protected function getStorefrontCartFacadeService()
  19540.     {
  19541.         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()));
  19542.     }
  19543.     /**
  19544.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  19545.      *
  19546.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  19547.      */
  19548.     protected function getCartMergedSubscriberService()
  19549.     {
  19550.         return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] = new \Shopware\Storefront\Event\CartMergedSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  19551.     }
  19552.     /**
  19553.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  19554.      *
  19555.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  19556.      */
  19557.     protected function getCacheResponseSubscriberService()
  19558.     {
  19559.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] = new \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), $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);
  19560.     }
  19561.     /**
  19562.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  19563.      *
  19564.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  19565.      */
  19566.     protected function getCacheTracerService()
  19567.     {
  19568.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] = new \Shopware\Storefront\Framework\Cache\CacheTracer(new \Shopware\Core\Framework\Adapter\Cache\CacheTracer(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection()))), ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()));
  19569.     }
  19570.     /**
  19571.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  19572.      *
  19573.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  19574.      */
  19575.     protected function getCacheWarmer2Service()
  19576.     {
  19577.         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 () {
  19578.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  19579.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  19580.         }, 2)), ($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())));
  19581.     }
  19582.     /**
  19583.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  19584.      *
  19585.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  19586.      */
  19587.     protected function getNavigationRouteWarmerService()
  19588.     {
  19589.         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()));
  19590.     }
  19591.     /**
  19592.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  19593.      *
  19594.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  19595.      */
  19596.     protected function getProductRouteWarmerService()
  19597.     {
  19598.         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()));
  19599.     }
  19600.     /**
  19601.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  19602.      *
  19603.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  19604.      */
  19605.     protected function getBasicCaptchaService()
  19606.     {
  19607.         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())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  19608.     }
  19609.     /**
  19610.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  19611.      *
  19612.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  19613.      */
  19614.     protected function getCaptchaRouteListenerService()
  19615.     {
  19616.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  19617.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  19618.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  19619.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  19620.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  19621.         }, 4), ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  19622.     }
  19623.     /**
  19624.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  19625.      *
  19626.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  19627.      */
  19628.     protected function getGoogleReCaptchaV2Service()
  19629.     {
  19630.         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())));
  19631.     }
  19632.     /**
  19633.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  19634.      *
  19635.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  19636.      */
  19637.     protected function getGoogleReCaptchaV3Service()
  19638.     {
  19639.         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())));
  19640.     }
  19641.     /**
  19642.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  19643.      *
  19644.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  19645.      */
  19646.     protected function getHoneypotCaptchaService()
  19647.     {
  19648.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  19649.     }
  19650.     /**
  19651.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  19652.      *
  19653.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  19654.      */
  19655.     protected function getHttpCacheWarmUpCommandService()
  19656.     {
  19657.         $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()));
  19658.         $instance->setName('http:cache:warm:up');
  19659.         return $instance;
  19660.     }
  19661.     /**
  19662.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  19663.      *
  19664.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  19665.      */
  19666.     protected function getSalesChannelCreateStorefrontCommandService()
  19667.     {
  19668.         $this->privates['Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  19669.         $instance->setName('sales-channel:create:storefront');
  19670.         return $instance;
  19671.     }
  19672.     /**
  19673.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  19674.      *
  19675.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  19676.      */
  19677.     protected function getCsrfRouteListenerService()
  19678.     {
  19679.         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', ($this->services['translator'] ?? $this->getTranslatorService()));
  19680.     }
  19681.     /**
  19682.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  19683.      *
  19684.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  19685.      */
  19686.     protected function getCachedDomainLoaderInvalidatorService()
  19687.     {
  19688.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  19689.     }
  19690.     /**
  19691.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  19692.      *
  19693.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  19694.      */
  19695.     protected function getMaintenanceModeResolverService()
  19696.     {
  19697.         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())));
  19698.     }
  19699.     /**
  19700.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  19701.      *
  19702.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  19703.      */
  19704.     protected function getNotFoundSubscriberService()
  19705.     {
  19706.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] = new \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber(($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), true, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($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\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19707.     }
  19708.     /**
  19709.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  19710.      *
  19711.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  19712.      */
  19713.     protected function getStorefrontSubscriberService()
  19714.     {
  19715.         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()), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($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()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService()));
  19716.     }
  19717.     /**
  19718.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  19719.      *
  19720.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  19721.      */
  19722.     protected function getLandingPageSeoUrlRouteService()
  19723.     {
  19724.         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()));
  19725.     }
  19726.     /**
  19727.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  19728.      *
  19729.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  19730.      */
  19731.     protected function getNavigationPageSeoUrlRouteService()
  19732.     {
  19733.         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()));
  19734.     }
  19735.     /**
  19736.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  19737.      *
  19738.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  19739.      */
  19740.     protected function getProductPageSeoUrlRouteService()
  19741.     {
  19742.         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()));
  19743.     }
  19744.     /**
  19745.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  19746.      *
  19747.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  19748.      */
  19749.     protected function getSeoUrlUpdateListenerService()
  19750.     {
  19751.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19752.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(new \Shopware\Core\Content\Seo\SeoUrlUpdater(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService()), $a, ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService())), $a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  19753.     }
  19754.     /**
  19755.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  19756.      *
  19757.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  19758.      */
  19759.     protected function getTwigDateRequestListenerService()
  19760.     {
  19761.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19762.     }
  19763.     /**
  19764.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  19765.      *
  19766.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  19767.      */
  19768.     protected function getAccountLoginPageLoaderService()
  19769.     {
  19770.         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()));
  19771.     }
  19772.     /**
  19773.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  19774.      *
  19775.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  19776.      */
  19777.     protected function getDefaultMediaResolverService()
  19778.     {
  19779.         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())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  19780.     }
  19781.     /**
  19782.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  19783.      *
  19784.      * @return \Shopware\Storefront\Page\GenericPageLoader
  19785.      */
  19786.     protected function getGenericPageLoaderService()
  19787.     {
  19788.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader(($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19789.     }
  19790.     /**
  19791.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  19792.      *
  19793.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  19794.      */
  19795.     protected function getProductPageConfiguratorLoaderService()
  19796.     {
  19797.         return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] = new \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader(($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService()), new \Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()))));
  19798.     }
  19799.     /**
  19800.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  19801.      *
  19802.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  19803.      */
  19804.     protected function getFooterPageletLoaderService()
  19805.     {
  19806.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService()));
  19807.     }
  19808.     /**
  19809.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  19810.      *
  19811.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  19812.      */
  19813.     protected function getHeaderPageletLoaderService()
  19814.     {
  19815.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService()), ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService()));
  19816.     }
  19817.     /**
  19818.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  19819.      *
  19820.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  19821.      */
  19822.     protected function getNewsletterAccountPageletLoaderService()
  19823.     {
  19824.         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()));
  19825.     }
  19826.     /**
  19827.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  19828.      *
  19829.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  19830.      */
  19831.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  19832.     {
  19833.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  19834.     }
  19835.     /**
  19836.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  19837.      *
  19838.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  19839.      */
  19840.     protected function getThemeChangeCommandService()
  19841.     {
  19842.         $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()));
  19843.         $instance->setName('theme:change');
  19844.         return $instance;
  19845.     }
  19846.     /**
  19847.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  19848.      *
  19849.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  19850.      */
  19851.     protected function getThemeCompileCommandService()
  19852.     {
  19853.         $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()));
  19854.         $instance->setName('theme:compile');
  19855.         return $instance;
  19856.     }
  19857.     /**
  19858.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  19859.      *
  19860.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  19861.      */
  19862.     protected function getThemeCreateCommandService()
  19863.     {
  19864.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  19865.         $instance->setName('theme:create');
  19866.         return $instance;
  19867.     }
  19868.     /**
  19869.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  19870.      *
  19871.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  19872.      */
  19873.     protected function getThemeDumpCommandService()
  19874.     {
  19875.         $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()));
  19876.         $instance->setName('theme:dump');
  19877.         return $instance;
  19878.     }
  19879.     /**
  19880.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  19881.      *
  19882.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  19883.      */
  19884.     protected function getThemePrepareIconsCommandService()
  19885.     {
  19886.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  19887.         $instance->setName('theme:prepare-icons');
  19888.         return $instance;
  19889.     }
  19890.     /**
  19891.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  19892.      *
  19893.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  19894.      */
  19895.     protected function getThemeRefreshCommandService()
  19896.     {
  19897.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  19898.         $instance->setName('theme:refresh');
  19899.         return $instance;
  19900.     }
  19901.     /**
  19902.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  19903.      *
  19904.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  19905.      */
  19906.     protected function getDatabaseAvailableThemeProviderService()
  19907.     {
  19908.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  19909.     }
  19910.     /**
  19911.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  19912.      *
  19913.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  19914.      */
  19915.     protected function getDatabaseConfigLoaderService()
  19916.     {
  19917.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader(($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  19918.     }
  19919.     /**
  19920.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  19921.      *
  19922.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  19923.      */
  19924.     protected function getStaticFileConfigDumperService()
  19925.     {
  19926.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] = new \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper(($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  19927.     }
  19928.     /**
  19929.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  19930.      *
  19931.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  19932.      */
  19933.     protected function getThemeIndexerService()
  19934.     {
  19935.         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()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19936.     }
  19937.     /**
  19938.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  19939.      *
  19940.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  19941.      */
  19942.     protected function getAppLifecycleSubscriberService()
  19943.     {
  19944.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  19945.     }
  19946.     /**
  19947.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  19948.      *
  19949.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  19950.      */
  19951.     protected function getFirstRunWizardSubscriberService()
  19952.     {
  19953.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  19954.     }
  19955.     /**
  19956.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  19957.      *
  19958.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  19959.      */
  19960.     protected function getPluginLifecycleSubscriber2Service()
  19961.     {
  19962.         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)))), ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  19963.     }
  19964.     /**
  19965.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  19966.      *
  19967.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  19968.      */
  19969.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  19970.     {
  19971.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  19972.     }
  19973.     /**
  19974.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  19975.      *
  19976.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  19977.      */
  19978.     protected function getUpdateSubscriberService()
  19979.     {
  19980.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  19981.     }
  19982.     /**
  19983.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  19984.      *
  19985.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  19986.      */
  19987.     protected function getThemeAppLifecycleHandlerService()
  19988.     {
  19989.         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)))), ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService()));
  19990.     }
  19991.     /**
  19992.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  19993.      *
  19994.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  19995.      */
  19996.     protected function getThemeConfigValueAccessorService()
  19997.     {
  19998.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] = new \Shopware\Storefront\Theme\ThemeConfigValueAccessor(new \Shopware\Storefront\Theme\CachedResolvedConfigLoader(new \Shopware\Storefront\Theme\ResolvedConfigLoader(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  19999.     }
  20000.     /**
  20001.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  20002.      *
  20003.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  20004.      */
  20005.     protected function getThemeFileResolverService()
  20006.     {
  20007.         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)))));
  20008.     }
  20009.     /**
  20010.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  20011.      *
  20012.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  20013.      */
  20014.     protected function getThemeLifecycleHandlerService()
  20015.     {
  20016.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] = new \Shopware\Storefront\Theme\ThemeLifecycleHandler(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20017.     }
  20018.     /**
  20019.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  20020.      *
  20021.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  20022.      */
  20023.     protected function getThemeLifecycleServiceService()
  20024.     {
  20025.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] = new \Shopware\Storefront\Theme\ThemeLifecycleService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20026.     }
  20027.     /**
  20028.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  20029.      *
  20030.      * @return \Shopware\Storefront\Theme\ThemeService
  20031.      */
  20032.     protected function getThemeServiceService()
  20033.     {
  20034.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20035.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), 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())], ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())), \dirname(__DIR__4), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService())), $a, ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20036.     }
  20037.     /**
  20038.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  20039.      *
  20040.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  20041.      */
  20042.     protected function getThemeNamespaceHierarchyBuilderService()
  20043.     {
  20044.         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()));
  20045.     }
  20046.     /**
  20047.      * Gets the private 'Swag\Security\Components\State' shared service.
  20048.      *
  20049.      * @return \Swag\Security\Components\State
  20050.      */
  20051.     protected function getStateService()
  20052.     {
  20053.         return $this->privates['Swag\\Security\\Components\\State'] = new \Swag\Security\Components\State($this->parameters['SwagPlatformSecurity.availableFixes'], $this->parameters['SwagPlatformSecurity.activeFixes']);
  20054.     }
  20055.     /**
  20056.      * Gets the private 'Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator' shared service.
  20057.      *
  20058.      * @return \Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator
  20059.      */
  20060.     protected function getProductSearchBuilderDecoratorService()
  20061.     {
  20062.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  20063.         return $this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] = new \Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator(new \Shopware\Elasticsearch\Product\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService())), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20064.     }
  20065.     /**
  20066.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  20067.      *
  20068.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  20069.      */
  20070.     protected function getPsrHttpFactoryService()
  20071.     {
  20072.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  20073.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  20074.     }
  20075.     /**
  20076.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  20077.      *
  20078.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  20079.      */
  20080.     protected function getDotenvDumpCommandService()
  20081.     {
  20082.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  20083.         $instance->setName('dotenv:dump');
  20084.         $instance->setDescription('Compiles .env files to .env.local.php');
  20085.         return $instance;
  20086.     }
  20087.     /**
  20088.      * Gets the private 'annotations.cache_adapter' shared service.
  20089.      *
  20090.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  20091.      */
  20092.     protected function getAnnotations_CacheAdapterService()
  20093.     {
  20094.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  20095.     }
  20096.     /**
  20097.      * Gets the private 'annotations.cache_warmer' shared service.
  20098.      *
  20099.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  20100.      */
  20101.     protected function getAnnotations_CacheWarmerService()
  20102.     {
  20103.         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);
  20104.     }
  20105.     /**
  20106.      * Gets the private 'annotations.cached_reader' shared service.
  20107.      *
  20108.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  20109.      */
  20110.     protected function getAnnotations_CachedReaderService()
  20111.     {
  20112.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  20113.     }
  20114.     /**
  20115.      * Gets the private 'annotations.reader' shared service.
  20116.      *
  20117.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  20118.      */
  20119.     protected function getAnnotations_ReaderService()
  20120.     {
  20121.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  20122.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  20123.         $a->registerUniqueLoader('class_exists');
  20124.         $instance->addGlobalIgnoredName('required'$a);
  20125.         return $instance;
  20126.     }
  20127.     /**
  20128.      * Gets the private 'assets.packages' shared service.
  20129.      *
  20130.      * @return \Symfony\Component\Asset\Packages
  20131.      */
  20132.     protected function getAssets_PackagesService()
  20133.     {
  20134.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  20135.         $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 () {
  20136.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  20137.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  20138.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  20139.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  20140.         }, 4));
  20141.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  20142.         return $instance;
  20143.     }
  20144.     /**
  20145.      * Gets the private 'cache.annotations' shared service.
  20146.      *
  20147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20148.      */
  20149.     protected function getCache_AnnotationsService()
  20150.     {
  20151.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fwbFrYfelK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20152.     }
  20153.     /**
  20154.      * Gets the private 'cache.http' shared service.
  20155.      *
  20156.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  20157.      */
  20158.     protected function getCache_HttpService()
  20159.     {
  20160.         $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()));
  20161.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20162.         return $instance;
  20163.     }
  20164.     /**
  20165.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  20166.      *
  20167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20168.      */
  20169.     protected function getCache_Messenger_RestartWorkersSignalService()
  20170.     {
  20171.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  20172.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20173.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  20174.     }
  20175.     /**
  20176.      * Gets the private 'cache.property_info' shared service.
  20177.      *
  20178.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20179.      */
  20180.     protected function getCache_PropertyInfoService()
  20181.     {
  20182.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6POd-bv+1r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20183.     }
  20184.     /**
  20185.      * Gets the private 'cache.rate_limiter' shared service.
  20186.      *
  20187.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20188.      */
  20189.     protected function getCache_RateLimiterService()
  20190.     {
  20191.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  20192.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20193.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  20194.     }
  20195.     /**
  20196.      * Gets the private 'cache.serializer' shared service.
  20197.      *
  20198.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20199.      */
  20200.     protected function getCache_SerializerService()
  20201.     {
  20202.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F-AVtxOp5K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20203.     }
  20204.     /**
  20205.      * Gets the private 'cache.tags' shared service.
  20206.      *
  20207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20208.      */
  20209.     protected function getCache_TagsService()
  20210.     {
  20211.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  20212.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20213.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  20214.     }
  20215.     /**
  20216.      * Gets the private 'cache.validator' shared service.
  20217.      *
  20218.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  20219.      */
  20220.     protected function getCache_ValidatorService()
  20221.     {
  20222.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S6N-36ylXs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  20223.     }
  20224.     /**
  20225.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  20226.      *
  20227.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  20228.      */
  20229.     protected function getCachePoolClearer_CacheWarmerService()
  20230.     {
  20231.         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']);
  20232.     }
  20233.     /**
  20234.      * Gets the private 'config_builder.warmer' shared service.
  20235.      *
  20236.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  20237.      */
  20238.     protected function getConfigBuilder_WarmerService()
  20239.     {
  20240.         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()));
  20241.     }
  20242.     /**
  20243.      * Gets the private 'config_cache_factory' shared service.
  20244.      *
  20245.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  20246.      */
  20247.     protected function getConfigCacheFactoryService()
  20248.     {
  20249.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  20250.             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)));
  20251.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  20252.         }, 2));
  20253.     }
  20254.     /**
  20255.      * Gets the private 'console.command.about' shared service.
  20256.      *
  20257.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  20258.      */
  20259.     protected function getConsole_Command_AboutService()
  20260.     {
  20261.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  20262.         $instance->setName('about');
  20263.         $instance->setDescription('Display information about the current project');
  20264.         return $instance;
  20265.     }
  20266.     /**
  20267.      * Gets the private 'console.command.assets_install' shared service.
  20268.      *
  20269.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  20270.      */
  20271.     protected function getConsole_Command_AssetsInstallService()
  20272.     {
  20273.         $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()));
  20274.         $instance->setName('assets:install');
  20275.         return $instance;
  20276.     }
  20277.     /**
  20278.      * Gets the private 'console.command.cache_clear' shared service.
  20279.      *
  20280.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  20281.      */
  20282.     protected function getConsole_Command_CacheClearService()
  20283.     {
  20284.         $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())));
  20285.         $instance->setName('cache:clear');
  20286.         $instance->setDescription('Clear the cache');
  20287.         return $instance;
  20288.     }
  20289.     /**
  20290.      * Gets the private 'console.command.cache_pool_clear' shared service.
  20291.      *
  20292.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  20293.      */
  20294.     protected function getConsole_Command_CachePoolClearService()
  20295.     {
  20296.         $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']);
  20297.         $instance->setName('cache:pool:clear');
  20298.         $instance->setDescription('Clear cache pools');
  20299.         return $instance;
  20300.     }
  20301.     /**
  20302.      * Gets the private 'console.command.cache_pool_delete' shared service.
  20303.      *
  20304.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  20305.      */
  20306.     protected function getConsole_Command_CachePoolDeleteService()
  20307.     {
  20308.         $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']);
  20309.         $instance->setName('cache:pool:delete');
  20310.         $instance->setDescription('Delete an item from a cache pool');
  20311.         return $instance;
  20312.     }
  20313.     /**
  20314.      * Gets the private 'console.command.cache_pool_list' shared service.
  20315.      *
  20316.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  20317.      */
  20318.     protected function getConsole_Command_CachePoolListService()
  20319.     {
  20320.         $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']);
  20321.         $instance->setName('cache:pool:list');
  20322.         $instance->setDescription('List available cache pools');
  20323.         return $instance;
  20324.     }
  20325.     /**
  20326.      * Gets the private 'console.command.cache_pool_prune' shared service.
  20327.      *
  20328.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  20329.      */
  20330.     protected function getConsole_Command_CachePoolPruneService()
  20331.     {
  20332.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  20333.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  20334.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  20335.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  20336.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  20337.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  20338.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  20339.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  20340.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  20341.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  20342.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  20343.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  20344.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  20345.         }, 12));
  20346.         $instance->setName('cache:pool:prune');
  20347.         $instance->setDescription('Prune cache pools');
  20348.         return $instance;
  20349.     }
  20350.     /**
  20351.      * Gets the private 'console.command.cache_warmup' shared service.
  20352.      *
  20353.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  20354.      */
  20355.     protected function getConsole_Command_CacheWarmupService()
  20356.     {
  20357.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  20358.         $instance->setName('cache:warmup');
  20359.         $instance->setDescription('Warm up an empty cache');
  20360.         return $instance;
  20361.     }
  20362.     /**
  20363.      * Gets the private 'console.command.config_debug' shared service.
  20364.      *
  20365.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  20366.      */
  20367.     protected function getConsole_Command_ConfigDebugService()
  20368.     {
  20369.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  20370.         $instance->setName('debug:config');
  20371.         $instance->setDescription('Dump the current configuration for an extension');
  20372.         return $instance;
  20373.     }
  20374.     /**
  20375.      * Gets the private 'console.command.config_dump_reference' shared service.
  20376.      *
  20377.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  20378.      */
  20379.     protected function getConsole_Command_ConfigDumpReferenceService()
  20380.     {
  20381.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  20382.         $instance->setName('config:dump-reference');
  20383.         $instance->setDescription('Dump the default configuration for an extension');
  20384.         return $instance;
  20385.     }
  20386.     /**
  20387.      * Gets the private 'console.command.container_debug' shared service.
  20388.      *
  20389.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  20390.      */
  20391.     protected function getConsole_Command_ContainerDebugService()
  20392.     {
  20393.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  20394.         $instance->setName('debug:container');
  20395.         $instance->setDescription('Display current services for an application');
  20396.         return $instance;
  20397.     }
  20398.     /**
  20399.      * Gets the private 'console.command.container_lint' shared service.
  20400.      *
  20401.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  20402.      */
  20403.     protected function getConsole_Command_ContainerLintService()
  20404.     {
  20405.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  20406.         $instance->setName('lint:container');
  20407.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  20408.         return $instance;
  20409.     }
  20410.     /**
  20411.      * Gets the private 'console.command.debug_autowiring' shared service.
  20412.      *
  20413.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  20414.      */
  20415.     protected function getConsole_Command_DebugAutowiringService()
  20416.     {
  20417.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  20418.         $instance->setName('debug:autowiring');
  20419.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  20420.         return $instance;
  20421.     }
  20422.     /**
  20423.      * Gets the private 'console.command.dotenv_debug' shared service.
  20424.      *
  20425.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  20426.      */
  20427.     protected function getConsole_Command_DotenvDebugService()
  20428.     {
  20429.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  20430.         $instance->setName('debug:dotenv');
  20431.         $instance->setDescription('Lists all dotenv files with variables and values');
  20432.         return $instance;
  20433.     }
  20434.     /**
  20435.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  20436.      *
  20437.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  20438.      */
  20439.     protected function getConsole_Command_EventDispatcherDebugService()
  20440.     {
  20441.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20442.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  20443.         ], [
  20444.             'event_dispatcher' => '?',
  20445.         ]));
  20446.         $instance->setName('debug:event-dispatcher');
  20447.         $instance->setDescription('Display configured listeners for an application');
  20448.         return $instance;
  20449.     }
  20450.     /**
  20451.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  20452.      *
  20453.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  20454.      */
  20455.     protected function getConsole_Command_MessengerConsumeMessagesService()
  20456.     {
  20457.         $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']);
  20458.         $instance->setName('messenger:consume');
  20459.         $instance->setDescription('Consume messages');
  20460.         return $instance;
  20461.     }
  20462.     /**
  20463.      * Gets the private 'console.command.messenger_debug' shared service.
  20464.      *
  20465.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  20466.      */
  20467.     protected function getConsole_Command_MessengerDebugService()
  20468.     {
  20469.         $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\\CacheInvalidator'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'=> []]], '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\\CacheWarmer'=> []]], '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'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  20470.         $instance->setName('debug:messenger');
  20471.         $instance->setDescription('List messages you can dispatch using the message buses');
  20472.         return $instance;
  20473.     }
  20474.     /**
  20475.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  20476.      *
  20477.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  20478.      */
  20479.     protected function getConsole_Command_MessengerSetupTransportsService()
  20480.     {
  20481.         $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']);
  20482.         $instance->setName('messenger:setup-transports');
  20483.         $instance->setDescription('Prepare the required infrastructure for the transport');
  20484.         return $instance;
  20485.     }
  20486.     /**
  20487.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  20488.      *
  20489.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  20490.      */
  20491.     protected function getConsole_Command_MessengerStopWorkersService()
  20492.     {
  20493.         $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()));
  20494.         $instance->setName('messenger:stop-workers');
  20495.         $instance->setDescription('Stop workers after their current message');
  20496.         return $instance;
  20497.     }
  20498.     /**
  20499.      * Gets the private 'console.command.router_debug' shared service.
  20500.      *
  20501.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  20502.      */
  20503.     protected function getConsole_Command_RouterDebugService()
  20504.     {
  20505.         $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()));
  20506.         $instance->setName('debug:router');
  20507.         $instance->setDescription('Display current routes for an application');
  20508.         return $instance;
  20509.     }
  20510.     /**
  20511.      * Gets the private 'console.command.router_match' shared service.
  20512.      *
  20513.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  20514.      */
  20515.     protected function getConsole_Command_RouterMatchService()
  20516.     {
  20517.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  20518.             return new \EmptyIterator();
  20519.         }, 0));
  20520.         $instance->setName('router:match');
  20521.         $instance->setDescription('Help debug routes by simulating a path info match');
  20522.         return $instance;
  20523.     }
  20524.     /**
  20525.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  20526.      *
  20527.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  20528.      */
  20529.     protected function getConsole_Command_SecretsDecryptToLocalService()
  20530.     {
  20531.         $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')))));
  20532.         $instance->setName('secrets:decrypt-to-local');
  20533.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  20534.         return $instance;
  20535.     }
  20536.     /**
  20537.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  20538.      *
  20539.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  20540.      */
  20541.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  20542.     {
  20543.         $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')))));
  20544.         $instance->setName('secrets:encrypt-from-local');
  20545.         $instance->setDescription('Encrypt all local secrets to the vault');
  20546.         return $instance;
  20547.     }
  20548.     /**
  20549.      * Gets the private 'console.command.secrets_generate_key' shared service.
  20550.      *
  20551.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  20552.      */
  20553.     protected function getConsole_Command_SecretsGenerateKeyService()
  20554.     {
  20555.         $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')))));
  20556.         $instance->setName('secrets:generate-keys');
  20557.         $instance->setDescription('Generate new encryption keys');
  20558.         return $instance;
  20559.     }
  20560.     /**
  20561.      * Gets the private 'console.command.secrets_list' shared service.
  20562.      *
  20563.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  20564.      */
  20565.     protected function getConsole_Command_SecretsListService()
  20566.     {
  20567.         $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')))));
  20568.         $instance->setName('secrets:list');
  20569.         $instance->setDescription('List all secrets');
  20570.         return $instance;
  20571.     }
  20572.     /**
  20573.      * Gets the private 'console.command.secrets_remove' shared service.
  20574.      *
  20575.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  20576.      */
  20577.     protected function getConsole_Command_SecretsRemoveService()
  20578.     {
  20579.         $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')))));
  20580.         $instance->setName('secrets:remove');
  20581.         $instance->setDescription('Remove a secret from the vault');
  20582.         return $instance;
  20583.     }
  20584.     /**
  20585.      * Gets the private 'console.command.secrets_set' shared service.
  20586.      *
  20587.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  20588.      */
  20589.     protected function getConsole_Command_SecretsSetService()
  20590.     {
  20591.         $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')))));
  20592.         $instance->setName('secrets:set');
  20593.         $instance->setDescription('Set a secret in the vault');
  20594.         return $instance;
  20595.     }
  20596.     /**
  20597.      * Gets the private 'console.command.translation_debug' shared service.
  20598.      *
  20599.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  20600.      */
  20601.     protected function getConsole_Command_TranslationDebugService()
  20602.     {
  20603.         $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')], []);
  20604.         $instance->setName('debug:translation');
  20605.         $instance->setDescription('Display translation messages information');
  20606.         return $instance;
  20607.     }
  20608.     /**
  20609.      * Gets the private 'console.command.translation_extract' shared service.
  20610.      *
  20611.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  20612.      */
  20613.     protected function getConsole_Command_TranslationExtractService()
  20614.     {
  20615.         $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')], []);
  20616.         $instance->setName('translation:extract');
  20617.         $instance->setAliases([=> 'translation:update']);
  20618.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  20619.         return $instance;
  20620.     }
  20621.     /**
  20622.      * Gets the private 'console.command.translation_pull' shared service.
  20623.      *
  20624.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  20625.      */
  20626.     protected function getConsole_Command_TranslationPullService()
  20627.     {
  20628.         $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', [], []);
  20629.         $instance->setName('translation:pull');
  20630.         $instance->setDescription('Pull translations from a given provider.');
  20631.         return $instance;
  20632.     }
  20633.     /**
  20634.      * Gets the private 'console.command.translation_push' shared service.
  20635.      *
  20636.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  20637.      */
  20638.     protected function getConsole_Command_TranslationPushService()
  20639.     {
  20640.         $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()), [], []);
  20641.         $instance->setName('translation:push');
  20642.         $instance->setDescription('Push translations to a given provider.');
  20643.         return $instance;
  20644.     }
  20645.     /**
  20646.      * Gets the private 'console.command.validator_debug' shared service.
  20647.      *
  20648.      * @return \Symfony\Component\Validator\Command\DebugCommand
  20649.      */
  20650.     protected function getConsole_Command_ValidatorDebugService()
  20651.     {
  20652.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  20653.         $instance->setName('debug:validator');
  20654.         $instance->setDescription('Display validation constraints for classes');
  20655.         return $instance;
  20656.     }
  20657.     /**
  20658.      * Gets the private 'console.command.xliff_lint' shared service.
  20659.      *
  20660.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  20661.      */
  20662.     protected function getConsole_Command_XliffLintService()
  20663.     {
  20664.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  20665.         $instance->setName('lint:xliff');
  20666.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  20667.         return $instance;
  20668.     }
  20669.     /**
  20670.      * Gets the private 'console.command.yaml_lint' shared service.
  20671.      *
  20672.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  20673.      */
  20674.     protected function getConsole_Command_YamlLintService()
  20675.     {
  20676.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  20677.         $instance->setName('lint:yaml');
  20678.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  20679.         return $instance;
  20680.     }
  20681.     /**
  20682.      * Gets the private 'console.error_listener' shared service.
  20683.      *
  20684.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  20685.      */
  20686.     protected function getConsole_ErrorListenerService()
  20687.     {
  20688.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  20689.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20690.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  20691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20692.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  20693.     }
  20694.     /**
  20695.      * Gets the private 'container.env_var_processor' shared service.
  20696.      *
  20697.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  20698.      */
  20699.     protected function getContainer_EnvVarProcessorService()
  20700.     {
  20701.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  20702.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  20703.         }, 1));
  20704.     }
  20705.     /**
  20706.      * Gets the private 'data_collector.request' shared service.
  20707.      *
  20708.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  20709.      */
  20710.     protected function getDataCollector_RequestService()
  20711.     {
  20712.         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())));
  20713.     }
  20714.     /**
  20715.      * Gets the private 'data_collector.request.session_collector' shared service.
  20716.      *
  20717.      * @return \Closure
  20718.      */
  20719.     protected function getDataCollector_Request_SessionCollectorService()
  20720.     {
  20721.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  20722.     }
  20723.     /**
  20724.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  20725.      *
  20726.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20727.      */
  20728.     protected function getCartValueResolverService()
  20729.     {
  20730.         return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Checkout\Cart\CartValueResolver(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20731.     }
  20732.     /**
  20733.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  20734.      *
  20735.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20736.      */
  20737.     protected function getCustomerValueResolverService()
  20738.     {
  20739.         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))));
  20740.     }
  20741.     /**
  20742.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  20743.      *
  20744.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20745.      */
  20746.     protected function getContextValueResolverService()
  20747.     {
  20748.         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))));
  20749.     }
  20750.     /**
  20751.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  20752.      *
  20753.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20754.      */
  20755.     protected function getResponseFactoryInterfaceValueResolverService()
  20756.     {
  20757.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  20758.         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))));
  20759.     }
  20760.     /**
  20761.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  20762.      *
  20763.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20764.      */
  20765.     protected function getCriteriaValueResolverService()
  20766.     {
  20767.         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))));
  20768.     }
  20769.     /**
  20770.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  20771.      *
  20772.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20773.      */
  20774.     protected function getQueryDataBagResolverService()
  20775.     {
  20776.         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))));
  20777.     }
  20778.     /**
  20779.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  20780.      *
  20781.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20782.      */
  20783.     protected function getRequestDataBagResolverService()
  20784.     {
  20785.         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))));
  20786.     }
  20787.     /**
  20788.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  20789.      *
  20790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20791.      */
  20792.     protected function getSalesChannelContextValueResolverService()
  20793.     {
  20794.         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))));
  20795.     }
  20796.     /**
  20797.      * Gets the private 'debug.argument_resolver.default' shared service.
  20798.      *
  20799.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20800.      */
  20801.     protected function getDebug_ArgumentResolver_DefaultService()
  20802.     {
  20803.         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))));
  20804.     }
  20805.     /**
  20806.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  20807.      *
  20808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20809.      */
  20810.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  20811.     {
  20812.         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.73K_TWX'] ?? $this->get_ServiceLocator_73KTWXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20813.     }
  20814.     /**
  20815.      * Gets the private 'debug.argument_resolver.request' shared service.
  20816.      *
  20817.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20818.      */
  20819.     protected function getDebug_ArgumentResolver_RequestService()
  20820.     {
  20821.         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))));
  20822.     }
  20823.     /**
  20824.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  20825.      *
  20826.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20827.      */
  20828.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  20829.     {
  20830.         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))));
  20831.     }
  20832.     /**
  20833.      * Gets the private 'debug.argument_resolver.service' shared service.
  20834.      *
  20835.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20836.      */
  20837.     protected function getDebug_ArgumentResolver_ServiceService()
  20838.     {
  20839.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.73K_TWX'] ?? $this->get_ServiceLocator_73KTWXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20840.     }
  20841.     /**
  20842.      * Gets the private 'debug.argument_resolver.session' shared service.
  20843.      *
  20844.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20845.      */
  20846.     protected function getDebug_ArgumentResolver_SessionService()
  20847.     {
  20848.         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))));
  20849.     }
  20850.     /**
  20851.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  20852.      *
  20853.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20854.      */
  20855.     protected function getDebug_ArgumentResolver_VariadicService()
  20856.     {
  20857.         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))));
  20858.     }
  20859.     /**
  20860.      * Gets the private 'debug.debug_handlers_listener' shared service.
  20861.      *
  20862.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  20863.      */
  20864.     protected function getDebug_DebugHandlersListenerService()
  20865.     {
  20866.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  20867.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20868.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20869.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  20870.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20871.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  20872.     }
  20873.     /**
  20874.      * Gets the private 'debug.dump_listener' shared service.
  20875.      *
  20876.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  20877.      */
  20878.     protected function getDebug_DumpListenerService()
  20879.     {
  20880.         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);
  20881.     }
  20882.     /**
  20883.      * Gets the private 'debug.file_link_formatter' shared service.
  20884.      *
  20885.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  20886.      */
  20887.     protected function getDebug_FileLinkFormatterService()
  20888.     {
  20889.         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 () {
  20890.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  20891.         });
  20892.     }
  20893.     /**
  20894.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  20895.      *
  20896.      * @return \string
  20897.      */
  20898.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  20899.     {
  20900.         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');
  20901.     }
  20902.     /**
  20903.      * Gets the private 'debug.log_processor' shared service.
  20904.      *
  20905.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  20906.      */
  20907.     protected function getDebug_LogProcessorService()
  20908.     {
  20909.         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())));
  20910.     }
  20911.     /**
  20912.      * Gets the private 'debug.validator' shared service.
  20913.      *
  20914.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  20915.      */
  20916.     protected function getDebug_ValidatorService()
  20917.     {
  20918.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  20919.     }
  20920.     /**
  20921.      * Gets the private 'enqueue.client.consume_command' shared service.
  20922.      *
  20923.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  20924.      */
  20925.     protected function getEnqueue_Client_ConsumeCommandService()
  20926.     {
  20927.         $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');
  20928.         $instance->setName('enqueue:consume');
  20929.         return $instance;
  20930.     }
  20931.     /**
  20932.      * Gets the private 'enqueue.client.default.context' shared service.
  20933.      *
  20934.      * @return \Interop\Queue\Context
  20935.      */
  20936.     protected function getEnqueue_Client_Default_ContextService()
  20937.     {
  20938.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  20939.     }
  20940.     /**
  20941.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  20942.      *
  20943.      * @return \Enqueue\Client\DelegateProcessor
  20944.      */
  20945.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  20946.     {
  20947.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20948.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  20949.         ], [
  20950.             'enqueue.client.default.router_processor' => '?',
  20951.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  20952.     }
  20953.     /**
  20954.      * Gets the private 'enqueue.client.default.driver' shared service.
  20955.      *
  20956.      * @return \Enqueue\Client\DriverInterface
  20957.      */
  20958.     protected function getEnqueue_Client_Default_DriverService()
  20959.     {
  20960.         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([]));
  20961.     }
  20962.     /**
  20963.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  20964.      *
  20965.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  20966.      */
  20967.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  20968.     {
  20969.         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()));
  20970.     }
  20971.     /**
  20972.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  20973.      *
  20974.      * @return \Enqueue\Symfony\Client\LazyProducer
  20975.      */
  20976.     protected function getEnqueue_Client_Default_LazyProducerService()
  20977.     {
  20978.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20979.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  20980.         ], [
  20981.             'enqueue.client.default.producer' => '?',
  20982.         ]), 'enqueue.client.default.producer');
  20983.     }
  20984.     /**
  20985.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  20986.      *
  20987.      * @return \Enqueue\Consumption\QueueConsumer
  20988.      */
  20989.     protected function getEnqueue_Client_Default_QueueConsumerService()
  20990.     {
  20991.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  20992.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  20993.     }
  20994.     /**
  20995.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  20996.      *
  20997.      * @return \Enqueue\Client\RouterProcessor
  20998.      */
  20999.     protected function getEnqueue_Client_Default_RouterProcessorService()
  21000.     {
  21001.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  21002.     }
  21003.     /**
  21004.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  21005.      *
  21006.      * @return \Enqueue\Client\SpoolProducer
  21007.      */
  21008.     protected function getEnqueue_Client_Default_SpoolProducerService()
  21009.     {
  21010.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  21011.     }
  21012.     /**
  21013.      * Gets the private 'enqueue.client.produce_command' shared service.
  21014.      *
  21015.      * @return \Enqueue\Symfony\Client\ProduceCommand
  21016.      */
  21017.     protected function getEnqueue_Client_ProduceCommandService()
  21018.     {
  21019.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  21020.         $instance->setName('enqueue:produce');
  21021.         return $instance;
  21022.     }
  21023.     /**
  21024.      * Gets the private 'enqueue.client.routes_command' shared service.
  21025.      *
  21026.      * @return \Enqueue\Symfony\Client\RoutesCommand
  21027.      */
  21028.     protected function getEnqueue_Client_RoutesCommandService()
  21029.     {
  21030.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  21031.         $instance->setName('enqueue:routes');
  21032.         return $instance;
  21033.     }
  21034.     /**
  21035.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  21036.      *
  21037.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  21038.      */
  21039.     protected function getEnqueue_Client_SetupBrokerCommandService()
  21040.     {
  21041.         $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');
  21042.         $instance->setName('enqueue:setup-broker');
  21043.         return $instance;
  21044.     }
  21045.     /**
  21046.      * Gets the private 'enqueue.locator' shared service.
  21047.      *
  21048.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  21049.      */
  21050.     protected function getEnqueue_LocatorService()
  21051.     {
  21052.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21053.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  21054.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  21055.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  21056.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  21057.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  21058.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  21059.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  21060.         ], [
  21061.             'enqueue.client.default.delegate_processor' => '?',
  21062.             'enqueue.client.default.driver' => '?',
  21063.             'enqueue.client.default.producer' => '?',
  21064.             'enqueue.client.default.queue_consumer' => '?',
  21065.             'enqueue.transport.default.context' => '?',
  21066.             'enqueue.transport.default.processor_registry' => '?',
  21067.             'enqueue.transport.default.queue_consumer' => '?',
  21068.         ]);
  21069.     }
  21070.     /**
  21071.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  21072.      *
  21073.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  21074.      */
  21075.     protected function getEnqueue_MessengerTransport_FactoryService()
  21076.     {
  21077.         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);
  21078.     }
  21079.     /**
  21080.      * Gets the private 'enqueue.transport.consume_command' shared service.
  21081.      *
  21082.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  21083.      */
  21084.     protected function getEnqueue_Transport_ConsumeCommandService()
  21085.     {
  21086.         $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');
  21087.         $instance->setName('enqueue:transport:consume');
  21088.         return $instance;
  21089.     }
  21090.     /**
  21091.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  21092.      *
  21093.      * @return \Interop\Queue\ConnectionFactory
  21094.      */
  21095.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  21096.     {
  21097.         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:']);
  21098.     }
  21099.     /**
  21100.      * Gets the private 'enqueue.transport.default.context' shared service.
  21101.      *
  21102.      * @return \Interop\Queue\Context
  21103.      */
  21104.     protected function getEnqueue_Transport_Default_ContextService()
  21105.     {
  21106.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  21107.     }
  21108.     /**
  21109.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  21110.      *
  21111.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  21112.      */
  21113.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  21114.     {
  21115.         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));
  21116.     }
  21117.     /**
  21118.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  21119.      *
  21120.      * @return \Enqueue\Consumption\QueueConsumer
  21121.      */
  21122.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  21123.     {
  21124.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  21125.     }
  21126.     /**
  21127.      * Gets the private 'error_handler.error_renderer.html' shared service.
  21128.      *
  21129.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  21130.      */
  21131.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  21132.     {
  21133.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  21134.         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()));
  21135.     }
  21136.     /**
  21137.      * Gets the private 'esi_listener' shared service.
  21138.      *
  21139.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  21140.      */
  21141.     protected function getEsiListenerService()
  21142.     {
  21143.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  21144.     }
  21145.     /**
  21146.      * Gets the private 'exception_listener' shared service.
  21147.      *
  21148.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  21149.      */
  21150.     protected function getExceptionListenerService()
  21151.     {
  21152.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  21153.     }
  21154.     /**
  21155.      * Gets the private 'fragment.listener' shared service.
  21156.      *
  21157.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  21158.      */
  21159.     protected function getFragment_ListenerService()
  21160.     {
  21161.         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');
  21162.     }
  21163.     /**
  21164.      * Gets the private 'fragment.renderer.esi' shared service.
  21165.      *
  21166.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  21167.      */
  21168.     protected function getFragment_Renderer_EsiService()
  21169.     {
  21170.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  21171.         $instance->setFragmentPath('/_fragment');
  21172.         return $instance;
  21173.     }
  21174.     /**
  21175.      * Gets the private 'fragment.renderer.hinclude' shared service.
  21176.      *
  21177.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  21178.      */
  21179.     protected function getFragment_Renderer_HincludeService()
  21180.     {
  21181.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  21182.         $instance->setFragmentPath('/_fragment');
  21183.         return $instance;
  21184.     }
  21185.     /**
  21186.      * Gets the private 'fragment.renderer.inline' shared service.
  21187.      *
  21188.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  21189.      */
  21190.     protected function getFragment_Renderer_InlineService()
  21191.     {
  21192.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21193.         $instance->setFragmentPath('/_fragment');
  21194.         return $instance;
  21195.     }
  21196.     /**
  21197.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  21198.      *
  21199.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  21200.      */
  21201.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  21202.     {
  21203.         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);
  21204.     }
  21205.     /**
  21206.      * Gets the private 'kernel.bundles' shared service.
  21207.      *
  21208.      * @return \Iterator
  21209.      */
  21210.     protected function getKernel_BundlesService()
  21211.     {
  21212.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  21213.     }
  21214.     /**
  21215.      * Gets the private 'locale_aware_listener' shared service.
  21216.      *
  21217.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  21218.      */
  21219.     protected function getLocaleAwareListenerService()
  21220.     {
  21221.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  21222.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  21223.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  21224.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21225.     }
  21226.     /**
  21227.      * Gets the private 'locale_listener' shared service.
  21228.      *
  21229.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  21230.      */
  21231.     protected function getLocaleListenerService()
  21232.     {
  21233.         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, []);
  21234.     }
  21235.     /**
  21236.      * Gets the private 'lock.default.factory' shared service.
  21237.      *
  21238.      * @return \Symfony\Component\Lock\LockFactory
  21239.      */
  21240.     protected function getLock_Default_FactoryService()
  21241.     {
  21242.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  21243.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  21244.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21245.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21246.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21247.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21248.         $instance->setLogger($a);
  21249.         return $instance;
  21250.     }
  21251.     /**
  21252.      * Gets the private 'mailer.messenger.message_handler' shared service.
  21253.      *
  21254.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  21255.      */
  21256.     protected function getMailer_Messenger_MessageHandlerService()
  21257.     {
  21258.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
  21259.     }
  21260.     /**
  21261.      * Gets the private 'mailer.transport_factory.native' shared service.
  21262.      *
  21263.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  21264.      */
  21265.     protected function getMailer_TransportFactory_NativeService()
  21266.     {
  21267.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  21268.     }
  21269.     /**
  21270.      * Gets the private 'mailer.transport_factory.null' shared service.
  21271.      *
  21272.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  21273.      */
  21274.     protected function getMailer_TransportFactory_NullService()
  21275.     {
  21276.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  21277.     }
  21278.     /**
  21279.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  21280.      *
  21281.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  21282.      */
  21283.     protected function getMailer_TransportFactory_SendmailService()
  21284.     {
  21285.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  21286.     }
  21287.     /**
  21288.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  21289.      *
  21290.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  21291.      */
  21292.     protected function getMailer_TransportFactory_SmtpService()
  21293.     {
  21294.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  21295.     }
  21296.     /**
  21297.      * Gets the private 'mailer.transports' shared service.
  21298.      *
  21299.      * @return \Symfony\Component\Mailer\Transport\Transports
  21300.      */
  21301.     protected function getMailer_TransportsService()
  21302.     {
  21303.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  21304.             yield => $this->getMailer_TransportFactory_NullService();
  21305.             yield => $this->getMailer_TransportFactory_SendmailService();
  21306.             yield => $this->getMailer_TransportFactory_NativeService();
  21307.             yield => $this->getMailer_TransportFactory_SmtpService();
  21308.         }, 4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())))->fromStrings(['main' => 'smtp://null']);
  21309.     }
  21310.     /**
  21311.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  21312.      *
  21313.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  21314.      */
  21315.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  21316.     {
  21317.         $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 () {
  21318.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  21319.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  21320.             yield => ($this->privates['.messenger.handler_descriptor.u_2ldqP'] ?? $this->get_Messenger_HandlerDescriptor_U2ldqPService());
  21321.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  21322.             yield => ($this->privates['.messenger.handler_descriptor.CKTMT3c'] ?? $this->get_Messenger_HandlerDescriptor_CKTMT3cService());
  21323.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  21324.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  21325.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  21326.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  21327.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  21328.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  21329.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  21330.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  21331.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  21332.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  21333.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  21334.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  21335.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  21336.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  21337.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  21338.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  21339.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  21340.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  21341.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  21342.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  21343.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  21344.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  21345.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  21346.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  21347.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  21348.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  21349.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  21350.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  21351.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  21352.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  21353.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  21354.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  21355.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  21356.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  21357.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  21358.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  21359.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  21360.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  21361.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  21362.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  21363.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  21364.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  21365.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  21366.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  21367.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  21368.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  21369.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  21370.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  21371.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  21372.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  21373.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  21374.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  21375.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  21376.             yield => ($this->privates['.messenger.handler_descriptor.1SPMxF6'] ?? $this->get_Messenger_HandlerDescriptor_1SPMxF6Service());
  21377.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  21378.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  21379.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  21380.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  21381.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  21382.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  21383.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  21384.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  21385.         }, 1)]));
  21386.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21387.         return $instance;
  21388.     }
  21389.     /**
  21390.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  21391.      *
  21392.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  21393.      */
  21394.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  21395.     {
  21396.         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');
  21397.     }
  21398.     /**
  21399.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  21400.      *
  21401.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  21402.      */
  21403.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  21404.     {
  21405.         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()));
  21406.     }
  21407.     /**
  21408.      * Gets the private 'messenger.middleware.send_message' shared service.
  21409.      *
  21410.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  21411.      */
  21412.     protected function getMessenger_Middleware_SendMessageService()
  21413.     {
  21414.         $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([], ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService())), ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService()), 'default'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21415.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21416.         return $instance;
  21417.     }
  21418.     /**
  21419.      * Gets the private 'messenger.receiver_locator' shared service.
  21420.      *
  21421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  21422.      */
  21423.     protected function getMessenger_ReceiverLocatorService()
  21424.     {
  21425.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21426.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  21427.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  21428.         ], [
  21429.             'default' => '?',
  21430.             'messenger.transport.default' => '?',
  21431.         ]);
  21432.     }
  21433.     /**
  21434.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  21435.      *
  21436.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21437.      */
  21438.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  21439.     {
  21440.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21441.     }
  21442.     /**
  21443.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  21444.      *
  21445.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  21446.      */
  21447.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  21448.     {
  21449.         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, [
  21450.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  21451.         ], [
  21452.             'default' => '?',
  21453.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21454.     }
  21455.     /**
  21456.      * Gets the private 'messenger.routable_message_bus' shared service.
  21457.      *
  21458.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  21459.      */
  21460.     protected function getMessenger_RoutableMessageBusService()
  21461.     {
  21462.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21463.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  21464.         ], [
  21465.             'messenger.bus.shopware' => '?',
  21466.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  21467.     }
  21468.     /**
  21469.      * Gets the private 'messenger.transport.default' shared service.
  21470.      *
  21471.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21472.      */
  21473.     protected function getMessenger_Transport_DefaultService()
  21474.     {
  21475.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  21476.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  21477.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  21478.             yield => $this->getMessenger_Transport_Sync_FactoryService();
  21479.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  21480.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  21481.         }, 5)))->createTransport('enqueue://default?receiveTimeout=100', ['transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21482.     }
  21483.     /**
  21484.      * Gets the private 'messenger.transport.sync.factory' shared service.
  21485.      *
  21486.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  21487.      */
  21488.     protected function getMessenger_Transport_Sync_FactoryService()
  21489.     {
  21490.         return new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  21491.     }
  21492.     /**
  21493.      * Gets the private 'mime_types' shared service.
  21494.      *
  21495.      * @return \Symfony\Component\Mime\MimeTypes
  21496.      */
  21497.     protected function getMimeTypesService()
  21498.     {
  21499.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  21500.         $instance->setDefault($instance);
  21501.         return $instance;
  21502.     }
  21503.     /**
  21504.      * Gets the private 'monolog.command.server_log' shared service.
  21505.      *
  21506.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  21507.      */
  21508.     protected function getMonolog_Command_ServerLogService()
  21509.     {
  21510.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  21511.         $instance->setName('server:log');
  21512.         $instance->setDescription('Start a log server that displays logs in real time');
  21513.         return $instance;
  21514.     }
  21515.     /**
  21516.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  21517.      *
  21518.      * @return \Monolog\Handler\BufferHandler
  21519.      */
  21520.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  21521.     {
  21522.         return $this->privates['monolog.handler.business_event_handler_buffer'] = new \Monolog\Handler\BufferHandler(new \Swag\Security\Fixes\NEXT24679\DoctrineSQLHandlerDecorator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), 0100truefalse);
  21523.     }
  21524.     /**
  21525.      * Gets the private 'monolog.handler.console' shared service.
  21526.      *
  21527.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  21528.      */
  21529.     protected function getMonolog_Handler_ConsoleService()
  21530.     {
  21531.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  21532.     }
  21533.     /**
  21534.      * Gets the private 'monolog.logger' shared service.
  21535.      *
  21536.      * @return \Symfony\Bridge\Monolog\Logger
  21537.      */
  21538.     protected function getMonolog_LoggerService()
  21539.     {
  21540.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  21541.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21542.         $instance->useMicrosecondTimestamps(true);
  21543.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21544.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21545.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21546.         return $instance;
  21547.     }
  21548.     /**
  21549.      * Gets the private 'monolog.logger.cache' shared service.
  21550.      *
  21551.      * @return \Symfony\Bridge\Monolog\Logger
  21552.      */
  21553.     protected function getMonolog_Logger_CacheService()
  21554.     {
  21555.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  21556.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21557.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21558.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21559.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21560.         return $instance;
  21561.     }
  21562.     /**
  21563.      * Gets the private 'monolog.logger.mailer' shared service.
  21564.      *
  21565.      * @return \Symfony\Bridge\Monolog\Logger
  21566.      */
  21567.     protected function getMonolog_Logger_MailerService()
  21568.     {
  21569.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  21570.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21571.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21572.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21573.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21574.         return $instance;
  21575.     }
  21576.     /**
  21577.      * Gets the private 'monolog.logger.messenger' shared service.
  21578.      *
  21579.      * @return \Symfony\Bridge\Monolog\Logger
  21580.      */
  21581.     protected function getMonolog_Logger_MessengerService()
  21582.     {
  21583.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  21584.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21585.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21586.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21587.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21588.         return $instance;
  21589.     }
  21590.     /**
  21591.      * Gets the private 'monolog.logger.request' shared service.
  21592.      *
  21593.      * @return \Symfony\Bridge\Monolog\Logger
  21594.      */
  21595.     protected function getMonolog_Logger_RequestService()
  21596.     {
  21597.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  21598.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21599.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21600.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21602.         return $instance;
  21603.     }
  21604.     /**
  21605.      * Gets the private 'parameter_bag' shared service.
  21606.      *
  21607.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  21608.      */
  21609.     protected function getParameterBagService()
  21610.     {
  21611.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  21612.     }
  21613.     /**
  21614.      * Gets the private 'profiler_listener' shared service.
  21615.      *
  21616.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  21617.      */
  21618.     protected function getProfilerListenerService()
  21619.     {
  21620.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  21621.     }
  21622.     /**
  21623.      * Gets the private 'property_info' shared service.
  21624.      *
  21625.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  21626.      */
  21627.     protected function getPropertyInfoService()
  21628.     {
  21629.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  21630.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  21631.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21632.         }, 2), new RewindableGenerator(function () {
  21633.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21634.         }, 1), new RewindableGenerator(function () {
  21635.             return new \EmptyIterator();
  21636.         }, 0), new RewindableGenerator(function () {
  21637.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21638.         }, 1), new RewindableGenerator(function () {
  21639.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21640.         }, 1));
  21641.     }
  21642.     /**
  21643.      * Gets the private 'property_info.serializer_extractor' shared service.
  21644.      *
  21645.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  21646.      */
  21647.     protected function getPropertyInfo_SerializerExtractorService()
  21648.     {
  21649.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21650.     }
  21651.     /**
  21652.      * Gets the private 'router.cache_warmer' shared service.
  21653.      *
  21654.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  21655.      */
  21656.     protected function getRouter_CacheWarmerService()
  21657.     {
  21658.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21659.             'router' => ['services''router''getRouterService'false],
  21660.         ], [
  21661.             'router' => '?',
  21662.         ]))->withContext('router.cache_warmer'$this));
  21663.     }
  21664.     /**
  21665.      * Gets the private 'router.default' shared service.
  21666.      *
  21667.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  21668.      */
  21669.     protected function getRouter_DefaultService()
  21670.     {
  21671.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  21672.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21673.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21674.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  21675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21676.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21677.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  21678.         ], [
  21679.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  21680.         ]))->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');
  21681.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  21682.         return $instance;
  21683.     }
  21684.     /**
  21685.      * Gets the private 'router.request_context' shared service.
  21686.      *
  21687.      * @return \Symfony\Component\Routing\RequestContext
  21688.      */
  21689.     protected function getRouter_RequestContextService()
  21690.     {
  21691.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  21692.     }
  21693.     /**
  21694.      * Gets the private 'router_listener' shared service.
  21695.      *
  21696.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  21697.      */
  21698.     protected function getRouterListenerService()
  21699.     {
  21700.         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);
  21701.     }
  21702.     /**
  21703.      * Gets the private 'secrets.vault' shared service.
  21704.      *
  21705.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  21706.      */
  21707.     protected function getSecrets_VaultService()
  21708.     {
  21709.         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'));
  21710.     }
  21711.     /**
  21712.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  21713.      *
  21714.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  21715.      */
  21716.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  21717.     {
  21718.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  21719.     }
  21720.     /**
  21721.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  21722.      *
  21723.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  21724.      */
  21725.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  21726.     {
  21727.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  21728.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  21729.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  21730.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  21731.     }
  21732.     /**
  21733.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  21734.      *
  21735.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  21736.      */
  21737.     protected function getSensioFrameworkExtra_View_ListenerService()
  21738.     {
  21739.         $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))));
  21740.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21741.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  21742.         ], [
  21743.             'twig' => '?',
  21744.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  21745.         return $instance;
  21746.     }
  21747.     /**
  21748.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  21749.      *
  21750.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  21751.      */
  21752.     protected function getSerializer_Mapping_CacheWarmerService()
  21753.     {
  21754.         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'));
  21755.     }
  21756.     /**
  21757.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  21758.      *
  21759.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  21760.      */
  21761.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  21762.     {
  21763.         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()))]));
  21764.     }
  21765.     /**
  21766.      * Gets the private 'session.factory' shared service.
  21767.      *
  21768.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  21769.      */
  21770.     protected function getSession_FactoryService()
  21771.     {
  21772.         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()), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  21773.     }
  21774.     /**
  21775.      * Gets the private 'session.storage.factory.native' shared service.
  21776.      *
  21777.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  21778.      */
  21779.     protected function getSession_Storage_Factory_NativeService()
  21780.     {
  21781.         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);
  21782.     }
  21783.     /**
  21784.      * Gets the private 'session_listener' shared service.
  21785.      *
  21786.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  21787.      */
  21788.     protected function getSessionListenerService()
  21789.     {
  21790.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21791.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  21792.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  21793.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  21794.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  21795.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  21796.         ], [
  21797.             'initialized_session' => '?',
  21798.             'logger' => '?',
  21799.             'session' => '?',
  21800.             'session_collector' => '?',
  21801.             'session_factory' => '?',
  21802.         ]), true$this->parameters['session.storage.options']);
  21803.     }
  21804.     /**
  21805.      * Gets the private 'shopware.api.authorization_server' shared service.
  21806.      *
  21807.      * @return \League\OAuth2\Server\AuthorizationServer
  21808.      */
  21809.     protected function getShopware_Api_AuthorizationServerService()
  21810.     {
  21811.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21812.         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 () {
  21813.             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()));
  21814.             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()));
  21815.             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()));
  21816.         }, 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'));
  21817.     }
  21818.     /**
  21819.      * Gets the private 'shopware.app_system.guzzle' shared service.
  21820.      *
  21821.      * @return \GuzzleHttp\Client
  21822.      */
  21823.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  21824.     {
  21825.         if ($lazyLoad) {
  21826.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  21827.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21828.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  21829.                     $proxy->setProxyInitializer(null);
  21830.                     return true;
  21831.                 });
  21832.             });
  21833.         }
  21834.         $a = \GuzzleHttp\HandlerStack::create();
  21835.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.16.1', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  21836.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  21837.     }
  21838.     /**
  21839.      * Gets the private 'shopware.asset.asset' shared service.
  21840.      *
  21841.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  21842.      */
  21843.     protected function getShopware_Asset_AssetService()
  21844.     {
  21845.         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()));
  21846.     }
  21847.     /**
  21848.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  21849.      *
  21850.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  21851.      */
  21852.     protected function getShopware_Asset_Asset_VersionStrategyService()
  21853.     {
  21854.         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()));
  21855.     }
  21856.     /**
  21857.      * Gets the private 'shopware.asset.public' shared service.
  21858.      *
  21859.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  21860.      */
  21861.     protected function getShopware_Asset_PublicService()
  21862.     {
  21863.         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())));
  21864.     }
  21865.     /**
  21866.      * Gets the private 'shopware.asset.sitemap' shared service.
  21867.      *
  21868.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  21869.      */
  21870.     protected function getShopware_Asset_SitemapService()
  21871.     {
  21872.         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())));
  21873.     }
  21874.     /**
  21875.      * Gets the private 'shopware.asset.theme' shared service.
  21876.      *
  21877.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  21878.      */
  21879.     protected function getShopware_Asset_ThemeService()
  21880.     {
  21881.         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())));
  21882.     }
  21883.     /**
  21884.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  21885.      *
  21886.      * @return \Psr\Log\LoggerInterface
  21887.      */
  21888.     protected function getShopware_Elasticsearch_LoggerService()
  21889.     {
  21890.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  21891.     }
  21892.     /**
  21893.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  21894.      *
  21895.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  21896.      */
  21897.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  21898.     {
  21899.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21900.         $instance->setPool('message_queue');
  21901.         $instance->setConfig([]);
  21902.         return $instance;
  21903.     }
  21904.     /**
  21905.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  21906.      *
  21907.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  21908.      */
  21909.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  21910.     {
  21911.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21912.         $instance->setPool('user_activity');
  21913.         $instance->setConfig([]);
  21914.         return $instance;
  21915.     }
  21916.     /**
  21917.      * Gets the private 'shopware.jwt_config' shared service.
  21918.      *
  21919.      * @return \Lcobucci\JWT\Configuration
  21920.      */
  21921.     protected function getShopware_JwtConfigService()
  21922.     {
  21923.         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')))));
  21924.     }
  21925.     /**
  21926.      * Gets the private 'shopware.rate_limiter' shared service.
  21927.      *
  21928.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  21929.      */
  21930.     protected function getShopware_RateLimiterService()
  21931.     {
  21932.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  21933.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  21934.         $b = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  21935.         $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));
  21936.         $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));
  21937.         $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));
  21938.         $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));
  21939.         $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));
  21940.         $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));
  21941.         $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));
  21942.         $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));
  21943.         return $instance;
  21944.     }
  21945.     /**
  21946.      * Gets the private 'slugify' shared service.
  21947.      *
  21948.      * @return \Cocur\Slugify\Slugify
  21949.      */
  21950.     protected function getSlugifyService()
  21951.     {
  21952.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  21953.     }
  21954.     /**
  21955.      * Gets the private 'translation.extractor' shared service.
  21956.      *
  21957.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  21958.      */
  21959.     protected function getTranslation_ExtractorService()
  21960.     {
  21961.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  21962.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  21963.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  21964.         return $instance;
  21965.     }
  21966.     /**
  21967.      * Gets the private 'translation.loader.csv' shared service.
  21968.      *
  21969.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  21970.      */
  21971.     protected function getTranslation_Loader_CsvService()
  21972.     {
  21973.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  21974.     }
  21975.     /**
  21976.      * Gets the private 'translation.loader.dat' shared service.
  21977.      *
  21978.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  21979.      */
  21980.     protected function getTranslation_Loader_DatService()
  21981.     {
  21982.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  21983.     }
  21984.     /**
  21985.      * Gets the private 'translation.loader.ini' shared service.
  21986.      *
  21987.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  21988.      */
  21989.     protected function getTranslation_Loader_IniService()
  21990.     {
  21991.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  21992.     }
  21993.     /**
  21994.      * Gets the private 'translation.loader.json' shared service.
  21995.      *
  21996.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  21997.      */
  21998.     protected function getTranslation_Loader_JsonService()
  21999.     {
  22000.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  22001.     }
  22002.     /**
  22003.      * Gets the private 'translation.loader.mo' shared service.
  22004.      *
  22005.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  22006.      */
  22007.     protected function getTranslation_Loader_MoService()
  22008.     {
  22009.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  22010.     }
  22011.     /**
  22012.      * Gets the private 'translation.loader.php' shared service.
  22013.      *
  22014.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  22015.      */
  22016.     protected function getTranslation_Loader_PhpService()
  22017.     {
  22018.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  22019.     }
  22020.     /**
  22021.      * Gets the private 'translation.loader.po' shared service.
  22022.      *
  22023.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  22024.      */
  22025.     protected function getTranslation_Loader_PoService()
  22026.     {
  22027.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  22028.     }
  22029.     /**
  22030.      * Gets the private 'translation.loader.qt' shared service.
  22031.      *
  22032.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  22033.      */
  22034.     protected function getTranslation_Loader_QtService()
  22035.     {
  22036.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  22037.     }
  22038.     /**
  22039.      * Gets the private 'translation.loader.res' shared service.
  22040.      *
  22041.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  22042.      */
  22043.     protected function getTranslation_Loader_ResService()
  22044.     {
  22045.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  22046.     }
  22047.     /**
  22048.      * Gets the private 'translation.loader.xliff' shared service.
  22049.      *
  22050.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  22051.      */
  22052.     protected function getTranslation_Loader_XliffService()
  22053.     {
  22054.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  22055.     }
  22056.     /**
  22057.      * Gets the private 'translation.loader.yml' shared service.
  22058.      *
  22059.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  22060.      */
  22061.     protected function getTranslation_Loader_YmlService()
  22062.     {
  22063.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  22064.     }
  22065.     /**
  22066.      * Gets the private 'translation.provider_collection' shared service.
  22067.      *
  22068.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  22069.      */
  22070.     protected function getTranslation_ProviderCollectionService()
  22071.     {
  22072.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  22073.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  22074.         }, 1), []))->fromConfig([]);
  22075.     }
  22076.     /**
  22077.      * Gets the private 'translation.reader' shared service.
  22078.      *
  22079.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  22080.      */
  22081.     protected function getTranslation_ReaderService()
  22082.     {
  22083.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  22084.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  22085.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  22086.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  22087.         $instance->addLoader('yaml'$a);
  22088.         $instance->addLoader('yml'$a);
  22089.         $instance->addLoader('xlf'$b);
  22090.         $instance->addLoader('xliff'$b);
  22091.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  22092.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  22093.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  22094.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  22095.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  22096.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  22097.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  22098.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  22099.         return $instance;
  22100.     }
  22101.     /**
  22102.      * Gets the private 'translation.warmer' shared service.
  22103.      *
  22104.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  22105.      */
  22106.     protected function getTranslation_WarmerService()
  22107.     {
  22108.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22109.             'translator' => ['services''translator''getTranslatorService'false],
  22110.         ], [
  22111.             'translator' => '?',
  22112.         ]))->withContext('translation.warmer'$this));
  22113.     }
  22114.     /**
  22115.      * Gets the private 'translation.writer' shared service.
  22116.      *
  22117.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  22118.      */
  22119.     protected function getTranslation_WriterService()
  22120.     {
  22121.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  22122.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  22123.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  22124.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  22125.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  22126.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  22127.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  22128.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  22129.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  22130.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  22131.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  22132.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  22133.         return $instance;
  22134.     }
  22135.     /**
  22136.      * Gets the private 'translator.default' shared service.
  22137.      *
  22138.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  22139.      */
  22140.     protected function getTranslator_DefaultService()
  22141.     {
  22142.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22143.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  22144.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  22145.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  22146.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  22147.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  22148.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  22149.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  22150.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  22151.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  22152.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  22153.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  22154.         ], [
  22155.             'translation.loader.csv' => '?',
  22156.             'translation.loader.dat' => '?',
  22157.             'translation.loader.ini' => '?',
  22158.             'translation.loader.json' => '?',
  22159.             'translation.loader.mo' => '?',
  22160.             'translation.loader.php' => '?',
  22161.             'translation.loader.po' => '?',
  22162.             'translation.loader.qt' => '?',
  22163.             'translation.loader.res' => '?',
  22164.             'translation.loader.xliff' => '?',
  22165.             'translation.loader.yml' => '?',
  22166.         ]), ($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')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'de-DE' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/en_GB/storefront.en-GB.json')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'=> 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'10 => 'vendor/shopware/core/Framework/translations'11 => 'vendor/shopware/core/System/translations'12 => 'vendor/shopware/core/Content/translations'13 => 'vendor/shopware/core/Checkout/translations'14 => 'vendor/shopware/administration/translations'15 => 'vendor/shopware/storefront/translations'16 => 'vendor/shopware/elasticsearch/translations'17 => 'vendor/shopware/core/Maintenance/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/shopware/core/Profiling/translations'20 => 'custom/plugins/ChiliCustom/src/translations'21 => 'custom/plugins/SwagPlatformSecurity/src/translations'22 => 'custom/plugins/NetiNextOrderFields/src/translations'23 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  22167.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  22168.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  22169.         return $instance;
  22170.     }
  22171.     /**
  22172.      * Gets the private 'translator.formatter.default' shared service.
  22173.      *
  22174.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  22175.      */
  22176.     protected function getTranslator_Formatter_DefaultService()
  22177.     {
  22178.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  22179.     }
  22180.     /**
  22181.      * Gets the private 'twig.command.debug' shared service.
  22182.      *
  22183.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  22184.      */
  22185.     protected function getTwig_Command_DebugService()
  22186.     {
  22187.         $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()));
  22188.         $instance->setName('debug:twig');
  22189.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  22190.         return $instance;
  22191.     }
  22192.     /**
  22193.      * Gets the private 'twig.command.lint' shared service.
  22194.      *
  22195.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  22196.      */
  22197.     protected function getTwig_Command_LintService()
  22198.     {
  22199.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22200.         $instance->setName('lint:twig');
  22201.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  22202.         return $instance;
  22203.     }
  22204.     /**
  22205.      * Gets the private 'twig.extension.trans' shared service.
  22206.      *
  22207.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  22208.      */
  22209.     protected function getTwig_Extension_TransService()
  22210.     {
  22211.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  22212.     }
  22213.     /**
  22214.      * Gets the private 'twig.loader.chain' shared service.
  22215.      *
  22216.      * @return \Twig\Loader\ChainLoader
  22217.      */
  22218.     protected function getTwig_Loader_ChainService()
  22219.     {
  22220.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  22221.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  22222.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  22223.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  22224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  22225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  22226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  22227.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  22228.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  22229.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  22230.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  22231.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  22232.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  22233.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  22234.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  22235.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  22236.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  22237.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  22238.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  22239.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  22240.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  22241.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  22242.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), 'ChiliCustom');
  22243.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), '!ChiliCustom');
  22244.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  22245.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), '!SwagPlatformSecurity');
  22246.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), 'NetiNextOrderFields');
  22247.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), '!NetiNextOrderFields');
  22248.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  22249.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  22250.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'));
  22251.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'FrameworkBundle');
  22252.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  22253.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  22254.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  22255.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'));
  22256.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'TwigBundle');
  22257.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  22258.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  22259.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  22260.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  22261.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  22262.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  22263.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  22264.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  22265.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  22266.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  22267.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  22268.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  22269.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  22270.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  22271.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  22272.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  22273.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  22274.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  22275.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  22276.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  22277.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  22278.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  22279.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  22280.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  22281.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  22282.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  22283.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  22284.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  22285.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  22286.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  22287.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'));
  22288.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), 'ChiliCustom');
  22289.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views/../app/storefront/dist'), 'ChiliCustom');
  22290.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources'), 'ChiliCustom');
  22291.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'));
  22292.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  22293.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources'), 'SwagPlatformSecurity');
  22294.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'));
  22295.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), 'NetiNextOrderFields');
  22296.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views/../app/storefront/dist'), 'NetiNextOrderFields');
  22297.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources'), 'NetiNextOrderFields');
  22298.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  22299.         $instance->addLoader($a);
  22300.         return $instance;
  22301.     }
  22302.     /**
  22303.      * Gets the private 'twig.mailer.message_listener' shared service.
  22304.      *
  22305.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  22306.      */
  22307.     protected function getTwig_Mailer_MessageListenerService()
  22308.     {
  22309.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  22310.     }
  22311.     /**
  22312.      * Gets the private 'twig.runtime.httpkernel' shared service.
  22313.      *
  22314.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  22315.      */
  22316.     protected function getTwig_Runtime_HttpkernelService()
  22317.     {
  22318.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22319.         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, [
  22320.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  22321.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  22322.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  22323.         ], [
  22324.             'esi' => '?',
  22325.             'hinclude' => '?',
  22326.             'inline' => '?',
  22327.         ]), $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));
  22328.     }
  22329.     /**
  22330.      * Gets the private 'twig.runtime.security_csrf' shared service.
  22331.      *
  22332.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  22333.      */
  22334.     protected function getTwig_Runtime_SecurityCsrfService()
  22335.     {
  22336.         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()));
  22337.     }
  22338.     /**
  22339.      * Gets the private 'twig.runtime.serializer' shared service.
  22340.      *
  22341.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  22342.      */
  22343.     protected function getTwig_Runtime_SerializerService()
  22344.     {
  22345.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  22346.     }
  22347.     /**
  22348.      * Gets the private 'validator.builder' shared service.
  22349.      *
  22350.      * @return \Symfony\Component\Validator\ValidatorBuilder
  22351.      */
  22352.     protected function getValidator_BuilderService()
  22353.     {
  22354.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  22355.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22356.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22357.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  22358.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  22359.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  22360.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  22361.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  22362.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  22363.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22364.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  22365.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22366.         ], [
  22367.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  22368.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  22369.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  22370.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  22371.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  22372.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  22373.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  22374.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  22375.             'validator.expression' => '?',
  22376.         ])));
  22377.         if ($this->has('translator')) {
  22378.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  22379.         }
  22380.         $instance->setTranslationDomain('validators');
  22381.         $instance->enableAnnotationMapping(true);
  22382.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22383.         $instance->addMethodMapping('loadValidatorMetadata');
  22384.         $instance->addObjectInitializers([]);
  22385.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  22386.         return $instance;
  22387.     }
  22388.     /**
  22389.      * Gets the private 'validator.email' shared service.
  22390.      *
  22391.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  22392.      */
  22393.     protected function getValidator_EmailService()
  22394.     {
  22395.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  22396.     }
  22397.     /**
  22398.      * Gets the private 'validator.expression' shared service.
  22399.      *
  22400.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  22401.      */
  22402.     protected function getValidator_ExpressionService()
  22403.     {
  22404.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  22405.     }
  22406.     /**
  22407.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  22408.      *
  22409.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  22410.      */
  22411.     protected function getValidator_Mapping_CacheWarmerService()
  22412.     {
  22413.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  22414.     }
  22415.     /**
  22416.      * Gets the private 'validator.not_compromised_password' shared service.
  22417.      *
  22418.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  22419.      */
  22420.     protected function getValidator_NotCompromisedPasswordService()
  22421.     {
  22422.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  22423.     }
  22424.     /**
  22425.      * Gets the private 'var_dumper.command.server_dump' shared service.
  22426.      *
  22427.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  22428.      */
  22429.     protected function getVarDumper_Command_ServerDumpService()
  22430.     {
  22431.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  22432.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22433.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22434.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  22435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  22436.         $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()))]);
  22437.         $instance->setName('server:dump');
  22438.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  22439.         return $instance;
  22440.     }
  22441.     /**
  22442.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  22443.      *
  22444.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  22445.      */
  22446.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  22447.     {
  22448.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  22449.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  22450.         return $instance;
  22451.     }
  22452.     /**
  22453.      * Gets the private 'var_dumper.html_dumper' shared service.
  22454.      *
  22455.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  22456.      */
  22457.     protected function getVarDumper_HtmlDumperService()
  22458.     {
  22459.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  22460.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  22461.         return $instance;
  22462.     }
  22463.     /**
  22464.      * Gets the private 'web_profiler.csp.handler' shared service.
  22465.      *
  22466.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  22467.      */
  22468.     protected function getWebProfiler_Csp_HandlerService()
  22469.     {
  22470.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  22471.     }
  22472.     /**
  22473.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  22474.      *
  22475.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  22476.      */
  22477.     protected function getWebProfiler_DebugToolbarService()
  22478.     {
  22479.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  22480.     }
  22481.     /**
  22482.      * Gets the public 'cache_clearer' alias.
  22483.      *
  22484.      * @return object The ".container.private.cache_clearer" service.
  22485.      */
  22486.     protected function getCacheClearerService()
  22487.     {
  22488.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  22489.         return $this->get('.container.private.cache_clearer');
  22490.     }
  22491.     /**
  22492.      * Gets the public 'filesystem' alias.
  22493.      *
  22494.      * @return object The ".container.private.filesystem" service.
  22495.      */
  22496.     protected function getFilesystemService()
  22497.     {
  22498.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  22499.         return $this->get('.container.private.filesystem');
  22500.     }
  22501.     /**
  22502.      * Gets the public 'serializer' alias.
  22503.      *
  22504.      * @return object The ".container.private.serializer" service.
  22505.      */
  22506.     protected function getSerializerService()
  22507.     {
  22508.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  22509.         return $this->get('.container.private.serializer');
  22510.     }
  22511.     /**
  22512.      * Gets the public 'security.csrf.token_manager' alias.
  22513.      *
  22514.      * @return object The ".container.private.security.csrf.token_manager" service.
  22515.      */
  22516.     protected function getSecurity_Csrf_TokenManagerService()
  22517.     {
  22518.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  22519.         return $this->get('.container.private.security.csrf.token_manager');
  22520.     }
  22521.     /**
  22522.      * Gets the public 'profiler' alias.
  22523.      *
  22524.      * @return object The ".container.private.profiler" service.
  22525.      */
  22526.     protected function getProfiler2Service()
  22527.     {
  22528.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  22529.         return $this->get('.container.private.profiler');
  22530.     }
  22531.     /**
  22532.      * Gets the public 'twig' alias.
  22533.      *
  22534.      * @return object The ".container.private.twig" service.
  22535.      */
  22536.     protected function getTwigService()
  22537.     {
  22538.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  22539.         return $this->get('.container.private.twig');
  22540.     }
  22541.     /**
  22542.      * Gets the public 'session' alias.
  22543.      *
  22544.      * @return object The ".container.private.session" service.
  22545.      */
  22546.     protected function getSessionService()
  22547.     {
  22548.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  22549.         return $this->get('.container.private.session');
  22550.     }
  22551.     /**
  22552.      * Gets the public 'validator' alias.
  22553.      *
  22554.      * @return object The ".container.private.validator" service.
  22555.      */
  22556.     protected function getValidatorService()
  22557.     {
  22558.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  22559.         return $this->get('.container.private.validator');
  22560.     }
  22561.     /**
  22562.      * @return array|bool|float|int|string|\UnitEnum|null
  22563.      */
  22564.     public function getParameter(string $name)
  22565.     {
  22566.         if (isset($this->buildParameters[$name])) {
  22567.             return $this->buildParameters[$name];
  22568.         }
  22569.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  22570.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  22571.         }
  22572.         if (isset($this->loadedDynamicParameters[$name])) {
  22573.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  22574.         }
  22575.         return $this->parameters[$name];
  22576.     }
  22577.     public function hasParameter(string $name): bool
  22578.     {
  22579.         if (isset($this->buildParameters[$name])) {
  22580.             return true;
  22581.         }
  22582.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  22583.     }
  22584.     public function setParameter(string $name$value): void
  22585.     {
  22586.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  22587.     }
  22588.     public function getParameterBag(): ParameterBagInterface
  22589.     {
  22590.         if (null === $this->parameterBag) {
  22591.             $parameters $this->parameters;
  22592.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  22593.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  22594.             }
  22595.             foreach ($this->buildParameters as $name => $value) {
  22596.                 $parameters[$name] = $value;
  22597.             }
  22598.             $this->parameterBag = new FrozenParameterBag($parameters);
  22599.         }
  22600.         return $this->parameterBag;
  22601.     }
  22602.     private $loadedDynamicParameters = [
  22603.         'kernel.runtime_environment' => false,
  22604.         'kernel.build_dir' => false,
  22605.         'kernel.cache_dir' => false,
  22606.         'APP_URL' => false,
  22607.         'shopware.routing.registered_api_prefixes' => false,
  22608.         'shopware.dbal.time_zone_support_enabled' => false,
  22609.         'shopware.dbal.token_minimum_length' => false,
  22610.         'instance_id' => false,
  22611.         'shopware_administration.path_name' => false,
  22612.         'shopware.http.cache.enabled' => false,
  22613.         'shopware.http.cache.default_ttl' => false,
  22614.         'elasticsearch.enabled' => false,
  22615.         'elasticsearch.indexing_enabled' => false,
  22616.         'elasticsearch.hosts' => false,
  22617.         'elasticsearch.index_prefix' => false,
  22618.         'shopware.cdn.strategy' => false,
  22619.         'kernel.secret' => false,
  22620.         'debug.container.dump' => false,
  22621.         'serializer.mapping.cache.file' => false,
  22622.         'session.save_path' => false,
  22623.         'validator.mapping.cache.file' => false,
  22624.         'profiler.storage.dsn' => false,
  22625.         'shopware.cdn' => false,
  22626.         'shopware.deployment' => false,
  22627.         'shopware.deployment.blue_green' => false,
  22628.         'shopware.html_sanitizer' => false,
  22629.         'shopware.html_sanitizer.cache_dir' => false,
  22630.         'shopware.cache' => false,
  22631.         'shopware.cache.redis_prefix' => false,
  22632.         'elasticsearch.indexing_batch_size' => false,
  22633.         'elasticsearch.throw_exception' => false,
  22634.     ];
  22635.     private $dynamicParameters = [];
  22636.     private function getDynamicParameter(string $name)
  22637.     {
  22638.         switch ($name) {
  22639.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  22640.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  22641.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  22642.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  22643.             case 'shopware.routing.registered_api_prefixes'$value = [
  22644.                 => '_wdt',
  22645.                 => '_profiler',
  22646.                 => '_error',
  22647.                 => 'api',
  22648.                 => 'sw-domain-hash.html',
  22649.                 => 'store-api',
  22650.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  22651.                 => 'api',
  22652.             ]; break;
  22653.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  22654.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  22655.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  22656.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  22657.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  22658.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  22659.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  22660.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  22661.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  22662.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  22663.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  22664.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  22665.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  22666.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  22667.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  22668.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  22669.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  22670.             case 'shopware.cdn'$value = [
  22671.                 'url' => '',
  22672.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  22673.             ]; break;
  22674.             case 'shopware.deployment'$value = [
  22675.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  22676.             ]; break;
  22677.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  22678.             case 'shopware.html_sanitizer'$value = [
  22679.                 'cache_dir' => $this->targetDir.'',
  22680.                 'cache_enabled' => true,
  22681.                 'sets' => [
  22682.                     'basic' => [
  22683.                         'tags' => [
  22684.                             => 'a',
  22685.                             => 'abbr',
  22686.                             => 'acronym',
  22687.                             => 'address',
  22688.                             => 'b',
  22689.                             => 'bdo',
  22690.                             => 'big',
  22691.                             => 'blockquote',
  22692.                             => 'br',
  22693.                             => 'caption',
  22694.                             10 => 'center',
  22695.                             11 => 'cite',
  22696.                             12 => 'code',
  22697.                             13 => 'col',
  22698.                             14 => 'colgroup',
  22699.                             15 => 'dd',
  22700.                             16 => 'del',
  22701.                             17 => 'dfn',
  22702.                             18 => 'dir',
  22703.                             19 => 'div',
  22704.                             20 => 'dl',
  22705.                             21 => 'dt',
  22706.                             22 => 'em',
  22707.                             23 => 'font',
  22708.                             24 => 'h1',
  22709.                             25 => 'h2',
  22710.                             26 => 'h3',
  22711.                             27 => 'h4',
  22712.                             28 => 'h5',
  22713.                             29 => 'h6',
  22714.                             30 => 'hr',
  22715.                             31 => 'i',
  22716.                             32 => 'ins',
  22717.                             33 => 'kbd',
  22718.                             34 => 'li',
  22719.                             35 => 'menu',
  22720.                             36 => 'ol',
  22721.                             37 => 'p',
  22722.                             38 => 'pre',
  22723.                             39 => 'q',
  22724.                             40 => 's',
  22725.                             41 => 'samp',
  22726.                             42 => 'small',
  22727.                             43 => 'span',
  22728.                             44 => 'strike',
  22729.                             45 => 'strong',
  22730.                             46 => 'sub',
  22731.                             47 => 'sup',
  22732.                             48 => 'table',
  22733.                             49 => 'tbody',
  22734.                             50 => 'td',
  22735.                             51 => 'tfoot',
  22736.                             52 => 'th',
  22737.                             53 => 'thead',
  22738.                             54 => 'tr',
  22739.                             55 => 'tt',
  22740.                             56 => 'u',
  22741.                             57 => 'ul',
  22742.                             58 => 'var',
  22743.                         ],
  22744.                         'attributes' => [
  22745.                             => 'align',
  22746.                             => 'bgcolor',
  22747.                             => 'border',
  22748.                             => 'cellpadding',
  22749.                             => 'cellspacing',
  22750.                             => 'cite',
  22751.                             => 'class',
  22752.                             => 'clear',
  22753.                             => 'color',
  22754.                             => 'colspan',
  22755.                             10 => 'dir',
  22756.                             11 => 'face',
  22757.                             12 => 'frame',
  22758.                             13 => 'height',
  22759.                             14 => 'href',
  22760.                             15 => 'id',
  22761.                             16 => 'lang',
  22762.                             17 => 'name',
  22763.                             18 => 'noshade',
  22764.                             19 => 'nowrap',
  22765.                             20 => 'rel',
  22766.                             21 => 'rev',
  22767.                             22 => 'rowspan',
  22768.                             23 => 'scope',
  22769.                             24 => 'size',
  22770.                             25 => 'span',
  22771.                             26 => 'start',
  22772.                             27 => 'style',
  22773.                             28 => 'summary',
  22774.                             29 => 'title',
  22775.                             30 => 'type',
  22776.                             31 => 'valign',
  22777.                             32 => 'value',
  22778.                             33 => 'width',
  22779.                         ],
  22780.                         'options' => [
  22781.                         ],
  22782.                     ],
  22783.                     'media' => [
  22784.                         'tags' => [
  22785.                             => 'img',
  22786.                         ],
  22787.                         'attributes' => [
  22788.                             => 'src',
  22789.                             => 'alt',
  22790.                         ],
  22791.                         'options' => [
  22792.                         ],
  22793.                     ],
  22794.                     'script' => [
  22795.                         'tags' => [
  22796.                             => 'script',
  22797.                         ],
  22798.                         'options' => [
  22799.                             'HTML.Trusted' => true,
  22800.                         ],
  22801.                         'attributes' => [
  22802.                         ],
  22803.                     ],
  22804.                     'tidy' => [
  22805.                         'options' => [
  22806.                             'Output.TidyFormat' => true,
  22807.                         ],
  22808.                         'tags' => [
  22809.                         ],
  22810.                         'attributes' => [
  22811.                         ],
  22812.                     ],
  22813.                 ],
  22814.                 'fields' => [
  22815.                     'product_translation.description' => [
  22816.                         'sets' => [
  22817.                             => 'basic',
  22818.                             => 'media',
  22819.                         ],
  22820.                     ],
  22821.                     'app_cms_block.template' => [
  22822.                         'sets' => [
  22823.                             => 'basic',
  22824.                             => 'media',
  22825.                             => 'tidy',
  22826.                         ],
  22827.                     ],
  22828.                 ],
  22829.             ]; break;
  22830.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  22831.             case 'shopware.cache'$value = [
  22832.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  22833.                 'invalidation' => [
  22834.                     'delay' => 0,
  22835.                     'count' => 150,
  22836.                     'http_cache' => [
  22837.                         => 'logged-in',
  22838.                         => 'cart-filled',
  22839.                     ],
  22840.                     'product_listing_route' => [
  22841.                     ],
  22842.                     'product_detail_route' => [
  22843.                     ],
  22844.                     'product_review_route' => [
  22845.                     ],
  22846.                     'product_search_route' => [
  22847.                     ],
  22848.                     'product_suggest_route' => [
  22849.                     ],
  22850.                     'product_cross_selling_route' => [
  22851.                     ],
  22852.                     'payment_method_route' => [
  22853.                     ],
  22854.                     'shipping_method_route' => [
  22855.                     ],
  22856.                     'navigation_route' => [
  22857.                     ],
  22858.                     'category_route' => [
  22859.                     ],
  22860.                     'landing_page_route' => [
  22861.                     ],
  22862.                     'language_route' => [
  22863.                     ],
  22864.                     'currency_route' => [
  22865.                     ],
  22866.                     'country_route' => [
  22867.                     ],
  22868.                     'country_state_route' => [
  22869.                     ],
  22870.                     'salutation_route' => [
  22871.                     ],
  22872.                     'sitemap_route' => [
  22873.                     ],
  22874.                 ],
  22875.             ]; break;
  22876.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  22877.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  22878.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  22879.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  22880.         }
  22881.         $this->loadedDynamicParameters[$name] = true;
  22882.         return $this->dynamicParameters[$name] = $value;
  22883.     }
  22884.     protected function getDefaultParameters(): array
  22885.     {
  22886.         return [
  22887.             'kernel.project_dir' => \dirname(__DIR__4),
  22888.             'kernel.environment' => 'dev',
  22889.             'kernel.debug' => true,
  22890.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  22891.             'kernel.bundles' => [
  22892.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  22893.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  22894.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  22895.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  22896.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  22897.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  22898.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  22899.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  22900.                 'System' => 'Shopware\\Core\\System\\System',
  22901.                 'Content' => 'Shopware\\Core\\Content\\Content',
  22902.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  22903.                 'Administration' => 'Shopware\\Administration\\Administration',
  22904.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  22905.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  22906.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  22907.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  22908.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  22909.                 'ChiliCustom' => 'ChiliCustom\\ChiliCustom',
  22910.                 'SwagPlatformSecurity' => 'Swag\\Security\\SwagPlatformSecurity',
  22911.                 'NetiNextOrderFields' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  22912.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  22913.             ],
  22914.             'kernel.bundles_metadata' => [
  22915.                 'FrameworkBundle' => [
  22916.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  22917.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  22918.                 ],
  22919.                 'MonologBundle' => [
  22920.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  22921.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  22922.                 ],
  22923.                 'SensioFrameworkExtraBundle' => [
  22924.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  22925.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  22926.                 ],
  22927.                 'TwigBundle' => [
  22928.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  22929.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  22930.                 ],
  22931.                 'DebugBundle' => [
  22932.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  22933.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  22934.                 ],
  22935.                 'EnqueueBundle' => [
  22936.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  22937.                     'namespace' => 'Enqueue\\Bundle',
  22938.                 ],
  22939.                 'EnqueueAdapterBundle' => [
  22940.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  22941.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  22942.                 ],
  22943.                 'Framework' => [
  22944.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  22945.                     'namespace' => 'Shopware\\Core\\Framework',
  22946.                 ],
  22947.                 'System' => [
  22948.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  22949.                     'namespace' => 'Shopware\\Core\\System',
  22950.                 ],
  22951.                 'Content' => [
  22952.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  22953.                     'namespace' => 'Shopware\\Core\\Content',
  22954.                 ],
  22955.                 'Checkout' => [
  22956.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  22957.                     'namespace' => 'Shopware\\Core\\Checkout',
  22958.                 ],
  22959.                 'Administration' => [
  22960.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  22961.                     'namespace' => 'Shopware\\Administration',
  22962.                 ],
  22963.                 'Storefront' => [
  22964.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  22965.                     'namespace' => 'Shopware\\Storefront',
  22966.                 ],
  22967.                 'Elasticsearch' => [
  22968.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  22969.                     'namespace' => 'Shopware\\Elasticsearch',
  22970.                 ],
  22971.                 'Maintenance' => [
  22972.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  22973.                     'namespace' => 'Shopware\\Core\\Maintenance',
  22974.                 ],
  22975.                 'WebProfilerBundle' => [
  22976.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  22977.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  22978.                 ],
  22979.                 'Profiling' => [
  22980.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  22981.                     'namespace' => 'Shopware\\Core\\Profiling',
  22982.                 ],
  22983.                 'ChiliCustom' => [
  22984.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src'),
  22985.                     'namespace' => 'ChiliCustom',
  22986.                 ],
  22987.                 'SwagPlatformSecurity' => [
  22988.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  22989.                     'namespace' => 'Swag\\Security',
  22990.                 ],
  22991.                 'NetiNextOrderFields' => [
  22992.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src'),
  22993.                     'namespace' => 'NetInventors\\NetiNextOrderFields',
  22994.                 ],
  22995.                 'DbalKernelPluginLoader' => [
  22996.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  22997.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  22998.                 ],
  22999.             ],
  23000.             'kernel.charset' => 'UTF-8',
  23001.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  23002.             'kernel.cache.hash' => 'da15e655b6d3489b324fd1e8bed7b819',
  23003.             'kernel.shopware_version' => '6.4.16.1',
  23004.             'kernel.shopware_version_revision' => '8780d0c0ad96c614b4dc7750f9db0954987cef2f',
  23005.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  23006.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  23007.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  23008.             'kernel.active_plugins' => [
  23009.                 'ChiliCustom\\ChiliCustom' => [
  23010.                     'name' => 'ChiliCustom',
  23011.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src'),
  23012.                     'class' => 'ChiliCustom\\ChiliCustom',
  23013.                 ],
  23014.                 'Swag\\Security\\SwagPlatformSecurity' => [
  23015.                     'name' => 'SwagPlatformSecurity',
  23016.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  23017.                     'class' => 'Swag\\Security\\SwagPlatformSecurity',
  23018.                 ],
  23019.                 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields' => [
  23020.                     'name' => 'NetiNextOrderFields',
  23021.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src'),
  23022.                     'class' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  23023.                 ],
  23024.             ],
  23025.             'kernel.plugin_infos' => [
  23026.                 => [
  23027.                     'name' => 'SwagMigrationAssistant',
  23028.                     'baseClass' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  23029.                     'active' => false,
  23030.                     'path' => 'custom/plugins/SwagMigrationAssistant',
  23031.                     'version' => '4.2.5',
  23032.                     'autoload' => [
  23033.                         'psr-4' => [
  23034.                             'SwagMigrationAssistant\\' => '',
  23035.                         ],
  23036.                     ],
  23037.                     'managedByComposer' => false,
  23038.                     'composerName' => 'swag/migration-assistant',
  23039.                 ],
  23040.                 => [
  23041.                     'name' => 'SwagPayPal',
  23042.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  23043.                     'active' => false,
  23044.                     'path' => 'custom/plugins/SwagPayPal',
  23045.                     'version' => '6.5.0',
  23046.                     'autoload' => [
  23047.                         'psr-4' => [
  23048.                             'Swag\\PayPal\\' => 'src/',
  23049.                         ],
  23050.                     ],
  23051.                     'managedByComposer' => false,
  23052.                     'composerName' => 'swag/paypal',
  23053.                 ],
  23054.                 => [
  23055.                     'name' => 'SwagMigrationMagento',
  23056.                     'baseClass' => 'Swag\\MigrationMagento\\SwagMigrationMagento',
  23057.                     'active' => false,
  23058.                     'path' => 'custom/plugins/SwagMigrationMagento',
  23059.                     'version' => '4.0.3',
  23060.                     'autoload' => [
  23061.                         'psr-4' => [
  23062.                             'Swag\\MigrationMagento\\' => 'src/',
  23063.                         ],
  23064.                     ],
  23065.                     'managedByComposer' => false,
  23066.                     'composerName' => 'swag/migration-magento',
  23067.                 ],
  23068.                 => [
  23069.                     'name' => 'ChiliCustom',
  23070.                     'baseClass' => 'ChiliCustom\\ChiliCustom',
  23071.                     'active' => true,
  23072.                     'path' => 'custom/plugins/ChiliCustom',
  23073.                     'version' => '1.0.0',
  23074.                     'autoload' => [
  23075.                         'psr-4' => [
  23076.                             'ChiliCustom\\' => 'src/',
  23077.                         ],
  23078.                     ],
  23079.                     'managedByComposer' => false,
  23080.                     'composerName' => 'swag/theme-skeleton',
  23081.                 ],
  23082.                 => [
  23083.                     'name' => 'SwagPlatformSecurity',
  23084.                     'baseClass' => 'Swag\\Security\\SwagPlatformSecurity',
  23085.                     'active' => true,
  23086.                     'path' => 'custom/plugins/SwagPlatformSecurity',
  23087.                     'version' => '1.0.37',
  23088.                     'autoload' => [
  23089.                         'psr-4' => [
  23090.                             'Swag\\Security\\' => 'src/',
  23091.                         ],
  23092.                     ],
  23093.                     'managedByComposer' => false,
  23094.                     'composerName' => 'swag/platform-security',
  23095.                 ],
  23096.                 => [
  23097.                     'name' => 'NetiNextOrderFields',
  23098.                     'baseClass' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  23099.                     'active' => true,
  23100.                     'path' => 'custom/plugins/NetiNextOrderFields',
  23101.                     'version' => '4.2.0',
  23102.                     'autoload' => [
  23103.                         'psr-4' => [
  23104.                             'NetInventors\\NetiNextOrderFields\\' => 'src/',
  23105.                         ],
  23106.                     ],
  23107.                     'managedByComposer' => false,
  23108.                     'composerName' => 'netinventors/next-order-fields',
  23109.                 ],
  23110.             ],
  23111.             'kernel.supported_api_versions' => [
  23112.                 => 2,
  23113.                 => 3,
  23114.                 => 4,
  23115.             ],
  23116.             'defaults_bool_true' => true,
  23117.             'defaults_bool_false' => false,
  23118.             'default_whitespace' => ' ',
  23119.             'locale' => 'en-GB',
  23120.             'messenger.default_transport_name' => 'default',
  23121.             'default_cdn_strategy' => 'physical_filename',
  23122.             'env(APP_URL)' => '',
  23123.             'env(REDIS_PREFIX)' => '',
  23124.             'shopware.slug.config' => [
  23125.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  23126.                 'lowercase' => false,
  23127.             ],
  23128.             'core.migration.directories' => [
  23129.             ],
  23130.             'migration.active' => [
  23131.                 => 1536232600,
  23132.                 => 1536232610,
  23133.                 => 1536232620,
  23134.                 => 1536232630,
  23135.                 => 1536232640,
  23136.                 => 1536232650,
  23137.                 => 1536232660,
  23138.                 => 1536232670,
  23139.                 => 1536232680,
  23140.                 => 1536232690,
  23141.                 10 => 1536232700,
  23142.                 11 => 1536232710,
  23143.                 12 => 1536232720,
  23144.                 13 => 1536232730,
  23145.                 14 => 1536232740,
  23146.                 15 => 1536232750,
  23147.                 16 => 1536232760,
  23148.                 17 => 1536232770,
  23149.                 18 => 1536232790,
  23150.                 19 => 1536232800,
  23151.                 20 => 1536232810,
  23152.                 21 => 1536232820,
  23153.                 22 => 1536232830,
  23154.                 23 => 1536232840,
  23155.                 24 => 1536232850,
  23156.                 25 => 1536232860,
  23157.                 26 => 1536232870,
  23158.                 27 => 1536232880,
  23159.                 28 => 1536232890,
  23160.                 29 => 1536232900,
  23161.                 30 => 1536232910,
  23162.                 31 => 1536232920,
  23163.                 32 => 1536232930,
  23164.                 33 => 1536232940,
  23165.                 34 => 1536232950,
  23166.                 35 => 1536232960,
  23167.                 36 => 1536232970,
  23168.                 37 => 1536232980,
  23169.                 38 => 1536232990,
  23170.                 39 => 1536233000,
  23171.                 40 => 1536233010,
  23172.                 41 => 1536233020,
  23173.                 42 => 1536233030,
  23174.                 43 => 1536233040,
  23175.                 44 => 1536233050,
  23176.                 45 => 1536233060,
  23177.                 46 => 1536233070,
  23178.                 47 => 1536233080,
  23179.                 48 => 1536233090,
  23180.                 49 => 1536233100,
  23181.                 50 => 1536233110,
  23182.                 51 => 1536233120,
  23183.                 52 => 1536233130,
  23184.                 53 => 1536233140,
  23185.                 54 => 1536233150,
  23186.                 55 => 1536233160,
  23187.                 56 => 1536233170,
  23188.                 57 => 1536233180,
  23189.                 58 => 1536233190,
  23190.                 59 => 1536233200,
  23191.                 60 => 1536233210,
  23192.                 61 => 1536233220,
  23193.                 62 => 1536233230,
  23194.                 63 => 1536233240,
  23195.                 64 => 1536233250,
  23196.                 65 => 1536233260,
  23197.                 66 => 1536233270,
  23198.                 67 => 1536233280,
  23199.                 68 => 1536233290,
  23200.                 69 => 1536233300,
  23201.                 70 => 1536233310,
  23202.                 71 => 1536233320,
  23203.                 72 => 1536233330,
  23204.                 73 => 1536233340,
  23205.                 74 => 1536233350,
  23206.                 75 => 1536233360,
  23207.                 76 => 1536233370,
  23208.                 77 => 1536233380,
  23209.                 78 => 1536233390,
  23210.                 79 => 1536233400,
  23211.                 80 => 1536233410,
  23212.                 81 => 1536233420,
  23213.                 82 => 1536233430,
  23214.                 83 => 1536233440,
  23215.                 84 => 1536233450,
  23216.                 85 => 1536233460,
  23217.                 86 => 1536233470,
  23218.                 87 => 1536233480,
  23219.                 88 => 1536233500,
  23220.                 89 => 1536233510,
  23221.                 90 => 1536233520,
  23222.                 91 => 1536233530,
  23223.                 92 => 1536233540,
  23224.                 93 => 1536233550,
  23225.                 94 => 1536233560,
  23226.                 95 => 1552360944,
  23227.                 96 => 1554199340,
  23228.                 97 => 1554200141,
  23229.                 98 => 1554203706,
  23230.                 99 => 1554900301,
  23231.                 100 => 1556809270,
  23232.                 101 => 1558082916,
  23233.                 102 => 1558105657,
  23234.                 103 => 1558443337,
  23235.                 104 => 1558505525,
  23236.                 105 => 1558594334,
  23237.                 106 => 1558938938,
  23238.                 107 => 1559050088,
  23239.                 108 => 1559050903,
  23240.                 109 => 1559134989,
  23241.                 110 => 1559306391,
  23242.                 111 => 1561370284,
  23243.                 112 => 1561377793,
  23244.                 113 => 1561442979,
  23245.                 114 => 1561452005,
  23246.                 115 => 1561712450,
  23247.                 116 => 1562228335,
  23248.                 117 => 1562240231,
  23249.                 118 => 1562306893,
  23250.                 119 => 1562324772,
  23251.                 120 => 1562579120,
  23252.                 121 => 1562684474,
  23253.                 122 => 1562841035,
  23254.                 123 => 1562933907,
  23255.                 124 => 1563180880,
  23256.                 125 => 1563288227,
  23257.                 126 => 1563518181,
  23258.                 127 => 1563805586,
  23259.                 128 => 1563949275,
  23260.                 129 => 1564475053,
  23261.                 130 => 1565007156,
  23262.                 131 => 1565079228,
  23263.                 132 => 1565270155,
  23264.                 133 => 1565270366,
  23265.                 134 => 1565346846,
  23266.                 135 => 1565705280,
  23267.                 136 => 1566293076,
  23268.                 137 => 1566460168,
  23269.                 138 => 1566817701,
  23270.                 139 => 1567431050,
  23271.                 140 => 1568120239,
  23272.                 141 => 1568120302,
  23273.                 142 => 1568645037,
  23274.                 143 => 1568901713,
  23275.                 144 => 1569403146,
  23276.                 145 => 1570187167,
  23277.                 146 => 1570459127,
  23278.                 147 => 1570621541,
  23279.                 148 => 1570622696,
  23280.                 149 => 1570629862,
  23281.                 150 => 1570684913,
  23282.                 151 => 1571059598,
  23283.                 152 => 1571210820,
  23284.                 153 => 1571660203,
  23285.                 154 => 1571724915,
  23286.                 155 => 1571981437,
  23287.                 156 => 1571990395,
  23288.                 157 => 1572193798,
  23289.                 158 => 1572264837,
  23290.                 159 => 1572273565,
  23291.                 160 => 1572421282,
  23292.                 161 => 1572425108,
  23293.                 162 => 1572957455,
  23294.                 163 => 1573049297,
  23295.                 164 => 1573569685,
  23296.                 165 => 1573729158,
  23297.                 166 => 1574063550,
  23298.                 167 => 1574082635,
  23299.                 168 => 1574258787,
  23300.                 169 => 1574258788,
  23301.                 170 => 1574258789,
  23302.                 171 => 1574520220,
  23303.                 172 => 1574672450,
  23304.                 173 => 1574695657,
  23305.                 174 => 1574925962,
  23306.                 175 => 1575010262,
  23307.                 176 => 1575021466,
  23308.                 177 => 1575034234,
  23309.                 178 => 1575036586,
  23310.                 179 => 1575039284,
  23311.                 180 => 1575197543,
  23312.                 181 => 1575274700,
  23313.                 182 => 1575293069,
  23314.                 183 => 1575451283,
  23315.                 184 => 1575626180,
  23316.                 185 => 1575883959,
  23317.                 186 => 1576488398,
  23318.                 187 => 1576590301,
  23319.                 188 => 1578042218,
  23320.                 189 => 1578044453,
  23321.                 190 => 1578470886,
  23322.                 191 => 1578475268,
  23323.                 192 => 1578485775,
  23324.                 193 => 1578491480,
  23325.                 194 => 1578590702,
  23326.                 195 => 1578648299,
  23327.                 196 => 1578650334,
  23328.                 197 => 1580202210,
  23329.                 198 => 1580218617,
  23330.                 199 => 1580743279,
  23331.                 200 => 1580746806,
  23332.                 201 => 1580808849,
  23333.                 202 => 1580819350,
  23334.                 203 => 1580827023,
  23335.                 204 => 1582011195,
  23336.                 205 => 1583142266,
  23337.                 206 => 1583416186,
  23338.                 207 => 1583756864,
  23339.                 208 => 1583844433,
  23340.                 209 => 1584002637,
  23341.                 210 => 1584953715,
  23342.                 211 => 1585056571,
  23343.                 212 => 1585126355,
  23344.                 213 => 1585490020,
  23345.                 214 => 1585744384,
  23346.                 215 => 1585816139,
  23347.                 216 => 1586158920,
  23348.                 217 => 1586173614,
  23349.                 218 => 1586260286,
  23350.                 219 => 1586334003,
  23351.                 220 => 1587039363,
  23352.                 221 => 1587109484,
  23353.                 222 => 1587111506,
  23354.                 223 => 1587461582,
  23355.                 224 => 1588143272,
  23356.                 225 => 1588144801,
  23357.                 226 => 1588153272,
  23358.                 227 => 1589178550,
  23359.                 228 => 1589357321,
  23360.                 229 => 1589359936,
  23361.                 230 => 1589379060,
  23362.                 231 => 1589447332,
  23363.                 232 => 1589458026,
  23364.                 233 => 1590408550,
  23365.                 234 => 1590409548,
  23366.                 235 => 1590566018,
  23367.                 236 => 1590566405,
  23368.                 237 => 1590579986,
  23369.                 238 => 1590758953,
  23370.                 239 => 1591052278,
  23371.                 240 => 1591167126,
  23372.                 241 => 1591253089,
  23373.                 242 => 1591259559,
  23374.                 243 => 1591272594,
  23375.                 244 => 1591361320,
  23376.                 245 => 1591683158,
  23377.                 246 => 1591817370,
  23378.                 247 => 1592466717,
  23379.                 248 => 1592837424,
  23380.                 249 => 1592978289,
  23381.                 250 => 1593698606,
  23382.                 251 => 1594650256,
  23383.                 252 => 1594885630,
  23384.                 253 => 1594886106,
  23385.                 254 => 1594886773,
  23386.                 255 => 1594886895,
  23387.                 256 => 1594887027,
  23388.                 257 => 1595160327,
  23389.                 258 => 1595321666,
  23390.                 259 => 1595422169,
  23391.                 260 => 1595480600,
  23392.                 261 => 1595489705,
  23393.                 262 => 1595492052,
  23394.                 263 => 1595492053,
  23395.                 264 => 1595499689,
  23396.                 265 => 1595553089,
  23397.                 266 => 1595578253,
  23398.                 267 => 1595919251,
  23399.                 268 => 1596091744,
  23400.                 269 => 1596441551,
  23401.                 270 => 1597391970,
  23402.                 271 => 1597394241,
  23403.                 272 => 1597657689,
  23404.                 273 => 1597762808,
  23405.                 274 => 1597830237,
  23406.                 275 => 1597930227,
  23407.                 276 => 1598280548,
  23408.                 277 => 1598520424,
  23409.                 278 => 1598885384,
  23410.                 279 => 1599112309,
  23411.                 280 => 1599134496,
  23412.                 281 => 1599463278,
  23413.                 282 => 1599570560,
  23414.                 283 => 1599720163,
  23415.                 284 => 1599806584,
  23416.                 285 => 1599806595,
  23417.                 286 => 1599822061,
  23418.                 287 => 1600072779,
  23419.                 288 => 1600156989,
  23420.                 289 => 1600253602,
  23421.                 290 => 1600330846,
  23422.                 291 => 1600338271,
  23423.                 292 => 1600349343,
  23424.                 293 => 1600676671,
  23425.                 294 => 1600769357,
  23426.                 295 => 1600778848,
  23427.                 296 => 1601388975,
  23428.                 297 => 1601451838,
  23429.                 298 => 1601539530,
  23430.                 299 => 1601543829,
  23431.                 300 => 1601891339,
  23432.                 301 => 1602062376,
  23433.                 302 => 1602146868,
  23434.                 303 => 1602153572,
  23435.                 304 => 1602494493,
  23436.                 305 => 1602494495,
  23437.                 306 => 1602745374,
  23438.                 307 => 1602822727,
  23439.                 308 => 1603179023,
  23440.                 309 => 1603293043,
  23441.                 310 => 1603970276,
  23442.                 311 => 1604056363,
  23443.                 312 => 1604056421,
  23444.                 313 => 1604475913,
  23445.                 314 => 1604499476,
  23446.                 315 => 1604568928,
  23447.                 316 => 1604669773,
  23448.                 317 => 1605103533,
  23449.                 318 => 1605530777,
  23450.                 319 => 1605609309,
  23451.                 320 => 1605609477,
  23452.                 321 => 1605861407,
  23453.                 322 => 1606310257,
  23454.                 323 => 1607415095,
  23455.                 324 => 1607500561,
  23456.                 325 => 1607514878,
  23457.                 326 => 1607581275,
  23458.                 327 => 1607581276,
  23459.                 328 => 1608624028,
  23460.                 329 => 1609125144,
  23461.                 330 => 1609857999,
  23462.                 331 => 1610531188,
  23463.                 332 => 1610965670,
  23464.                 333 => 1610974673,
  23465.                 334 => 1611155140,
  23466.                 335 => 1614240671,
  23467.                 336 => 1552899789,
  23468.                 337 => 1555406153,
  23469.                 338 => 1563785071,
  23470.                 339 => 1564385954,
  23471.                 340 => 1564385960,
  23472.                 341 => 1565640170,
  23473.                 342 => 1565640175,
  23474.                 343 => 1595492054,
  23475.                 344 => 1604502151,
  23476.                 345 => 1594104496,
  23477.                 346 => 1604585230,
  23478.                 347 => 1609140710,
  23479.                 348 => 1610337444,
  23480.                 349 => 1610439375,
  23481.                 350 => 1610448012,
  23482.                 351 => 1610523204,
  23483.                 352 => 1610523548,
  23484.                 353 => 1610616655,
  23485.                 354 => 1610621999,
  23486.                 355 => 1610625925,
  23487.                 356 => 1610634383,
  23488.                 357 => 1610904608,
  23489.                 358 => 1611732852,
  23490.                 359 => 1611817467,
  23491.                 360 => 1612184092,
  23492.                 361 => 1612442685,
  23493.                 362 => 1612442686,
  23494.                 363 => 1612442786,
  23495.                 364 => 1612851765,
  23496.                 365 => 1612865237,
  23497.                 366 => 1612970642,
  23498.                 367 => 1612980753,
  23499.                 368 => 1613665555,
  23500.                 369 => 1614249488,
  23501.                 370 => 1614691876,
  23502.                 371 => 1614765170,
  23503.                 372 => 1614765785,
  23504.                 373 => 1615359964,
  23505.                 374 => 1615366708,
  23506.                 375 => 1615452749,
  23507.                 376 => 1615802866,
  23508.                 377 => 1615819992,
  23509.                 378 => 1616076922,
  23510.                 379 => 1616496610,
  23511.                 380 => 1616555956,
  23512.                 381 => 1617000878,
  23513.                 382 => 1617356092,
  23514.                 383 => 1617784658,
  23515.                 384 => 1617864895,
  23516.                 385 => 1617868381,
  23517.                 386 => 1617877887,
  23518.                 387 => 1617896006,
  23519.                 388 => 1617935350,
  23520.                 389 => 1617953690,
  23521.                 390 => 1617960456,
  23522.                 391 => 1617974402,
  23523.                 392 => 1618218491,
  23524.                 393 => 1618389817,
  23525.                 394 => 1618476427,
  23526.                 395 => 1618569201,
  23527.                 396 => 1618900427,
  23528.                 397 => 1618989442,
  23529.                 398 => 1619070236,
  23530.                 399 => 1619428555,
  23531.                 400 => 1619604605,
  23532.                 401 => 1619703075,
  23533.                 402 => 1620146632,
  23534.                 403 => 1620147234,
  23535.                 404 => 1620201616,
  23536.                 405 => 1620215586,
  23537.                 406 => 1620374229,
  23538.                 407 => 1620376945,
  23539.                 408 => 1620632460,
  23540.                 409 => 1620634856,
  23541.                 410 => 1620733405,
  23542.                 411 => 1620733405,
  23543.                 412 => 1620820321,
  23544.                 413 => 1621845357,
  23545.                 414 => 1621845370,
  23546.                 415 => 1622010069,
  23547.                 416 => 1622104463,
  23548.                 417 => 1622782058,
  23549.                 418 => 1623305620,
  23550.                 419 => 1623391399,
  23551.                 420 => 1623828962,
  23552.                 421 => 1624262862,
  23553.                 422 => 1624884801,
  23554.                 423 => 1624967118,
  23555.                 424 => 1625304609,
  23556.                 425 => 1625465756,
  23557.                 426 => 1625505190,
  23558.                 427 => 1625554302,
  23559.                 428 => 1625569667,
  23560.                 429 => 1625583596,
  23561.                 430 => 1625583619,
  23562.                 431 => 1625816310,
  23563.                 432 => 1625819412,
  23564.                 433 => 1625831469,
  23565.                 434 => 1626241110,
  23566.                 435 => 1626442868,
  23567.                 436 => 1626696809,
  23568.                 437 => 1626785125,
  23569.                 438 => 1627292049,
  23570.                 439 => 1627540693,
  23571.                 440 => 1627541488,
  23572.                 441 => 1627562945,
  23573.                 442 => 1627650101,
  23574.                 443 => 1627929168,
  23575.                 444 => 1627983652,
  23576.                 445 => 1628519513,
  23577.                 446 => 1628749113,
  23578.                 447 => 1629204538,
  23579.                 448 => 1629700169,
  23580.                 449 => 1629877210,
  23581.                 450 => 1630074081,
  23582.                 451 => 1630485317,
  23583.                 452 => 1631625055,
  23584.                 453 => 1631703921,
  23585.                 454 => 1631790054,
  23586.                 455 => 1631863869,
  23587.                 456 => 1632111590,
  23588.                 457 => 1632215760,
  23589.                 458 => 1632721037,
  23590.                 459 => 1633347511,
  23591.                 460 => 1633358879,
  23592.                 461 => 1633422057,
  23593.                 462 => 1634735841,
  23594.                 463 => 1635147952,
  23595.                 464 => 1635230747,
  23596.                 465 => 1635237551,
  23597.                 466 => 1635388654,
  23598.                 467 => 1635936029,
  23599.                 468 => 1636014089,
  23600.                 469 => 1636018970,
  23601.                 470 => 1636362839,
  23602.                 471 => 1636449347,
  23603.                 472 => 1636964297,
  23604.                 473 => 1636971615,
  23605.                 474 => 1638195971,
  23606.                 475 => 1638365464,
  23607.                 476 => 1638514913,
  23608.                 477 => 1638993987,
  23609.                 478 => 1639122665,
  23610.                 479 => 1639139581,
  23611.                 480 => 1639992771,
  23612.                 481 => 1641289204,
  23613.                 482 => 1642517958,
  23614.                 483 => 1642732351,
  23615.                 484 => 1642757286,
  23616.                 485 => 1643366069,
  23617.                 486 => 1643386819,
  23618.                 487 => 1643724178,
  23619.                 488 => 1643878976,
  23620.                 489 => 1643892702,
  23621.                 490 => 1645019769,
  23622.                 491 => 1645453538,
  23623.                 492 => 1646125417,
  23624.                 493 => 1646397836,
  23625.                 494 => 1646817331,
  23626.                 495 => 1647260673,
  23627.                 496 => 1647443222,
  23628.                 497 => 1647511158,
  23629.                 498 => 1648031611,
  23630.                 499 => 1648031636,
  23631.                 500 => 1648543185,
  23632.                 501 => 1648709176,
  23633.                 502 => 1648803451,
  23634.                 503 => 1649040981,
  23635.                 504 => 1649315608,
  23636.                 505 => 1650249241,
  23637.                 506 => 1650444800,
  23638.                 507 => 1650548599,
  23639.                 508 => 1650620993,
  23640.                 509 => 1650872291,
  23641.                 510 => 1650981517,
  23642.                 511 => 1652166447,
  23643.                 512 => 1652345915,
  23644.                 513 => 1652441129,
  23645.                 514 => 1652864153,
  23646.                 515 => 1653376989,
  23647.                 516 => 1653385302,
  23648.                 517 => 1655730949,
  23649.                 518 => 1656397126,
  23650.                 519 => 1656928097,
  23651.                 520 => 1657011337,
  23652.                 521 => 1657027979,
  23653.                 522 => 1660814397,
  23654.                 523 => 1661759290,
  23655.                 524 => 1661771388,
  23656.                 525 => 1632281097,
  23657.                 526 => 1636121186,
  23658.                 527 => 1660813696,
  23659.                 528 => 1641476963,
  23660.                 529 => 1651172963,
  23661.                 530 => 1632281097,
  23662.                 531 => 1636121186,
  23663.                 532 => 1660813696,
  23664.                 533 => 1552899789,
  23665.                 534 => 1555406153,
  23666.                 535 => 1563785071,
  23667.                 536 => 1564385954,
  23668.                 537 => 1564385960,
  23669.                 538 => 1565640170,
  23670.                 539 => 1565640175,
  23671.                 540 => 1595492054,
  23672.                 541 => 1604502151,
  23673.                 542 => 1598270975,
  23674.                 543 => 1622104591,
  23675.                 544 => 1660034505,
  23676.             ],
  23677.             'shopware.security.csp_templates' => [
  23678.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  23679.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  23680.                 'storefront' => '',
  23681.                 'installer' => '',
  23682.             ],
  23683.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  23684.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  23685.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  23686.             'env(INSTANCE_ID)' => 'install',
  23687.             'shopware.store_endpoints' => [
  23688.                 'ping' => '/ping',
  23689.                 'my_extensions' => '/swplatform/licenseenvironment',
  23690.                 'my_licenses' => '/swplatform/licenses',
  23691.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  23692.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  23693.                 'environment_information' => '/swplatform/environmentinformation',
  23694.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  23695.                 'updater_permission' => '/swplatform/autoupdate/permission',
  23696.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  23697.                 'app_generate_signature' => '/swplatform/generatesignature',
  23698.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  23699.                 'login' => '/swplatform/login',
  23700.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  23701.                 'user_info' => '/swplatform/userinfo',
  23702.             ],
  23703.             'env(SHOPWARE_UPDATE_TEST)' => '',
  23704.             'shopware.media.metadata.types' => [
  23705.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  23706.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  23707.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  23708.             ],
  23709.             'product_export.directory' => 'export',
  23710.             'product_export.read_buffer_size' => 100,
  23711.             'import_export.supported_entities' => [
  23712.                 => 'customer',
  23713.                 => 'product',
  23714.             ],
  23715.             'import_export.supported_file_types' => [
  23716.                 => 'text/csv',
  23717.             ],
  23718.             'import_export.read_buffer_size' => 100,
  23719.             'import_export.write_buffer_size' => 100,
  23720.             'import_export.http_batch_size' => 100,
  23721.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  23722.             'shopware_http_cache_enabled_default' => 1,
  23723.             'shopware_http_cache_default_ttl_default' => 7200,
  23724.             'shopware.twig.app_variable.allowed_server_params' => [
  23725.                 => 'server_name',
  23726.                 => 'request_uri',
  23727.                 => 'app_url',
  23728.                 => 'http_user_agent',
  23729.                 => 'http_host',
  23730.                 => 'server_name',
  23731.                 => 'server_port',
  23732.                 => 'redirect_url',
  23733.                 => 'https',
  23734.                 => 'forwarded',
  23735.                 10 => 'host',
  23736.                 11 => 'remote_addr',
  23737.                 12 => 'http_x_forwarded_for',
  23738.                 13 => 'http_x_forwarded_host',
  23739.                 14 => 'http_x_forwarded_proto',
  23740.                 15 => 'http_x_forwarded_port',
  23741.                 16 => 'http_x_forwarded_prefix',
  23742.             ],
  23743.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  23744.             'elasticsearch.index.config' => [
  23745.                 'settings' => [
  23746.                     'index' => [
  23747.                         'number_of_shards' => 3,
  23748.                         'number_of_replicas' => 3,
  23749.                         'mapping.total_fields.limit' => 50000,
  23750.                         'mapping.nested_fields.limit' => 500,
  23751.                         'mapping.nested_objects.limit' => 1000000,
  23752.                     ],
  23753.                     'analysis' => [
  23754.                         'normalizer' => [
  23755.                             'sw_lowercase_normalizer' => [
  23756.                                 'type' => 'custom',
  23757.                                 'filter' => [
  23758.                                     => 'lowercase',
  23759.                                 ],
  23760.                             ],
  23761.                         ],
  23762.                         'analyzer' => [
  23763.                             'sw_ngram_analyzer' => [
  23764.                                 'type' => 'custom',
  23765.                                 'tokenizer' => 'whitespace',
  23766.                                 'filter' => [
  23767.                                     => 'lowercase',
  23768.                                     => 'sw_ngram_filter',
  23769.                                 ],
  23770.                             ],
  23771.                         ],
  23772.                         'filter' => [
  23773.                             'sw_ngram_filter' => [
  23774.                                 'type' => 'ngram',
  23775.                                 'min_gram' => 4,
  23776.                                 'max_gram' => 5,
  23777.                             ],
  23778.                         ],
  23779.                     ],
  23780.                 ],
  23781.             ],
  23782.             'elasticsearch.index.mapping' => [
  23783.                 'dynamic_templates' => [
  23784.                     => [
  23785.                         'keywords' => [
  23786.                             'match_mapping_type' => 'string',
  23787.                             'mapping' => [
  23788.                                 'type' => 'keyword',
  23789.                                 'normalizer' => 'sw_lowercase_normalizer',
  23790.                                 'fields' => [
  23791.                                     'text' => [
  23792.                                         'type' => 'text',
  23793.                                     ],
  23794.                                 ],
  23795.                             ],
  23796.                         ],
  23797.                     ],
  23798.                 ],
  23799.             ],
  23800.             'default_elasticsearch_prefix' => 'sw',
  23801.             'env(SHOPWARE_ES_ENABLED)' => '',
  23802.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  23803.             'env(SHOPWARE_ES_HOSTS)' => '',
  23804.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  23805.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  23806.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  23807.             'SwagPlatformSecurity.activeFixes' => [
  23808.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  23809.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  23810.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  23811.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  23812.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  23813.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  23814.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  23815.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  23816.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  23817.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  23818.                 10 => 'Swag\\Security\\Fixes\\NEXT37140\\SecurityFix',
  23819.                 11 => 'Swag\\Security\\Fixes\\NEXT37397\\AggregationInjectionFix',
  23820.                 12 => 'Swag\\Security\\Fixes\\NEXT37398\\FeatureCallSilentTokenFix',
  23821.                 13 => 'Swag\\Security\\Fixes\\NEXT37399\\ContextFix',
  23822.                 14 => 'Swag\\Security\\Fixes\\NEXT37527\\SalesChannelVisibilityFix',
  23823.             ],
  23824.             'SwagPlatformSecurity.availableFixes' => [
  23825.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  23826.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  23827.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  23828.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  23829.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  23830.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  23831.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  23832.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  23833.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  23834.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  23835.                 10 => 'Swag\\Security\\Fixes\\NEXT37140\\SecurityFix',
  23836.                 11 => 'Swag\\Security\\Fixes\\NEXT37397\\AggregationInjectionFix',
  23837.                 12 => 'Swag\\Security\\Fixes\\NEXT37398\\FeatureCallSilentTokenFix',
  23838.                 13 => 'Swag\\Security\\Fixes\\NEXT37399\\ContextFix',
  23839.                 14 => 'Swag\\Security\\Fixes\\NEXT37527\\SalesChannelVisibilityFix',
  23840.             ],
  23841.             'container.dumper.inline_class_loader' => false,
  23842.             'container.dumper.inline_factories' => true,
  23843.             'jwt_private_key_passphrase_default' => 'shopware',
  23844.             'shopware.store.frw' => true,
  23845.             'event_dispatcher.event_aliases' => [
  23846.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  23847.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  23848.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  23849.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  23850.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  23851.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  23852.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  23853.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  23854.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  23855.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  23856.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  23857.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  23858.             ],
  23859.             'fragment.renderer.hinclude.global_template' => NULL,
  23860.             'fragment.path' => '/_fragment',
  23861.             'kernel.http_method_override' => true,
  23862.             'kernel.trusted_hosts' => [
  23863.             ],
  23864.             'kernel.default_locale' => 'en-GB',
  23865.             'kernel.enabled_locales' => [
  23866.             ],
  23867.             'kernel.error_controller' => 'error_controller',
  23868.             'debug.file_link_format' => NULL,
  23869.             'asset.request_context.base_path' => NULL,
  23870.             'asset.request_context.secure' => NULL,
  23871.             'translator.logging' => false,
  23872.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  23873.             'debug.error_handler.throw_at' => -1,
  23874.             'router.request_context.host' => 'localhost',
  23875.             'router.request_context.scheme' => 'http',
  23876.             'router.request_context.base_url' => '',
  23877.             'router.resource' => 'kernel::loadRoutes',
  23878.             'request_listener.http_port' => 80,
  23879.             'request_listener.https_port' => 443,
  23880.             'session.metadata.storage_key' => '_sf2_meta',
  23881.             'session.storage.options' => [
  23882.                 'cache_limiter' => '0',
  23883.                 'name' => 'session-',
  23884.                 'cookie_secure' => 'auto',
  23885.                 'cookie_httponly' => true,
  23886.                 'cookie_samesite' => 'lax',
  23887.                 'gc_probability' => 1,
  23888.             ],
  23889.             'session.metadata.update_threshold' => 0,
  23890.             'validator.translation_domain' => 'validators',
  23891.             'profiler_listener.only_exceptions' => false,
  23892.             'profiler_listener.only_main_requests' => false,
  23893.             'monolog.use_microseconds' => true,
  23894.             'monolog.swift_mailer.handlers' => [
  23895.             ],
  23896.             'monolog.handlers_to_channels' => [
  23897.                 'monolog.handler.business_event_handler_buffer' => [
  23898.                     'type' => 'inclusive',
  23899.                     'elements' => [
  23900.                         => 'business_events',
  23901.                     ],
  23902.                 ],
  23903.                 'monolog.handler.console' => [
  23904.                     'type' => 'exclusive',
  23905.                     'elements' => [
  23906.                         => 'event',
  23907.                         => 'doctrine',
  23908.                         => 'console',
  23909.                     ],
  23910.                 ],
  23911.                 'monolog.handler.main' => [
  23912.                     'type' => 'exclusive',
  23913.                     'elements' => [
  23914.                         => 'event',
  23915.                         => 'doctrine',
  23916.                     ],
  23917.                 ],
  23918.             ],
  23919.             'twig.form.resources' => [
  23920.                 => 'form_div_layout.html.twig',
  23921.             ],
  23922.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  23923.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  23924.             'enqueue.transport.default.receive_timeout' => 1000,
  23925.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  23926.             'enqueue.client.default.router_queue_name' => 'default',
  23927.             'enqueue.client.default.default_queue_name' => 'default',
  23928.             'enqueue.transports' => [
  23929.                 => 'default',
  23930.             ],
  23931.             'enqueue.clients' => [
  23932.                 => 'default',
  23933.             ],
  23934.             'enqueue.default_transport' => 'default',
  23935.             'enqueue.default_client' => 'default',
  23936.             'shopware.search' => [
  23937.                 'term_max_length' => 300,
  23938.             ],
  23939.             'shopware.search.term_max_length' => 300,
  23940.             'shopware.feature' => [
  23941.                 'flags' => [
  23942.                     'v6.5.0.0' => [
  23943.                         'default' => false,
  23944.                         'major' => true,
  23945.                     ],
  23946.                     'PERFORMANCE_TWEAKS' => [
  23947.                         'default' => false,
  23948.                         'major' => true,
  23949.                         'description' => 'Performance improvements that include a breaking change',
  23950.                     ],
  23951.                     'FEATURE_NEXT_1797' => [
  23952.                         'default' => false,
  23953.                         'major' => true,
  23954.                         'description' => 'composer require for plugins',
  23955.                     ],
  23956.                     'FEATURE_NEXT_16710' => [
  23957.                         'default' => false,
  23958.                         'major' => true,
  23959.                         'description' => 'Do not allow empty ids provided in criteria',
  23960.                     ],
  23961.                     'FEATURE_NEXT_13810' => [
  23962.                         'default' => false,
  23963.                         'major' => true,
  23964.                         'description' => 'Deprecate old promotion module',
  23965.                     ],
  23966.                     'FEATURE_NEXT_13250' => [
  23967.                         'default' => false,
  23968.                         'major' => true,
  23969.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  23970.                     ],
  23971.                     'FEATURE_NEXT_17276' => [
  23972.                         'default' => false,
  23973.                         'major' => true,
  23974.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  23975.                     ],
  23976.                     'FEATURE_NEXT_16151' => [
  23977.                         'default' => false,
  23978.                         'major' => true,
  23979.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  23980.                     ],
  23981.                     'FEATURE_NEXT_16155' => [
  23982.                         'default' => false,
  23983.                         'major' => true,
  23984.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  23985.                     ],
  23986.                     'FEATURE_NEXT_19501' => [
  23987.                         'default' => false,
  23988.                         'major' => false,
  23989.                         'description' => 'Disables the cart.container function',
  23990.                     ],
  23991.                     'FEATURE_NEXT_15053' => [
  23992.                         'default' => false,
  23993.                         'major' => false,
  23994.                         'description' => 'Replace wrong displayed characters in number format',
  23995.                     ],
  23996.                     'FEATURE_NEXT_18215' => [
  23997.                         'default' => false,
  23998.                         'major' => true,
  23999.                         'description' => 'Rules are aware of their assignment',
  24000.                     ],
  24001.                     'FEATURE_NEXT_15815' => [
  24002.                         'default' => false,
  24003.                         'major' => true,
  24004.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  24005.                     ],
  24006.                     'FEATURE_NEXT_14699' => [
  24007.                         'default' => false,
  24008.                         'major' => true,
  24009.                         'description' => 'Refactoring of Storefront theme assets',
  24010.                     ],
  24011.                     'FEATURE_NEXT_15707' => [
  24012.                         'default' => false,
  24013.                         'major' => false,
  24014.                         'description' => 'Delivery notice for EU geoblocking regulation',
  24015.                     ],
  24016.                     'FEATURE_NEXT_14360' => [
  24017.                         'default' => false,
  24018.                         'major' => true,
  24019.                         'description' => 'App System 4.0 - Build action button messaging system',
  24020.                     ],
  24021.                     'FEATURE_NEXT_15172' => [
  24022.                         'default' => false,
  24023.                         'major' => true,
  24024.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  24025.                     ],
  24026.                     'FEATURE_NEXT_14001' => [
  24027.                         'default' => false,
  24028.                         'major' => true,
  24029.                         'description' => 'Newsletter DOI for registered customers',
  24030.                     ],
  24031.                     'FEATURE_NEXT_7739' => [
  24032.                         'default' => false,
  24033.                         'major' => true,
  24034.                         'description' => 'Optional salutation',
  24035.                     ],
  24036.                     'FEATURE_NEXT_16200' => [
  24037.                         'default' => false,
  24038.                         'major' => false,
  24039.                         'description' => 'Register Doi Domain',
  24040.                     ],
  24041.                     'FEATURE_NEXT_13410' => [
  24042.                         'default' => false,
  24043.                         'major' => true,
  24044.                         'description' => 'Make sales channels required in seo generator',
  24045.                     ],
  24046.                     'FEATURE_NEXT_15917' => [
  24047.                         'default' => false,
  24048.                         'major' => true,
  24049.                         'description' => 'Move storefront script tags to head with defer',
  24050.                     ],
  24051.                     'FEATURE_NEXT_15957' => [
  24052.                         'default' => false,
  24053.                         'major' => true,
  24054.                         'description' => 'VAT id field for guest',
  24055.                     ],
  24056.                     'FEATURE_NEXT_13601' => [
  24057.                         'default' => false,
  24058.                         'major' => true,
  24059.                         'description' => 'Default transaction state for async app payments',
  24060.                     ],
  24061.                     'FEATURE_NEXT_16992' => [
  24062.                         'default' => false,
  24063.                         'major' => true,
  24064.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  24065.                     ],
  24066.                     'FEATURE_NEXT_7530' => [
  24067.                         'default' => false,
  24068.                         'major' => true,
  24069.                         'description' => 'Improve orders UX in Administration',
  24070.                     ],
  24071.                     'FEATURE_NEXT_16824' => [
  24072.                         'default' => false,
  24073.                         'major' => true,
  24074.                         'description' => 'Cart merged event',
  24075.                     ],
  24076.                     'FEATURE_NEXT_16271' => [
  24077.                         'default' => false,
  24078.                         'major' => true,
  24079.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  24080.                     ],
  24081.                     'FEATURE_NEXT_15381' => [
  24082.                         'default' => false,
  24083.                         'major' => true,
  24084.                         'description' => 'Save theme compilation',
  24085.                     ],
  24086.                     'FEATURE_NEXT_17275' => [
  24087.                         'default' => false,
  24088.                         'major' => true,
  24089.                         'description' => 'StorefrontRenderEvent only gets original view',
  24090.                     ],
  24091.                     'FEATURE_NEXT_17016' => [
  24092.                         'default' => false,
  24093.                         'major' => true,
  24094.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  24095.                     ],
  24096.                     'FEATURE_NEXT_16236' => [
  24097.                         'default' => false,
  24098.                         'major' => true,
  24099.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  24100.                     ],
  24101.                     'FEATURE_NEXT_16640' => [
  24102.                         'default' => false,
  24103.                         'major' => true,
  24104.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  24105.                     ],
  24106.                     'FEATURE_NEXT_17858' => [
  24107.                         'default' => false,
  24108.                         'major' => true,
  24109.                         'description' => 'Major feature flag for Business Event',
  24110.                     ],
  24111.                     'FEATURE_NEXT_6758' => [
  24112.                         'default' => false,
  24113.                         'major' => true,
  24114.                         'description' => 'Layout assignment for category as list',
  24115.                     ],
  24116.                     'FEATURE_NEXT_19048' => [
  24117.                         'default' => false,
  24118.                         'major' => true,
  24119.                         'description' => 'Fix media resolution in theme',
  24120.                     ],
  24121.                     'FEATURE_NEXT_19822' => [
  24122.                         'default' => false,
  24123.                         'major' => true,
  24124.                         'description' => 'Enables lazy loading components in the administration',
  24125.                     ],
  24126.                     'FEATURE_NEXT_18129' => [
  24127.                         'default' => false,
  24128.                         'major' => true,
  24129.                         'description' => 'Require positionIdentifier for some components',
  24130.                     ],
  24131.                     'FEATURE_NEXT_19163' => [
  24132.                         'default' => false,
  24133.                         'major' => true,
  24134.                         'description' => 'one to one inheritance',
  24135.                     ],
  24136.                     'FEATURE_NEXT_18187' => [
  24137.                         'default' => false,
  24138.                         'major' => true,
  24139.                         'description' => 'Move admin dashboard statistics into separate component',
  24140.                     ],
  24141.                     'FEATURE_NEXT_17978' => [
  24142.                         'default' => false,
  24143.                         'major' => true,
  24144.                         'description' => 'Change component factory to work with extension overrides in Administration',
  24145.                     ],
  24146.                     'FEATURE_NEXT_11634' => [
  24147.                         'default' => false,
  24148.                         'major' => true,
  24149.                         'description' => 'Webpack alias refactor',
  24150.                     ],
  24151.                     'FEATURE_NEXT_21547' => [
  24152.                         'default' => false,
  24153.                         'major' => true,
  24154.                         'description' => 'Change admin criteria defaults',
  24155.                     ],
  24156.                     'FEATURE_NEXT_22900' => [
  24157.                         'default' => false,
  24158.                         'major' => true,
  24159.                         'description' => 'Admin search configuration is used in Elasticsearch',
  24160.                     ],
  24161.                 ],
  24162.             ],
  24163.             'shopware.feature.flags' => [
  24164.                 'v6.5.0.0' => [
  24165.                     'default' => false,
  24166.                     'major' => true,
  24167.                 ],
  24168.                 'PERFORMANCE_TWEAKS' => [
  24169.                     'default' => false,
  24170.                     'major' => true,
  24171.                     'description' => 'Performance improvements that include a breaking change',
  24172.                 ],
  24173.                 'FEATURE_NEXT_1797' => [
  24174.                     'default' => false,
  24175.                     'major' => true,
  24176.                     'description' => 'composer require for plugins',
  24177.                 ],
  24178.                 'FEATURE_NEXT_16710' => [
  24179.                     'default' => false,
  24180.                     'major' => true,
  24181.                     'description' => 'Do not allow empty ids provided in criteria',
  24182.                 ],
  24183.                 'FEATURE_NEXT_13810' => [
  24184.                     'default' => false,
  24185.                     'major' => true,
  24186.                     'description' => 'Deprecate old promotion module',
  24187.                 ],
  24188.                 'FEATURE_NEXT_13250' => [
  24189.                     'default' => false,
  24190.                     'major' => true,
  24191.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  24192.                 ],
  24193.                 'FEATURE_NEXT_17276' => [
  24194.                     'default' => false,
  24195.                     'major' => true,
  24196.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  24197.                 ],
  24198.                 'FEATURE_NEXT_16151' => [
  24199.                     'default' => false,
  24200.                     'major' => true,
  24201.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  24202.                 ],
  24203.                 'FEATURE_NEXT_16155' => [
  24204.                     'default' => false,
  24205.                     'major' => true,
  24206.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  24207.                 ],
  24208.                 'FEATURE_NEXT_19501' => [
  24209.                     'default' => false,
  24210.                     'major' => false,
  24211.                     'description' => 'Disables the cart.container function',
  24212.                 ],
  24213.                 'FEATURE_NEXT_15053' => [
  24214.                     'default' => false,
  24215.                     'major' => false,
  24216.                     'description' => 'Replace wrong displayed characters in number format',
  24217.                 ],
  24218.                 'FEATURE_NEXT_18215' => [
  24219.                     'default' => false,
  24220.                     'major' => true,
  24221.                     'description' => 'Rules are aware of their assignment',
  24222.                 ],
  24223.                 'FEATURE_NEXT_15815' => [
  24224.                     'default' => false,
  24225.                     'major' => true,
  24226.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  24227.                 ],
  24228.                 'FEATURE_NEXT_14699' => [
  24229.                     'default' => false,
  24230.                     'major' => true,
  24231.                     'description' => 'Refactoring of Storefront theme assets',
  24232.                 ],
  24233.                 'FEATURE_NEXT_15707' => [
  24234.                     'default' => false,
  24235.                     'major' => false,
  24236.                     'description' => 'Delivery notice for EU geoblocking regulation',
  24237.                 ],
  24238.                 'FEATURE_NEXT_14360' => [
  24239.                     'default' => false,
  24240.                     'major' => true,
  24241.                     'description' => 'App System 4.0 - Build action button messaging system',
  24242.                 ],
  24243.                 'FEATURE_NEXT_15172' => [
  24244.                     'default' => false,
  24245.                     'major' => true,
  24246.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  24247.                 ],
  24248.                 'FEATURE_NEXT_14001' => [
  24249.                     'default' => false,
  24250.                     'major' => true,
  24251.                     'description' => 'Newsletter DOI for registered customers',
  24252.                 ],
  24253.                 'FEATURE_NEXT_7739' => [
  24254.                     'default' => false,
  24255.                     'major' => true,
  24256.                     'description' => 'Optional salutation',
  24257.                 ],
  24258.                 'FEATURE_NEXT_16200' => [
  24259.                     'default' => false,
  24260.                     'major' => false,
  24261.                     'description' => 'Register Doi Domain',
  24262.                 ],
  24263.                 'FEATURE_NEXT_13410' => [
  24264.                     'default' => false,
  24265.                     'major' => true,
  24266.                     'description' => 'Make sales channels required in seo generator',
  24267.                 ],
  24268.                 'FEATURE_NEXT_15917' => [
  24269.                     'default' => false,
  24270.                     'major' => true,
  24271.                     'description' => 'Move storefront script tags to head with defer',
  24272.                 ],
  24273.                 'FEATURE_NEXT_15957' => [
  24274.                     'default' => false,
  24275.                     'major' => true,
  24276.                     'description' => 'VAT id field for guest',
  24277.                 ],
  24278.                 'FEATURE_NEXT_13601' => [
  24279.                     'default' => false,
  24280.                     'major' => true,
  24281.                     'description' => 'Default transaction state for async app payments',
  24282.                 ],
  24283.                 'FEATURE_NEXT_16992' => [
  24284.                     'default' => false,
  24285.                     'major' => true,
  24286.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  24287.                 ],
  24288.                 'FEATURE_NEXT_7530' => [
  24289.                     'default' => false,
  24290.                     'major' => true,
  24291.                     'description' => 'Improve orders UX in Administration',
  24292.                 ],
  24293.                 'FEATURE_NEXT_16824' => [
  24294.                     'default' => false,
  24295.                     'major' => true,
  24296.                     'description' => 'Cart merged event',
  24297.                 ],
  24298.                 'FEATURE_NEXT_16271' => [
  24299.                     'default' => false,
  24300.                     'major' => true,
  24301.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  24302.                 ],
  24303.                 'FEATURE_NEXT_15381' => [
  24304.                     'default' => false,
  24305.                     'major' => true,
  24306.                     'description' => 'Save theme compilation',
  24307.                 ],
  24308.                 'FEATURE_NEXT_17275' => [
  24309.                     'default' => false,
  24310.                     'major' => true,
  24311.                     'description' => 'StorefrontRenderEvent only gets original view',
  24312.                 ],
  24313.                 'FEATURE_NEXT_17016' => [
  24314.                     'default' => false,
  24315.                     'major' => true,
  24316.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  24317.                 ],
  24318.                 'FEATURE_NEXT_16236' => [
  24319.                     'default' => false,
  24320.                     'major' => true,
  24321.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  24322.                 ],
  24323.                 'FEATURE_NEXT_16640' => [
  24324.                     'default' => false,
  24325.                     'major' => true,
  24326.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  24327.                 ],
  24328.                 'FEATURE_NEXT_17858' => [
  24329.                     'default' => false,
  24330.                     'major' => true,
  24331.                     'description' => 'Major feature flag for Business Event',
  24332.                 ],
  24333.                 'FEATURE_NEXT_6758' => [
  24334.                     'default' => false,
  24335.                     'major' => true,
  24336.                     'description' => 'Layout assignment for category as list',
  24337.                 ],
  24338.                 'FEATURE_NEXT_19048' => [
  24339.                     'default' => false,
  24340.                     'major' => true,
  24341.                     'description' => 'Fix media resolution in theme',
  24342.                 ],
  24343.                 'FEATURE_NEXT_19822' => [
  24344.                     'default' => false,
  24345.                     'major' => true,
  24346.                     'description' => 'Enables lazy loading components in the administration',
  24347.                 ],
  24348.                 'FEATURE_NEXT_18129' => [
  24349.                     'default' => false,
  24350.                     'major' => true,
  24351.                     'description' => 'Require positionIdentifier for some components',
  24352.                 ],
  24353.                 'FEATURE_NEXT_19163' => [
  24354.                     'default' => false,
  24355.                     'major' => true,
  24356.                     'description' => 'one to one inheritance',
  24357.                 ],
  24358.                 'FEATURE_NEXT_18187' => [
  24359.                     'default' => false,
  24360.                     'major' => true,
  24361.                     'description' => 'Move admin dashboard statistics into separate component',
  24362.                 ],
  24363.                 'FEATURE_NEXT_17978' => [
  24364.                     'default' => false,
  24365.                     'major' => true,
  24366.                     'description' => 'Change component factory to work with extension overrides in Administration',
  24367.                 ],
  24368.                 'FEATURE_NEXT_11634' => [
  24369.                     'default' => false,
  24370.                     'major' => true,
  24371.                     'description' => 'Webpack alias refactor',
  24372.                 ],
  24373.                 'FEATURE_NEXT_21547' => [
  24374.                     'default' => false,
  24375.                     'major' => true,
  24376.                     'description' => 'Change admin criteria defaults',
  24377.                 ],
  24378.                 'FEATURE_NEXT_22900' => [
  24379.                     'default' => false,
  24380.                     'major' => true,
  24381.                     'description' => 'Admin search configuration is used in Elasticsearch',
  24382.                 ],
  24383.             ],
  24384.             'shopware.feature.flags.v6.5.0.0' => [
  24385.                 'default' => false,
  24386.                 'major' => true,
  24387.             ],
  24388.             'shopware.feature.flags.v6.5.0.0.default' => false,
  24389.             'shopware.feature.flags.v6.5.0.0.major' => true,
  24390.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  24391.                 'default' => false,
  24392.                 'major' => true,
  24393.                 'description' => 'Performance improvements that include a breaking change',
  24394.             ],
  24395.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  24396.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  24397.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  24398.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  24399.                 'default' => false,
  24400.                 'major' => true,
  24401.                 'description' => 'composer require for plugins',
  24402.             ],
  24403.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  24404.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  24405.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  24406.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  24407.                 'default' => false,
  24408.                 'major' => true,
  24409.                 'description' => 'Do not allow empty ids provided in criteria',
  24410.             ],
  24411.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  24412.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  24413.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  24414.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  24415.                 'default' => false,
  24416.                 'major' => true,
  24417.                 'description' => 'Deprecate old promotion module',
  24418.             ],
  24419.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  24420.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  24421.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  24422.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  24423.                 'default' => false,
  24424.                 'major' => true,
  24425.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  24426.             ],
  24427.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  24428.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  24429.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  24430.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  24431.                 'default' => false,
  24432.                 'major' => true,
  24433.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  24434.             ],
  24435.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  24436.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  24437.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  24438.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  24439.                 'default' => false,
  24440.                 'major' => true,
  24441.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  24442.             ],
  24443.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  24444.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  24445.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  24446.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  24447.                 'default' => false,
  24448.                 'major' => true,
  24449.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  24450.             ],
  24451.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  24452.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  24453.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  24454.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  24455.                 'default' => false,
  24456.                 'major' => false,
  24457.                 'description' => 'Disables the cart.container function',
  24458.             ],
  24459.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  24460.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  24461.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  24462.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  24463.                 'default' => false,
  24464.                 'major' => false,
  24465.                 'description' => 'Replace wrong displayed characters in number format',
  24466.             ],
  24467.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  24468.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  24469.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  24470.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  24471.                 'default' => false,
  24472.                 'major' => true,
  24473.                 'description' => 'Rules are aware of their assignment',
  24474.             ],
  24475.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  24476.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  24477.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  24478.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  24479.                 'default' => false,
  24480.                 'major' => true,
  24481.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  24482.             ],
  24483.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  24484.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  24485.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  24486.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  24487.                 'default' => false,
  24488.                 'major' => true,
  24489.                 'description' => 'Refactoring of Storefront theme assets',
  24490.             ],
  24491.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  24492.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  24493.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  24494.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  24495.                 'default' => false,
  24496.                 'major' => false,
  24497.                 'description' => 'Delivery notice for EU geoblocking regulation',
  24498.             ],
  24499.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  24500.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  24501.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  24502.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  24503.                 'default' => false,
  24504.                 'major' => true,
  24505.                 'description' => 'App System 4.0 - Build action button messaging system',
  24506.             ],
  24507.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  24508.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  24509.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  24510.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  24511.                 'default' => false,
  24512.                 'major' => true,
  24513.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  24514.             ],
  24515.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  24516.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  24517.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  24518.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  24519.                 'default' => false,
  24520.                 'major' => true,
  24521.                 'description' => 'Newsletter DOI for registered customers',
  24522.             ],
  24523.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  24524.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  24525.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  24526.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  24527.                 'default' => false,
  24528.                 'major' => true,
  24529.                 'description' => 'Optional salutation',
  24530.             ],
  24531.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  24532.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  24533.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  24534.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  24535.                 'default' => false,
  24536.                 'major' => false,
  24537.                 'description' => 'Register Doi Domain',
  24538.             ],
  24539.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  24540.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  24541.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  24542.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  24543.                 'default' => false,
  24544.                 'major' => true,
  24545.                 'description' => 'Make sales channels required in seo generator',
  24546.             ],
  24547.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  24548.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  24549.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  24550.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  24551.                 'default' => false,
  24552.                 'major' => true,
  24553.                 'description' => 'Move storefront script tags to head with defer',
  24554.             ],
  24555.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  24556.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  24557.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  24558.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  24559.                 'default' => false,
  24560.                 'major' => true,
  24561.                 'description' => 'VAT id field for guest',
  24562.             ],
  24563.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  24564.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  24565.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  24566.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  24567.                 'default' => false,
  24568.                 'major' => true,
  24569.                 'description' => 'Default transaction state for async app payments',
  24570.             ],
  24571.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  24572.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  24573.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  24574.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  24575.                 'default' => false,
  24576.                 'major' => true,
  24577.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  24578.             ],
  24579.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  24580.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  24581.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  24582.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  24583.                 'default' => false,
  24584.                 'major' => true,
  24585.                 'description' => 'Improve orders UX in Administration',
  24586.             ],
  24587.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  24588.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  24589.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  24590.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  24591.                 'default' => false,
  24592.                 'major' => true,
  24593.                 'description' => 'Cart merged event',
  24594.             ],
  24595.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  24596.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  24597.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  24598.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  24599.                 'default' => false,
  24600.                 'major' => true,
  24601.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  24602.             ],
  24603.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  24604.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  24605.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  24606.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  24607.                 'default' => false,
  24608.                 'major' => true,
  24609.                 'description' => 'Save theme compilation',
  24610.             ],
  24611.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  24612.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  24613.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  24614.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  24615.                 'default' => false,
  24616.                 'major' => true,
  24617.                 'description' => 'StorefrontRenderEvent only gets original view',
  24618.             ],
  24619.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  24620.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  24621.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  24622.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  24623.                 'default' => false,
  24624.                 'major' => true,
  24625.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  24626.             ],
  24627.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  24628.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  24629.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  24630.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  24631.                 'default' => false,
  24632.                 'major' => true,
  24633.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  24634.             ],
  24635.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  24636.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  24637.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  24638.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  24639.                 'default' => false,
  24640.                 'major' => true,
  24641.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  24642.             ],
  24643.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  24644.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  24645.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  24646.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  24647.                 'default' => false,
  24648.                 'major' => true,
  24649.                 'description' => 'Major feature flag for Business Event',
  24650.             ],
  24651.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  24652.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  24653.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  24654.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  24655.                 'default' => false,
  24656.                 'major' => true,
  24657.                 'description' => 'Layout assignment for category as list',
  24658.             ],
  24659.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  24660.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  24661.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  24662.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  24663.                 'default' => false,
  24664.                 'major' => true,
  24665.                 'description' => 'Fix media resolution in theme',
  24666.             ],
  24667.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  24668.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  24669.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  24670.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  24671.                 'default' => false,
  24672.                 'major' => true,
  24673.                 'description' => 'Enables lazy loading components in the administration',
  24674.             ],
  24675.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  24676.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  24677.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  24678.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  24679.                 'default' => false,
  24680.                 'major' => true,
  24681.                 'description' => 'Require positionIdentifier for some components',
  24682.             ],
  24683.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  24684.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  24685.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  24686.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  24687.                 'default' => false,
  24688.                 'major' => true,
  24689.                 'description' => 'one to one inheritance',
  24690.             ],
  24691.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  24692.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  24693.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  24694.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  24695.                 'default' => false,
  24696.                 'major' => true,
  24697.                 'description' => 'Move admin dashboard statistics into separate component',
  24698.             ],
  24699.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  24700.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  24701.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  24702.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  24703.                 'default' => false,
  24704.                 'major' => true,
  24705.                 'description' => 'Change component factory to work with extension overrides in Administration',
  24706.             ],
  24707.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  24708.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  24709.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  24710.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  24711.                 'default' => false,
  24712.                 'major' => true,
  24713.                 'description' => 'Webpack alias refactor',
  24714.             ],
  24715.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  24716.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  24717.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  24718.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  24719.                 'default' => false,
  24720.                 'major' => true,
  24721.                 'description' => 'Change admin criteria defaults',
  24722.             ],
  24723.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  24724.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  24725.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  24726.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  24727.                 'default' => false,
  24728.                 'major' => true,
  24729.                 'description' => 'Admin search configuration is used in Elasticsearch',
  24730.             ],
  24731.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  24732.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  24733.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  24734.             'shopware.profiler' => [
  24735.                 'integrations' => [
  24736.                     => 'Symfony',
  24737.                 ],
  24738.             ],
  24739.             'shopware.profiler.integrations' => [
  24740.                 => 'Symfony',
  24741.             ],
  24742.             'shopware.profiler.integrations.0' => 'Symfony',
  24743.             'shopware.filesystem' => [
  24744.                 'private' => [
  24745.                     'type' => 'local',
  24746.                     'config' => [
  24747.                         'root' => (\dirname(__DIR__4).'/files'),
  24748.                     ],
  24749.                 ],
  24750.                 'public' => [
  24751.                     'type' => 'local',
  24752.                     'config' => [
  24753.                         'root' => (\dirname(__DIR__4).'/public'),
  24754.                     ],
  24755.                 ],
  24756.                 'temp' => [
  24757.                     'type' => 'local',
  24758.                     'config' => [
  24759.                         'root' => \dirname(__DIR__3),
  24760.                     ],
  24761.                 ],
  24762.                 'theme' => [
  24763.                 ],
  24764.                 'asset' => [
  24765.                 ],
  24766.                 'sitemap' => [
  24767.                 ],
  24768.                 'allowed_extensions' => [
  24769.                     => 'jpg',
  24770.                     => 'jpeg',
  24771.                     => 'png',
  24772.                     => 'webp',
  24773.                     => 'gif',
  24774.                     => 'svg',
  24775.                     => 'bmp',
  24776.                     => 'tiff',
  24777.                     => 'tif',
  24778.                     => 'eps',
  24779.                     10 => 'webm',
  24780.                     11 => 'mkv',
  24781.                     12 => 'flv',
  24782.                     13 => 'ogv',
  24783.                     14 => 'ogg',
  24784.                     15 => 'mov',
  24785.                     16 => 'mp4',
  24786.                     17 => 'avi',
  24787.                     18 => 'wmv',
  24788.                     19 => 'pdf',
  24789.                     20 => 'aac',
  24790.                     21 => 'mp3',
  24791.                     22 => 'wav',
  24792.                     23 => 'flac',
  24793.                     24 => 'oga',
  24794.                     25 => 'wma',
  24795.                     26 => 'txt',
  24796.                     27 => 'doc',
  24797.                     28 => 'ico',
  24798.                 ],
  24799.             ],
  24800.             'shopware.filesystem.private' => [
  24801.                 'type' => 'local',
  24802.                 'config' => [
  24803.                     'root' => (\dirname(__DIR__4).'/files'),
  24804.                 ],
  24805.             ],
  24806.             'shopware.filesystem.private.type' => 'local',
  24807.             'shopware.filesystem.private.config' => [
  24808.                 'root' => (\dirname(__DIR__4).'/files'),
  24809.             ],
  24810.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  24811.             'shopware.filesystem.public' => [
  24812.                 'type' => 'local',
  24813.                 'config' => [
  24814.                     'root' => (\dirname(__DIR__4).'/public'),
  24815.                 ],
  24816.             ],
  24817.             'shopware.filesystem.public.type' => 'local',
  24818.             'shopware.filesystem.public.config' => [
  24819.                 'root' => (\dirname(__DIR__4).'/public'),
  24820.             ],
  24821.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  24822.             'shopware.filesystem.temp' => [
  24823.                 'type' => 'local',
  24824.                 'config' => [
  24825.                     'root' => \dirname(__DIR__3),
  24826.                 ],
  24827.             ],
  24828.             'shopware.filesystem.temp.type' => 'local',
  24829.             'shopware.filesystem.temp.config' => [
  24830.                 'root' => \dirname(__DIR__3),
  24831.             ],
  24832.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  24833.             'shopware.filesystem.theme' => [
  24834.                 'type' => 'local',
  24835.                 'config' => [
  24836.                     'root' => (\dirname(__DIR__4).'/public'),
  24837.                 ],
  24838.             ],
  24839.             'shopware.filesystem.asset' => [
  24840.                 'type' => 'local',
  24841.                 'config' => [
  24842.                     'root' => (\dirname(__DIR__4).'/public'),
  24843.                 ],
  24844.             ],
  24845.             'shopware.filesystem.sitemap' => [
  24846.                 'type' => 'local',
  24847.                 'config' => [
  24848.                     'root' => (\dirname(__DIR__4).'/public'),
  24849.                 ],
  24850.             ],
  24851.             'shopware.filesystem.allowed_extensions' => [
  24852.                 => 'jpg',
  24853.                 => 'jpeg',
  24854.                 => 'png',
  24855.                 => 'webp',
  24856.                 => 'gif',
  24857.                 => 'svg',
  24858.                 => 'bmp',
  24859.                 => 'tiff',
  24860.                 => 'tif',
  24861.                 => 'eps',
  24862.                 10 => 'webm',
  24863.                 11 => 'mkv',
  24864.                 12 => 'flv',
  24865.                 13 => 'ogv',
  24866.                 14 => 'ogg',
  24867.                 15 => 'mov',
  24868.                 16 => 'mp4',
  24869.                 17 => 'avi',
  24870.                 18 => 'wmv',
  24871.                 19 => 'pdf',
  24872.                 20 => 'aac',
  24873.                 21 => 'mp3',
  24874.                 22 => 'wav',
  24875.                 23 => 'flac',
  24876.                 24 => 'oga',
  24877.                 25 => 'wma',
  24878.                 26 => 'txt',
  24879.                 27 => 'doc',
  24880.                 28 => 'ico',
  24881.             ],
  24882.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  24883.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  24884.             'shopware.filesystem.allowed_extensions.2' => 'png',
  24885.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  24886.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  24887.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  24888.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  24889.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  24890.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  24891.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  24892.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  24893.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  24894.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  24895.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  24896.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  24897.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  24898.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  24899.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  24900.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  24901.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  24902.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  24903.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  24904.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  24905.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  24906.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  24907.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  24908.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  24909.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  24910.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  24911.             'shopware.cdn.url' => '',
  24912.             'shopware.increment' => [
  24913.                 'user_activity' => [
  24914.                     'type' => 'mysql',
  24915.                 ],
  24916.                 'message_queue' => [
  24917.                     'type' => 'mysql',
  24918.                 ],
  24919.             ],
  24920.             'shopware.increment.user_activity' => [
  24921.                 'type' => 'mysql',
  24922.             ],
  24923.             'shopware.increment.user_activity.type' => 'mysql',
  24924.             'shopware.increment.message_queue' => [
  24925.                 'type' => 'mysql',
  24926.             ],
  24927.             'shopware.increment.message_queue.type' => 'mysql',
  24928.             'shopware.api' => [
  24929.                 'max_limit' => 100,
  24930.                 'api_browser' => [
  24931.                     'auth_required' => false,
  24932.                 ],
  24933.                 'store' => [
  24934.                     'context_lifetime' => 'P1D',
  24935.                 ],
  24936.                 'rate_limiter' => [
  24937.                     'login' => [
  24938.                         'enabled' => true,
  24939.                         'policy' => 'time_backoff',
  24940.                         'reset' => '24 hours',
  24941.                         'limits' => [
  24942.                             => [
  24943.                                 'limit' => 10,
  24944.                                 'interval' => '10 seconds',
  24945.                             ],
  24946.                             => [
  24947.                                 'limit' => 15,
  24948.                                 'interval' => '30 seconds',
  24949.                             ],
  24950.                             => [
  24951.                                 'limit' => 20,
  24952.                                 'interval' => '60 seconds',
  24953.                             ],
  24954.                         ],
  24955.                         'lock_factory' => 'lock.factory',
  24956.                         'cache_pool' => 'cache.rate_limiter',
  24957.                     ],
  24958.                     'guest_login' => [
  24959.                         'enabled' => true,
  24960.                         'policy' => 'time_backoff',
  24961.                         'reset' => '24 hours',
  24962.                         'limits' => [
  24963.                             => [
  24964.                                 'limit' => 10,
  24965.                                 'interval' => '10 seconds',
  24966.                             ],
  24967.                             => [
  24968.                                 'limit' => 15,
  24969.                                 'interval' => '30 seconds',
  24970.                             ],
  24971.                             => [
  24972.                                 'limit' => 20,
  24973.                                 'interval' => '60 seconds',
  24974.                             ],
  24975.                         ],
  24976.                         'lock_factory' => 'lock.factory',
  24977.                         'cache_pool' => 'cache.rate_limiter',
  24978.                     ],
  24979.                     'oauth' => [
  24980.                         'enabled' => true,
  24981.                         'policy' => 'time_backoff',
  24982.                         'reset' => '24 hours',
  24983.                         'limits' => [
  24984.                             => [
  24985.                                 'limit' => 10,
  24986.                                 'interval' => '10 seconds',
  24987.                             ],
  24988.                             => [
  24989.                                 'limit' => 15,
  24990.                                 'interval' => '30 seconds',
  24991.                             ],
  24992.                             => [
  24993.                                 'limit' => 20,
  24994.                                 'interval' => '60 seconds',
  24995.                             ],
  24996.                         ],
  24997.                         'lock_factory' => 'lock.factory',
  24998.                         'cache_pool' => 'cache.rate_limiter',
  24999.                     ],
  25000.                     'reset_password' => [
  25001.                         'enabled' => true,
  25002.                         'policy' => 'time_backoff',
  25003.                         'reset' => '24 hours',
  25004.                         'limits' => [
  25005.                             => [
  25006.                                 'limit' => 3,
  25007.                                 'interval' => '30 seconds',
  25008.                             ],
  25009.                             => [
  25010.                                 'limit' => 5,
  25011.                                 'interval' => '60 seconds',
  25012.                             ],
  25013.                             => [
  25014.                                 'limit' => 10,
  25015.                                 'interval' => '90 seconds',
  25016.                             ],
  25017.                         ],
  25018.                         'lock_factory' => 'lock.factory',
  25019.                         'cache_pool' => 'cache.rate_limiter',
  25020.                     ],
  25021.                     'user_recovery' => [
  25022.                         'enabled' => true,
  25023.                         'policy' => 'time_backoff',
  25024.                         'reset' => '24 hours',
  25025.                         'limits' => [
  25026.                             => [
  25027.                                 'limit' => 3,
  25028.                                 'interval' => '30 seconds',
  25029.                             ],
  25030.                             => [
  25031.                                 'limit' => 5,
  25032.                                 'interval' => '60 seconds',
  25033.                             ],
  25034.                             => [
  25035.                                 'limit' => 10,
  25036.                                 'interval' => '90 seconds',
  25037.                             ],
  25038.                         ],
  25039.                         'lock_factory' => 'lock.factory',
  25040.                         'cache_pool' => 'cache.rate_limiter',
  25041.                     ],
  25042.                     'contact_form' => [
  25043.                         'enabled' => true,
  25044.                         'policy' => 'time_backoff',
  25045.                         'reset' => '24 hours',
  25046.                         'limits' => [
  25047.                             => [
  25048.                                 'limit' => 3,
  25049.                                 'interval' => '30 seconds',
  25050.                             ],
  25051.                             => [
  25052.                                 'limit' => 5,
  25053.                                 'interval' => '60 seconds',
  25054.                             ],
  25055.                             => [
  25056.                                 'limit' => 10,
  25057.                                 'interval' => '90 seconds',
  25058.                             ],
  25059.                         ],
  25060.                         'lock_factory' => 'lock.factory',
  25061.                         'cache_pool' => 'cache.rate_limiter',
  25062.                     ],
  25063.                     'notification' => [
  25064.                         'enabled' => true,
  25065.                         'policy' => 'time_backoff',
  25066.                         'reset' => '24 hours',
  25067.                         'limits' => [
  25068.                             => [
  25069.                                 'limit' => 10,
  25070.                                 'interval' => '10 seconds',
  25071.                             ],
  25072.                             => [
  25073.                                 'limit' => 15,
  25074.                                 'interval' => '30 seconds',
  25075.                             ],
  25076.                             => [
  25077.                                 'limit' => 20,
  25078.                                 'interval' => '60 seconds',
  25079.                             ],
  25080.                         ],
  25081.                         'lock_factory' => 'lock.factory',
  25082.                         'cache_pool' => 'cache.rate_limiter',
  25083.                     ],
  25084.                     'newsletter_form' => [
  25085.                         'enabled' => true,
  25086.                         'policy' => 'time_backoff',
  25087.                         'reset' => '24 hours',
  25088.                         'limits' => [
  25089.                             => [
  25090.                                 'limit' => 3,
  25091.                                 'interval' => '30 seconds',
  25092.                             ],
  25093.                             => [
  25094.                                 'limit' => 5,
  25095.                                 'interval' => '60 seconds',
  25096.                             ],
  25097.                             => [
  25098.                                 'limit' => 10,
  25099.                                 'interval' => '90 seconds',
  25100.                             ],
  25101.                         ],
  25102.                         'lock_factory' => 'lock.factory',
  25103.                         'cache_pool' => 'cache.rate_limiter',
  25104.                     ],
  25105.                 ],
  25106.             ],
  25107.             'shopware.api.max_limit' => 100,
  25108.             'shopware.api.api_browser' => [
  25109.                 'auth_required' => false,
  25110.             ],
  25111.             'shopware.api.api_browser.auth_required' => false,
  25112.             'shopware.api.api_browser.auth_required_str' => '0',
  25113.             'shopware.api.store' => [
  25114.                 'context_lifetime' => 'P1D',
  25115.             ],
  25116.             'shopware.api.store.context_lifetime' => 'P1D',
  25117.             'shopware.api.rate_limiter' => [
  25118.                 'login' => [
  25119.                     'enabled' => true,
  25120.                     'policy' => 'time_backoff',
  25121.                     'reset' => '24 hours',
  25122.                     'limits' => [
  25123.                         => [
  25124.                             'limit' => 10,
  25125.                             'interval' => '10 seconds',
  25126.                         ],
  25127.                         => [
  25128.                             'limit' => 15,
  25129.                             'interval' => '30 seconds',
  25130.                         ],
  25131.                         => [
  25132.                             'limit' => 20,
  25133.                             'interval' => '60 seconds',
  25134.                         ],
  25135.                     ],
  25136.                     'lock_factory' => 'lock.factory',
  25137.                     'cache_pool' => 'cache.rate_limiter',
  25138.                 ],
  25139.                 'guest_login' => [
  25140.                     'enabled' => true,
  25141.                     'policy' => 'time_backoff',
  25142.                     'reset' => '24 hours',
  25143.                     'limits' => [
  25144.                         => [
  25145.                             'limit' => 10,
  25146.                             'interval' => '10 seconds',
  25147.                         ],
  25148.                         => [
  25149.                             'limit' => 15,
  25150.                             'interval' => '30 seconds',
  25151.                         ],
  25152.                         => [
  25153.                             'limit' => 20,
  25154.                             'interval' => '60 seconds',
  25155.                         ],
  25156.                     ],
  25157.                     'lock_factory' => 'lock.factory',
  25158.                     'cache_pool' => 'cache.rate_limiter',
  25159.                 ],
  25160.                 'oauth' => [
  25161.                     'enabled' => true,
  25162.                     'policy' => 'time_backoff',
  25163.                     'reset' => '24 hours',
  25164.                     'limits' => [
  25165.                         => [
  25166.                             'limit' => 10,
  25167.                             'interval' => '10 seconds',
  25168.                         ],
  25169.                         => [
  25170.                             'limit' => 15,
  25171.                             'interval' => '30 seconds',
  25172.                         ],
  25173.                         => [
  25174.                             'limit' => 20,
  25175.                             'interval' => '60 seconds',
  25176.                         ],
  25177.                     ],
  25178.                     'lock_factory' => 'lock.factory',
  25179.                     'cache_pool' => 'cache.rate_limiter',
  25180.                 ],
  25181.                 'reset_password' => [
  25182.                     'enabled' => true,
  25183.                     'policy' => 'time_backoff',
  25184.                     'reset' => '24 hours',
  25185.                     'limits' => [
  25186.                         => [
  25187.                             'limit' => 3,
  25188.                             'interval' => '30 seconds',
  25189.                         ],
  25190.                         => [
  25191.                             'limit' => 5,
  25192.                             'interval' => '60 seconds',
  25193.                         ],
  25194.                         => [
  25195.                             'limit' => 10,
  25196.                             'interval' => '90 seconds',
  25197.                         ],
  25198.                     ],
  25199.                     'lock_factory' => 'lock.factory',
  25200.                     'cache_pool' => 'cache.rate_limiter',
  25201.                 ],
  25202.                 'user_recovery' => [
  25203.                     'enabled' => true,
  25204.                     'policy' => 'time_backoff',
  25205.                     'reset' => '24 hours',
  25206.                     'limits' => [
  25207.                         => [
  25208.                             'limit' => 3,
  25209.                             'interval' => '30 seconds',
  25210.                         ],
  25211.                         => [
  25212.                             'limit' => 5,
  25213.                             'interval' => '60 seconds',
  25214.                         ],
  25215.                         => [
  25216.                             'limit' => 10,
  25217.                             'interval' => '90 seconds',
  25218.                         ],
  25219.                     ],
  25220.                     'lock_factory' => 'lock.factory',
  25221.                     'cache_pool' => 'cache.rate_limiter',
  25222.                 ],
  25223.                 'contact_form' => [
  25224.                     'enabled' => true,
  25225.                     'policy' => 'time_backoff',
  25226.                     'reset' => '24 hours',
  25227.                     'limits' => [
  25228.                         => [
  25229.                             'limit' => 3,
  25230.                             'interval' => '30 seconds',
  25231.                         ],
  25232.                         => [
  25233.                             'limit' => 5,
  25234.                             'interval' => '60 seconds',
  25235.                         ],
  25236.                         => [
  25237.                             'limit' => 10,
  25238.                             'interval' => '90 seconds',
  25239.                         ],
  25240.                     ],
  25241.                     'lock_factory' => 'lock.factory',
  25242.                     'cache_pool' => 'cache.rate_limiter',
  25243.                 ],
  25244.                 'notification' => [
  25245.                     'enabled' => true,
  25246.                     'policy' => 'time_backoff',
  25247.                     'reset' => '24 hours',
  25248.                     'limits' => [
  25249.                         => [
  25250.                             'limit' => 10,
  25251.                             'interval' => '10 seconds',
  25252.                         ],
  25253.                         => [
  25254.                             'limit' => 15,
  25255.                             'interval' => '30 seconds',
  25256.                         ],
  25257.                         => [
  25258.                             'limit' => 20,
  25259.                             'interval' => '60 seconds',
  25260.                         ],
  25261.                     ],
  25262.                     'lock_factory' => 'lock.factory',
  25263.                     'cache_pool' => 'cache.rate_limiter',
  25264.                 ],
  25265.                 'newsletter_form' => [
  25266.                     'enabled' => true,
  25267.                     'policy' => 'time_backoff',
  25268.                     'reset' => '24 hours',
  25269.                     'limits' => [
  25270.                         => [
  25271.                             'limit' => 3,
  25272.                             'interval' => '30 seconds',
  25273.                         ],
  25274.                         => [
  25275.                             'limit' => 5,
  25276.                             'interval' => '60 seconds',
  25277.                         ],
  25278.                         => [
  25279.                             'limit' => 10,
  25280.                             'interval' => '90 seconds',
  25281.                         ],
  25282.                     ],
  25283.                     'lock_factory' => 'lock.factory',
  25284.                     'cache_pool' => 'cache.rate_limiter',
  25285.                 ],
  25286.             ],
  25287.             'shopware.api.rate_limiter.login' => [
  25288.                 'enabled' => true,
  25289.                 'policy' => 'time_backoff',
  25290.                 'reset' => '24 hours',
  25291.                 'limits' => [
  25292.                     => [
  25293.                         'limit' => 10,
  25294.                         'interval' => '10 seconds',
  25295.                     ],
  25296.                     => [
  25297.                         'limit' => 15,
  25298.                         'interval' => '30 seconds',
  25299.                     ],
  25300.                     => [
  25301.                         'limit' => 20,
  25302.                         'interval' => '60 seconds',
  25303.                     ],
  25304.                 ],
  25305.                 'lock_factory' => 'lock.factory',
  25306.                 'cache_pool' => 'cache.rate_limiter',
  25307.             ],
  25308.             'shopware.api.rate_limiter.login.enabled' => true,
  25309.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  25310.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  25311.             'shopware.api.rate_limiter.login.limits' => [
  25312.                 => [
  25313.                     'limit' => 10,
  25314.                     'interval' => '10 seconds',
  25315.                 ],
  25316.                 => [
  25317.                     'limit' => 15,
  25318.                     'interval' => '30 seconds',
  25319.                 ],
  25320.                 => [
  25321.                     'limit' => 20,
  25322.                     'interval' => '60 seconds',
  25323.                 ],
  25324.             ],
  25325.             'shopware.api.rate_limiter.login.limits.0' => [
  25326.                 'limit' => 10,
  25327.                 'interval' => '10 seconds',
  25328.             ],
  25329.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  25330.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  25331.             'shopware.api.rate_limiter.login.limits.1' => [
  25332.                 'limit' => 15,
  25333.                 'interval' => '30 seconds',
  25334.             ],
  25335.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  25336.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  25337.             'shopware.api.rate_limiter.login.limits.2' => [
  25338.                 'limit' => 20,
  25339.                 'interval' => '60 seconds',
  25340.             ],
  25341.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  25342.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  25343.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  25344.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  25345.             'shopware.api.rate_limiter.guest_login' => [
  25346.                 'enabled' => true,
  25347.                 'policy' => 'time_backoff',
  25348.                 'reset' => '24 hours',
  25349.                 'limits' => [
  25350.                     => [
  25351.                         'limit' => 10,
  25352.                         'interval' => '10 seconds',
  25353.                     ],
  25354.                     => [
  25355.                         'limit' => 15,
  25356.                         'interval' => '30 seconds',
  25357.                     ],
  25358.                     => [
  25359.                         'limit' => 20,
  25360.                         'interval' => '60 seconds',
  25361.                     ],
  25362.                 ],
  25363.                 'lock_factory' => 'lock.factory',
  25364.                 'cache_pool' => 'cache.rate_limiter',
  25365.             ],
  25366.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  25367.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  25368.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  25369.             'shopware.api.rate_limiter.guest_login.limits' => [
  25370.                 => [
  25371.                     'limit' => 10,
  25372.                     'interval' => '10 seconds',
  25373.                 ],
  25374.                 => [
  25375.                     'limit' => 15,
  25376.                     'interval' => '30 seconds',
  25377.                 ],
  25378.                 => [
  25379.                     'limit' => 20,
  25380.                     'interval' => '60 seconds',
  25381.                 ],
  25382.             ],
  25383.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  25384.                 'limit' => 10,
  25385.                 'interval' => '10 seconds',
  25386.             ],
  25387.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  25388.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  25389.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  25390.                 'limit' => 15,
  25391.                 'interval' => '30 seconds',
  25392.             ],
  25393.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  25394.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  25395.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  25396.                 'limit' => 20,
  25397.                 'interval' => '60 seconds',
  25398.             ],
  25399.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  25400.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  25401.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  25402.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  25403.             'shopware.api.rate_limiter.oauth' => [
  25404.                 'enabled' => true,
  25405.                 'policy' => 'time_backoff',
  25406.                 'reset' => '24 hours',
  25407.                 'limits' => [
  25408.                     => [
  25409.                         'limit' => 10,
  25410.                         'interval' => '10 seconds',
  25411.                     ],
  25412.                     => [
  25413.                         'limit' => 15,
  25414.                         'interval' => '30 seconds',
  25415.                     ],
  25416.                     => [
  25417.                         'limit' => 20,
  25418.                         'interval' => '60 seconds',
  25419.                     ],
  25420.                 ],
  25421.                 'lock_factory' => 'lock.factory',
  25422.                 'cache_pool' => 'cache.rate_limiter',
  25423.             ],
  25424.             'shopware.api.rate_limiter.oauth.enabled' => true,
  25425.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  25426.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  25427.             'shopware.api.rate_limiter.oauth.limits' => [
  25428.                 => [
  25429.                     'limit' => 10,
  25430.                     'interval' => '10 seconds',
  25431.                 ],
  25432.                 => [
  25433.                     'limit' => 15,
  25434.                     'interval' => '30 seconds',
  25435.                 ],
  25436.                 => [
  25437.                     'limit' => 20,
  25438.                     'interval' => '60 seconds',
  25439.                 ],
  25440.             ],
  25441.             'shopware.api.rate_limiter.oauth.limits.0' => [
  25442.                 'limit' => 10,
  25443.                 'interval' => '10 seconds',
  25444.             ],
  25445.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  25446.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  25447.             'shopware.api.rate_limiter.oauth.limits.1' => [
  25448.                 'limit' => 15,
  25449.                 'interval' => '30 seconds',
  25450.             ],
  25451.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  25452.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  25453.             'shopware.api.rate_limiter.oauth.limits.2' => [
  25454.                 'limit' => 20,
  25455.                 'interval' => '60 seconds',
  25456.             ],
  25457.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  25458.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  25459.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  25460.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  25461.             'shopware.api.rate_limiter.reset_password' => [
  25462.                 'enabled' => true,
  25463.                 'policy' => 'time_backoff',
  25464.                 'reset' => '24 hours',
  25465.                 'limits' => [
  25466.                     => [
  25467.                         'limit' => 3,
  25468.                         'interval' => '30 seconds',
  25469.                     ],
  25470.                     => [
  25471.                         'limit' => 5,
  25472.                         'interval' => '60 seconds',
  25473.                     ],
  25474.                     => [
  25475.                         'limit' => 10,
  25476.                         'interval' => '90 seconds',
  25477.                     ],
  25478.                 ],
  25479.                 'lock_factory' => 'lock.factory',
  25480.                 'cache_pool' => 'cache.rate_limiter',
  25481.             ],
  25482.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  25483.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  25484.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  25485.             'shopware.api.rate_limiter.reset_password.limits' => [
  25486.                 => [
  25487.                     'limit' => 3,
  25488.                     'interval' => '30 seconds',
  25489.                 ],
  25490.                 => [
  25491.                     'limit' => 5,
  25492.                     'interval' => '60 seconds',
  25493.                 ],
  25494.                 => [
  25495.                     'limit' => 10,
  25496.                     'interval' => '90 seconds',
  25497.                 ],
  25498.             ],
  25499.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  25500.                 'limit' => 3,
  25501.                 'interval' => '30 seconds',
  25502.             ],
  25503.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  25504.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  25505.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  25506.                 'limit' => 5,
  25507.                 'interval' => '60 seconds',
  25508.             ],
  25509.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  25510.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  25511.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  25512.                 'limit' => 10,
  25513.                 'interval' => '90 seconds',
  25514.             ],
  25515.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  25516.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  25517.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  25518.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  25519.             'shopware.api.rate_limiter.user_recovery' => [
  25520.                 'enabled' => true,
  25521.                 'policy' => 'time_backoff',
  25522.                 'reset' => '24 hours',
  25523.                 'limits' => [
  25524.                     => [
  25525.                         'limit' => 3,
  25526.                         'interval' => '30 seconds',
  25527.                     ],
  25528.                     => [
  25529.                         'limit' => 5,
  25530.                         'interval' => '60 seconds',
  25531.                     ],
  25532.                     => [
  25533.                         'limit' => 10,
  25534.                         'interval' => '90 seconds',
  25535.                     ],
  25536.                 ],
  25537.                 'lock_factory' => 'lock.factory',
  25538.                 'cache_pool' => 'cache.rate_limiter',
  25539.             ],
  25540.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  25541.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  25542.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  25543.             'shopware.api.rate_limiter.user_recovery.limits' => [
  25544.                 => [
  25545.                     'limit' => 3,
  25546.                     'interval' => '30 seconds',
  25547.                 ],
  25548.                 => [
  25549.                     'limit' => 5,
  25550.                     'interval' => '60 seconds',
  25551.                 ],
  25552.                 => [
  25553.                     'limit' => 10,
  25554.                     'interval' => '90 seconds',
  25555.                 ],
  25556.             ],
  25557.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  25558.                 'limit' => 3,
  25559.                 'interval' => '30 seconds',
  25560.             ],
  25561.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  25562.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  25563.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  25564.                 'limit' => 5,
  25565.                 'interval' => '60 seconds',
  25566.             ],
  25567.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  25568.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  25569.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  25570.                 'limit' => 10,
  25571.                 'interval' => '90 seconds',
  25572.             ],
  25573.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  25574.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  25575.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  25576.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  25577.             'shopware.api.rate_limiter.contact_form' => [
  25578.                 'enabled' => true,
  25579.                 'policy' => 'time_backoff',
  25580.                 'reset' => '24 hours',
  25581.                 'limits' => [
  25582.                     => [
  25583.                         'limit' => 3,
  25584.                         'interval' => '30 seconds',
  25585.                     ],
  25586.                     => [
  25587.                         'limit' => 5,
  25588.                         'interval' => '60 seconds',
  25589.                     ],
  25590.                     => [
  25591.                         'limit' => 10,
  25592.                         'interval' => '90 seconds',
  25593.                     ],
  25594.                 ],
  25595.                 'lock_factory' => 'lock.factory',
  25596.                 'cache_pool' => 'cache.rate_limiter',
  25597.             ],
  25598.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  25599.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  25600.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  25601.             'shopware.api.rate_limiter.contact_form.limits' => [
  25602.                 => [
  25603.                     'limit' => 3,
  25604.                     'interval' => '30 seconds',
  25605.                 ],
  25606.                 => [
  25607.                     'limit' => 5,
  25608.                     'interval' => '60 seconds',
  25609.                 ],
  25610.                 => [
  25611.                     'limit' => 10,
  25612.                     'interval' => '90 seconds',
  25613.                 ],
  25614.             ],
  25615.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  25616.                 'limit' => 3,
  25617.                 'interval' => '30 seconds',
  25618.             ],
  25619.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  25620.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  25621.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  25622.                 'limit' => 5,
  25623.                 'interval' => '60 seconds',
  25624.             ],
  25625.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  25626.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  25627.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  25628.                 'limit' => 10,
  25629.                 'interval' => '90 seconds',
  25630.             ],
  25631.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  25632.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  25633.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  25634.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  25635.             'shopware.api.rate_limiter.notification' => [
  25636.                 'enabled' => true,
  25637.                 'policy' => 'time_backoff',
  25638.                 'reset' => '24 hours',
  25639.                 'limits' => [
  25640.                     => [
  25641.                         'limit' => 10,
  25642.                         'interval' => '10 seconds',
  25643.                     ],
  25644.                     => [
  25645.                         'limit' => 15,
  25646.                         'interval' => '30 seconds',
  25647.                     ],
  25648.                     => [
  25649.                         'limit' => 20,
  25650.                         'interval' => '60 seconds',
  25651.                     ],
  25652.                 ],
  25653.                 'lock_factory' => 'lock.factory',
  25654.                 'cache_pool' => 'cache.rate_limiter',
  25655.             ],
  25656.             'shopware.api.rate_limiter.notification.enabled' => true,
  25657.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  25658.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  25659.             'shopware.api.rate_limiter.notification.limits' => [
  25660.                 => [
  25661.                     'limit' => 10,
  25662.                     'interval' => '10 seconds',
  25663.                 ],
  25664.                 => [
  25665.                     'limit' => 15,
  25666.                     'interval' => '30 seconds',
  25667.                 ],
  25668.                 => [
  25669.                     'limit' => 20,
  25670.                     'interval' => '60 seconds',
  25671.                 ],
  25672.             ],
  25673.             'shopware.api.rate_limiter.notification.limits.0' => [
  25674.                 'limit' => 10,
  25675.                 'interval' => '10 seconds',
  25676.             ],
  25677.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  25678.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  25679.             'shopware.api.rate_limiter.notification.limits.1' => [
  25680.                 'limit' => 15,
  25681.                 'interval' => '30 seconds',
  25682.             ],
  25683.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  25684.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  25685.             'shopware.api.rate_limiter.notification.limits.2' => [
  25686.                 'limit' => 20,
  25687.                 'interval' => '60 seconds',
  25688.             ],
  25689.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  25690.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  25691.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  25692.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  25693.             'shopware.api.rate_limiter.newsletter_form' => [
  25694.                 'enabled' => true,
  25695.                 'policy' => 'time_backoff',
  25696.                 'reset' => '24 hours',
  25697.                 'limits' => [
  25698.                     => [
  25699.                         'limit' => 3,
  25700.                         'interval' => '30 seconds',
  25701.                     ],
  25702.                     => [
  25703.                         'limit' => 5,
  25704.                         'interval' => '60 seconds',
  25705.                     ],
  25706.                     => [
  25707.                         'limit' => 10,
  25708.                         'interval' => '90 seconds',
  25709.                     ],
  25710.                 ],
  25711.                 'lock_factory' => 'lock.factory',
  25712.                 'cache_pool' => 'cache.rate_limiter',
  25713.             ],
  25714.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  25715.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  25716.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  25717.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  25718.                 => [
  25719.                     'limit' => 3,
  25720.                     'interval' => '30 seconds',
  25721.                 ],
  25722.                 => [
  25723.                     'limit' => 5,
  25724.                     'interval' => '60 seconds',
  25725.                 ],
  25726.                 => [
  25727.                     'limit' => 10,
  25728.                     'interval' => '90 seconds',
  25729.                 ],
  25730.             ],
  25731.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  25732.                 'limit' => 3,
  25733.                 'interval' => '30 seconds',
  25734.             ],
  25735.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  25736.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  25737.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  25738.                 'limit' => 5,
  25739.                 'interval' => '60 seconds',
  25740.             ],
  25741.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  25742.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  25743.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  25744.                 'limit' => 10,
  25745.                 'interval' => '90 seconds',
  25746.             ],
  25747.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  25748.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  25749.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  25750.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  25751.             'shopware.admin_worker' => [
  25752.                 'enable_admin_worker' => true,
  25753.                 'poll_interval' => 20,
  25754.                 'transports' => [
  25755.                     => 'default',
  25756.                 ],
  25757.                 'memory_limit' => '128M',
  25758.             ],
  25759.             'shopware.admin_worker.enable_admin_worker' => true,
  25760.             'shopware.admin_worker.poll_interval' => 20,
  25761.             'shopware.admin_worker.transports' => [
  25762.                 => 'default',
  25763.             ],
  25764.             'shopware.admin_worker.transports.0' => 'default',
  25765.             'shopware.admin_worker.memory_limit' => '128M',
  25766.             'shopware.auto_update' => [
  25767.                 'enabled' => true,
  25768.             ],
  25769.             'shopware.auto_update.enabled' => true,
  25770.             'shopware.store' => [
  25771.                 'frw' => false,
  25772.             ],
  25773.             'shopware.sitemap' => [
  25774.                 'batchsize' => 100,
  25775.                 'custom_urls' => [
  25776.                 ],
  25777.                 'excluded_urls' => [
  25778.                 ],
  25779.             ],
  25780.             'shopware.sitemap.batchsize' => 100,
  25781.             'shopware.sitemap.custom_urls' => [
  25782.             ],
  25783.             'shopware.sitemap.excluded_urls' => [
  25784.             ],
  25785.             'shopware.media' => [
  25786.                 'enable_url_upload_feature' => true,
  25787.                 'enable_url_validation' => false,
  25788.             ],
  25789.             'shopware.media.enable_url_upload_feature' => true,
  25790.             'shopware.media.enable_url_validation' => false,
  25791.             'shopware.dal' => [
  25792.                 'batch_size' => 125,
  25793.                 'versioning' => [
  25794.                     'expire_days' => 30,
  25795.                 ],
  25796.             ],
  25797.             'shopware.dal.batch_size' => 125,
  25798.             'shopware.dal.versioning' => [
  25799.                 'expire_days' => 30,
  25800.             ],
  25801.             'shopware.dal.versioning.expire_days' => 30,
  25802.             'shopware.mail' => [
  25803.                 'update_mail_variables_on_send' => true,
  25804.             ],
  25805.             'shopware.mail.update_mail_variables_on_send' => true,
  25806.             'shopware.cart' => [
  25807.                 'compress' => false,
  25808.                 'expire_days' => 120,
  25809.                 'redis_url' => false,
  25810.             ],
  25811.             'shopware.cart.compress' => false,
  25812.             'shopware.cart.expire_days' => 120,
  25813.             'shopware.cart.redis_url' => false,
  25814.             'shopware.number_range' => [
  25815.                 'increment_storage' => 'SQL',
  25816.                 'redis_url' => false,
  25817.             ],
  25818.             'shopware.number_range.increment_storage' => 'SQL',
  25819.             'shopware.number_range.redis_url' => false,
  25820.             'shopware.sales_channel_context' => [
  25821.                 'expire_days' => 120,
  25822.             ],
  25823.             'shopware.sales_channel_context.expire_days' => 120,
  25824.             'shopware.html_sanitizer.cache_enabled' => true,
  25825.             'shopware.html_sanitizer.sets' => [
  25826.                 'basic' => [
  25827.                     'tags' => [
  25828.                         => 'a',
  25829.                         => 'abbr',
  25830.                         => 'acronym',
  25831.                         => 'address',
  25832.                         => 'b',
  25833.                         => 'bdo',
  25834.                         => 'big',
  25835.                         => 'blockquote',
  25836.                         => 'br',
  25837.                         => 'caption',
  25838.                         10 => 'center',
  25839.                         11 => 'cite',
  25840.                         12 => 'code',
  25841.                         13 => 'col',
  25842.                         14 => 'colgroup',
  25843.                         15 => 'dd',
  25844.                         16 => 'del',
  25845.                         17 => 'dfn',
  25846.                         18 => 'dir',
  25847.                         19 => 'div',
  25848.                         20 => 'dl',
  25849.                         21 => 'dt',
  25850.                         22 => 'em',
  25851.                         23 => 'font',
  25852.                         24 => 'h1',
  25853.                         25 => 'h2',
  25854.                         26 => 'h3',
  25855.                         27 => 'h4',
  25856.                         28 => 'h5',
  25857.                         29 => 'h6',
  25858.                         30 => 'hr',
  25859.                         31 => 'i',
  25860.                         32 => 'ins',
  25861.                         33 => 'kbd',
  25862.                         34 => 'li',
  25863.                         35 => 'menu',
  25864.                         36 => 'ol',
  25865.                         37 => 'p',
  25866.                         38 => 'pre',
  25867.                         39 => 'q',
  25868.                         40 => 's',
  25869.                         41 => 'samp',
  25870.                         42 => 'small',
  25871.                         43 => 'span',
  25872.                         44 => 'strike',
  25873.                         45 => 'strong',
  25874.                         46 => 'sub',
  25875.                         47 => 'sup',
  25876.                         48 => 'table',
  25877.                         49 => 'tbody',
  25878.                         50 => 'td',
  25879.                         51 => 'tfoot',
  25880.                         52 => 'th',
  25881.                         53 => 'thead',
  25882.                         54 => 'tr',
  25883.                         55 => 'tt',
  25884.                         56 => 'u',
  25885.                         57 => 'ul',
  25886.                         58 => 'var',
  25887.                     ],
  25888.                     'attributes' => [
  25889.                         => 'align',
  25890.                         => 'bgcolor',
  25891.                         => 'border',
  25892.                         => 'cellpadding',
  25893.                         => 'cellspacing',
  25894.                         => 'cite',
  25895.                         => 'class',
  25896.                         => 'clear',
  25897.                         => 'color',
  25898.                         => 'colspan',
  25899.                         10 => 'dir',
  25900.                         11 => 'face',
  25901.                         12 => 'frame',
  25902.                         13 => 'height',
  25903.                         14 => 'href',
  25904.                         15 => 'id',
  25905.                         16 => 'lang',
  25906.                         17 => 'name',
  25907.                         18 => 'noshade',
  25908.                         19 => 'nowrap',
  25909.                         20 => 'rel',
  25910.                         21 => 'rev',
  25911.                         22 => 'rowspan',
  25912.                         23 => 'scope',
  25913.                         24 => 'size',
  25914.                         25 => 'span',
  25915.                         26 => 'start',
  25916.                         27 => 'style',
  25917.                         28 => 'summary',
  25918.                         29 => 'title',
  25919.                         30 => 'type',
  25920.                         31 => 'valign',
  25921.                         32 => 'value',
  25922.                         33 => 'width',
  25923.                     ],
  25924.                     'options' => [
  25925.                     ],
  25926.                 ],
  25927.                 'media' => [
  25928.                     'tags' => [
  25929.                         => 'img',
  25930.                     ],
  25931.                     'attributes' => [
  25932.                         => 'src',
  25933.                         => 'alt',
  25934.                     ],
  25935.                     'options' => [
  25936.                     ],
  25937.                 ],
  25938.                 'script' => [
  25939.                     'tags' => [
  25940.                         => 'script',
  25941.                     ],
  25942.                     'options' => [
  25943.                         'HTML.Trusted' => true,
  25944.                     ],
  25945.                     'attributes' => [
  25946.                     ],
  25947.                 ],
  25948.                 'tidy' => [
  25949.                     'options' => [
  25950.                         'Output.TidyFormat' => true,
  25951.                     ],
  25952.                     'tags' => [
  25953.                     ],
  25954.                     'attributes' => [
  25955.                     ],
  25956.                 ],
  25957.             ],
  25958.             'shopware.html_sanitizer.sets.basic' => [
  25959.                 'tags' => [
  25960.                     => 'a',
  25961.                     => 'abbr',
  25962.                     => 'acronym',
  25963.                     => 'address',
  25964.                     => 'b',
  25965.                     => 'bdo',
  25966.                     => 'big',
  25967.                     => 'blockquote',
  25968.                     => 'br',
  25969.                     => 'caption',
  25970.                     10 => 'center',
  25971.                     11 => 'cite',
  25972.                     12 => 'code',
  25973.                     13 => 'col',
  25974.                     14 => 'colgroup',
  25975.                     15 => 'dd',
  25976.                     16 => 'del',
  25977.                     17 => 'dfn',
  25978.                     18 => 'dir',
  25979.                     19 => 'div',
  25980.                     20 => 'dl',
  25981.                     21 => 'dt',
  25982.                     22 => 'em',
  25983.                     23 => 'font',
  25984.                     24 => 'h1',
  25985.                     25 => 'h2',
  25986.                     26 => 'h3',
  25987.                     27 => 'h4',
  25988.                     28 => 'h5',
  25989.                     29 => 'h6',
  25990.                     30 => 'hr',
  25991.                     31 => 'i',
  25992.                     32 => 'ins',
  25993.                     33 => 'kbd',
  25994.                     34 => 'li',
  25995.                     35 => 'menu',
  25996.                     36 => 'ol',
  25997.                     37 => 'p',
  25998.                     38 => 'pre',
  25999.                     39 => 'q',
  26000.                     40 => 's',
  26001.                     41 => 'samp',
  26002.                     42 => 'small',
  26003.                     43 => 'span',
  26004.                     44 => 'strike',
  26005.                     45 => 'strong',
  26006.                     46 => 'sub',
  26007.                     47 => 'sup',
  26008.                     48 => 'table',
  26009.                     49 => 'tbody',
  26010.                     50 => 'td',
  26011.                     51 => 'tfoot',
  26012.                     52 => 'th',
  26013.                     53 => 'thead',
  26014.                     54 => 'tr',
  26015.                     55 => 'tt',
  26016.                     56 => 'u',
  26017.                     57 => 'ul',
  26018.                     58 => 'var',
  26019.                 ],
  26020.                 'attributes' => [
  26021.                     => 'align',
  26022.                     => 'bgcolor',
  26023.                     => 'border',
  26024.                     => 'cellpadding',
  26025.                     => 'cellspacing',
  26026.                     => 'cite',
  26027.                     => 'class',
  26028.                     => 'clear',
  26029.                     => 'color',
  26030.                     => 'colspan',
  26031.                     10 => 'dir',
  26032.                     11 => 'face',
  26033.                     12 => 'frame',
  26034.                     13 => 'height',
  26035.                     14 => 'href',
  26036.                     15 => 'id',
  26037.                     16 => 'lang',
  26038.                     17 => 'name',
  26039.                     18 => 'noshade',
  26040.                     19 => 'nowrap',
  26041.                     20 => 'rel',
  26042.                     21 => 'rev',
  26043.                     22 => 'rowspan',
  26044.                     23 => 'scope',
  26045.                     24 => 'size',
  26046.                     25 => 'span',
  26047.                     26 => 'start',
  26048.                     27 => 'style',
  26049.                     28 => 'summary',
  26050.                     29 => 'title',
  26051.                     30 => 'type',
  26052.                     31 => 'valign',
  26053.                     32 => 'value',
  26054.                     33 => 'width',
  26055.                 ],
  26056.                 'options' => [
  26057.                 ],
  26058.             ],
  26059.             'shopware.html_sanitizer.sets.basic.tags' => [
  26060.                 => 'a',
  26061.                 => 'abbr',
  26062.                 => 'acronym',
  26063.                 => 'address',
  26064.                 => 'b',
  26065.                 => 'bdo',
  26066.                 => 'big',
  26067.                 => 'blockquote',
  26068.                 => 'br',
  26069.                 => 'caption',
  26070.                 10 => 'center',
  26071.                 11 => 'cite',
  26072.                 12 => 'code',
  26073.                 13 => 'col',
  26074.                 14 => 'colgroup',
  26075.                 15 => 'dd',
  26076.                 16 => 'del',
  26077.                 17 => 'dfn',
  26078.                 18 => 'dir',
  26079.                 19 => 'div',
  26080.                 20 => 'dl',
  26081.                 21 => 'dt',
  26082.                 22 => 'em',
  26083.                 23 => 'font',
  26084.                 24 => 'h1',
  26085.                 25 => 'h2',
  26086.                 26 => 'h3',
  26087.                 27 => 'h4',
  26088.                 28 => 'h5',
  26089.                 29 => 'h6',
  26090.                 30 => 'hr',
  26091.                 31 => 'i',
  26092.                 32 => 'ins',
  26093.                 33 => 'kbd',
  26094.                 34 => 'li',
  26095.                 35 => 'menu',
  26096.                 36 => 'ol',
  26097.                 37 => 'p',
  26098.                 38 => 'pre',
  26099.                 39 => 'q',
  26100.                 40 => 's',
  26101.                 41 => 'samp',
  26102.                 42 => 'small',
  26103.                 43 => 'span',
  26104.                 44 => 'strike',
  26105.                 45 => 'strong',
  26106.                 46 => 'sub',
  26107.                 47 => 'sup',
  26108.                 48 => 'table',
  26109.                 49 => 'tbody',
  26110.                 50 => 'td',
  26111.                 51 => 'tfoot',
  26112.                 52 => 'th',
  26113.                 53 => 'thead',
  26114.                 54 => 'tr',
  26115.                 55 => 'tt',
  26116.                 56 => 'u',
  26117.                 57 => 'ul',
  26118.                 58 => 'var',
  26119.             ],
  26120.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  26121.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  26122.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  26123.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  26124.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  26125.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  26126.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  26127.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  26128.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  26129.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  26130.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  26131.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  26132.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  26133.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  26134.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  26135.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  26136.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  26137.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  26138.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  26139.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  26140.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  26141.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  26142.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  26143.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  26144.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  26145.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  26146.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  26147.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  26148.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  26149.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  26150.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  26151.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  26152.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  26153.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  26154.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  26155.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  26156.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  26157.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  26158.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  26159.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  26160.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  26161.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  26162.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  26163.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  26164.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  26165.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  26166.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  26167.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  26168.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  26169.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  26170.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  26171.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  26172.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  26173.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  26174.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  26175.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  26176.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  26177.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  26178.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  26179.             'shopware.html_sanitizer.sets.basic.attributes' => [
  26180.                 => 'align',
  26181.                 => 'bgcolor',
  26182.                 => 'border',
  26183.                 => 'cellpadding',
  26184.                 => 'cellspacing',
  26185.                 => 'cite',
  26186.                 => 'class',
  26187.                 => 'clear',
  26188.                 => 'color',
  26189.                 => 'colspan',
  26190.                 10 => 'dir',
  26191.                 11 => 'face',
  26192.                 12 => 'frame',
  26193.                 13 => 'height',
  26194.                 14 => 'href',
  26195.                 15 => 'id',
  26196.                 16 => 'lang',
  26197.                 17 => 'name',
  26198.                 18 => 'noshade',
  26199.                 19 => 'nowrap',
  26200.                 20 => 'rel',
  26201.                 21 => 'rev',
  26202.                 22 => 'rowspan',
  26203.                 23 => 'scope',
  26204.                 24 => 'size',
  26205.                 25 => 'span',
  26206.                 26 => 'start',
  26207.                 27 => 'style',
  26208.                 28 => 'summary',
  26209.                 29 => 'title',
  26210.                 30 => 'type',
  26211.                 31 => 'valign',
  26212.                 32 => 'value',
  26213.                 33 => 'width',
  26214.             ],
  26215.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  26216.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  26217.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  26218.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  26219.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  26220.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  26221.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  26222.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  26223.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  26224.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  26225.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  26226.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  26227.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  26228.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  26229.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  26230.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  26231.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  26232.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  26233.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  26234.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  26235.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  26236.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  26237.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  26238.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  26239.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  26240.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  26241.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  26242.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  26243.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  26244.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  26245.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  26246.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  26247.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  26248.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  26249.             'shopware.html_sanitizer.sets.basic.options' => [
  26250.             ],
  26251.             'shopware.html_sanitizer.sets.media' => [
  26252.                 'tags' => [
  26253.                     => 'img',
  26254.                 ],
  26255.                 'attributes' => [
  26256.                     => 'src',
  26257.                     => 'alt',
  26258.                 ],
  26259.                 'options' => [
  26260.                 ],
  26261.             ],
  26262.             'shopware.html_sanitizer.sets.media.tags' => [
  26263.                 => 'img',
  26264.             ],
  26265.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  26266.             'shopware.html_sanitizer.sets.media.attributes' => [
  26267.                 => 'src',
  26268.                 => 'alt',
  26269.             ],
  26270.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  26271.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  26272.             'shopware.html_sanitizer.sets.media.options' => [
  26273.             ],
  26274.             'shopware.html_sanitizer.sets.script' => [
  26275.                 'tags' => [
  26276.                     => 'script',
  26277.                 ],
  26278.                 'options' => [
  26279.                     'HTML.Trusted' => true,
  26280.                 ],
  26281.                 'attributes' => [
  26282.                 ],
  26283.             ],
  26284.             'shopware.html_sanitizer.sets.script.tags' => [
  26285.                 => 'script',
  26286.             ],
  26287.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  26288.             'shopware.html_sanitizer.sets.script.options' => [
  26289.                 'HTML.Trusted' => true,
  26290.             ],
  26291.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  26292.             'shopware.html_sanitizer.sets.script.attributes' => [
  26293.             ],
  26294.             'shopware.html_sanitizer.sets.tidy' => [
  26295.                 'options' => [
  26296.                     'Output.TidyFormat' => true,
  26297.                 ],
  26298.                 'tags' => [
  26299.                 ],
  26300.                 'attributes' => [
  26301.                 ],
  26302.             ],
  26303.             'shopware.html_sanitizer.sets.tidy.options' => [
  26304.                 'Output.TidyFormat' => true,
  26305.             ],
  26306.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  26307.             'shopware.html_sanitizer.sets.tidy.tags' => [
  26308.             ],
  26309.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  26310.             ],
  26311.             'shopware.html_sanitizer.fields' => [
  26312.                 'product_translation.description' => [
  26313.                     'sets' => [
  26314.                         => 'basic',
  26315.                         => 'media',
  26316.                     ],
  26317.                 ],
  26318.                 'app_cms_block.template' => [
  26319.                     'sets' => [
  26320.                         => 'basic',
  26321.                         => 'media',
  26322.                         => 'tidy',
  26323.                     ],
  26324.                 ],
  26325.             ],
  26326.             'shopware.html_sanitizer.fields.product_translation.description' => [
  26327.                 'sets' => [
  26328.                     => 'basic',
  26329.                     => 'media',
  26330.                 ],
  26331.             ],
  26332.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  26333.                 => 'basic',
  26334.                 => 'media',
  26335.             ],
  26336.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  26337.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  26338.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  26339.                 'sets' => [
  26340.                     => 'basic',
  26341.                     => 'media',
  26342.                     => 'tidy',
  26343.                 ],
  26344.             ],
  26345.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  26346.                 => 'basic',
  26347.                 => 'media',
  26348.                 => 'tidy',
  26349.             ],
  26350.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  26351.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  26352.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  26353.             'shopware.logger' => [
  26354.                 'file_rotation_count' => 14,
  26355.                 'exclude_exception' => [
  26356.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  26357.                 ],
  26358.             ],
  26359.             'shopware.logger.file_rotation_count' => 14,
  26360.             'shopware.logger.exclude_exception' => [
  26361.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  26362.             ],
  26363.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  26364.             'shopware.cache.invalidation' => [
  26365.                 'delay' => 0,
  26366.                 'count' => 150,
  26367.                 'http_cache' => [
  26368.                     => 'logged-in',
  26369.                     => 'cart-filled',
  26370.                 ],
  26371.                 'product_listing_route' => [
  26372.                 ],
  26373.                 'product_detail_route' => [
  26374.                 ],
  26375.                 'product_review_route' => [
  26376.                 ],
  26377.                 'product_search_route' => [
  26378.                 ],
  26379.                 'product_suggest_route' => [
  26380.                 ],
  26381.                 'product_cross_selling_route' => [
  26382.                 ],
  26383.                 'payment_method_route' => [
  26384.                 ],
  26385.                 'shipping_method_route' => [
  26386.                 ],
  26387.                 'navigation_route' => [
  26388.                 ],
  26389.                 'category_route' => [
  26390.                 ],
  26391.                 'landing_page_route' => [
  26392.                 ],
  26393.                 'language_route' => [
  26394.                 ],
  26395.                 'currency_route' => [
  26396.                 ],
  26397.                 'country_route' => [
  26398.                 ],
  26399.                 'country_state_route' => [
  26400.                 ],
  26401.                 'salutation_route' => [
  26402.                 ],
  26403.                 'sitemap_route' => [
  26404.                 ],
  26405.             ],
  26406.             'shopware.cache.invalidation.delay' => 0,
  26407.             'shopware.cache.invalidation.count' => 150,
  26408.             'shopware.cache.invalidation.http_cache' => [
  26409.                 => 'logged-in',
  26410.                 => 'cart-filled',
  26411.             ],
  26412.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  26413.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  26414.             'shopware.cache.invalidation.product_listing_route' => [
  26415.             ],
  26416.             'shopware.cache.invalidation.product_detail_route' => [
  26417.             ],
  26418.             'shopware.cache.invalidation.product_review_route' => [
  26419.             ],
  26420.             'shopware.cache.invalidation.product_search_route' => [
  26421.             ],
  26422.             'shopware.cache.invalidation.product_suggest_route' => [
  26423.             ],
  26424.             'shopware.cache.invalidation.product_cross_selling_route' => [
  26425.             ],
  26426.             'shopware.cache.invalidation.payment_method_route' => [
  26427.             ],
  26428.             'shopware.cache.invalidation.shipping_method_route' => [
  26429.             ],
  26430.             'shopware.cache.invalidation.navigation_route' => [
  26431.             ],
  26432.             'shopware.cache.invalidation.category_route' => [
  26433.             ],
  26434.             'shopware.cache.invalidation.landing_page_route' => [
  26435.             ],
  26436.             'shopware.cache.invalidation.language_route' => [
  26437.             ],
  26438.             'shopware.cache.invalidation.currency_route' => [
  26439.             ],
  26440.             'shopware.cache.invalidation.country_route' => [
  26441.             ],
  26442.             'shopware.cache.invalidation.country_state_route' => [
  26443.             ],
  26444.             'shopware.cache.invalidation.salutation_route' => [
  26445.             ],
  26446.             'shopware.cache.invalidation.sitemap_route' => [
  26447.             ],
  26448.             'storefront.csrf' => [
  26449.                 'enabled' => true,
  26450.                 'mode' => 'twig',
  26451.             ],
  26452.             'storefront.csrf.enabled' => true,
  26453.             'storefront.csrf.mode' => 'twig',
  26454.             'storefront.reverse_proxy' => [
  26455.                 'enabled' => false,
  26456.                 'ban_method' => 'BAN',
  26457.                 'hosts' => [
  26458.                     => 'http://varnish',
  26459.                 ],
  26460.                 'max_parallel_invalidations' => 2,
  26461.                 'redis_url' => 'redis://redis',
  26462.                 'purge_all' => [
  26463.                     'ban_method' => 'BAN',
  26464.                     'ban_headers' => [
  26465.                     ],
  26466.                     'urls' => [
  26467.                         => '/',
  26468.                     ],
  26469.                 ],
  26470.                 'fastly' => [
  26471.                     'enabled' => false,
  26472.                     'api_key' => '',
  26473.                     'instance_tag' => '',
  26474.                     'service_id' => '',
  26475.                     'soft_purge' => '0',
  26476.                     'tag_prefix' => '',
  26477.                 ],
  26478.                 'ban_headers' => [
  26479.                 ],
  26480.             ],
  26481.             'storefront.reverse_proxy.enabled' => false,
  26482.             'storefront.reverse_proxy.ban_method' => 'BAN',
  26483.             'storefront.reverse_proxy.hosts' => [
  26484.                 => 'http://varnish',
  26485.             ],
  26486.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  26487.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  26488.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  26489.             'storefront.reverse_proxy.purge_all' => [
  26490.                 'ban_method' => 'BAN',
  26491.                 'ban_headers' => [
  26492.                 ],
  26493.                 'urls' => [
  26494.                     => '/',
  26495.                 ],
  26496.             ],
  26497.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  26498.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  26499.             ],
  26500.             'storefront.reverse_proxy.purge_all.urls' => [
  26501.                 => '/',
  26502.             ],
  26503.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  26504.             'storefront.reverse_proxy.fastly' => [
  26505.                 'enabled' => false,
  26506.                 'api_key' => '',
  26507.                 'instance_tag' => '',
  26508.                 'service_id' => '',
  26509.                 'soft_purge' => '0',
  26510.                 'tag_prefix' => '',
  26511.             ],
  26512.             'storefront.reverse_proxy.fastly.enabled' => false,
  26513.             'storefront.reverse_proxy.fastly.api_key' => '',
  26514.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  26515.             'storefront.reverse_proxy.fastly.service_id' => '',
  26516.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  26517.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  26518.             'storefront.reverse_proxy.ban_headers' => [
  26519.             ],
  26520.             'storefront.http_cache' => [
  26521.                 'ignored_url_parameters' => [
  26522.                     => 'pk_campaign',
  26523.                     => 'piwik_campaign',
  26524.                     => 'pk_kwd',
  26525.                     => 'piwik_kwd',
  26526.                     => 'pk_keyword',
  26527.                     => 'mtm_campaign',
  26528.                     => 'matomo_campaign',
  26529.                     => 'mtm_cid',
  26530.                     => 'matomo_cid',
  26531.                     => 'mtm_kwd',
  26532.                     10 => 'matomo_kwd',
  26533.                     11 => 'mtm_keyword',
  26534.                     12 => 'matomo_keyword',
  26535.                     13 => 'mtm_source',
  26536.                     14 => 'matomo_source',
  26537.                     15 => 'mtm_medium',
  26538.                     16 => 'matomo_medium',
  26539.                     17 => 'mtm_content',
  26540.                     18 => 'matomo_content',
  26541.                     19 => 'mtm_group',
  26542.                     20 => 'matomo_group',
  26543.                     21 => 'mtm_placement',
  26544.                     22 => 'matomo_placement',
  26545.                     23 => 'pixelId',
  26546.                     24 => 'kwid',
  26547.                     25 => 'kw',
  26548.                     26 => 'chl',
  26549.                     27 => 'dv',
  26550.                     28 => 'nk',
  26551.                     29 => 'pa',
  26552.                     30 => 'camid',
  26553.                     31 => 'adgid',
  26554.                     32 => 'utm_term',
  26555.                     33 => 'utm_source',
  26556.                     34 => 'utm_medium',
  26557.                     35 => 'utm_campaign',
  26558.                     36 => 'utm_content',
  26559.                     37 => 'cx',
  26560.                     38 => 'ie',
  26561.                     39 => 'cof',
  26562.                     40 => 'siteurl',
  26563.                     41 => '_ga',
  26564.                     42 => 'adgroupid',
  26565.                     43 => 'campaignid',
  26566.                     44 => 'adid',
  26567.                     45 => 'gclsrc',
  26568.                     46 => 'gclid',
  26569.                     47 => 'fbclid',
  26570.                     48 => 'fb_action_ids',
  26571.                     49 => 'fb_action_types',
  26572.                     50 => 'fb_source',
  26573.                     51 => 'mc_cid',
  26574.                     52 => 'mc_eid',
  26575.                     53 => '_bta_tid',
  26576.                     54 => '_bta_c',
  26577.                     55 => 'trk_contact',
  26578.                     56 => 'trk_msg',
  26579.                     57 => 'trk_module',
  26580.                     58 => 'trk_sid',
  26581.                     59 => 'gdfms',
  26582.                     60 => 'gdftrk',
  26583.                     61 => 'gdffi',
  26584.                     62 => '_ke',
  26585.                     63 => 'redirect_log_mongo_id',
  26586.                     64 => 'redirect_mongo_id',
  26587.                     65 => 'sb_referer_host',
  26588.                     66 => 'mkwid',
  26589.                     67 => 'pcrid',
  26590.                     68 => 'ef_id',
  26591.                     69 => 's_kwcid',
  26592.                     70 => 'msclkid',
  26593.                     71 => 'dm_i',
  26594.                     72 => 'epik',
  26595.                     73 => 'pp',
  26596.                 ],
  26597.                 'stale_while_revalidate' => NULL,
  26598.                 'stale_if_error' => NULL,
  26599.             ],
  26600.             'storefront.http_cache.ignored_url_parameters' => [
  26601.                 => 'pk_campaign',
  26602.                 => 'piwik_campaign',
  26603.                 => 'pk_kwd',
  26604.                 => 'piwik_kwd',
  26605.                 => 'pk_keyword',
  26606.                 => 'mtm_campaign',
  26607.                 => 'matomo_campaign',
  26608.                 => 'mtm_cid',
  26609.                 => 'matomo_cid',
  26610.                 => 'mtm_kwd',
  26611.                 10 => 'matomo_kwd',
  26612.                 11 => 'mtm_keyword',
  26613.                 12 => 'matomo_keyword',
  26614.                 13 => 'mtm_source',
  26615.                 14 => 'matomo_source',
  26616.                 15 => 'mtm_medium',
  26617.                 16 => 'matomo_medium',
  26618.                 17 => 'mtm_content',
  26619.                 18 => 'matomo_content',
  26620.                 19 => 'mtm_group',
  26621.                 20 => 'matomo_group',
  26622.                 21 => 'mtm_placement',
  26623.                 22 => 'matomo_placement',
  26624.                 23 => 'pixelId',
  26625.                 24 => 'kwid',
  26626.                 25 => 'kw',
  26627.                 26 => 'chl',
  26628.                 27 => 'dv',
  26629.                 28 => 'nk',
  26630.                 29 => 'pa',
  26631.                 30 => 'camid',
  26632.                 31 => 'adgid',
  26633.                 32 => 'utm_term',
  26634.                 33 => 'utm_source',
  26635.                 34 => 'utm_medium',
  26636.                 35 => 'utm_campaign',
  26637.                 36 => 'utm_content',
  26638.                 37 => 'cx',
  26639.                 38 => 'ie',
  26640.                 39 => 'cof',
  26641.                 40 => 'siteurl',
  26642.                 41 => '_ga',
  26643.                 42 => 'adgroupid',
  26644.                 43 => 'campaignid',
  26645.                 44 => 'adid',
  26646.                 45 => 'gclsrc',
  26647.                 46 => 'gclid',
  26648.                 47 => 'fbclid',
  26649.                 48 => 'fb_action_ids',
  26650.                 49 => 'fb_action_types',
  26651.                 50 => 'fb_source',
  26652.                 51 => 'mc_cid',
  26653.                 52 => 'mc_eid',
  26654.                 53 => '_bta_tid',
  26655.                 54 => '_bta_c',
  26656.                 55 => 'trk_contact',
  26657.                 56 => 'trk_msg',
  26658.                 57 => 'trk_module',
  26659.                 58 => 'trk_sid',
  26660.                 59 => 'gdfms',
  26661.                 60 => 'gdftrk',
  26662.                 61 => 'gdffi',
  26663.                 62 => '_ke',
  26664.                 63 => 'redirect_log_mongo_id',
  26665.                 64 => 'redirect_mongo_id',
  26666.                 65 => 'sb_referer_host',
  26667.                 66 => 'mkwid',
  26668.                 67 => 'pcrid',
  26669.                 68 => 'ef_id',
  26670.                 69 => 's_kwcid',
  26671.                 70 => 'msclkid',
  26672.                 71 => 'dm_i',
  26673.                 72 => 'epik',
  26674.                 73 => 'pp',
  26675.             ],
  26676.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  26677.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  26678.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  26679.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  26680.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  26681.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  26682.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  26683.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  26684.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  26685.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  26686.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  26687.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  26688.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  26689.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  26690.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  26691.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  26692.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  26693.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  26694.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  26695.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  26696.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  26697.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  26698.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  26699.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  26700.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  26701.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  26702.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  26703.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  26704.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  26705.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  26706.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  26707.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  26708.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  26709.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  26710.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  26711.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  26712.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  26713.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  26714.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  26715.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  26716.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  26717.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  26718.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  26719.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  26720.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  26721.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  26722.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  26723.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  26724.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  26725.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  26726.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  26727.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  26728.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  26729.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  26730.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  26731.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  26732.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  26733.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  26734.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  26735.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  26736.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  26737.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  26738.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  26739.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  26740.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  26741.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  26742.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  26743.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  26744.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  26745.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  26746.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  26747.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  26748.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  26749.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  26750.             'storefront.http_cache.stale_while_revalidate' => NULL,
  26751.             'storefront.http_cache.stale_if_error' => NULL,
  26752.             'storefront.theme' => [
  26753.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  26754.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  26755.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  26756.             ],
  26757.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  26758.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  26759.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  26760.             'elasticsearch.product' => [
  26761.                 'custom_fields_mapping' => [
  26762.                 ],
  26763.             ],
  26764.             'elasticsearch.product.custom_fields_mapping' => [
  26765.             ],
  26766.             'elasticsearch.ssl' => [
  26767.                 'verify_server_cert' => true,
  26768.             ],
  26769.             'elasticsearch.ssl.verify_server_cert' => true,
  26770.             'elasticsearch.index_settings' => [
  26771.                 'number_of_shards' => 3,
  26772.                 'number_of_replicas' => 3,
  26773.                 'mapping.total_fields.limit' => 50000,
  26774.                 'mapping.nested_fields.limit' => 500,
  26775.                 'mapping.nested_objects.limit' => 1000000,
  26776.             ],
  26777.             'elasticsearch.index_settings.number_of_shards' => 3,
  26778.             'elasticsearch.index_settings.number_of_replicas' => 3,
  26779.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  26780.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  26781.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  26782.             'elasticsearch.analysis' => [
  26783.                 'normalizer' => [
  26784.                     'sw_lowercase_normalizer' => [
  26785.                         'type' => 'custom',
  26786.                         'filter' => [
  26787.                             => 'lowercase',
  26788.                         ],
  26789.                     ],
  26790.                 ],
  26791.                 'analyzer' => [
  26792.                     'sw_ngram_analyzer' => [
  26793.                         'type' => 'custom',
  26794.                         'tokenizer' => 'whitespace',
  26795.                         'filter' => [
  26796.                             => 'lowercase',
  26797.                             => 'sw_ngram_filter',
  26798.                         ],
  26799.                     ],
  26800.                 ],
  26801.                 'filter' => [
  26802.                     'sw_ngram_filter' => [
  26803.                         'type' => 'ngram',
  26804.                         'min_gram' => 4,
  26805.                         'max_gram' => 5,
  26806.                     ],
  26807.                 ],
  26808.             ],
  26809.             'elasticsearch.analysis.normalizer' => [
  26810.                 'sw_lowercase_normalizer' => [
  26811.                     'type' => 'custom',
  26812.                     'filter' => [
  26813.                         => 'lowercase',
  26814.                     ],
  26815.                 ],
  26816.             ],
  26817.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  26818.                 'type' => 'custom',
  26819.                 'filter' => [
  26820.                     => 'lowercase',
  26821.                 ],
  26822.             ],
  26823.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  26824.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  26825.                 => 'lowercase',
  26826.             ],
  26827.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  26828.             'elasticsearch.analysis.analyzer' => [
  26829.                 'sw_ngram_analyzer' => [
  26830.                     'type' => 'custom',
  26831.                     'tokenizer' => 'whitespace',
  26832.                     'filter' => [
  26833.                         => 'lowercase',
  26834.                         => 'sw_ngram_filter',
  26835.                     ],
  26836.                 ],
  26837.             ],
  26838.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  26839.                 'type' => 'custom',
  26840.                 'tokenizer' => 'whitespace',
  26841.                 'filter' => [
  26842.                     => 'lowercase',
  26843.                     => 'sw_ngram_filter',
  26844.                 ],
  26845.             ],
  26846.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  26847.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  26848.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  26849.                 => 'lowercase',
  26850.                 => 'sw_ngram_filter',
  26851.             ],
  26852.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  26853.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  26854.             'elasticsearch.analysis.filter' => [
  26855.                 'sw_ngram_filter' => [
  26856.                     'type' => 'ngram',
  26857.                     'min_gram' => 4,
  26858.                     'max_gram' => 5,
  26859.                 ],
  26860.             ],
  26861.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  26862.                 'type' => 'ngram',
  26863.                 'min_gram' => 4,
  26864.                 'max_gram' => 5,
  26865.             ],
  26866.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  26867.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  26868.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  26869.             'elasticsearch.dynamic_templates' => [
  26870.                 => [
  26871.                     'keywords' => [
  26872.                         'match_mapping_type' => 'string',
  26873.                         'mapping' => [
  26874.                             'type' => 'keyword',
  26875.                             'normalizer' => 'sw_lowercase_normalizer',
  26876.                             'fields' => [
  26877.                                 'text' => [
  26878.                                     'type' => 'text',
  26879.                                 ],
  26880.                             ],
  26881.                         ],
  26882.                     ],
  26883.                 ],
  26884.             ],
  26885.             'elasticsearch.dynamic_templates.0' => [
  26886.                 'keywords' => [
  26887.                     'match_mapping_type' => 'string',
  26888.                     'mapping' => [
  26889.                         'type' => 'keyword',
  26890.                         'normalizer' => 'sw_lowercase_normalizer',
  26891.                         'fields' => [
  26892.                             'text' => [
  26893.                                 'type' => 'text',
  26894.                             ],
  26895.                         ],
  26896.                     ],
  26897.                 ],
  26898.             ],
  26899.             'elasticsearch.dynamic_templates.0.keywords' => [
  26900.                 'match_mapping_type' => 'string',
  26901.                 'mapping' => [
  26902.                     'type' => 'keyword',
  26903.                     'normalizer' => 'sw_lowercase_normalizer',
  26904.                     'fields' => [
  26905.                         'text' => [
  26906.                             'type' => 'text',
  26907.                         ],
  26908.                     ],
  26909.                 ],
  26910.             ],
  26911.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  26912.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  26913.                 'type' => 'keyword',
  26914.                 'normalizer' => 'sw_lowercase_normalizer',
  26915.                 'fields' => [
  26916.                     'text' => [
  26917.                         'type' => 'text',
  26918.                     ],
  26919.                 ],
  26920.             ],
  26921.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  26922.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  26923.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  26924.                 'text' => [
  26925.                     'type' => 'text',
  26926.                 ],
  26927.             ],
  26928.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  26929.                 'type' => 'text',
  26930.             ],
  26931.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  26932.             'elasticsearch.logger_level' => 100,
  26933.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  26934.             'web_profiler.debug_toolbar.mode' => 2,
  26935.             'data_collector.templates' => [
  26936.                 'data_collector.request' => [
  26937.                     => 'request',
  26938.                     => '@WebProfiler/Collector/request.html.twig',
  26939.                 ],
  26940.                 'data_collector.time' => [
  26941.                     => 'time',
  26942.                     => '@WebProfiler/Collector/time.html.twig',
  26943.                 ],
  26944.                 'data_collector.memory' => [
  26945.                     => 'memory',
  26946.                     => '@WebProfiler/Collector/memory.html.twig',
  26947.                 ],
  26948.                 'data_collector.validator' => [
  26949.                     => 'validator',
  26950.                     => '@WebProfiler/Collector/validator.html.twig',
  26951.                 ],
  26952.                 'data_collector.ajax' => [
  26953.                     => 'ajax',
  26954.                     => '@WebProfiler/Collector/ajax.html.twig',
  26955.                 ],
  26956.                 'data_collector.exception' => [
  26957.                     => 'exception',
  26958.                     => '@WebProfiler/Collector/exception.html.twig',
  26959.                 ],
  26960.                 'data_collector.logger' => [
  26961.                     => 'logger',
  26962.                     => '@WebProfiler/Collector/logger.html.twig',
  26963.                 ],
  26964.                 'data_collector.events' => [
  26965.                     => 'events',
  26966.                     => '@WebProfiler/Collector/events.html.twig',
  26967.                 ],
  26968.                 'data_collector.router' => [
  26969.                     => 'router',
  26970.                     => '@WebProfiler/Collector/router.html.twig',
  26971.                 ],
  26972.                 'data_collector.cache' => [
  26973.                     => 'cache',
  26974.                     => '@WebProfiler/Collector/cache.html.twig',
  26975.                 ],
  26976.                 'data_collector.translation' => [
  26977.                     => 'translation',
  26978.                     => '@WebProfiler/Collector/translation.html.twig',
  26979.                 ],
  26980.                 'data_collector.twig' => [
  26981.                     => 'twig',
  26982.                     => '@WebProfiler/Collector/twig.html.twig',
  26983.                 ],
  26984.                 'data_collector.dump' => [
  26985.                     => 'dump',
  26986.                     => '@Debug/Profiler/dump.html.twig',
  26987.                 ],
  26988.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  26989.                     => 'app.connection_collector',
  26990.                     => '@Profiling/Collector/db.html.twig',
  26991.                 ],
  26992.                 'data_collector.messenger' => [
  26993.                     => 'messenger',
  26994.                     => '@WebProfiler/Collector/messenger.html.twig',
  26995.                 ],
  26996.                 'Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  26997.                     => 'Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  26998.                     => '@Profiling/Collector/rules.html.twig',
  26999.                 ],
  27000.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  27001.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  27002.                     => '@Profiling/Collector/script_traces.html.twig',
  27003.                 ],
  27004.                 'mailer.data_collector' => [
  27005.                     => 'mailer',
  27006.                     => '@WebProfiler/Collector/mailer.html.twig',
  27007.                 ],
  27008.                 'enqueue.profiler.message_queue_collector' => [
  27009.                     => 'enqueue.message_queue',
  27010.                     => '@Enqueue/Profiler/panel.html.twig',
  27011.                 ],
  27012.                 'data_collector.config' => [
  27013.                     => 'config',
  27014.                     => '@WebProfiler/Collector/config.html.twig',
  27015.                 ],
  27016.             ],
  27017.             'shopware.filesystem.theme.url' => '',
  27018.             'shopware.filesystem.theme.type' => 'local',
  27019.             'shopware.filesystem.theme.config' => [
  27020.                 'root' => (\dirname(__DIR__4).'/public'),
  27021.             ],
  27022.             'shopware.filesystem.asset.url' => '',
  27023.             'shopware.filesystem.asset.type' => 'local',
  27024.             'shopware.filesystem.asset.config' => [
  27025.                 'root' => (\dirname(__DIR__4).'/public'),
  27026.             ],
  27027.             'shopware.filesystem.sitemap.url' => '',
  27028.             'shopware.filesystem.sitemap.type' => 'local',
  27029.             'shopware.filesystem.sitemap.config' => [
  27030.                 'root' => (\dirname(__DIR__4).'/public'),
  27031.             ],
  27032.             'shopware.filesystem.public.url' => '',
  27033.             'console.command.ids' => [
  27034.             ],
  27035.         ];
  27036.     }
  27037.     protected function throw($message)
  27038.     {
  27039.         throw new RuntimeException($message);
  27040.     }
  27041. }